AccountsServiceTest

9

tests

0

failures

0

ignored

2.426s

duration

100%

successful

Tests

Test Duration Result
TransferMoneyAccountIdNotFoundExceptionTest() 0.003s passed
TransferMoneyMinTransferAmountExceptionTest() 0.004s passed
TransferMoneyNotEnoughBalanceExceptionTest() 0.218s passed
TransferMoneyTest() 0.007s passed
addAccount() 0.005s passed
addAccount_failsOnDuplicateId() 0.007s passed
concurrentTransferMoneyTestDifferentAccount() 0.707s passed
concurrentTransferMoneyTestSameAccount() 1.466s passed
updateAccount() 0.009s passed

Standard output

19:26:05.529 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
19:26:05.529 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
19:26:05.561 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [com.dws.challenge.AccountsServiceTest] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
19:26:05.580 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.dws.challenge.AccountsServiceTest], using SpringBootContextLoader
19:26:05.583 [Test worker] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.dws.challenge.AccountsServiceTest]: class path resource [com/dws/challenge/AccountsServiceTest-context.xml] does not exist
19:26:05.583 [Test worker] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.dws.challenge.AccountsServiceTest]: class path resource [com/dws/challenge/AccountsServiceTestContext.groovy] does not exist
19:26:05.584 [Test worker] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [com.dws.challenge.AccountsServiceTest]: no resource found for suffixes {-context.xml, Context.groovy}.
19:26:05.584 [Test worker] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [com.dws.challenge.AccountsServiceTest]: AccountsServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
19:26:05.619 [Test worker] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.dws.challenge.AccountsServiceTest]
19:26:05.678 [Test worker] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [D:\Abhik\Code\challenge\build\classes\java\main\com\dws\challenge\ChallengeApplication.class]
19:26:05.678 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration com.dws.challenge.ChallengeApplication for test class com.dws.challenge.AccountsServiceTest
19:26:05.772 [Test worker] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [com.dws.challenge.AccountsServiceTest]: using defaults.
19:26:05.772 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
19:26:05.788 [Test worker] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Skipping candidate TestExecutionListener [org.springframework.test.context.transaction.TransactionalTestExecutionListener] due to a missing dependency. Specify custom listener classes or make the default listener classes and their required dependencies available. Offending class: [org/springframework/transaction/interceptor/TransactionAttributeSource]
19:26:05.788 [Test worker] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Skipping candidate TestExecutionListener [org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] due to a missing dependency. Specify custom listener classes or make the default listener classes and their required dependencies available. Offending class: [org/springframework/transaction/interceptor/TransactionAttribute]
19:26:05.788 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2ef14fe, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@77102b91, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@45312be2, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@7fb95505, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@58be6e8, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7331196b, org.springframework.test.context.event.EventPublishingTestExecutionListener@3f9342d4, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@ab7395e, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@50d13246, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@2bd08376, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@e70f13a, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@3d3e5463, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@64a40280]
19:26:05.794 [Test worker] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@7749bf93 testClass = AccountsServiceTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@13330ac6 testClass = AccountsServiceTest, locations = '{}', classes = '{class com.dws.challenge.ChallengeApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@76494737, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@28dcca0c, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@4d0d9fe7, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@536f2a7e, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@239a307b, org.springframework.boot.test.context.SpringBootTestArgs@1, org.springframework.boot.test.context.SpringBootTestWebEnvironment@460d0a57], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true]], class annotated with @DirtiesContext [false] with mode [null].

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v2.6.6)

2024-07-09 19:26:06.055  INFO 28224 --- [    Test worker] com.dws.challenge.AccountsServiceTest    : Starting AccountsServiceTest using Java 1.8.0_391 on Devanshi with PID 28224 (started by Hp in D:\Abhik\Code\challenge)
2024-07-09 19:26:06.055  INFO 28224 --- [    Test worker] com.dws.challenge.AccountsServiceTest    : No active profile set, falling back to 1 default profile: "default"
2024-07-09 19:26:07.350  INFO 28224 --- [    Test worker] com.dws.challenge.AccountsServiceTest    : Started AccountsServiceTest in 1.534 seconds (JVM running for 2.678)
2024-07-09 19:26:07.608  INFO 28224 --- [    Test worker] c.d.c.service.EmailNotificationService   : Sending notification to owner of baa9dbcc-2172-42f8-8871-eba13a464093: Amount of 50 has to sent to Account number d9c268b0-f140-4505-b796-f5e97669fcae
2024-07-09 19:26:07.608  INFO 28224 --- [    Test worker] c.d.c.service.EmailNotificationService   : Sending notification to owner of d9c268b0-f140-4505-b796-f5e97669fcae: Amount of 50 has been received from Account number baa9dbcc-2172-42f8-8871-eba13a464093
2024-07-09 19:26:07.624  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90a40f9d-d4e3-45d2-8fa9-2244abd880e6: Amount of 989 has to sent to Account number 09ba5a66-113f-4fce-ad06-833fc520111f
2024-07-09 19:26:07.624  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 836e29d0-30b1-4143-98f3-4749313d8751: Amount of 493 has to sent to Account number f71a9d6f-ba70-4385-90ff-d7018e76911e
2024-07-09 19:26:07.624  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8bcf4841-4578-4e8b-b19d-abc354e4ef29: Amount of 861 has to sent to Account number a236687b-6d25-4dee-bf76-056642b44810
2024-07-09 19:26:07.624  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 28a2713f-7c67-445f-9e49-da938bbe71f6: Amount of 605 has to sent to Account number 539f5b81-52fe-4c08-9038-5b14cb774fc4
2024-07-09 19:26:07.624  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee6250bd-d2de-46f3-8d71-28efc2abbe47: Amount of 408 has to sent to Account number a6897f51-adf7-4e75-b989-2d9d89f55dcc
2024-07-09 19:26:07.624  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of e35a411e-74ef-4f90-a080-e1779d8b5ecf: Amount of 648 has to sent to Account number f1ebfb5d-b12f-4f1c-84c2-eec85da4f90f
2024-07-09 19:26:07.624  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7d8daf5d-14b0-4243-ac7c-026959cecc5e: Amount of 613 has to sent to Account number 25bbc87a-5a5b-441d-895d-2adbce3f0b68
2024-07-09 19:26:07.624  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of a2fcdd1a-6136-4f82-91c6-c9a74e2d2860: Amount of 28 has to sent to Account number 2e2d283f-313a-4996-9dab-a90706cdb2ad
2024-07-09 19:26:07.624  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1a2d4e2c-bfc8-4d39-8c01-1023437e95c0: Amount of 307 has to sent to Account number 557741fb-5405-4de7-baf7-c0f2740566d8
2024-07-09 19:26:07.624  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9508f240-9c08-4d71-b278-d1fb6d914b29: Amount of 781 has to sent to Account number ba16b660-a712-4d44-943e-792d092d66ec
2024-07-09 19:26:07.624  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 287aa6d6-665e-4dfd-82dc-908edf2ebcb2: Amount of 324 has to sent to Account number 22e1a878-c989-44d3-9234-0b530a1b4f40
2024-07-09 19:26:07.624  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e3d42db-b0b5-4699-9964-6fa38b6c22ce: Amount of 869 has to sent to Account number 4200a6c5-cf2a-4b79-92ec-86827ef6bc06
2024-07-09 19:26:07.624  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of e83fff5c-2436-446b-8900-63d55aee5152: Amount of 312 has to sent to Account number 974b2373-3401-4578-a36c-c83844f6a0f2
2024-07-09 19:26:07.624  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2c75792-4c06-48de-8326-0309293212eb: Amount of 136 has to sent to Account number d81847f7-c811-42c9-8e16-44a1e6ea6258
2024-07-09 19:26:07.624  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 09ba5a66-113f-4fce-ad06-833fc520111f: Amount of 989 has been received from Account number 90a40f9d-d4e3-45d2-8fa9-2244abd880e6
2024-07-09 19:26:07.624  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of f71a9d6f-ba70-4385-90ff-d7018e76911e: Amount of 493 has been received from Account number 836e29d0-30b1-4143-98f3-4749313d8751
2024-07-09 19:26:07.624  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 48cd86c0-8392-4000-a081-d7159e9fbb49: Amount of 497 has to sent to Account number 6db07d21-5db8-4ba0-bef0-678cf547e5bc
2024-07-09 19:26:07.624  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d6c3d1e-2f04-4c85-966c-5ca93f66138f: Amount of 987 has to sent to Account number 3685832b-d1e6-4410-97f1-afc6814a4c13
2024-07-09 19:26:07.624  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a236687b-6d25-4dee-bf76-056642b44810: Amount of 861 has been received from Account number 8bcf4841-4578-4e8b-b19d-abc354e4ef29
2024-07-09 19:26:07.624  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5bf7e931-c67e-4e22-aa42-e865b59e45b2: Amount of 433 has to sent to Account number 2b9fde45-afb6-4f62-8eec-8881c1355ed6
2024-07-09 19:26:07.624  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4c62eb8b-47fc-4b8d-a36a-3e33b7cb6b6d: Amount of 650 has to sent to Account number e000356d-ce23-4900-83fb-a845a3be8eb0
2024-07-09 19:26:07.624  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 539f5b81-52fe-4c08-9038-5b14cb774fc4: Amount of 605 has been received from Account number 28a2713f-7c67-445f-9e49-da938bbe71f6
2024-07-09 19:26:07.626  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of c4465b86-a790-4865-9846-246cd8b3e348: Amount of 26 has to sent to Account number 74d9e36d-836e-4c4a-867e-4bf3c9a3567c
2024-07-09 19:26:07.626  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of c09700a2-d5d0-4ceb-8240-eb3f7d2f4d2b: Amount of 490 has to sent to Account number c7fd3269-f54f-4c8e-b67e-a4431a54a4bf
2024-07-09 19:26:07.626  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of a6897f51-adf7-4e75-b989-2d9d89f55dcc: Amount of 408 has been received from Account number ee6250bd-d2de-46f3-8d71-28efc2abbe47
2024-07-09 19:26:07.626  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of f1ebfb5d-b12f-4f1c-84c2-eec85da4f90f: Amount of 648 has been received from Account number e35a411e-74ef-4f90-a080-e1779d8b5ecf
2024-07-09 19:26:07.626  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25bbc87a-5a5b-441d-895d-2adbce3f0b68: Amount of 613 has been received from Account number 7d8daf5d-14b0-4243-ac7c-026959cecc5e
2024-07-09 19:26:07.630  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of bb8753d2-c06d-4a63-9e44-423a6d9dcba5: Amount of 479 has to sent to Account number 975fa3dd-29be-4394-8d7c-ef3c754f8cfe
2024-07-09 19:26:07.630  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8416341b-b98d-48e0-8373-f1396f331c0b: Amount of 679 has to sent to Account number c72b2624-6a3f-4ca6-a8e4-f48cc70b4a97
2024-07-09 19:26:07.630  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 975fa3dd-29be-4394-8d7c-ef3c754f8cfe: Amount of 479 has been received from Account number bb8753d2-c06d-4a63-9e44-423a6d9dcba5
2024-07-09 19:26:07.626  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e2d283f-313a-4996-9dab-a90706cdb2ad: Amount of 28 has been received from Account number a2fcdd1a-6136-4f82-91c6-c9a74e2d2860
2024-07-09 19:26:07.626  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ba16b660-a712-4d44-943e-792d092d66ec: Amount of 781 has been received from Account number 9508f240-9c08-4d71-b278-d1fb6d914b29
2024-07-09 19:26:07.626  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 557741fb-5405-4de7-baf7-c0f2740566d8: Amount of 307 has been received from Account number 1a2d4e2c-bfc8-4d39-8c01-1023437e95c0
2024-07-09 19:26:07.626  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22e1a878-c989-44d3-9234-0b530a1b4f40: Amount of 324 has been received from Account number 287aa6d6-665e-4dfd-82dc-908edf2ebcb2
2024-07-09 19:26:07.626  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4200a6c5-cf2a-4b79-92ec-86827ef6bc06: Amount of 869 has been received from Account number 3e3d42db-b0b5-4699-9964-6fa38b6c22ce
2024-07-09 19:26:07.630  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of c0d4c188-432d-483b-82bd-ef7f0ba6b002: Amount of 136 has to sent to Account number 26d5c5d1-5434-4dbf-bbf9-809fcfabccbc
2024-07-09 19:26:07.626  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 974b2373-3401-4578-a36c-c83844f6a0f2: Amount of 312 has been received from Account number e83fff5c-2436-446b-8900-63d55aee5152
2024-07-09 19:26:07.626  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of d81847f7-c811-42c9-8e16-44a1e6ea6258: Amount of 136 has been received from Account number f2c75792-4c06-48de-8326-0309293212eb
2024-07-09 19:26:07.626  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1a10f8f4-dab3-49b6-98f3-7c4591b6dc25: Amount of 124 has to sent to Account number 8fa76971-cbd3-4811-9733-b787f24098e6
2024-07-09 19:26:07.626  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of cb887f06-6e22-41da-a383-69ce2c52e80a: Amount of 494 has to sent to Account number 0881175e-f081-4ff1-938c-a6c6fa3131bc
2024-07-09 19:26:07.626  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6db07d21-5db8-4ba0-bef0-678cf547e5bc: Amount of 497 has been received from Account number 48cd86c0-8392-4000-a081-d7159e9fbb49
2024-07-09 19:26:07.632  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8fa76971-cbd3-4811-9733-b787f24098e6: Amount of 124 has been received from Account number 1a10f8f4-dab3-49b6-98f3-7c4591b6dc25
2024-07-09 19:26:07.632  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0881175e-f081-4ff1-938c-a6c6fa3131bc: Amount of 494 has been received from Account number cb887f06-6e22-41da-a383-69ce2c52e80a
2024-07-09 19:26:07.626  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3685832b-d1e6-4410-97f1-afc6814a4c13: Amount of 987 has been received from Account number 3d6c3d1e-2f04-4c85-966c-5ca93f66138f
2024-07-09 19:26:07.626  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of d1f93910-9b3c-4cfb-96f4-f2cd8540a87c: Amount of 688 has to sent to Account number 95c1b21a-e097-4425-b9f1-5ea8b2921dfc
2024-07-09 19:26:07.626  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b9fde45-afb6-4f62-8eec-8881c1355ed6: Amount of 433 has been received from Account number 5bf7e931-c67e-4e22-aa42-e865b59e45b2
2024-07-09 19:26:07.632  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95c1b21a-e097-4425-b9f1-5ea8b2921dfc: Amount of 688 has been received from Account number d1f93910-9b3c-4cfb-96f4-f2cd8540a87c
2024-07-09 19:26:07.632  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7538b300-19b4-4daf-bd02-a5ba19d3a037: Amount of 966 has to sent to Account number 56c4b3e5-34cc-4cf9-9b8e-29d0cdb2f088
2024-07-09 19:26:07.626  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of e000356d-ce23-4900-83fb-a845a3be8eb0: Amount of 650 has been received from Account number 4c62eb8b-47fc-4b8d-a36a-3e33b7cb6b6d
2024-07-09 19:26:07.632  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56c4b3e5-34cc-4cf9-9b8e-29d0cdb2f088: Amount of 966 has been received from Account number 7538b300-19b4-4daf-bd02-a5ba19d3a037
2024-07-09 19:26:07.626  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 74d9e36d-836e-4c4a-867e-4bf3c9a3567c: Amount of 26 has been received from Account number c4465b86-a790-4865-9846-246cd8b3e348
2024-07-09 19:26:07.632  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4734e34a-306d-4743-812d-fd918d080e27: Amount of 375 has to sent to Account number a8704b5d-e8b2-4415-818a-dc6a65bb242e
2024-07-09 19:26:07.626  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4adf7752-12b5-4c4e-b1c3-6a29854104ac: Amount of 620 has to sent to Account number e3443c48-487b-434f-9431-90a0613a8ecb
2024-07-09 19:26:07.630  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of c7fd3269-f54f-4c8e-b67e-a4431a54a4bf: Amount of 490 has been received from Account number c09700a2-d5d0-4ceb-8240-eb3f7d2f4d2b
2024-07-09 19:26:07.632  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of e3443c48-487b-434f-9431-90a0613a8ecb: Amount of 620 has been received from Account number 4adf7752-12b5-4c4e-b1c3-6a29854104ac
2024-07-09 19:26:07.630  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of c72b2624-6a3f-4ca6-a8e4-f48cc70b4a97: Amount of 679 has been received from Account number 8416341b-b98d-48e0-8373-f1396f331c0b
2024-07-09 19:26:07.630  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ce470d26-29e0-4de5-946c-fd5c1b976827: Amount of 682 has to sent to Account number cb3b685c-b58f-4209-9eee-071cdc67c0a6
2024-07-09 19:26:07.630  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6094c780-16a2-4dab-9a32-7daf470f4149: Amount of 546 has to sent to Account number cf46bd02-b83f-472a-98f4-e23d60b6f504
2024-07-09 19:26:07.630  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 57e7c028-1374-4e0e-bb29-7fe9d2bcbcfb: Amount of 378 has to sent to Account number 55eec8de-fade-4862-af4f-04b527174bec
2024-07-09 19:26:07.634  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf46bd02-b83f-472a-98f4-e23d60b6f504: Amount of 546 has been received from Account number 6094c780-16a2-4dab-9a32-7daf470f4149
2024-07-09 19:26:07.630  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 48039f71-57b4-4cd6-8bfc-84daa9263a45: Amount of 708 has to sent to Account number d29b7137-743e-4b2f-b989-dfcbd5112c36
2024-07-09 19:26:07.630  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of b75203f1-38f9-4a4a-bb23-5e5276b14119: Amount of 915 has to sent to Account number 089ae9eb-30c9-47ac-90dd-9827449b161b
2024-07-09 19:26:07.634  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of e8801a95-0e50-41b6-914a-5f9db80bb86e: Amount of 607 has to sent to Account number 17520a34-cc92-43ba-8eaf-646e09638273
2024-07-09 19:26:07.634  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of d29b7137-743e-4b2f-b989-dfcbd5112c36: Amount of 708 has been received from Account number 48039f71-57b4-4cd6-8bfc-84daa9263a45
2024-07-09 19:26:07.630  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8fb81fac-8838-41cb-915f-33422f394dbc: Amount of 739 has to sent to Account number ed63a12b-1f71-4f79-9d5e-bbffa09cfcfd
2024-07-09 19:26:07.630  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26d5c5d1-5434-4dbf-bbf9-809fcfabccbc: Amount of 136 has been received from Account number c0d4c188-432d-483b-82bd-ef7f0ba6b002
2024-07-09 19:26:07.630  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3adbcf4d-c9ec-4a55-9bdd-b4b7c4ad55f4: Amount of 549 has to sent to Account number 40dd4bad-575f-41da-bb69-cd5039eca992
2024-07-09 19:26:07.632  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 513f996a-eece-43ee-9910-a4d23ba062c9: Amount of 814 has to sent to Account number 4f79c2a6-7bb2-425b-aa96-3518a200dcd1
2024-07-09 19:26:07.632  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4c88ac57-4cd2-4962-b3ca-459fe5a6ed62: Amount of 834 has to sent to Account number 3fe90cfc-c945-4d36-961d-b43ef75e5c30
2024-07-09 19:26:07.632  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 28961ba5-6ec1-4c11-8374-d67f92b5ae80: Amount of 539 has to sent to Account number f9d25213-f1e2-4385-a8d4-c58308c9e021
2024-07-09 19:26:07.632  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 974658b4-47d8-4e2a-b4ce-bf4730881b73: Amount of 390 has to sent to Account number c92fe7d5-d3a2-4296-ae0a-92adc8c6db3e
2024-07-09 19:26:07.632  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 50d15ef2-6002-4783-b132-6923fa2a728e: Amount of 344 has to sent to Account number 1c65443f-7104-42a0-8b5e-d92a193cbc92
2024-07-09 19:26:07.635  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of c92fe7d5-d3a2-4296-ae0a-92adc8c6db3e: Amount of 390 has been received from Account number 974658b4-47d8-4e2a-b4ce-bf4730881b73
2024-07-09 19:26:07.635  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c65443f-7104-42a0-8b5e-d92a193cbc92: Amount of 344 has been received from Account number 50d15ef2-6002-4783-b132-6923fa2a728e
2024-07-09 19:26:07.632  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7cf8e46a-a001-425a-b15a-1f5414faa128: Amount of 252 has to sent to Account number 2bc2a329-a583-4bf7-b767-44073e89083e
2024-07-09 19:26:07.635  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 19deee8d-2b37-4023-b98e-05a5e5c478da: Amount of 961 has to sent to Account number 9c0ecbe6-24ea-4457-833d-387069682a9f
2024-07-09 19:26:07.632  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed3359b3-ec2c-4aba-bc34-d87553e95c33: Amount of 420 has to sent to Account number 3932dd23-0c96-4815-b0ba-615d7f10c520
2024-07-09 19:26:07.636  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9c0ecbe6-24ea-4457-833d-387069682a9f: Amount of 961 has been received from Account number 19deee8d-2b37-4023-b98e-05a5e5c478da
2024-07-09 19:26:07.632  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 32673540-e37e-4e70-8932-e1f2d261d3bc: Amount of 718 has to sent to Account number 5d64b3c0-7ca2-4bfe-ae1a-6431d9e51b64
2024-07-09 19:26:07.632  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8704b5d-e8b2-4415-818a-dc6a65bb242e: Amount of 375 has been received from Account number 4734e34a-306d-4743-812d-fd918d080e27
2024-07-09 19:26:07.633  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90be2340-ae06-4670-985e-6697853be6dc: Amount of 196 has to sent to Account number 65d7f36d-973c-4a64-8161-ca7b8a5995d6
2024-07-09 19:26:07.633  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of cb3b685c-b58f-4209-9eee-071cdc67c0a6: Amount of 682 has been received from Account number ce470d26-29e0-4de5-946c-fd5c1b976827
2024-07-09 19:26:07.636  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 65d7f36d-973c-4a64-8161-ca7b8a5995d6: Amount of 196 has been received from Account number 90be2340-ae06-4670-985e-6697853be6dc
2024-07-09 19:26:07.633  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4899f84c-17a5-49bd-83b2-6a5bc3b511d3: Amount of 267 has to sent to Account number eabce844-90ab-4344-8008-74608c4941e2
2024-07-09 19:26:07.636  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4698c873-817b-4bdd-83b9-923c183a81d6: Amount of 447 has to sent to Account number bde0ba9e-0d9f-421a-8f61-3a68f8740929
2024-07-09 19:26:07.636  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98210ec0-be17-4bfd-8f91-816edc98de52: Amount of 267 has to sent to Account number e1ccbd37-64c3-4a3c-8eff-185ac4c1b98e
2024-07-09 19:26:07.636  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of bde0ba9e-0d9f-421a-8f61-3a68f8740929: Amount of 447 has been received from Account number 4698c873-817b-4bdd-83b9-923c183a81d6
2024-07-09 19:26:07.634  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3cc83bce-e334-47e3-9c05-1d98267b7458: Amount of 50 has to sent to Account number 02b9dc13-79f5-421e-aa02-9f8008a1fab7
2024-07-09 19:26:07.634  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 55eec8de-fade-4862-af4f-04b527174bec: Amount of 378 has been received from Account number 57e7c028-1374-4e0e-bb29-7fe9d2bcbcfb
2024-07-09 19:26:07.636  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of e1ccbd37-64c3-4a3c-8eff-185ac4c1b98e: Amount of 267 has been received from Account number 98210ec0-be17-4bfd-8f91-816edc98de52
2024-07-09 19:26:07.636  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of e3f24033-843c-4412-835d-cc48802f3592: Amount of 608 has to sent to Account number 18f0247e-3b25-4bcb-ab91-450812131585
2024-07-09 19:26:07.636  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 955f2e92-3555-4b7b-8d82-db3a5b3a12b0: Amount of 177 has to sent to Account number f7650fb1-7463-4cf7-8e4d-5c68fa57e8b1
2024-07-09 19:26:07.636  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 18f0247e-3b25-4bcb-ab91-450812131585: Amount of 608 has been received from Account number e3f24033-843c-4412-835d-cc48802f3592
2024-07-09 19:26:07.634  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 089ae9eb-30c9-47ac-90dd-9827449b161b: Amount of 915 has been received from Account number b75203f1-38f9-4a4a-bb23-5e5276b14119
2024-07-09 19:26:07.635  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 83065eac-3a68-4fe0-89f4-acda9ec68a5d: Amount of 315 has to sent to Account number 42a93ecc-5775-4026-a239-0490e49f213b
2024-07-09 19:26:07.636  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 207e6c86-c92c-4d36-9bea-d9ccdf0b6685: Amount of 202 has to sent to Account number e8683d3a-7145-4be2-828d-14e959758290
2024-07-09 19:26:07.635  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 17520a34-cc92-43ba-8eaf-646e09638273: Amount of 607 has been received from Account number e8801a95-0e50-41b6-914a-5f9db80bb86e
2024-07-09 19:26:07.636  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42a93ecc-5775-4026-a239-0490e49f213b: Amount of 315 has been received from Account number 83065eac-3a68-4fe0-89f4-acda9ec68a5d
2024-07-09 19:26:07.635  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed63a12b-1f71-4f79-9d5e-bbffa09cfcfd: Amount of 739 has been received from Account number 8fb81fac-8838-41cb-915f-33422f394dbc
2024-07-09 19:26:07.635  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca901680-3126-4e45-9a0c-1c21d50084f3: Amount of 19 has to sent to Account number 6c074671-a8a1-452d-ba5d-9e7c4a6e85d9
2024-07-09 19:26:07.635  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 40dd4bad-575f-41da-bb69-cd5039eca992: Amount of 549 has been received from Account number 3adbcf4d-c9ec-4a55-9bdd-b4b7c4ad55f4
2024-07-09 19:26:07.639  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 284b912b-05e3-4c11-803a-00a5c745603c: Amount of 862 has to sent to Account number 15143f21-acfe-4cf5-ae06-e737f9d1460e
2024-07-09 19:26:07.635  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f79c2a6-7bb2-425b-aa96-3518a200dcd1: Amount of 814 has been received from Account number 513f996a-eece-43ee-9910-a4d23ba062c9
2024-07-09 19:26:07.639  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 15143f21-acfe-4cf5-ae06-e737f9d1460e: Amount of 862 has been received from Account number 284b912b-05e3-4c11-803a-00a5c745603c
2024-07-09 19:26:07.635  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f9d25213-f1e2-4385-a8d4-c58308c9e021: Amount of 539 has been received from Account number 28961ba5-6ec1-4c11-8374-d67f92b5ae80
2024-07-09 19:26:07.639  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of b4f29cc3-11f2-46a4-8c45-0e3287fa570c: Amount of 823 has to sent to Account number aaa09dce-439f-42a3-874a-4482358b69fb
2024-07-09 19:26:07.635  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3fe90cfc-c945-4d36-961d-b43ef75e5c30: Amount of 834 has been received from Account number 4c88ac57-4cd2-4962-b3ca-459fe5a6ed62
2024-07-09 19:26:07.635  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of b382794b-7615-489a-81e9-4b9baa4c900f: Amount of 867 has to sent to Account number ab57139f-9b41-41c6-a245-e1e3b1c489a4
2024-07-09 19:26:07.639  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of df5eb2c6-cce7-46e7-9b25-a2cb14fd3964: Amount of 420 has to sent to Account number ca39e639-54f5-4e7e-9820-89145cfad9e3
2024-07-09 19:26:07.636  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2bc2a329-a583-4bf7-b767-44073e89083e: Amount of 252 has been received from Account number 7cf8e46a-a001-425a-b15a-1f5414faa128
2024-07-09 19:26:07.636  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3932dd23-0c96-4815-b0ba-615d7f10c520: Amount of 420 has been received from Account number ed3359b3-ec2c-4aba-bc34-d87553e95c33
2024-07-09 19:26:07.636  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d64b3c0-7ca2-4bfe-ae1a-6431d9e51b64: Amount of 718 has been received from Account number 32673540-e37e-4e70-8932-e1f2d261d3bc
2024-07-09 19:26:07.640  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of f35c3662-3210-4f14-ab12-777996e52c42: Amount of 883 has to sent to Account number 6abdd453-2371-403a-9673-ab091b21c087
2024-07-09 19:26:07.636  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98177e47-e979-45b2-8a56-0b376bf6b2cb: Amount of 895 has to sent to Account number 68da37c7-1a61-42a1-b018-9558f96326bb
2024-07-09 19:26:07.640  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 38e759d1-0b3a-47d7-8b18-3cef263666ef: Amount of 55 has to sent to Account number 52c30f59-d2c9-46a0-a427-3432f4efe6ac
2024-07-09 19:26:07.640  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 68da37c7-1a61-42a1-b018-9558f96326bb: Amount of 895 has been received from Account number 98177e47-e979-45b2-8a56-0b376bf6b2cb
2024-07-09 19:26:07.640  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 52c30f59-d2c9-46a0-a427-3432f4efe6ac: Amount of 55 has been received from Account number 38e759d1-0b3a-47d7-8b18-3cef263666ef
2024-07-09 19:26:07.636  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4fdb8433-7221-405e-84e7-2698f3f985ac: Amount of 680 has to sent to Account number 06f4b96e-1748-48fc-96b0-4a4bd9b57e89
2024-07-09 19:26:07.640  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 06f4b96e-1748-48fc-96b0-4a4bd9b57e89: Amount of 680 has been received from Account number 4fdb8433-7221-405e-84e7-2698f3f985ac
2024-07-09 19:26:07.640  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9fcfbe9e-56b0-40f6-a88e-4b63deab84c4: Amount of 36 has to sent to Account number d09e7d66-4a1a-4ff1-90f3-0893f443ae96
2024-07-09 19:26:07.640  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of d09e7d66-4a1a-4ff1-90f3-0893f443ae96: Amount of 36 has been received from Account number 9fcfbe9e-56b0-40f6-a88e-4b63deab84c4
2024-07-09 19:26:07.640  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6c597b0a-7298-4533-9b19-e7c83d145a01: Amount of 393 has to sent to Account number b17d4d09-8d70-4155-987e-5a91c0506f54
2024-07-09 19:26:07.636  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of eabce844-90ab-4344-8008-74608c4941e2: Amount of 267 has been received from Account number 4899f84c-17a5-49bd-83b2-6a5bc3b511d3
2024-07-09 19:26:07.636  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 02b9dc13-79f5-421e-aa02-9f8008a1fab7: Amount of 50 has been received from Account number 3cc83bce-e334-47e3-9c05-1d98267b7458
2024-07-09 19:26:07.636  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa03220e-bd43-4fac-821f-f9dbbff12769: Amount of 201 has to sent to Account number af9f668e-462f-40e5-8352-3c8c379e50a8
2024-07-09 19:26:07.636  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of f7650fb1-7463-4cf7-8e4d-5c68fa57e8b1: Amount of 177 has been received from Account number 955f2e92-3555-4b7b-8d82-db3a5b3a12b0
2024-07-09 19:26:07.642  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of af9f668e-462f-40e5-8352-3c8c379e50a8: Amount of 201 has been received from Account number fa03220e-bd43-4fac-821f-f9dbbff12769
2024-07-09 19:26:07.636  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 966dcf7c-3266-4962-a75a-117f41026d75: Amount of 896 has to sent to Account number 1197ae5e-08cb-480f-94f4-9a43e92117d1
2024-07-09 19:26:07.636  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of e8683d3a-7145-4be2-828d-14e959758290: Amount of 202 has been received from Account number 207e6c86-c92c-4d36-9bea-d9ccdf0b6685
2024-07-09 19:26:07.642  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of f13c2f52-9cf0-4573-a239-3c6727a3e246: Amount of 629 has to sent to Account number c24957d8-afb3-473b-9a3e-bf288149661f
2024-07-09 19:26:07.639  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of fd9a3e20-0ff7-453a-a53b-454d9ebe8b00: Amount of 549 has to sent to Account number 61a253f3-1ae3-4f03-8fa9-fbca9a16bb10
2024-07-09 19:26:07.643  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ab44886c-3741-4f71-b4ab-f7446d0efb65: Amount of 595 has to sent to Account number ae910c6f-0726-40bb-ac2b-dc0c4045ce37
2024-07-09 19:26:07.639  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of d65a0dd6-6bea-4ef3-98d9-a2ffc78c5709: Amount of 545 has to sent to Account number a4697307-8b32-406e-b86b-a83c64625c10
2024-07-09 19:26:07.643  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae910c6f-0726-40bb-ac2b-dc0c4045ce37: Amount of 595 has been received from Account number ab44886c-3741-4f71-b4ab-f7446d0efb65
2024-07-09 19:26:07.639  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6c074671-a8a1-452d-ba5d-9e7c4a6e85d9: Amount of 19 has been received from Account number ca901680-3126-4e45-9a0c-1c21d50084f3
2024-07-09 19:26:07.639  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 10ccc61d-f71f-4208-b7ee-f988f9b4ecf2: Amount of 891 has to sent to Account number ffa70667-e09c-40a0-99c3-4c2fbc9a1c9e
2024-07-09 19:26:07.639  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of f3f457ca-27b8-4ef5-a7fa-a4351fa6baf2: Amount of 620 has to sent to Account number 1172b413-7881-4c01-b6d9-6e3b14fe5900
2024-07-09 19:26:07.643  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ffa70667-e09c-40a0-99c3-4c2fbc9a1c9e: Amount of 891 has been received from Account number 10ccc61d-f71f-4208-b7ee-f988f9b4ecf2
2024-07-09 19:26:07.643  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1172b413-7881-4c01-b6d9-6e3b14fe5900: Amount of 620 has been received from Account number f3f457ca-27b8-4ef5-a7fa-a4351fa6baf2
2024-07-09 19:26:07.639  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of aaa09dce-439f-42a3-874a-4482358b69fb: Amount of 823 has been received from Account number b4f29cc3-11f2-46a4-8c45-0e3287fa570c
2024-07-09 19:26:07.643  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of decaa36f-7f3c-400e-9f34-0fa1b321c0d3: Amount of 99 has to sent to Account number 306111f3-9453-44b2-af0e-178ca41877a4
2024-07-09 19:26:07.643  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 97f3c529-d8bf-4f15-bf61-350cab6bf0f8: Amount of 962 has to sent to Account number 7acb9445-3eeb-4852-9c03-96d58b8d42cd
2024-07-09 19:26:07.639  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 08ed6dc0-b44c-4091-a177-9d8c87472215: Amount of 861 has to sent to Account number f9d12342-1ab2-4705-974c-a1baaf7e9d23
2024-07-09 19:26:07.639  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ab57139f-9b41-41c6-a245-e1e3b1c489a4: Amount of 867 has been received from Account number b382794b-7615-489a-81e9-4b9baa4c900f
2024-07-09 19:26:07.643  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of f9d12342-1ab2-4705-974c-a1baaf7e9d23: Amount of 861 has been received from Account number 08ed6dc0-b44c-4091-a177-9d8c87472215
2024-07-09 19:26:07.640  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd3a2b4b-c52f-4d86-bdd1-dc2c81bbce0c: Amount of 163 has to sent to Account number 458f3a0c-1d2b-403e-ace6-608f8d5d777b
2024-07-09 19:26:07.640  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca39e639-54f5-4e7e-9820-89145cfad9e3: Amount of 420 has been received from Account number df5eb2c6-cce7-46e7-9b25-a2cb14fd3964
2024-07-09 19:26:07.640  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6abdd453-2371-403a-9673-ab091b21c087: Amount of 883 has been received from Account number f35c3662-3210-4f14-ab12-777996e52c42
2024-07-09 19:26:07.640  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of b6006865-d8fa-4a25-9aa4-a1c6a459dcd5: Amount of 362 has to sent to Account number 68c36d64-2236-492b-a977-7b7e3732f49d
2024-07-09 19:26:07.640  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of b17d4d09-8d70-4155-987e-5a91c0506f54: Amount of 393 has been received from Account number 6c597b0a-7298-4533-9b19-e7c83d145a01
2024-07-09 19:26:07.640  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 667d7510-0a49-4795-a784-ada3ad414a07: Amount of 469 has to sent to Account number 3f8c4d4c-2aa9-426b-a7ab-283641e92426
2024-07-09 19:26:07.642  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1976c922-be2d-4f73-9d7d-dc1a2f510fd9: Amount of 733 has to sent to Account number 70fff0b6-c7f6-4789-bb85-9b0aeae3c7b6
2024-07-09 19:26:07.642  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1329f941-7239-4816-911e-99905d1a094c: Amount of 67 has to sent to Account number 09c8f399-939b-452a-8508-a030bd3fd789
2024-07-09 19:26:07.643  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1197ae5e-08cb-480f-94f4-9a43e92117d1: Amount of 896 has been received from Account number 966dcf7c-3266-4962-a75a-117f41026d75
2024-07-09 19:26:07.645  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of c5501a3e-0bcb-45d4-b626-ddc54c49418a: Amount of 77 has to sent to Account number 22b07656-f02c-4a54-a8cd-ef4945715411
2024-07-09 19:26:07.643  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 61a253f3-1ae3-4f03-8fa9-fbca9a16bb10: Amount of 549 has been received from Account number fd9a3e20-0ff7-453a-a53b-454d9ebe8b00
2024-07-09 19:26:07.643  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 39bc5707-5529-4c9d-94e7-d67d53f5f7dc: Amount of 14 has to sent to Account number 61c7273a-bf62-484c-b46b-cce6a09a7ff3
2024-07-09 19:26:07.645  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c0bc16a-9517-4a46-824b-1e758d20b9db: Amount of 437 has to sent to Account number 2e638cc9-0228-4d7e-be84-57a8a4e5f3ac
2024-07-09 19:26:07.643  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of c24957d8-afb3-473b-9a3e-bf288149661f: Amount of 629 has been received from Account number f13c2f52-9cf0-4573-a239-3c6727a3e246
2024-07-09 19:26:07.643  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4697307-8b32-406e-b86b-a83c64625c10: Amount of 545 has been received from Account number d65a0dd6-6bea-4ef3-98d9-a2ffc78c5709
2024-07-09 19:26:07.643  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42008b90-45d5-4cfc-ad11-ea5fbcff7240: Amount of 436 has to sent to Account number bcf28a53-eab3-4b43-b13b-c05d9b862b87
2024-07-09 19:26:07.643  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9be79e32-157f-415b-bd24-1df5e3112882: Amount of 149 has to sent to Account number 4c667a6f-360f-442d-8174-14f30ed847cc
2024-07-09 19:26:07.645  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of bcf28a53-eab3-4b43-b13b-c05d9b862b87: Amount of 436 has been received from Account number 42008b90-45d5-4cfc-ad11-ea5fbcff7240
2024-07-09 19:26:07.643  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 306111f3-9453-44b2-af0e-178ca41877a4: Amount of 99 has been received from Account number decaa36f-7f3c-400e-9f34-0fa1b321c0d3
2024-07-09 19:26:07.643  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a08a19d-c73e-4685-8b9c-58cc98ae8453: Amount of 798 has to sent to Account number bf6c8866-a8fe-40b8-add6-6272be364758
2024-07-09 19:26:07.645  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2ba865a-5a19-4f50-8bac-50d0218d933a: Amount of 782 has to sent to Account number 4de91d4e-e02e-4304-81ad-58f7c22ad18f
2024-07-09 19:26:07.643  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7acb9445-3eeb-4852-9c03-96d58b8d42cd: Amount of 962 has been received from Account number 97f3c529-d8bf-4f15-bf61-350cab6bf0f8
2024-07-09 19:26:07.645  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4de91d4e-e02e-4304-81ad-58f7c22ad18f: Amount of 782 has been received from Account number f2ba865a-5a19-4f50-8bac-50d0218d933a
2024-07-09 19:26:07.643  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of b172a463-89ad-48d6-85e1-12aa3bd050e8: Amount of 297 has to sent to Account number adff7fa9-348d-4bdd-8380-5787c1c6bff4
2024-07-09 19:26:07.643  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 00b58285-bf15-49fc-a02d-6e0c0186d19f: Amount of 292 has to sent to Account number ae694808-7310-42b6-80dd-272eeb543a68
2024-07-09 19:26:07.645  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of adff7fa9-348d-4bdd-8380-5787c1c6bff4: Amount of 297 has been received from Account number b172a463-89ad-48d6-85e1-12aa3bd050e8
2024-07-09 19:26:07.643  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 458f3a0c-1d2b-403e-ace6-608f8d5d777b: Amount of 163 has been received from Account number dd3a2b4b-c52f-4d86-bdd1-dc2c81bbce0c
2024-07-09 19:26:07.645  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae694808-7310-42b6-80dd-272eeb543a68: Amount of 292 has been received from Account number 00b58285-bf15-49fc-a02d-6e0c0186d19f
2024-07-09 19:26:07.645  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of d4e13a24-3c56-43b9-9154-2dab4ed1fe8c: Amount of 286 has to sent to Account number 43d9cfc2-9849-4a84-8ae1-8c7a70179340
2024-07-09 19:26:07.643  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of d614bbb1-b2fd-4191-9661-fa01fb38417c: Amount of 307 has to sent to Account number 86a58d72-a5aa-4bb8-b94f-5519a428eafb
2024-07-09 19:26:07.643  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 68c36d64-2236-492b-a977-7b7e3732f49d: Amount of 362 has been received from Account number b6006865-d8fa-4a25-9aa4-a1c6a459dcd5
2024-07-09 19:26:07.645  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 43d9cfc2-9849-4a84-8ae1-8c7a70179340: Amount of 286 has been received from Account number d4e13a24-3c56-43b9-9154-2dab4ed1fe8c
2024-07-09 19:26:07.643  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4fde4db-70a4-48ba-9f61-6fcca1921156: Amount of 310 has to sent to Account number 0436d1f2-c72f-4cb8-9aa1-b299d238f26b
2024-07-09 19:26:07.645  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 70fff0b6-c7f6-4789-bb85-9b0aeae3c7b6: Amount of 733 has been received from Account number 1976c922-be2d-4f73-9d7d-dc1a2f510fd9
2024-07-09 19:26:07.647  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b4bb96e-1d2a-44cd-9618-75568799c1a6: Amount of 323 has to sent to Account number 2de75b49-4b91-436f-985d-fd19b6be0136
2024-07-09 19:26:07.647  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb787097-08db-4a85-8f1e-60cf6628c065: Amount of 851 has to sent to Account number 71262883-cecf-4f3e-b7fb-9b09a5dcb081
2024-07-09 19:26:07.648  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2de75b49-4b91-436f-985d-fd19b6be0136: Amount of 323 has been received from Account number 5b4bb96e-1d2a-44cd-9618-75568799c1a6
2024-07-09 19:26:07.648  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0436d1f2-c72f-4cb8-9aa1-b299d238f26b: Amount of 310 has been received from Account number a4fde4db-70a4-48ba-9f61-6fcca1921156
2024-07-09 19:26:07.648  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of d9b2c1e0-bad3-42ce-a1c4-1a37af5c0ebd: Amount of 984 has to sent to Account number a986b45f-160f-4164-b4b1-4b31b58c38af
2024-07-09 19:26:07.648  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of a986b45f-160f-4164-b4b1-4b31b58c38af: Amount of 984 has been received from Account number d9b2c1e0-bad3-42ce-a1c4-1a37af5c0ebd
2024-07-09 19:26:07.648  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of cd237364-612b-4824-9f44-ab9e5c82af11: Amount of 849 has to sent to Account number f2208b97-c28b-452b-9414-61997ccb1123
2024-07-09 19:26:07.645  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 09c8f399-939b-452a-8508-a030bd3fd789: Amount of 67 has been received from Account number 1329f941-7239-4816-911e-99905d1a094c
2024-07-09 19:26:07.648  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2208b97-c28b-452b-9414-61997ccb1123: Amount of 849 has been received from Account number cd237364-612b-4824-9f44-ab9e5c82af11
2024-07-09 19:26:07.645  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f8c4d4c-2aa9-426b-a7ab-283641e92426: Amount of 469 has been received from Account number 667d7510-0a49-4795-a784-ada3ad414a07
2024-07-09 19:26:07.645  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22b07656-f02c-4a54-a8cd-ef4945715411: Amount of 77 has been received from Account number c5501a3e-0bcb-45d4-b626-ddc54c49418a
2024-07-09 19:26:07.648  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of de20c937-e35d-4f43-8ac8-68f7aacb1374: Amount of 520 has to sent to Account number 05a5af6c-5868-404f-a2da-201587ef933d
2024-07-09 19:26:07.645  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e638cc9-0228-4d7e-be84-57a8a4e5f3ac: Amount of 437 has been received from Account number 1c0bc16a-9517-4a46-824b-1e758d20b9db
2024-07-09 19:26:07.648  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 05a5af6c-5868-404f-a2da-201587ef933d: Amount of 520 has been received from Account number de20c937-e35d-4f43-8ac8-68f7aacb1374
2024-07-09 19:26:07.645  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c38d501-2e64-497b-a3df-7ded5a67f1cf: Amount of 742 has to sent to Account number ec2be4f4-419d-457b-a21d-79fffb61bb84
2024-07-09 19:26:07.645  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 61c7273a-bf62-484c-b46b-cce6a09a7ff3: Amount of 14 has been received from Account number 39bc5707-5529-4c9d-94e7-d67d53f5f7dc
2024-07-09 19:26:07.648  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of d19f027e-d425-4cfa-8c88-1f4efe789246: Amount of 582 has to sent to Account number e8739a18-b1d7-4436-9804-9870acef4cde
2024-07-09 19:26:07.645  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9c5e211d-3706-47bb-b82a-4a47c78c3fa1: Amount of 872 has to sent to Account number a4239c75-6faa-4e6b-be14-601c5325618d
2024-07-09 19:26:07.648  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of e8739a18-b1d7-4436-9804-9870acef4cde: Amount of 582 has been received from Account number d19f027e-d425-4cfa-8c88-1f4efe789246
2024-07-09 19:26:07.645  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 564cf20c-9b86-4fc3-ab83-de7a81b509ce: Amount of 941 has to sent to Account number 3758d327-cc9d-4c32-996f-9854898e7bae
2024-07-09 19:26:07.648  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of edc9ec3f-6c4f-4e82-a583-7d056a06b01e: Amount of 140 has to sent to Account number 2e364165-c1f0-4180-8827-776ef6446eaf
2024-07-09 19:26:07.645  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4c667a6f-360f-442d-8174-14f30ed847cc: Amount of 149 has been received from Account number 9be79e32-157f-415b-bd24-1df5e3112882
2024-07-09 19:26:07.645  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of d021709d-92c9-4e93-b5f4-60ed121052fc: Amount of 125 has to sent to Account number 4166d054-c3b0-4306-a027-3932ee8d95a6
2024-07-09 19:26:07.650  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7e133a82-12ca-42ec-b4bc-5a35f4321ad3: Amount of 748 has to sent to Account number 8fa5b35d-32c1-4788-a4f3-774d55108a4b
2024-07-09 19:26:07.650  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4166d054-c3b0-4306-a027-3932ee8d95a6: Amount of 125 has been received from Account number d021709d-92c9-4e93-b5f4-60ed121052fc
2024-07-09 19:26:07.645  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf6c8866-a8fe-40b8-add6-6272be364758: Amount of 798 has been received from Account number 3a08a19d-c73e-4685-8b9c-58cc98ae8453
2024-07-09 19:26:07.650  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a59721b-4e6c-428f-81e4-c103a614dd3e: Amount of 695 has to sent to Account number 092ab5c5-d109-4532-a5cc-c3f6d1f0cf41
2024-07-09 19:26:07.645  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of e9d36cc8-4a18-4256-a9e4-868dd9e69e34: Amount of 948 has to sent to Account number acaf5ad3-b92c-418a-a2b6-9c7356e41c45
2024-07-09 19:26:07.645  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of e876f9f7-e9f6-4796-9aa4-6fb8282baa03: Amount of 432 has to sent to Account number 76d54cde-cae4-4f62-b899-d8f999f7c1d8
2024-07-09 19:26:07.650  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of acaf5ad3-b92c-418a-a2b6-9c7356e41c45: Amount of 948 has been received from Account number e9d36cc8-4a18-4256-a9e4-868dd9e69e34
2024-07-09 19:26:07.645  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8bcf59f5-f138-4427-a130-6ae46927a204: Amount of 865 has to sent to Account number 767b76b9-fcd3-46ef-9bda-cd1b4b211cc8
2024-07-09 19:26:07.645  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1fe8ab16-01b8-49df-a2f3-e0f4508fc13b: Amount of 273 has to sent to Account number bfd84fcf-a721-4096-a4fc-d8d77d80c535
2024-07-09 19:26:07.647  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 86a58d72-a5aa-4bb8-b94f-5519a428eafb: Amount of 307 has been received from Account number d614bbb1-b2fd-4191-9661-fa01fb38417c
2024-07-09 19:26:07.648  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 85bbd66f-585e-4a8a-aee3-fd69d2555ffb: Amount of 670 has to sent to Account number 31d80ec3-8fba-4abd-8da8-ee0c0c68dc9e
2024-07-09 19:26:07.648  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 71262883-cecf-4f3e-b7fb-9b09a5dcb081: Amount of 851 has been received from Account number eb787097-08db-4a85-8f1e-60cf6628c065
2024-07-09 19:26:07.648  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8dbaba1b-5ac6-4621-a553-fb5c3d5ef093: Amount of 497 has to sent to Account number a59c0e02-3c21-4810-9d1f-c937ff7a686e
2024-07-09 19:26:07.648  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 75f20a25-0016-4c7d-a90c-e5d2ef8bfac1: Amount of 704 has to sent to Account number 608ed64e-02df-4d8d-a172-ecbafc95fe10
2024-07-09 19:26:07.648  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 270e000f-2dac-4a31-9be8-f7d99dd91611: Amount of 924 has to sent to Account number a63be364-940b-4d46-818b-1bfaf0cdc293
2024-07-09 19:26:07.650  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 608ed64e-02df-4d8d-a172-ecbafc95fe10: Amount of 704 has been received from Account number 75f20a25-0016-4c7d-a90c-e5d2ef8bfac1
2024-07-09 19:26:07.648  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 508ae104-8d19-4f96-b213-74e6db600ee6: Amount of 717 has to sent to Account number ec17c655-d8bd-47c9-bda6-f64a95b01304
2024-07-09 19:26:07.648  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ec2be4f4-419d-457b-a21d-79fffb61bb84: Amount of 742 has been received from Account number 0c38d501-2e64-497b-a3df-7ded5a67f1cf
2024-07-09 19:26:07.648  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4a0da462-0d40-4268-a320-2602b5cc8fa4: Amount of 353 has to sent to Account number b0e3270a-17af-4cd5-afd0-569698118092
2024-07-09 19:26:07.648  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4239c75-6faa-4e6b-be14-601c5325618d: Amount of 872 has been received from Account number 9c5e211d-3706-47bb-b82a-4a47c78c3fa1
2024-07-09 19:26:07.650  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e364165-c1f0-4180-8827-776ef6446eaf: Amount of 140 has been received from Account number edc9ec3f-6c4f-4e82-a583-7d056a06b01e
2024-07-09 19:26:07.650  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3758d327-cc9d-4c32-996f-9854898e7bae: Amount of 941 has been received from Account number 564cf20c-9b86-4fc3-ab83-de7a81b509ce
2024-07-09 19:26:07.650  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc85c7b4-66f5-4b64-be33-017eba7e83db: Amount of 679 has to sent to Account number 599aebfe-4fd9-488f-ac80-6c42512b6d6d
2024-07-09 19:26:07.650  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8fa5b35d-32c1-4788-a4f3-774d55108a4b: Amount of 748 has been received from Account number 7e133a82-12ca-42ec-b4bc-5a35f4321ad3
2024-07-09 19:26:07.650  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 092ab5c5-d109-4532-a5cc-c3f6d1f0cf41: Amount of 695 has been received from Account number 5a59721b-4e6c-428f-81e4-c103a614dd3e
2024-07-09 19:26:07.650  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee24ab20-7701-499a-94e4-bffef0824193: Amount of 340 has to sent to Account number c7e3913e-8f5a-42b0-94c5-6db1a50e76ea
2024-07-09 19:26:07.650  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of cd9687fa-3954-4e98-a5fd-c7180c4100f6: Amount of 832 has to sent to Account number f17e0169-b4e7-476e-8fd6-54615f193d09
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of e9c286eb-7c4f-4667-b11a-8f51124c64d2: Amount of 970 has to sent to Account number 3938309c-9657-4a50-903d-9b1315cd9e27
2024-07-09 19:26:07.650  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 76d54cde-cae4-4f62-b899-d8f999f7c1d8: Amount of 432 has been received from Account number e876f9f7-e9f6-4796-9aa4-6fb8282baa03
2024-07-09 19:26:07.650  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of e530e8f5-1c4b-4403-bc4a-546968c4a02b: Amount of 196 has to sent to Account number dddf3e56-77a3-49e4-a934-745e3b6ee31f
2024-07-09 19:26:07.650  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 767b76b9-fcd3-46ef-9bda-cd1b4b211cc8: Amount of 865 has been received from Account number 8bcf59f5-f138-4427-a130-6ae46927a204
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4b207c2-2fa3-46b7-8091-35792ee83342: Amount of 759 has to sent to Account number 027b1d9d-72f5-40c8-a871-8c8d09a5cbca
2024-07-09 19:26:07.650  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of bfd84fcf-a721-4096-a4fc-d8d77d80c535: Amount of 273 has been received from Account number 1fe8ab16-01b8-49df-a2f3-e0f4508fc13b
2024-07-09 19:26:07.650  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a01681c5-e491-4583-9124-52f3a3a76955: Amount of 128 has to sent to Account number 89fcd33e-13ff-4e55-ac95-5591c1146ba0
2024-07-09 19:26:07.650  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 31d80ec3-8fba-4abd-8da8-ee0c0c68dc9e: Amount of 670 has been received from Account number 85bbd66f-585e-4a8a-aee3-fd69d2555ffb
2024-07-09 19:26:07.650  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of cfb0202c-ac25-4bab-9595-0a133591ae51: Amount of 702 has to sent to Account number 3d7bbf2e-2cd2-44cc-9df3-a73c616b956c
2024-07-09 19:26:07.650  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of a59c0e02-3c21-4810-9d1f-c937ff7a686e: Amount of 497 has been received from Account number 8dbaba1b-5ac6-4621-a553-fb5c3d5ef093
2024-07-09 19:26:07.650  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a63be364-940b-4d46-818b-1bfaf0cdc293: Amount of 924 has been received from Account number 270e000f-2dac-4a31-9be8-f7d99dd91611
2024-07-09 19:26:07.650  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ec17c655-d8bd-47c9-bda6-f64a95b01304: Amount of 717 has been received from Account number 508ae104-8d19-4f96-b213-74e6db600ee6
2024-07-09 19:26:07.650  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 00548e2d-6bde-4751-a9ee-5d2beaea5a9a: Amount of 693 has to sent to Account number 4a28d193-ef02-47cc-b3b9-aa1530cca9ba
2024-07-09 19:26:07.650  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3da53c3-c155-4276-867f-86250e9ec444: Amount of 807 has to sent to Account number b5ff65ea-6c60-4f98-a79b-d65a817bbfb9
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4daa9c83-5d4e-4875-82b9-b9e67d437988: Amount of 966 has to sent to Account number d9f7b477-8773-453f-8766-2767a1a37fa8
2024-07-09 19:26:07.650  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of b0e3270a-17af-4cd5-afd0-569698118092: Amount of 353 has been received from Account number 4a0da462-0d40-4268-a320-2602b5cc8fa4
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of b5ff65ea-6c60-4f98-a79b-d65a817bbfb9: Amount of 807 has been received from Account number c3da53c3-c155-4276-867f-86250e9ec444
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of d9f7b477-8773-453f-8766-2767a1a37fa8: Amount of 966 has been received from Account number 4daa9c83-5d4e-4875-82b9-b9e67d437988
2024-07-09 19:26:07.650  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 790cffb4-8355-4f21-b5ce-797c68000333: Amount of 192 has to sent to Account number 9ea7aed3-7556-4b0c-b838-b22af2111225
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6461f9e9-f7e3-4010-87f4-1701bcbe4094: Amount of 273 has to sent to Account number bcb0e376-9cd3-4344-9d2c-d4962908ec51
2024-07-09 19:26:07.650  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a03125b-4134-4693-b11b-ee8be49d16c9: Amount of 924 has to sent to Account number e64ac304-373e-4061-b6bc-a32064215c3f
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9ea7aed3-7556-4b0c-b838-b22af2111225: Amount of 192 has been received from Account number 790cffb4-8355-4f21-b5ce-797c68000333
2024-07-09 19:26:07.650  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b818f06-1553-4213-bd5f-fa5fad3aa07d: Amount of 153 has to sent to Account number 42c78099-f528-4675-82eb-f091fa435242
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of e64ac304-373e-4061-b6bc-a32064215c3f: Amount of 924 has been received from Account number 3a03125b-4134-4693-b11b-ee8be49d16c9
2024-07-09 19:26:07.650  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 599aebfe-4fd9-488f-ac80-6c42512b6d6d: Amount of 679 has been received from Account number bc85c7b4-66f5-4b64-be33-017eba7e83db
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of b7f3fc47-b118-4ff4-b3ea-610b3f07ed4b: Amount of 190 has to sent to Account number 56257b3c-2f54-4077-b5e8-f8134329c5f8
2024-07-09 19:26:07.650  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of c7e3913e-8f5a-42b0-94c5-6db1a50e76ea: Amount of 340 has been received from Account number ee24ab20-7701-499a-94e4-bffef0824193
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3938309c-9657-4a50-903d-9b1315cd9e27: Amount of 970 has been received from Account number e9c286eb-7c4f-4667-b11a-8f51124c64d2
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of f17e0169-b4e7-476e-8fd6-54615f193d09: Amount of 832 has been received from Account number cd9687fa-3954-4e98-a5fd-c7180c4100f6
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of dddf3e56-77a3-49e4-a934-745e3b6ee31f: Amount of 196 has been received from Account number e530e8f5-1c4b-4403-bc4a-546968c4a02b
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 984cb8c4-797a-4b40-b494-0a07e6ab0e4a: Amount of 751 has to sent to Account number e55e5da7-c726-4185-a33d-1beb7c281b24
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 83f2bc1d-2e1f-45f0-81be-4a2eb22d3573: Amount of 799 has to sent to Account number f026a0a3-aeb3-415f-a73c-3d086cdfd7c9
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of e55e5da7-c726-4185-a33d-1beb7c281b24: Amount of 751 has been received from Account number 984cb8c4-797a-4b40-b494-0a07e6ab0e4a
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 027b1d9d-72f5-40c8-a871-8c8d09a5cbca: Amount of 759 has been received from Account number a4b207c2-2fa3-46b7-8091-35792ee83342
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of a6be24f0-df27-498d-b249-520c6fa5202d: Amount of 417 has to sent to Account number b5aae504-7e12-41f6-907b-38e308820a04
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of cfeb7f6a-49f7-4a7c-8966-2a5fc7cc5a58: Amount of 515 has to sent to Account number 527a799e-c5df-42bb-8069-1255eca3155f
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of b5aae504-7e12-41f6-907b-38e308820a04: Amount of 417 has been received from Account number a6be24f0-df27-498d-b249-520c6fa5202d
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53a19204-eccd-4a8e-81a7-f02f99aa067a: Amount of 564 has to sent to Account number c46df561-1755-4e2f-ac2d-c3c48b11a3bc
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 89fcd33e-13ff-4e55-ac95-5591c1146ba0: Amount of 128 has been received from Account number a01681c5-e491-4583-9124-52f3a3a76955
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of c67a1aab-5943-45fd-8301-66f630c23a28: Amount of 865 has to sent to Account number eeea6c7c-e647-437f-a0b9-719a4888430d
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d7bbf2e-2cd2-44cc-9df3-a73c616b956c: Amount of 702 has been received from Account number cfb0202c-ac25-4bab-9595-0a133591ae51
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of eeea6c7c-e647-437f-a0b9-719a4888430d: Amount of 865 has been received from Account number c67a1aab-5943-45fd-8301-66f630c23a28
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of e13dfa8c-ee9d-40a9-8465-d5475931e39d: Amount of 295 has to sent to Account number 973f1f68-2490-486f-9eb6-798933f4b88e
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a89624eb-a0cf-4c7f-a39d-3ce5d6d46bc6: Amount of 107 has to sent to Account number efd475c6-3019-4ddf-8b28-c487601aa50d
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98c0d057-2fb6-47ac-b059-8c1ad858e7fe: Amount of 875 has to sent to Account number da5765df-b251-4b04-8b68-004e7355a633
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4a28d193-ef02-47cc-b3b9-aa1530cca9ba: Amount of 693 has been received from Account number 00548e2d-6bde-4751-a9ee-5d2beaea5a9a
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 35785617-49e9-465d-9163-ff1629e3cb0b: Amount of 861 has to sent to Account number b9507c4e-ea3d-4601-b7f6-d0f9ddf7f89b
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ddcf92e2-ffea-4e41-b115-2f5183ab300e: Amount of 632 has to sent to Account number db9a15bb-5a11-4a8e-b451-860f05b7ce53
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of d4b9bec3-4835-441f-a1b9-b00d962d0e0f: Amount of 900 has to sent to Account number 1a781827-9b60-44b1-a5e3-b15e931d9a4c
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of bcb0e376-9cd3-4344-9d2c-d4962908ec51: Amount of 273 has been received from Account number 6461f9e9-f7e3-4010-87f4-1701bcbe4094
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1a781827-9b60-44b1-a5e3-b15e931d9a4c: Amount of 900 has been received from Account number d4b9bec3-4835-441f-a1b9-b00d962d0e0f
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42c78099-f528-4675-82eb-f091fa435242: Amount of 153 has been received from Account number 8b818f06-1553-4213-bd5f-fa5fad3aa07d
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of f0c5824a-3545-4b9c-81fb-9528020ea697: Amount of 970 has to sent to Account number 9ba655f6-29b5-4bcc-bd44-6dcef754a39d
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56257b3c-2f54-4077-b5e8-f8134329c5f8: Amount of 190 has been received from Account number b7f3fc47-b118-4ff4-b3ea-610b3f07ed4b
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7782472b-aef0-4e61-9588-53f78309ceb4: Amount of 870 has to sent to Account number 2a48f173-52c0-48a4-8aa9-e1c11ffcc4a5
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d019f4a-a720-40e2-a455-5d3d65ad3f68: Amount of 605 has to sent to Account number 92c15d81-7b0d-472a-8539-901b54e999ff
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0eccf8f2-1b7b-42a1-978d-ba9761006ed3: Amount of 258 has to sent to Account number 5cc7bc0c-78ca-45eb-a799-39814e592bf6
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 60215d52-d665-4bea-8f29-a9fc74b8a995: Amount of 734 has to sent to Account number ea1f383b-51b9-429a-893f-203d17c39a2a
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5cc7bc0c-78ca-45eb-a799-39814e592bf6: Amount of 258 has been received from Account number 0eccf8f2-1b7b-42a1-978d-ba9761006ed3
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 92c15d81-7b0d-472a-8539-901b54e999ff: Amount of 605 has been received from Account number 3d019f4a-a720-40e2-a455-5d3d65ad3f68
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1e0ec1cb-cea1-47c2-91b5-4911c1836ec9: Amount of 744 has to sent to Account number 18d8a335-7cf1-4db3-a2a6-eaa2c49eac55
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 18d8a335-7cf1-4db3-a2a6-eaa2c49eac55: Amount of 744 has been received from Account number 1e0ec1cb-cea1-47c2-91b5-4911c1836ec9
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of a796dcf5-a36c-449d-91b5-210623dfd2fa: Amount of 448 has to sent to Account number b865a2c5-06b3-4e7e-b0d8-65abf46770d3
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of f026a0a3-aeb3-415f-a73c-3d086cdfd7c9: Amount of 799 has been received from Account number 83f2bc1d-2e1f-45f0-81be-4a2eb22d3573
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a01cde3-c728-4ede-80df-862cd20dae63: Amount of 232 has to sent to Account number cb58f427-7f12-4220-8990-83c111431b3d
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 527a799e-c5df-42bb-8069-1255eca3155f: Amount of 515 has been received from Account number cfeb7f6a-49f7-4a7c-8966-2a5fc7cc5a58
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of cb58f427-7f12-4220-8990-83c111431b3d: Amount of 232 has been received from Account number 5a01cde3-c728-4ede-80df-862cd20dae63
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7e1d52a8-040b-45c4-a00a-16d43f3a85c8: Amount of 724 has to sent to Account number fb29d0eb-f0e6-4c05-8ff6-ece126d31994
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8a319b75-cc8a-4b73-bc54-3a2a1ad186c6: Amount of 931 has to sent to Account number 1c51cf60-b9af-4816-b1af-c882d5c2daf3
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb29d0eb-f0e6-4c05-8ff6-ece126d31994: Amount of 724 has been received from Account number 7e1d52a8-040b-45c4-a00a-16d43f3a85c8
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of c46df561-1755-4e2f-ac2d-c3c48b11a3bc: Amount of 564 has been received from Account number 53a19204-eccd-4a8e-81a7-f02f99aa067a
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of e2989fa2-3df9-441b-82f4-00128eabc05e: Amount of 74 has to sent to Account number 0d69a023-a742-4c4d-b503-0fc64d1eaa8c
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 28cb9dde-009d-461b-9e71-1008bfd780c9: Amount of 170 has to sent to Account number 82386e65-711a-4f6a-be4f-efec7bf64c8b
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of aa44bff9-b945-4d43-961d-8aa732aba946: Amount of 550 has to sent to Account number 8cd19fe2-7117-4324-abf5-76e149c3b080
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 973f1f68-2490-486f-9eb6-798933f4b88e: Amount of 295 has been received from Account number e13dfa8c-ee9d-40a9-8465-d5475931e39d
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of efd475c6-3019-4ddf-8b28-c487601aa50d: Amount of 107 has been received from Account number a89624eb-a0cf-4c7f-a39d-3ce5d6d46bc6
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of da5765df-b251-4b04-8b68-004e7355a633: Amount of 875 has been received from Account number 98c0d057-2fb6-47ac-b059-8c1ad858e7fe
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of b9507c4e-ea3d-4601-b7f6-d0f9ddf7f89b: Amount of 861 has been received from Account number 35785617-49e9-465d-9163-ff1629e3cb0b
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of db9a15bb-5a11-4a8e-b451-860f05b7ce53: Amount of 632 has been received from Account number ddcf92e2-ffea-4e41-b115-2f5183ab300e
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of f4a82ac4-0660-40f2-9846-f724aab77964: Amount of 954 has to sent to Account number 3c0af4f1-faf8-4e48-a3fd-cbb177d41772
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1d88a4aa-a43c-4482-b61e-b6f6d23ed732: Amount of 2 has to sent to Account number bc946422-a403-4eb8-a041-05fe1b0b83ee
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90962b39-0100-4b93-b385-845a3a9168a7: Amount of 219 has to sent to Account number f4d88be9-cd54-4a8f-adc7-fdbe76625cc1
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 89ad1834-93e1-4491-b4ea-897ede1519aa: Amount of 924 has to sent to Account number aadd9b83-cdf5-43cc-8bd2-27d88a078a0e
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3c0af4f1-faf8-4e48-a3fd-cbb177d41772: Amount of 954 has been received from Account number f4a82ac4-0660-40f2-9846-f724aab77964
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9ba655f6-29b5-4bcc-bd44-6dcef754a39d: Amount of 970 has been received from Account number f0c5824a-3545-4b9c-81fb-9528020ea697
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2a48f173-52c0-48a4-8aa9-e1c11ffcc4a5: Amount of 870 has been received from Account number 7782472b-aef0-4e61-9588-53f78309ceb4
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of f81b0fad-d785-4108-983f-2fb5ed438780: Amount of 428 has to sent to Account number 01dba1a4-9b41-41bd-8956-277e6d9de005
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ea1f383b-51b9-429a-893f-203d17c39a2a: Amount of 734 has been received from Account number 60215d52-d665-4bea-8f29-a9fc74b8a995
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 961a578e-2334-4e55-8bd4-b8be73dc47ab: Amount of 890 has to sent to Account number 745934e8-3187-4fee-a66d-4eecae590af5
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of b865a2c5-06b3-4e7e-b0d8-65abf46770d3: Amount of 448 has been received from Account number a796dcf5-a36c-449d-91b5-210623dfd2fa
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 745934e8-3187-4fee-a66d-4eecae590af5: Amount of 890 has been received from Account number 961a578e-2334-4e55-8bd4-b8be73dc47ab
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of cdee21d6-7c8a-4bd7-be08-56ff2d650a2a: Amount of 378 has to sent to Account number c80cf66b-df36-4b38-b527-619485a85364
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d9414ef-1ae2-45be-96e3-9044c5160f51: Amount of 283 has to sent to Account number dc79becd-b335-46be-bf07-e21ebd868ddc
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7a29fc34-40f3-40a8-bda0-46f5598e3e1b: Amount of 952 has to sent to Account number b65edc7e-f268-406f-8adc-d5aca1b9c047
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of dc79becd-b335-46be-bf07-e21ebd868ddc: Amount of 283 has been received from Account number 9d9414ef-1ae2-45be-96e3-9044c5160f51
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of b65edc7e-f268-406f-8adc-d5aca1b9c047: Amount of 952 has been received from Account number 7a29fc34-40f3-40a8-bda0-46f5598e3e1b
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a381e18-7aaa-4ed2-ae48-1431d9db875a: Amount of 706 has to sent to Account number 82d993df-a879-48f8-ab18-01806b7b5417
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa07361b-d0b8-41f0-a6e2-c161f570fa18: Amount of 35 has to sent to Account number c32d60b7-5d9c-46a1-b2b0-f605bfca4e81
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of fd1b336a-0c1b-4420-ba47-5841a93dac2b: Amount of 767 has to sent to Account number 97ed92cb-e532-4011-a1ee-91ec6ebf5c72
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c51cf60-b9af-4816-b1af-c882d5c2daf3: Amount of 931 has been received from Account number 8a319b75-cc8a-4b73-bc54-3a2a1ad186c6
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of c32d60b7-5d9c-46a1-b2b0-f605bfca4e81: Amount of 35 has been received from Account number fa07361b-d0b8-41f0-a6e2-c161f570fa18
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0d69a023-a742-4c4d-b503-0fc64d1eaa8c: Amount of 74 has been received from Account number e2989fa2-3df9-441b-82f4-00128eabc05e
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d39a70b-56a3-4c8f-9e85-a4790dd6116c: Amount of 819 has to sent to Account number b6dc1169-d008-4574-9c9c-828c18319bde
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of d3b2b587-bd44-46e4-8c55-e5ccccc0a286: Amount of 189 has to sent to Account number 06d4cf79-42b1-4c6a-bea4-2dbf4aaf00be
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of b6dc1169-d008-4574-9c9c-828c18319bde: Amount of 819 has been received from Account number 6d39a70b-56a3-4c8f-9e85-a4790dd6116c
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 06d4cf79-42b1-4c6a-bea4-2dbf4aaf00be: Amount of 189 has been received from Account number d3b2b587-bd44-46e4-8c55-e5ccccc0a286
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 82386e65-711a-4f6a-be4f-efec7bf64c8b: Amount of 170 has been received from Account number 28cb9dde-009d-461b-9e71-1008bfd780c9
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of eca6e245-f1a4-42d1-9c66-517fbf2de660: Amount of 398 has to sent to Account number 2c419102-ba2b-47c5-96d2-e202ddf6def0
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8cd19fe2-7117-4324-abf5-76e149c3b080: Amount of 550 has been received from Account number aa44bff9-b945-4d43-961d-8aa732aba946
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c8ca684a-bb86-46e0-ac27-e1d6487d0d3f: Amount of 374 has to sent to Account number e95b3695-f1a8-4fa1-8bbc-b0455e17ced2
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of eed9aa49-d9c3-4401-a3ee-ad11c42b1e2c: Amount of 848 has to sent to Account number 0ea8ddc0-8188-43d3-8fc9-5521283902aa
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of e95b3695-f1a8-4fa1-8bbc-b0455e17ced2: Amount of 374 has been received from Account number c8ca684a-bb86-46e0-ac27-e1d6487d0d3f
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4be546be-bf38-4aaf-9b36-ab5515d3e26a: Amount of 699 has to sent to Account number 6ab4a6e9-20ed-4496-b165-c24a20793206
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ea8ddc0-8188-43d3-8fc9-5521283902aa: Amount of 848 has been received from Account number eed9aa49-d9c3-4401-a3ee-ad11c42b1e2c
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6ab4a6e9-20ed-4496-b165-c24a20793206: Amount of 699 has been received from Account number 4be546be-bf38-4aaf-9b36-ab5515d3e26a
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 83562872-a187-4d14-a819-f28797aa209f: Amount of 86 has to sent to Account number 07e1d009-2641-460c-bda4-664fc62c591f
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0b550f0f-08c3-42a7-8b98-9dcd061c1080: Amount of 748 has to sent to Account number 5eec8651-bfd5-4f2a-87e3-ed65450778c3
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 07e1d009-2641-460c-bda4-664fc62c591f: Amount of 86 has been received from Account number 83562872-a187-4d14-a819-f28797aa209f
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc946422-a403-4eb8-a041-05fe1b0b83ee: Amount of 2 has been received from Account number 1d88a4aa-a43c-4482-b61e-b6f6d23ed732
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of f4d88be9-cd54-4a8f-adc7-fdbe76625cc1: Amount of 219 has been received from Account number 90962b39-0100-4b93-b385-845a3a9168a7
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3da55b7a-c089-4b83-81d9-5b03c058cc8c: Amount of 320 has to sent to Account number 6a031c42-ed3d-4858-ab90-6711dc188549
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of aadd9b83-cdf5-43cc-8bd2-27d88a078a0e: Amount of 924 has been received from Account number 89ad1834-93e1-4491-b4ea-897ede1519aa
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of f71d9f75-60bf-4e1e-b546-f423c03c5c71: Amount of 600 has to sent to Account number 2a56ea1f-d551-4086-a87c-cf82e8de8d00
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of a504551a-e98f-4e4b-97e8-b578b2c32cbd: Amount of 142 has to sent to Account number b196821e-069b-4f59-a1e1-79014dbd1e44
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 01dba1a4-9b41-41bd-8956-277e6d9de005: Amount of 428 has been received from Account number f81b0fad-d785-4108-983f-2fb5ed438780
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of b196821e-069b-4f59-a1e1-79014dbd1e44: Amount of 142 has been received from Account number a504551a-e98f-4e4b-97e8-b578b2c32cbd
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 52f00a48-c5d6-4b18-8553-bc1f42dca080: Amount of 933 has to sent to Account number a305df33-e5d4-46cb-bba1-6db85a191a5a
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf1d21f3-4239-4ca9-9117-a8bac01c6ffa: Amount of 299 has to sent to Account number 1c0bf3dc-e699-493a-aa8c-aba18e19fb5d
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of e8e1ed7b-4fd6-4596-827f-620524c7be3e: Amount of 669 has to sent to Account number d1586c2e-9497-4898-8bc9-222bc28ab413
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c0bf3dc-e699-493a-aa8c-aba18e19fb5d: Amount of 299 has been received from Account number bf1d21f3-4239-4ca9-9117-a8bac01c6ffa
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 786646a0-656e-461b-bcb9-570abe0b8e8a: Amount of 361 has to sent to Account number a1ea07fb-e0fa-46c7-bb21-9dbb3e58832c
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of c80cf66b-df36-4b38-b527-619485a85364: Amount of 378 has been received from Account number cdee21d6-7c8a-4bd7-be08-56ff2d650a2a
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 82d993df-a879-48f8-ab18-01806b7b5417: Amount of 706 has been received from Account number 5a381e18-7aaa-4ed2-ae48-1431d9db875a
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 97ed92cb-e532-4011-a1ee-91ec6ebf5c72: Amount of 767 has been received from Account number fd1b336a-0c1b-4420-ba47-5841a93dac2b
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 68d99c65-634e-4074-8184-8fdfe9933b80: Amount of 588 has to sent to Account number 7b83dc6b-f649-48a6-bf0b-5f7f1563c13f
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 54bc3c6c-6cfc-42c2-b8cb-1b979be436b0: Amount of 715 has to sent to Account number 81cf3def-4883-4128-94fc-544cc77a5861
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of d521ecd4-9333-4c3c-81b4-c79de29a159f: Amount of 822 has to sent to Account number 8b27f86c-2cea-4b30-b874-8e9f306666f8
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 326ef8ad-61ca-4368-8eae-1c0ece18350f: Amount of 489 has to sent to Account number ae4f8bfb-8873-45ea-8636-5c72d3856530
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b27f86c-2cea-4b30-b874-8e9f306666f8: Amount of 822 has been received from Account number d521ecd4-9333-4c3c-81b4-c79de29a159f
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c419102-ba2b-47c5-96d2-e202ddf6def0: Amount of 398 has been received from Account number eca6e245-f1a4-42d1-9c66-517fbf2de660
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9b3cfbd1-5cf0-4f5c-924f-8cc44b2febd9: Amount of 620 has to sent to Account number ee3a6347-6b04-495c-8f8a-0211fc9d07bf
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 418456ac-496e-47ed-ac17-cba823d3b8b8: Amount of 524 has to sent to Account number 6b2bdd79-153b-47bb-8517-189a10852d4a
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 965bab4a-6037-490f-8f7b-473036f82089: Amount of 839 has to sent to Account number e4354ab3-fad1-4352-a968-44af6a0ec84b
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8bdf51cb-4eb6-47cc-b10d-a1295fe7d83e: Amount of 703 has to sent to Account number 2bf5417c-d25f-49c0-b817-4d5cdcee5304
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5eec8651-bfd5-4f2a-87e3-ed65450778c3: Amount of 748 has been received from Account number 0b550f0f-08c3-42a7-8b98-9dcd061c1080
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of f4e2f354-7d47-4c8c-b909-08344a5c63e5: Amount of 144 has to sent to Account number 646c0703-a971-47d2-9d45-32fc8ba8fe44
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of e152fdda-dd40-4ed0-8a62-5cf1f0dbc864: Amount of 888 has to sent to Account number 077c5943-a61b-4018-b94c-f033110797c4
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 646c0703-a971-47d2-9d45-32fc8ba8fe44: Amount of 144 has been received from Account number f4e2f354-7d47-4c8c-b909-08344a5c63e5
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d380c46-4e1a-4242-916c-a6bce2778aa0: Amount of 598 has to sent to Account number 0817ccdc-2188-456c-b758-2e8f65d0257b
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a031c42-ed3d-4858-ab90-6711dc188549: Amount of 320 has been received from Account number 3da55b7a-c089-4b83-81d9-5b03c058cc8c
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed375a77-0133-4610-94e5-57e4e17f1e16: Amount of 263 has to sent to Account number 886ceb29-337c-4a1b-bbe5-7b8bbb798b4a
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98b4b103-efc5-40e7-9649-896b58a05642: Amount of 625 has to sent to Account number c71dd535-bf9a-4b5b-a72f-7bc9651c9df8
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 886ceb29-337c-4a1b-bbe5-7b8bbb798b4a: Amount of 263 has been received from Account number ed375a77-0133-4610-94e5-57e4e17f1e16
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2a56ea1f-d551-4086-a87c-cf82e8de8d00: Amount of 600 has been received from Account number f71d9f75-60bf-4e1e-b546-f423c03c5c71
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of a305df33-e5d4-46cb-bba1-6db85a191a5a: Amount of 933 has been received from Account number 52f00a48-c5d6-4b18-8553-bc1f42dca080
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of d1586c2e-9497-4898-8bc9-222bc28ab413: Amount of 669 has been received from Account number e8e1ed7b-4fd6-4596-827f-620524c7be3e
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 71622d50-5ffc-4a9e-aefc-5a0321c73cc6: Amount of 631 has to sent to Account number a174a77a-1d89-4c28-bb81-f255ee07d907
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of a1ea07fb-e0fa-46c7-bb21-9dbb3e58832c: Amount of 361 has been received from Account number 786646a0-656e-461b-bcb9-570abe0b8e8a
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5ceb0ea4-01d7-48fb-9dbd-c706a0bb8f52: Amount of 358 has to sent to Account number c170cb35-0ff3-43d9-8a4c-9057ef4243f4
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4c3f1c7a-a2f2-41f5-a8f5-c8363984c01e: Amount of 986 has to sent to Account number b97db02a-c233-48ab-83f2-6c2b9e224012
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 41d35bcf-b891-47eb-a937-73556006f398: Amount of 869 has to sent to Account number d59db688-5454-4064-8012-fc1173ab18ed
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of b97db02a-c233-48ab-83f2-6c2b9e224012: Amount of 986 has been received from Account number 4c3f1c7a-a2f2-41f5-a8f5-c8363984c01e
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of d59db688-5454-4064-8012-fc1173ab18ed: Amount of 869 has been received from Account number 41d35bcf-b891-47eb-a937-73556006f398
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b83dc6b-f649-48a6-bf0b-5f7f1563c13f: Amount of 588 has been received from Account number 68d99c65-634e-4074-8184-8fdfe9933b80
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81cf3def-4883-4128-94fc-544cc77a5861: Amount of 715 has been received from Account number 54bc3c6c-6cfc-42c2-b8cb-1b979be436b0
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae4f8bfb-8873-45ea-8636-5c72d3856530: Amount of 489 has been received from Account number 326ef8ad-61ca-4368-8eae-1c0ece18350f
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of b9bf1492-cae0-4b4d-b66f-c70d42ef179d: Amount of 298 has to sent to Account number 5b3b47e9-f4a3-4a3e-889f-1874e01b9020
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 181c4c99-0a69-4b30-9e01-713204a82098: Amount of 674 has to sent to Account number c32b23b7-50e2-4c03-a26d-1a5b230db273
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b3b47e9-f4a3-4a3e-889f-1874e01b9020: Amount of 298 has been received from Account number b9bf1492-cae0-4b4d-b66f-c70d42ef179d
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee3a6347-6b04-495c-8f8a-0211fc9d07bf: Amount of 620 has been received from Account number 9b3cfbd1-5cf0-4f5c-924f-8cc44b2febd9
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53e68285-4b6d-4753-b804-b8273b09c474: Amount of 165 has to sent to Account number b0614cc8-bd7f-48a5-b6eb-cd9b03b9a925
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b2bdd79-153b-47bb-8517-189a10852d4a: Amount of 524 has been received from Account number 418456ac-496e-47ed-ac17-cba823d3b8b8
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of b0614cc8-bd7f-48a5-b6eb-cd9b03b9a925: Amount of 165 has been received from Account number 53e68285-4b6d-4753-b804-b8273b09c474
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of e4354ab3-fad1-4352-a968-44af6a0ec84b: Amount of 839 has been received from Account number 965bab4a-6037-490f-8f7b-473036f82089
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2bf5417c-d25f-49c0-b817-4d5cdcee5304: Amount of 703 has been received from Account number 8bdf51cb-4eb6-47cc-b10d-a1295fe7d83e
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 077c5943-a61b-4018-b94c-f033110797c4: Amount of 888 has been received from Account number e152fdda-dd40-4ed0-8a62-5cf1f0dbc864
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of de18cf03-d642-4a24-944f-07b2f90503fa: Amount of 289 has to sent to Account number 75e57829-6fd8-486a-9a90-1017a1fa5103
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0817ccdc-2188-456c-b758-2e8f65d0257b: Amount of 598 has been received from Account number 3d380c46-4e1a-4242-916c-a6bce2778aa0
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 809cb3a1-d061-4745-bf17-4860cea69b86: Amount of 868 has to sent to Account number 78ba62ba-9c20-4d37-a688-ee72bbfd698b
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of a44a48d3-15c1-4a04-a71c-1b93251899ed: Amount of 20 has to sent to Account number 39d244b8-36b2-44ab-a214-f4898083ae09
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 78ba62ba-9c20-4d37-a688-ee72bbfd698b: Amount of 868 has been received from Account number 809cb3a1-d061-4745-bf17-4860cea69b86
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c71dd535-bf9a-4b5b-a72f-7bc9651c9df8: Amount of 625 has been received from Account number 98b4b103-efc5-40e7-9649-896b58a05642
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of c613888b-4ba6-4e30-9f9e-c48bcbbc3ad6: Amount of 539 has to sent to Account number 68b06a3b-f9b2-4c9d-af08-d950416ee9ce
2024-07-09 19:26:07.666  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 39d244b8-36b2-44ab-a214-f4898083ae09: Amount of 20 has been received from Account number a44a48d3-15c1-4a04-a71c-1b93251899ed
2024-07-09 19:26:07.666  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of fd1c8617-78e7-46ff-9bb7-dbe9291d9d3e: Amount of 504 has to sent to Account number d781c102-034a-4450-93bd-d5300fa5a022
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca8e2650-b865-4cd6-9331-cb383604a724: Amount of 863 has to sent to Account number 59d971c1-bbd6-4a26-ab67-9dc6a1dbbdfd
2024-07-09 19:26:07.666  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of d781c102-034a-4450-93bd-d5300fa5a022: Amount of 504 has been received from Account number fd1c8617-78e7-46ff-9bb7-dbe9291d9d3e
2024-07-09 19:26:07.666  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 24985ee4-d734-4b5d-9bdd-c04f8e5a5a20: Amount of 952 has to sent to Account number a5db2104-0647-4e50-9583-c29259178af7
2024-07-09 19:26:07.666  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of a5db2104-0647-4e50-9583-c29259178af7: Amount of 952 has been received from Account number 24985ee4-d734-4b5d-9bdd-c04f8e5a5a20
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 72b2a1a4-c220-4cbd-9a2d-4b95c9098541: Amount of 459 has to sent to Account number e700a42d-7d20-4f7a-afd4-a62855c73789
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of a174a77a-1d89-4c28-bb81-f255ee07d907: Amount of 631 has been received from Account number 71622d50-5ffc-4a9e-aefc-5a0321c73cc6
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of c170cb35-0ff3-43d9-8a4c-9057ef4243f4: Amount of 358 has been received from Account number 5ceb0ea4-01d7-48fb-9dbd-c706a0bb8f52
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 713b36e4-aef5-4963-95cf-23cb49b8e525: Amount of 855 has to sent to Account number 4a8ba158-1210-4c3b-bf71-448f4e5faa7f
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c8d448b-e314-4f83-a841-70708f280034: Amount of 621 has to sent to Account number 89c357f9-7c54-4e83-9298-d09deec4d450
2024-07-09 19:26:07.666  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4a8ba158-1210-4c3b-bf71-448f4e5faa7f: Amount of 855 has been received from Account number 713b36e4-aef5-4963-95cf-23cb49b8e525
2024-07-09 19:26:07.666  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 89c357f9-7c54-4e83-9298-d09deec4d450: Amount of 621 has been received from Account number 8c8d448b-e314-4f83-a841-70708f280034
2024-07-09 19:26:07.666  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d73dc88-8f27-4f54-a1be-c603fbf3588a: Amount of 550 has to sent to Account number a8d293bf-57cc-41db-87a2-13d2742afb46
2024-07-09 19:26:07.666  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8d293bf-57cc-41db-87a2-13d2742afb46: Amount of 550 has been received from Account number 3d73dc88-8f27-4f54-a1be-c603fbf3588a
2024-07-09 19:26:07.666  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 093297a6-db84-4a99-b97c-168346fbdf62: Amount of 180 has to sent to Account number 3def7c0d-f008-4923-b591-b3586d717e10
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 70dda304-e26c-48d6-ab3d-51fc4ab44933: Amount of 792 has to sent to Account number 993a6ee2-4caf-4308-8a27-c3790f4bc28f
2024-07-09 19:26:07.666  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2352d3e-ad7a-44cb-8414-35364cd12c7a: Amount of 742 has to sent to Account number 6ae17e6e-852f-443b-8474-847fcf6898b5
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd2b46f5-9d9a-4a8f-8742-ce75f8a6412c: Amount of 413 has to sent to Account number 4f7dc487-1804-4795-ad7f-78174071a244
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of c32b23b7-50e2-4c03-a26d-1a5b230db273: Amount of 674 has been received from Account number 181c4c99-0a69-4b30-9e01-713204a82098
2024-07-09 19:26:07.666  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f7dc487-1804-4795-ad7f-78174071a244: Amount of 413 has been received from Account number dd2b46f5-9d9a-4a8f-8742-ce75f8a6412c
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8ae6f527-6ef3-4aa2-8ebf-571d23309656: Amount of 274 has to sent to Account number 83aee688-c4c4-4874-8c0b-fc2c9b2b8daa
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of dfb9d8e6-606f-442b-8398-002400f8c790: Amount of 644 has to sent to Account number 0a7913da-c60b-4aec-a672-0cb641a1e814
2024-07-09 19:26:07.666  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 83aee688-c4c4-4874-8c0b-fc2c9b2b8daa: Amount of 274 has been received from Account number 8ae6f527-6ef3-4aa2-8ebf-571d23309656
2024-07-09 19:26:07.666  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a7913da-c60b-4aec-a672-0cb641a1e814: Amount of 644 has been received from Account number dfb9d8e6-606f-442b-8398-002400f8c790
2024-07-09 19:26:07.666  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of d57bcae4-8410-4742-aa5c-6fb53cc7e5b2: Amount of 503 has to sent to Account number 33873919-1d2a-4dca-91b4-006fe3a31896
2024-07-09 19:26:07.666  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9cd504dc-4711-4923-a5b8-0f2889788b5f: Amount of 805 has to sent to Account number e1780f83-f939-4524-8036-cf24066cc8c8
2024-07-09 19:26:07.666  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of e1780f83-f939-4524-8036-cf24066cc8c8: Amount of 805 has been received from Account number 9cd504dc-4711-4923-a5b8-0f2889788b5f
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 254577a0-9064-493c-8a2c-f3cd993673ad: Amount of 771 has to sent to Account number 81795b86-9dd8-416e-a02e-27ac3316e358
2024-07-09 19:26:07.666  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81795b86-9dd8-416e-a02e-27ac3316e358: Amount of 771 has been received from Account number 254577a0-9064-493c-8a2c-f3cd993673ad
2024-07-09 19:26:07.666  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of f5669f61-a373-413f-a383-2290a7f94a14: Amount of 386 has to sent to Account number e31b503a-b21d-44c6-a7e0-944a50694c4c
2024-07-09 19:26:07.666  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of e31b503a-b21d-44c6-a7e0-944a50694c4c: Amount of 386 has been received from Account number f5669f61-a373-413f-a383-2290a7f94a14
2024-07-09 19:26:07.666  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0baab6b7-f1cd-410e-94ff-e1575deb185c: Amount of 250 has to sent to Account number dc8479d6-3d8b-47cc-ba47-cd17aca12963
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of dc8479d6-3d8b-47cc-ba47-cd17aca12963: Amount of 250 has been received from Account number 0baab6b7-f1cd-410e-94ff-e1575deb185c
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81327aa2-bae6-438e-b26a-1b981c814e1b: Amount of 783 has to sent to Account number 69def8e9-ce7d-4fe1-89f3-a9641835bdd5
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 69def8e9-ce7d-4fe1-89f3-a9641835bdd5: Amount of 783 has been received from Account number 81327aa2-bae6-438e-b26a-1b981c814e1b
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of b9c0ce11-1f02-465f-952a-75d8f83f5c62: Amount of 940 has to sent to Account number f38c81d3-bf80-444e-9b04-98f32d7e42d0
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of f38c81d3-bf80-444e-9b04-98f32d7e42d0: Amount of 940 has been received from Account number b9c0ce11-1f02-465f-952a-75d8f83f5c62
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 34873790-6b80-43fa-823c-c3e051c30d24: Amount of 10 has to sent to Account number 021f3ea5-f45b-403d-8f27-0864f844960e
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 021f3ea5-f45b-403d-8f27-0864f844960e: Amount of 10 has been received from Account number 34873790-6b80-43fa-823c-c3e051c30d24
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of c7e28f1a-59b4-4ff3-8d8a-666bc7a0687f: Amount of 749 has to sent to Account number db9de12b-93a8-44bd-b3f5-257275f2ea05
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of db9de12b-93a8-44bd-b3f5-257275f2ea05: Amount of 749 has been received from Account number c7e28f1a-59b4-4ff3-8d8a-666bc7a0687f
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of a691ccf5-5d77-4322-b136-3207429d73a2: Amount of 416 has to sent to Account number fe1eebfa-34e2-4676-956e-72b4acdb4b05
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of fe1eebfa-34e2-4676-956e-72b4acdb4b05: Amount of 416 has been received from Account number a691ccf5-5d77-4322-b136-3207429d73a2
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9987b52c-df11-4462-9bd7-b658055acdec: Amount of 391 has to sent to Account number 6386f7f0-6151-4fda-ae35-6de9b7aa0429
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6386f7f0-6151-4fda-ae35-6de9b7aa0429: Amount of 391 has been received from Account number 9987b52c-df11-4462-9bd7-b658055acdec
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 74e248a8-9303-4147-ba47-fa5b45d98d79: Amount of 276 has to sent to Account number 27d2dd1e-a354-42fc-9f29-f39d3db1f3a1
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 27d2dd1e-a354-42fc-9f29-f39d3db1f3a1: Amount of 276 has been received from Account number 74e248a8-9303-4147-ba47-fa5b45d98d79
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 01926926-9553-4f82-9f5c-71ab2410ef3b: Amount of 141 has to sent to Account number 325f98c0-a605-41c3-831a-a898ae0258ed
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 325f98c0-a605-41c3-831a-a898ae0258ed: Amount of 141 has been received from Account number 01926926-9553-4f82-9f5c-71ab2410ef3b
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of e314ef5a-7fd6-426b-a96c-575c3f881dac: Amount of 841 has to sent to Account number c583486f-cb5b-4491-b84d-4a656120425f
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of c583486f-cb5b-4491-b84d-4a656120425f: Amount of 841 has been received from Account number e314ef5a-7fd6-426b-a96c-575c3f881dac
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 785a266c-462f-4a77-a0c0-fda82f9b9170: Amount of 726 has to sent to Account number 3ca8ed64-4dc6-4989-8b26-1b01bef55d95
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ca8ed64-4dc6-4989-8b26-1b01bef55d95: Amount of 726 has been received from Account number 785a266c-462f-4a77-a0c0-fda82f9b9170
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of da265d99-2475-4a0c-81d5-9d99c7b55737: Amount of 151 has to sent to Account number 93e1bb92-9c19-4e87-a25f-9c6729f72e7b
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 93e1bb92-9c19-4e87-a25f-9c6729f72e7b: Amount of 151 has been received from Account number da265d99-2475-4a0c-81d5-9d99c7b55737
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of b85ff5df-b909-43b0-a762-7c5653d79292: Amount of 147 has to sent to Account number d7126793-06e4-4b9e-bcfd-844a7a0bfd30
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d7126793-06e4-4b9e-bcfd-844a7a0bfd30: Amount of 147 has been received from Account number b85ff5df-b909-43b0-a762-7c5653d79292
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 44777c82-9255-4355-9c6a-5460caa48bf8: Amount of 271 has to sent to Account number 22fe9682-055a-4b94-bc87-4b77456fbb84
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22fe9682-055a-4b94-bc87-4b77456fbb84: Amount of 271 has been received from Account number 44777c82-9255-4355-9c6a-5460caa48bf8
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d597e3a5-8903-4df1-9f35-968c5b9d1037: Amount of 958 has to sent to Account number e2642761-3da0-4801-8fc4-980afcb1f106
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of e2642761-3da0-4801-8fc4-980afcb1f106: Amount of 958 has been received from Account number d597e3a5-8903-4df1-9f35-968c5b9d1037
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 17beacd1-3784-42c6-8188-fea8364cbb5b: Amount of 272 has to sent to Account number 3f1fc3ae-0905-42d9-9470-b2150131acfc
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f1fc3ae-0905-42d9-9470-b2150131acfc: Amount of 272 has been received from Account number 17beacd1-3784-42c6-8188-fea8364cbb5b
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f241e3a-0ed9-44bd-8f52-7f5166cc40bf: Amount of 771 has to sent to Account number ec6f5283-58b6-48d6-bda4-6c4b6422ae88
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ec6f5283-58b6-48d6-bda4-6c4b6422ae88: Amount of 771 has been received from Account number 7f241e3a-0ed9-44bd-8f52-7f5166cc40bf
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb285288-8ee3-4fe7-ac56-d56e72dae128: Amount of 73 has to sent to Account number 6091470b-c71f-4238-8eeb-574407199a53
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6091470b-c71f-4238-8eeb-574407199a53: Amount of 73 has been received from Account number fb285288-8ee3-4fe7-ac56-d56e72dae128
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a86567a-5bd0-4162-86ce-2ccbb37eefdf: Amount of 641 has to sent to Account number c6f93544-4e64-4fd6-9dbb-fe3f048e6db2
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of c6f93544-4e64-4fd6-9dbb-fe3f048e6db2: Amount of 641 has been received from Account number 3a86567a-5bd0-4162-86ce-2ccbb37eefdf
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1e1fa7c0-2f42-4113-9e1e-a350d963a8f4: Amount of 846 has to sent to Account number d39b07b2-4c46-41b5-91b2-89bbb32e1ce3
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d39b07b2-4c46-41b5-91b2-89bbb32e1ce3: Amount of 846 has been received from Account number 1e1fa7c0-2f42-4113-9e1e-a350d963a8f4
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 41f4574b-9681-4f2d-848c-cd429cf43297: Amount of 636 has to sent to Account number 5194bcd9-8be7-4d35-8cb6-158dfd0303c0
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5194bcd9-8be7-4d35-8cb6-158dfd0303c0: Amount of 636 has been received from Account number 41f4574b-9681-4f2d-848c-cd429cf43297
2024-07-09 19:26:07.668  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 38c669c5-517f-4000-9069-1ec8aa581f31: Amount of 980 has to sent to Account number 723c9cc4-e271-4a2d-b95c-808530963713
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 29ab6da5-d02d-4b2e-85f1-7565badc6409: Amount of 36 has to sent to Account number dd6bea51-1c05-4b1c-8d13-292bc3540cab
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 75e57829-6fd8-486a-9a90-1017a1fa5103: Amount of 289 has been received from Account number de18cf03-d642-4a24-944f-07b2f90503fa
2024-07-09 19:26:07.652  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77cc6157-2fc6-4c4f-8faf-4e3ae57818c9: Amount of 56 has to sent to Account number 687628b1-a0a4-4487-a8cf-3ea0bee4aedc
2024-07-09 19:26:07.652  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4515f03c-cdc2-497f-a22e-26fc0cef07d5: Amount of 398 has to sent to Account number 2c67cb1e-5580-4457-a399-d55488e33142
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 687628b1-a0a4-4487-a8cf-3ea0bee4aedc: Amount of 56 has been received from Account number 77cc6157-2fc6-4c4f-8faf-4e3ae57818c9
2024-07-09 19:26:07.666  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6529a321-97b0-4f0e-9ad8-00ee85c7c41f: Amount of 202 has to sent to Account number f693effb-a039-40d9-8f56-f532d9f01613
2024-07-09 19:26:07.666  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 68b06a3b-f9b2-4c9d-af08-d950416ee9ce: Amount of 539 has been received from Account number c613888b-4ba6-4e30-9f9e-c48bcbbc3ad6
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f693effb-a039-40d9-8f56-f532d9f01613: Amount of 202 has been received from Account number 6529a321-97b0-4f0e-9ad8-00ee85c7c41f
2024-07-09 19:26:07.666  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 59d971c1-bbd6-4a26-ab67-9dc6a1dbbdfd: Amount of 863 has been received from Account number ca8e2650-b865-4cd6-9331-cb383604a724
2024-07-09 19:26:07.666  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 334f01f3-e1c5-4d10-b34c-a3502980e2c9: Amount of 222 has to sent to Account number 65216960-c8eb-4d2d-8c73-a13da162fa52
2024-07-09 19:26:07.668  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of dcd43fb6-40fe-4be5-a405-8e92f15afb6d: Amount of 328 has to sent to Account number 71d6363a-5e1d-4ec9-ae32-e35ee0ef8dde
2024-07-09 19:26:07.666  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 34d0bf71-19e9-41b2-8440-6e7e4b45ee19: Amount of 690 has to sent to Account number a424de36-667f-4157-b50f-2a05e4d75d1c
2024-07-09 19:26:07.668  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 65216960-c8eb-4d2d-8c73-a13da162fa52: Amount of 222 has been received from Account number 334f01f3-e1c5-4d10-b34c-a3502980e2c9
2024-07-09 19:26:07.666  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of e700a42d-7d20-4f7a-afd4-a62855c73789: Amount of 459 has been received from Account number 72b2a1a4-c220-4cbd-9a2d-4b95c9098541
2024-07-09 19:26:07.666  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 45de156b-fe1d-4a21-9fb7-f6eb6dc077d9: Amount of 746 has to sent to Account number 97efdb3e-b204-4c46-b316-cdcae4c404c2
2024-07-09 19:26:07.666  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of aa2eec20-f806-48ab-904f-bcb6163798b5: Amount of 297 has to sent to Account number ebef9d58-44e0-479b-887d-1776ec56f5be
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of a83a8c73-6f17-4171-8df9-09aa5ca2ed21: Amount of 489 has to sent to Account number 0df70a70-3d83-453c-8d3e-aab6853e4fb9
2024-07-09 19:26:07.666  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3def7c0d-f008-4923-b591-b3586d717e10: Amount of 180 has been received from Account number 093297a6-db84-4a99-b97c-168346fbdf62
2024-07-09 19:26:07.666  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 993a6ee2-4caf-4308-8a27-c3790f4bc28f: Amount of 792 has been received from Account number 70dda304-e26c-48d6-ab3d-51fc4ab44933
2024-07-09 19:26:07.666  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6ae17e6e-852f-443b-8474-847fcf6898b5: Amount of 742 has been received from Account number d2352d3e-ad7a-44cb-8414-35364cd12c7a
2024-07-09 19:26:07.666  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f04df48-1c78-43bb-9d25-d10c28448b5c: Amount of 526 has to sent to Account number 03af4786-53a0-41f7-8f46-9470e31fa0b7
2024-07-09 19:26:07.666  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc363e95-6fa3-475d-be9e-f2b891127d89: Amount of 738 has to sent to Account number 8f2977cc-b974-48d7-9d93-b752476393b2
2024-07-09 19:26:07.668  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 03af4786-53a0-41f7-8f46-9470e31fa0b7: Amount of 526 has been received from Account number 4f04df48-1c78-43bb-9d25-d10c28448b5c
2024-07-09 19:26:07.668  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 71eef86d-cff9-4883-b5d0-b88da624acd4: Amount of 732 has to sent to Account number 4e5fdd30-af25-4c92-bd69-d3672aeb99ce
2024-07-09 19:26:07.666  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 33873919-1d2a-4dca-91b4-006fe3a31896: Amount of 503 has been received from Account number d57bcae4-8410-4742-aa5c-6fb53cc7e5b2
2024-07-09 19:26:07.668  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4e5fdd30-af25-4c92-bd69-d3672aeb99ce: Amount of 732 has been received from Account number 71eef86d-cff9-4883-b5d0-b88da624acd4
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac241223-4a7c-4db5-9874-fb804b9c2c99: Amount of 226 has to sent to Account number b02646a2-c9d2-4444-86de-4311e5a64558
2024-07-09 19:26:07.668  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 723c9cc4-e271-4a2d-b95c-808530963713: Amount of 980 has been received from Account number 38c669c5-517f-4000-9069-1ec8aa581f31
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of b02646a2-c9d2-4444-86de-4311e5a64558: Amount of 226 has been received from Account number ac241223-4a7c-4db5-9874-fb804b9c2c99
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd6bea51-1c05-4b1c-8d13-292bc3540cab: Amount of 36 has been received from Account number 29ab6da5-d02d-4b2e-85f1-7565badc6409
2024-07-09 19:26:07.668  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 00416daf-d1ba-4f6d-a3a7-039eef2b78fa: Amount of 101 has to sent to Account number 2c6d5a03-254d-492c-9be3-5aa493ea4a5b
2024-07-09 19:26:07.668  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c67cb1e-5580-4457-a399-d55488e33142: Amount of 398 has been received from Account number 4515f03c-cdc2-497f-a22e-26fc0cef07d5
2024-07-09 19:26:07.668  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c6d5a03-254d-492c-9be3-5aa493ea4a5b: Amount of 101 has been received from Account number 00416daf-d1ba-4f6d-a3a7-039eef2b78fa
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ea5f4d03-bd14-42dc-8d3b-c23519b1033a: Amount of 646 has to sent to Account number 02d10bc0-8557-4496-a32f-157368404e64
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of fbc7881d-8770-4b2e-8f65-9fdabb71395f: Amount of 439 has to sent to Account number 66aaa25e-1247-43fe-8f08-16286f9e42c3
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ab7a316-c1e5-4501-840d-004299e9e4e0: Amount of 195 has to sent to Account number b00701cd-4364-4577-94a6-1b15d86c8f9d
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 66aaa25e-1247-43fe-8f08-16286f9e42c3: Amount of 439 has been received from Account number fbc7881d-8770-4b2e-8f65-9fdabb71395f
2024-07-09 19:26:07.668  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 71d6363a-5e1d-4ec9-ae32-e35ee0ef8dde: Amount of 328 has been received from Account number dcd43fb6-40fe-4be5-a405-8e92f15afb6d
2024-07-09 19:26:07.668  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of a424de36-667f-4157-b50f-2a05e4d75d1c: Amount of 690 has been received from Account number 34d0bf71-19e9-41b2-8440-6e7e4b45ee19
2024-07-09 19:26:07.668  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a052502-f887-4dd1-bdc9-b3ba2243a175: Amount of 349 has to sent to Account number d9b7f623-9583-472d-b7f0-17a20e3e747c
2024-07-09 19:26:07.668  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of e5d0eff0-c74d-47a9-945d-30322bfe7623: Amount of 296 has to sent to Account number 0a38c79c-7489-4ac5-97de-e16f647eb179
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 97efdb3e-b204-4c46-b316-cdcae4c404c2: Amount of 746 has been received from Account number 45de156b-fe1d-4a21-9fb7-f6eb6dc077d9
2024-07-09 19:26:07.668  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ebef9d58-44e0-479b-887d-1776ec56f5be: Amount of 297 has been received from Account number aa2eec20-f806-48ab-904f-bcb6163798b5
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0df70a70-3d83-453c-8d3e-aab6853e4fb9: Amount of 489 has been received from Account number a83a8c73-6f17-4171-8df9-09aa5ca2ed21
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of b99ae7f6-ef2d-432f-80f6-285753c45802: Amount of 418 has to sent to Account number ad6f22f9-311d-4fc7-ac34-7fadf9f3e2c6
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of da7eb6c7-e91e-4abf-bfae-e4504add2338: Amount of 995 has to sent to Account number d4b373a9-a9e0-4ae5-8276-a31ed08a6855
2024-07-09 19:26:07.668  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 91349a9e-f7fa-417f-b8c5-63788ba37d88: Amount of 118 has to sent to Account number ee72ab66-99cf-4dc4-bd8a-681486138baa
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf78ebaa-0204-4b8d-aa47-d7cff394ccb4: Amount of 515 has to sent to Account number 719952b7-2596-43fb-b8ca-75914003de43
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f2977cc-b974-48d7-9d93-b752476393b2: Amount of 738 has been received from Account number fc363e95-6fa3-475d-be9e-f2b891127d89
2024-07-09 19:26:07.668  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a53bd29-4e48-43c5-831c-d486c22e348c: Amount of 158 has to sent to Account number b101106f-ab0f-43b6-83c9-e14fe4c5d53e
2024-07-09 19:26:07.668  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of a2191f08-e85e-4e6d-9b94-a8723d3031d6: Amount of 709 has to sent to Account number fe8e1dfd-77fc-4bac-81e5-f4564ced0708
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 227f30a6-bd19-40e3-94c4-47f2cac51529: Amount of 960 has to sent to Account number 0ed06c0e-a594-4980-81b5-033e9731bc17
2024-07-09 19:26:07.668  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6235cafa-7b91-4f83-83a1-1d754ff0950b: Amount of 941 has to sent to Account number a8e77dde-9e85-4c29-8e29-37a2e3e934d3
2024-07-09 19:26:07.668  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 887ca65c-583f-4ddc-b3e2-4037cfc48275: Amount of 989 has to sent to Account number 134d5255-fa35-43ce-b391-92c2ba3c8ab8
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2950c652-4442-4865-8ce8-c580aafda972: Amount of 249 has to sent to Account number 7130de59-eada-4c3d-a13d-dda073ea6e07
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134d5255-fa35-43ce-b391-92c2ba3c8ab8: Amount of 989 has been received from Account number 887ca65c-583f-4ddc-b3e2-4037cfc48275
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of b1b44825-5d65-4e92-8c31-ebb0de87a043: Amount of 859 has to sent to Account number 15bdd916-535b-479c-8e48-ccc0e977dca5
2024-07-09 19:26:07.668  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of d611cbeb-991e-4fde-9199-a55ef6b68d70: Amount of 295 has to sent to Account number c36a2b8f-689b-4ef5-a4ee-1c2ef7539862
2024-07-09 19:26:07.668  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of c1ca7584-9b17-476c-aee2-aebfb40e7ca6: Amount of 52 has to sent to Account number 365f3a18-cbdc-4cd1-b257-dab5acd2f23e
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 02d10bc0-8557-4496-a32f-157368404e64: Amount of 646 has been received from Account number ea5f4d03-bd14-42dc-8d3b-c23519b1033a
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of b00701cd-4364-4577-94a6-1b15d86c8f9d: Amount of 195 has been received from Account number 7ab7a316-c1e5-4501-840d-004299e9e4e0
2024-07-09 19:26:07.668  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c7ff1185-0ddb-4f3b-968d-3dac1bcb1fa4: Amount of 167 has to sent to Account number 1b15baed-3258-4117-b2fe-08e70af7e8be
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of e101d22c-cc5d-4d56-97a6-3afbb83a630d: Amount of 463 has to sent to Account number 387362a7-8be3-4b09-a515-9f021b323948
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d2d218e-8adb-48ed-92ea-ede000e26909: Amount of 333 has to sent to Account number 9c92cfb8-4c42-40ce-a2e1-1b16650552da
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of d9b7f623-9583-472d-b7f0-17a20e3e747c: Amount of 349 has been received from Account number 3a052502-f887-4dd1-bdc9-b3ba2243a175
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a38c79c-7489-4ac5-97de-e16f647eb179: Amount of 296 has been received from Account number e5d0eff0-c74d-47a9-945d-30322bfe7623
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c1134504-cee1-4f7f-8ec2-6050e106cd17: Amount of 849 has to sent to Account number f7a526a3-dbd1-40b5-8fda-ef4d54480ad1
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ad6f22f9-311d-4fc7-ac34-7fadf9f3e2c6: Amount of 418 has been received from Account number b99ae7f6-ef2d-432f-80f6-285753c45802
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of f7a526a3-dbd1-40b5-8fda-ef4d54480ad1: Amount of 849 has been received from Account number c1134504-cee1-4f7f-8ec2-6050e106cd17
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of a660c46d-fe08-47ef-9f8e-bbcf4c01ab3b: Amount of 472 has to sent to Account number ad5ff780-0faa-4ae1-8bdc-a6fcef7232f2
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of d4b373a9-a9e0-4ae5-8276-a31ed08a6855: Amount of 995 has been received from Account number da7eb6c7-e91e-4abf-bfae-e4504add2338
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 347586e2-f184-4e75-bdbe-6672a6bcd4da: Amount of 346 has to sent to Account number 5deeda8e-719e-47e5-b59d-6ac0a9b14930
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee72ab66-99cf-4dc4-bd8a-681486138baa: Amount of 118 has been received from Account number 91349a9e-f7fa-417f-b8c5-63788ba37d88
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5deeda8e-719e-47e5-b59d-6ac0a9b14930: Amount of 346 has been received from Account number 347586e2-f184-4e75-bdbe-6672a6bcd4da
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 719952b7-2596-43fb-b8ca-75914003de43: Amount of 515 has been received from Account number bf78ebaa-0204-4b8d-aa47-d7cff394ccb4
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of b101106f-ab0f-43b6-83c9-e14fe4c5d53e: Amount of 158 has been received from Account number 6a53bd29-4e48-43c5-831c-d486c22e348c
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of fe8e1dfd-77fc-4bac-81e5-f4564ced0708: Amount of 709 has been received from Account number a2191f08-e85e-4e6d-9b94-a8723d3031d6
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ed06c0e-a594-4980-81b5-033e9731bc17: Amount of 960 has been received from Account number 227f30a6-bd19-40e3-94c4-47f2cac51529
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ce47440c-d0f6-4b89-a567-478228ede878: Amount of 67 has to sent to Account number bcc0e430-f1c8-4d40-a0d6-6e2ce9dbf071
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8db91d91-4e3f-4317-a451-71eb21e87e40: Amount of 177 has to sent to Account number 6b1394a7-373f-4694-98f1-ba936644d0a0
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of bcc0e430-f1c8-4d40-a0d6-6e2ce9dbf071: Amount of 67 has been received from Account number ce47440c-d0f6-4b89-a567-478228ede878
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8e77dde-9e85-4c29-8e29-37a2e3e934d3: Amount of 941 has been received from Account number 6235cafa-7b91-4f83-83a1-1d754ff0950b
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7130de59-eada-4c3d-a13d-dda073ea6e07: Amount of 249 has been received from Account number 2950c652-4442-4865-8ce8-c580aafda972
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90d9d622-6f69-4999-9dcc-5e154a3fb217: Amount of 194 has to sent to Account number 91eb0d72-112d-44b2-9b8e-90270509c3d5
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 15bdd916-535b-479c-8e48-ccc0e977dca5: Amount of 859 has been received from Account number b1b44825-5d65-4e92-8c31-ebb0de87a043
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of c36a2b8f-689b-4ef5-a4ee-1c2ef7539862: Amount of 295 has been received from Account number d611cbeb-991e-4fde-9199-a55ef6b68d70
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 365f3a18-cbdc-4cd1-b257-dab5acd2f23e: Amount of 52 has been received from Account number c1ca7584-9b17-476c-aee2-aebfb40e7ca6
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1b15baed-3258-4117-b2fe-08e70af7e8be: Amount of 167 has been received from Account number c7ff1185-0ddb-4f3b-968d-3dac1bcb1fa4
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9c92cfb8-4c42-40ce-a2e1-1b16650552da: Amount of 333 has been received from Account number 9d2d218e-8adb-48ed-92ea-ede000e26909
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 387362a7-8be3-4b09-a515-9f021b323948: Amount of 463 has been received from Account number e101d22c-cc5d-4d56-97a6-3afbb83a630d
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of cd8edce7-4152-4b40-b1de-97e62b0c9237: Amount of 195 has to sent to Account number c6038c8d-c334-479a-8a8f-3dcad7ac943c
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 622940a3-2cfb-459f-bfb2-56364fb540db: Amount of 874 has to sent to Account number c96db475-dd99-49eb-baf8-768678f84a66
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c6038c8d-c334-479a-8a8f-3dcad7ac943c: Amount of 195 has been received from Account number cd8edce7-4152-4b40-b1de-97e62b0c9237
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 62ad5d56-b873-48d0-80b2-9627e0396c75: Amount of 719 has to sent to Account number c33866bd-567a-4c95-afc7-7d0c0281ebb0
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8243cc19-ed2d-4a74-bb45-8167ef4bdd7b: Amount of 702 has to sent to Account number ff95f2f8-13a2-42e4-8e33-cfb24489493b
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of c33866bd-567a-4c95-afc7-7d0c0281ebb0: Amount of 719 has been received from Account number 62ad5d56-b873-48d0-80b2-9627e0396c75
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7174e1a3-a8de-4468-a301-d4724d15d024: Amount of 920 has to sent to Account number c44c35f1-05bf-4b23-973a-0ac0cf1edc41
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ad5ff780-0faa-4ae1-8bdc-a6fcef7232f2: Amount of 472 has been received from Account number a660c46d-fe08-47ef-9f8e-bbcf4c01ab3b
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of fd0c564b-c029-412a-beac-2ec09a4d7104: Amount of 96 has to sent to Account number 5fe2c908-2c35-4791-b448-24e2ebaaeeae
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 82ef5cf6-7184-4800-bd2b-eacfd0023899: Amount of 35 has to sent to Account number 249c729b-252e-4f72-be85-e50fcca41aa6
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5fe2c908-2c35-4791-b448-24e2ebaaeeae: Amount of 96 has been received from Account number fd0c564b-c029-412a-beac-2ec09a4d7104
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 736b38f6-38d4-4598-8b4f-21f06dac22bb: Amount of 844 has to sent to Account number 3304cd06-e713-4d47-8b4b-421cfa82f56c
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of fec9e0e3-8fd1-446d-b2a8-c90f13e85a9d: Amount of 172 has to sent to Account number de8cd92d-a283-4c39-a082-4ca9c732bc39
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4e69ff22-2407-483d-bf7c-28355736e136: Amount of 684 has to sent to Account number 6146b902-ee3b-4380-a2a1-976508f8e8a1
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of de8cd92d-a283-4c39-a082-4ca9c732bc39: Amount of 172 has been received from Account number fec9e0e3-8fd1-446d-b2a8-c90f13e85a9d
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 89611549-cc6f-4d29-9c6f-5a9b02af0ef3: Amount of 603 has to sent to Account number c216811b-1621-435d-bf45-f9df7c11c726
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b1394a7-373f-4694-98f1-ba936644d0a0: Amount of 177 has been received from Account number 8db91d91-4e3f-4317-a451-71eb21e87e40
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of d5576b11-6730-45f0-ac50-b675d7e1348c: Amount of 257 has to sent to Account number 5c320198-7ef6-4811-9e43-dc866f4885f0
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of bee52ede-1fe7-4a30-bb57-29acaf5f812f: Amount of 260 has to sent to Account number a236055e-e8c3-4829-b01a-22a22b8eb692
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c0a0e9e-2aea-4ec2-a551-d6cef25a07f1: Amount of 304 has to sent to Account number 85ffe73c-16d5-4faa-b3f8-93fef79dc089
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a236055e-e8c3-4829-b01a-22a22b8eb692: Amount of 260 has been received from Account number bee52ede-1fe7-4a30-bb57-29acaf5f812f
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 91eb0d72-112d-44b2-9b8e-90270509c3d5: Amount of 194 has been received from Account number 90d9d622-6f69-4999-9dcc-5e154a3fb217
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 80675c9f-b65e-4828-b4cb-126af3e1f807: Amount of 663 has to sent to Account number 1dba17a6-9c8b-4eba-88c7-568d1ddbe2a0
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a369bd4-8d2d-4d0b-9f8f-0e78e9d7f371: Amount of 524 has to sent to Account number 56c58d6d-eef2-4f85-aba6-95c438462a09
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of dae8a219-6c66-43de-a0ca-65a251664aea: Amount of 176 has to sent to Account number dc96ffa4-6da7-46e3-b093-f5f75a138776
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56c58d6d-eef2-4f85-aba6-95c438462a09: Amount of 524 has been received from Account number 0a369bd4-8d2d-4d0b-9f8f-0e78e9d7f371
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of b73ac176-5d61-4452-a156-fa1fe4534f25: Amount of 142 has to sent to Account number b47f5348-b179-4492-900b-4295401bb3f0
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of bfcf999c-7055-4e52-824d-58255a9cc37b: Amount of 112 has to sent to Account number c5720357-954a-43fc-a1b3-6c7c1b1daab1
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of c96db475-dd99-49eb-baf8-768678f84a66: Amount of 874 has been received from Account number 622940a3-2cfb-459f-bfb2-56364fb540db
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of c5720357-954a-43fc-a1b3-6c7c1b1daab1: Amount of 112 has been received from Account number bfcf999c-7055-4e52-824d-58255a9cc37b
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of de117338-3604-4d19-83ed-cda08f10dcf4: Amount of 73 has to sent to Account number 39f87527-e225-4914-9325-e1d00e0a3b36
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ff95f2f8-13a2-42e4-8e33-cfb24489493b: Amount of 702 has been received from Account number 8243cc19-ed2d-4a74-bb45-8167ef4bdd7b
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of c44c35f1-05bf-4b23-973a-0ac0cf1edc41: Amount of 920 has been received from Account number 7174e1a3-a8de-4468-a301-d4724d15d024
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 50c57046-e5f6-4009-afa7-ea8d9e4863e6: Amount of 179 has to sent to Account number fae7e932-13b5-4831-a579-1850ecd810af
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 249c729b-252e-4f72-be85-e50fcca41aa6: Amount of 35 has been received from Account number 82ef5cf6-7184-4800-bd2b-eacfd0023899
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of fae7e932-13b5-4831-a579-1850ecd810af: Amount of 179 has been received from Account number 50c57046-e5f6-4009-afa7-ea8d9e4863e6
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d850eee-e791-46bc-a488-e57568732ab9: Amount of 845 has to sent to Account number 4d7afffc-6bb8-47c3-8ea6-2c4703da495f
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3304cd06-e713-4d47-8b4b-421cfa82f56c: Amount of 844 has been received from Account number 736b38f6-38d4-4598-8b4f-21f06dac22bb
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d7afffc-6bb8-47c3-8ea6-2c4703da495f: Amount of 845 has been received from Account number 8d850eee-e791-46bc-a488-e57568732ab9
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6146b902-ee3b-4380-a2a1-976508f8e8a1: Amount of 684 has been received from Account number 4e69ff22-2407-483d-bf7c-28355736e136
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4c8ca1e8-9573-478e-9d2f-af1bb564d5db: Amount of 190 has to sent to Account number 5f3e2ed7-052b-47ef-8ed8-72a566b5c48d
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 76d19184-0c7c-4364-af5d-91d8b82af6dd: Amount of 339 has to sent to Account number e5e11108-81df-475c-9f3d-bc4db53c14c6
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of c216811b-1621-435d-bf45-f9df7c11c726: Amount of 603 has been received from Account number 89611549-cc6f-4d29-9c6f-5a9b02af0ef3
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6ce1b84b-853a-4ce8-b05e-86e7dcc73f02: Amount of 176 has to sent to Account number a8558c86-fb64-426f-82ea-9dba41625f5b
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c320198-7ef6-4811-9e43-dc866f4885f0: Amount of 257 has been received from Account number d5576b11-6730-45f0-ac50-b675d7e1348c
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8081d1ab-df42-4d2e-af8a-942caa4fcb7e: Amount of 741 has to sent to Account number d5c728dd-bf81-4ee9-90b4-6373df63c811
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 85ffe73c-16d5-4faa-b3f8-93fef79dc089: Amount of 304 has been received from Account number 8c0a0e9e-2aea-4ec2-a551-d6cef25a07f1
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d5c728dd-bf81-4ee9-90b4-6373df63c811: Amount of 741 has been received from Account number 8081d1ab-df42-4d2e-af8a-942caa4fcb7e
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1dba17a6-9c8b-4eba-88c7-568d1ddbe2a0: Amount of 663 has been received from Account number 80675c9f-b65e-4828-b4cb-126af3e1f807
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of e33dce79-d286-49c1-80b6-e369e2f0e956: Amount of 305 has to sent to Account number 872f68ce-4132-4e0d-b082-ca7dea7cb858
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of a6592983-652d-49d0-b3fe-057528922cfc: Amount of 506 has to sent to Account number d2efed70-89b0-4d08-99e3-43d2a70a2792
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7d379089-33a9-423c-a047-681b88a1cc6d: Amount of 493 has to sent to Account number 1fbad1af-de1e-4246-94c4-b5d622555e02
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of dc96ffa4-6da7-46e3-b093-f5f75a138776: Amount of 176 has been received from Account number dae8a219-6c66-43de-a0ca-65a251664aea
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1fbad1af-de1e-4246-94c4-b5d622555e02: Amount of 493 has been received from Account number 7d379089-33a9-423c-a047-681b88a1cc6d
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7fd9383a-dde7-4828-9004-a93f45a3858b: Amount of 769 has to sent to Account number a501b568-29e1-420b-91a8-9a38ae78c8e2
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of b05329a0-bdf7-456a-a1c4-8735a3fd2f97: Amount of 788 has to sent to Account number de39c5eb-28cc-4b70-8f0a-9ad1d2f0f542
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of f713be2c-ec2f-4139-bf59-23e2247515c2: Amount of 324 has to sent to Account number 86076ddd-4281-4bc6-9646-dfb167e14aa5
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a501b568-29e1-420b-91a8-9a38ae78c8e2: Amount of 769 has been received from Account number 7fd9383a-dde7-4828-9004-a93f45a3858b
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of b47f5348-b179-4492-900b-4295401bb3f0: Amount of 142 has been received from Account number b73ac176-5d61-4452-a156-fa1fe4534f25
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d39edcc-f8b4-4152-a4c1-993b18b53fc3: Amount of 617 has to sent to Account number 87c9332d-a45e-4ea6-9ec1-319ba541c971
2024-07-09 19:26:07.682  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 963c57bc-9219-4780-a9e4-66e5b9272417: Amount of 129 has to sent to Account number 3d2ddb1f-8fcd-41fc-8d5b-ea4af0dec9f9
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9b123bee-1e85-46cf-97a9-78bd6452031e: Amount of 707 has to sent to Account number 119e1c5c-7209-40f8-8088-1f640ee7da93
2024-07-09 19:26:07.682  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d2ddb1f-8fcd-41fc-8d5b-ea4af0dec9f9: Amount of 129 has been received from Account number 963c57bc-9219-4780-a9e4-66e5b9272417
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 39f87527-e225-4914-9325-e1d00e0a3b36: Amount of 73 has been received from Account number de117338-3604-4d19-83ed-cda08f10dcf4
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2592c24d-3972-4b5c-a89b-4726048da71a: Amount of 839 has to sent to Account number 148ddc1d-f14f-4dba-8544-fde6074ecaa8
2024-07-09 19:26:07.682  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 87525cbf-7fd3-4633-abf0-a16bccc74cd3: Amount of 21 has to sent to Account number dbbfe452-95ca-45a5-98ce-2544e7830bca
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 40b757b4-3daa-4a8f-8213-27a9bcb23666: Amount of 152 has to sent to Account number 56f5b070-f709-4448-b620-1cd39bf52ae0
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c5cef21-efcf-4517-a3b6-aee5cb9392ee: Amount of 714 has to sent to Account number 0315227b-b89d-465f-85fa-5c66c3a2abb0
2024-07-09 19:26:07.682  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56f5b070-f709-4448-b620-1cd39bf52ae0: Amount of 152 has been received from Account number 40b757b4-3daa-4a8f-8213-27a9bcb23666
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of b9f10dc6-7ced-45a8-80bf-915278838d6f: Amount of 754 has to sent to Account number f4d8c21c-4476-4805-accf-dd8636309d0a
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 049dd47d-e742-4b2c-88d5-965b3e8a3626: Amount of 334 has to sent to Account number 96743b12-b04d-4f71-9cf2-79666d38ddd2
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f3e2ed7-052b-47ef-8ed8-72a566b5c48d: Amount of 190 has been received from Account number 4c8ca1e8-9573-478e-9d2f-af1bb564d5db
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of e5e11108-81df-475c-9f3d-bc4db53c14c6: Amount of 339 has been received from Account number 76d19184-0c7c-4364-af5d-91d8b82af6dd
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 07ad10a7-80bb-4ab6-9484-cb102f7b4565: Amount of 654 has to sent to Account number 2e600ca5-918d-4fa7-b274-433a38160b7f
2024-07-09 19:26:07.682  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5e3be14d-2efa-4f15-98e7-d80f9f22a6e8: Amount of 810 has to sent to Account number d641f579-da1c-4f17-8023-247d53341c0b
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8558c86-fb64-426f-82ea-9dba41625f5b: Amount of 176 has been received from Account number 6ce1b84b-853a-4ce8-b05e-86e7dcc73f02
2024-07-09 19:26:07.676  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of f1ba25fe-55af-4967-9713-8706666b5080: Amount of 850 has to sent to Account number 5394388e-6dd8-42c9-bae8-8b4f9746b266
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 872f68ce-4132-4e0d-b082-ca7dea7cb858: Amount of 305 has been received from Account number e33dce79-d286-49c1-80b6-e369e2f0e956
2024-07-09 19:26:07.682  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5394388e-6dd8-42c9-bae8-8b4f9746b266: Amount of 850 has been received from Account number f1ba25fe-55af-4967-9713-8706666b5080
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2efed70-89b0-4d08-99e3-43d2a70a2792: Amount of 506 has been received from Account number a6592983-652d-49d0-b3fe-057528922cfc
2024-07-09 19:26:07.676  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 24ab53d2-4532-45a5-83e4-095cb228eab6: Amount of 560 has to sent to Account number 6dd18ef0-e5a9-4732-8680-7bf707cf583a
2024-07-09 19:26:07.682  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of edceff66-4752-4c65-a089-c53466740044: Amount of 90 has to sent to Account number b363bb8f-8083-46e5-af25-c491e617f804
2024-07-09 19:26:07.682  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of de39c5eb-28cc-4b70-8f0a-9ad1d2f0f542: Amount of 788 has been received from Account number b05329a0-bdf7-456a-a1c4-8735a3fd2f97
2024-07-09 19:26:07.682  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of b363bb8f-8083-46e5-af25-c491e617f804: Amount of 90 has been received from Account number edceff66-4752-4c65-a089-c53466740044
2024-07-09 19:26:07.682  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 86076ddd-4281-4bc6-9646-dfb167e14aa5: Amount of 324 has been received from Account number f713be2c-ec2f-4139-bf59-23e2247515c2
2024-07-09 19:26:07.682  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 60609969-9d9e-4dd7-adc9-f15eb524995d: Amount of 956 has to sent to Account number 36da92ad-eb8d-4ed7-aa05-840215509cca
2024-07-09 19:26:07.682  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 87c9332d-a45e-4ea6-9ec1-319ba541c971: Amount of 617 has been received from Account number 6d39edcc-f8b4-4152-a4c1-993b18b53fc3
2024-07-09 19:26:07.682  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5bcce34b-a58f-4056-8362-cb739dfcbc0a: Amount of 698 has to sent to Account number f4438a33-fa2a-41b3-acba-c282519cbdd8
2024-07-09 19:26:07.682  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 119e1c5c-7209-40f8-8088-1f640ee7da93: Amount of 707 has been received from Account number 9b123bee-1e85-46cf-97a9-78bd6452031e
2024-07-09 19:26:07.683  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 36da92ad-eb8d-4ed7-aa05-840215509cca: Amount of 956 has been received from Account number 60609969-9d9e-4dd7-adc9-f15eb524995d
2024-07-09 19:26:07.682  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a3333e60-186a-42ff-9357-7652aa97550c: Amount of 474 has to sent to Account number 7b0fb925-af53-4379-a5d9-6f56fbb51224
2024-07-09 19:26:07.682  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 148ddc1d-f14f-4dba-8544-fde6074ecaa8: Amount of 839 has been received from Account number 2592c24d-3972-4b5c-a89b-4726048da71a
2024-07-09 19:26:07.683  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 37f4705f-7490-4a39-90d9-8e29a055c29e: Amount of 279 has to sent to Account number 94085227-cc7f-4072-842e-fd3c19bfa716
2024-07-09 19:26:07.682  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of dbbfe452-95ca-45a5-98ce-2544e7830bca: Amount of 21 has been received from Account number 87525cbf-7fd3-4633-abf0-a16bccc74cd3
2024-07-09 19:26:07.682  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0315227b-b89d-465f-85fa-5c66c3a2abb0: Amount of 714 has been received from Account number 5c5cef21-efcf-4517-a3b6-aee5cb9392ee
2024-07-09 19:26:07.682  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 024cce31-0528-49f5-a0e4-35a48dfd8bc5: Amount of 912 has to sent to Account number 407f561c-fd95-4049-a1cd-ff5c01cb0a8c
2024-07-09 19:26:07.682  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of f4d8c21c-4476-4805-accf-dd8636309d0a: Amount of 754 has been received from Account number b9f10dc6-7ced-45a8-80bf-915278838d6f
2024-07-09 19:26:07.683  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 407f561c-fd95-4049-a1cd-ff5c01cb0a8c: Amount of 912 has been received from Account number 024cce31-0528-49f5-a0e4-35a48dfd8bc5
2024-07-09 19:26:07.682  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 96743b12-b04d-4f71-9cf2-79666d38ddd2: Amount of 334 has been received from Account number 049dd47d-e742-4b2c-88d5-965b3e8a3626
2024-07-09 19:26:07.682  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 86497253-1495-46d6-aabc-13f5677fa925: Amount of 683 has to sent to Account number 8004342d-e919-44d7-81d6-794ac9b37d88
2024-07-09 19:26:07.683  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 17a07617-83bd-4258-9e6d-a8315d0b6665: Amount of 902 has to sent to Account number cfa84ea8-bc14-4e3e-8495-1b5935683a92
2024-07-09 19:26:07.682  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e600ca5-918d-4fa7-b274-433a38160b7f: Amount of 654 has been received from Account number 07ad10a7-80bb-4ab6-9484-cb102f7b4565
2024-07-09 19:26:07.682  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of d641f579-da1c-4f17-8023-247d53341c0b: Amount of 810 has been received from Account number 5e3be14d-2efa-4f15-98e7-d80f9f22a6e8
2024-07-09 19:26:07.682  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 57f3b971-f85e-4580-8ea8-322e536fd5dc: Amount of 917 has to sent to Account number 54fcfad7-c9a2-4c04-a394-23265cb0b3bb
2024-07-09 19:26:07.683  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of bff2daaa-d3f8-461a-a65d-f89d5d6e6bf3: Amount of 289 has to sent to Account number 6bdaafff-a22f-4c6c-b43b-5499cbff4dcd
2024-07-09 19:26:07.682  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 63621ae3-188e-445d-96c6-cdddf59fae88: Amount of 131 has to sent to Account number 7f933e2c-3632-4441-8e6c-56b567f7cd2e
2024-07-09 19:26:07.682  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6dd18ef0-e5a9-4732-8680-7bf707cf583a: Amount of 560 has been received from Account number 24ab53d2-4532-45a5-83e4-095cb228eab6
2024-07-09 19:26:07.682  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 766398d7-f778-4c8f-b3f4-8f3e3d8aaf66: Amount of 52 has to sent to Account number c7e3040d-bbbb-49e3-bb98-23dc767ed0c9
2024-07-09 19:26:07.682  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3715a96-0fec-4a60-acdd-834c53721691: Amount of 317 has to sent to Account number 3ac444d2-0eef-400f-914b-ed35ae74da4f
2024-07-09 19:26:07.683  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc8a73c0-e597-4062-9780-b8b072b5329f: Amount of 497 has to sent to Account number 6a5e0156-9da7-400f-807b-bf99ec308e90
2024-07-09 19:26:07.683  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of a97b882a-6cc3-40b1-b926-08a016562c44: Amount of 592 has to sent to Account number 0d246b24-9afd-4dc5-8b99-3e4a270ffcf1
2024-07-09 19:26:07.683  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of f4438a33-fa2a-41b3-acba-c282519cbdd8: Amount of 698 has been received from Account number 5bcce34b-a58f-4056-8362-cb739dfcbc0a
2024-07-09 19:26:07.684  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0d246b24-9afd-4dc5-8b99-3e4a270ffcf1: Amount of 592 has been received from Account number a97b882a-6cc3-40b1-b926-08a016562c44
2024-07-09 19:26:07.683  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of fce4bd0a-b629-4bc9-8c52-09714b14df5e: Amount of 637 has to sent to Account number 09a10f5a-5c67-4ecb-8894-b88adb5d9104
2024-07-09 19:26:07.683  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b0fb925-af53-4379-a5d9-6f56fbb51224: Amount of 474 has been received from Account number a3333e60-186a-42ff-9357-7652aa97550c
2024-07-09 19:26:07.684  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 09a10f5a-5c67-4ecb-8894-b88adb5d9104: Amount of 637 has been received from Account number fce4bd0a-b629-4bc9-8c52-09714b14df5e
2024-07-09 19:26:07.683  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 94085227-cc7f-4072-842e-fd3c19bfa716: Amount of 279 has been received from Account number 37f4705f-7490-4a39-90d9-8e29a055c29e
2024-07-09 19:26:07.683  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2dd26160-836a-44eb-a297-dcda55eb19ca: Amount of 914 has to sent to Account number 6904d189-301b-427e-a98c-fd5db7951631
2024-07-09 19:26:07.683  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b815869-0d0e-48b8-abb8-ea3dccfbb31a: Amount of 333 has to sent to Account number d915bf31-cabc-4fd0-8cda-0e4469b67f8b
2024-07-09 19:26:07.684  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7184d09c-12d5-4e58-aedf-ae56b2419ba8: Amount of 939 has to sent to Account number 73b38c03-8f48-4160-82a0-469bfdc3e41a
2024-07-09 19:26:07.683  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b0eb215-6129-4ccd-94ad-86feba5b0f6f: Amount of 279 has to sent to Account number 67a2d2d2-ca0a-476b-8c30-449fc20be392
2024-07-09 19:26:07.683  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 58d21bf2-ff59-42dd-bc90-58c272a961d0: Amount of 624 has to sent to Account number e057c250-3890-4a89-b486-10fbcfde0c48
2024-07-09 19:26:07.684  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of d915bf31-cabc-4fd0-8cda-0e4469b67f8b: Amount of 333 has been received from Account number 6b815869-0d0e-48b8-abb8-ea3dccfbb31a
2024-07-09 19:26:07.684  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of e057c250-3890-4a89-b486-10fbcfde0c48: Amount of 624 has been received from Account number 58d21bf2-ff59-42dd-bc90-58c272a961d0
2024-07-09 19:26:07.684  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 762bec97-b673-4855-a716-b526d20ca773: Amount of 338 has to sent to Account number 5ca693e4-65b4-44c3-8f5d-a2af17a906d4
2024-07-09 19:26:07.684  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of a6ca8094-36d7-4a42-b846-29c9d9850e1e: Amount of 949 has to sent to Account number 8ce63be0-8ff2-4363-8330-3e7c02ee25c5
2024-07-09 19:26:07.683  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8004342d-e919-44d7-81d6-794ac9b37d88: Amount of 683 has been received from Account number 86497253-1495-46d6-aabc-13f5677fa925
2024-07-09 19:26:07.684  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8ce63be0-8ff2-4363-8330-3e7c02ee25c5: Amount of 949 has been received from Account number a6ca8094-36d7-4a42-b846-29c9d9850e1e
2024-07-09 19:26:07.684  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81bb3b9d-52ac-480a-8e59-5baf31a7458e: Amount of 563 has to sent to Account number dbf1c8a8-5e9b-4860-a506-40121614c53f
2024-07-09 19:26:07.684  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of dbf1c8a8-5e9b-4860-a506-40121614c53f: Amount of 563 has been received from Account number 81bb3b9d-52ac-480a-8e59-5baf31a7458e
2024-07-09 19:26:07.684  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5865ea76-34fd-4184-a30e-8ebf6ce8d2c6: Amount of 222 has to sent to Account number a1bb5c61-8534-4f71-87a7-3a1e1666d282
2024-07-09 19:26:07.684  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a1bb5c61-8534-4f71-87a7-3a1e1666d282: Amount of 222 has been received from Account number 5865ea76-34fd-4184-a30e-8ebf6ce8d2c6
2024-07-09 19:26:07.684  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of c9ad1ae0-e2ef-4743-9470-34e1c575e2c4: Amount of 167 has to sent to Account number d2b475fd-41b4-4fe9-8a58-552c641a9bf2
2024-07-09 19:26:07.684  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2b475fd-41b4-4fe9-8a58-552c641a9bf2: Amount of 167 has been received from Account number c9ad1ae0-e2ef-4743-9470-34e1c575e2c4
2024-07-09 19:26:07.683  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 46c91f47-f6bf-4c0a-8bf6-aee46b3637a2: Amount of 177 has to sent to Account number d4e8d9cc-2a36-43ad-a183-884cd974b4d8
2024-07-09 19:26:07.683  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of cfa84ea8-bc14-4e3e-8495-1b5935683a92: Amount of 902 has been received from Account number 17a07617-83bd-4258-9e6d-a8315d0b6665
2024-07-09 19:26:07.684  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of d4e8d9cc-2a36-43ad-a183-884cd974b4d8: Amount of 177 has been received from Account number 46c91f47-f6bf-4c0a-8bf6-aee46b3637a2
2024-07-09 19:26:07.683  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 54fcfad7-c9a2-4c04-a394-23265cb0b3bb: Amount of 917 has been received from Account number 57f3b971-f85e-4580-8ea8-322e536fd5dc
2024-07-09 19:26:07.684  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of dad2754b-288e-478d-89bb-7e4a3007261e: Amount of 572 has to sent to Account number bec41df4-03b6-4f71-ad86-4dbffc46f17b
2024-07-09 19:26:07.683  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6bdaafff-a22f-4c6c-b43b-5499cbff4dcd: Amount of 289 has been received from Account number bff2daaa-d3f8-461a-a65d-f89d5d6e6bf3
2024-07-09 19:26:07.683  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1ee94c59-31fd-44ae-a976-33bb2e8ed6ea: Amount of 426 has to sent to Account number 5281d9e1-acd8-431e-bc55-d5c73ec96f5b
2024-07-09 19:26:07.684  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f933e2c-3632-4441-8e6c-56b567f7cd2e: Amount of 131 has been received from Account number 63621ae3-188e-445d-96c6-cdddf59fae88
2024-07-09 19:26:07.684  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of c7e3040d-bbbb-49e3-bb98-23dc767ed0c9: Amount of 52 has been received from Account number 766398d7-f778-4c8f-b3f4-8f3e3d8aaf66
2024-07-09 19:26:07.684  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of d1476814-db26-46c8-b5b4-4a109d4cfe92: Amount of 366 has to sent to Account number 5c18f564-334a-41f1-8e02-e82e4867ca19
2024-07-09 19:26:07.684  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ac444d2-0eef-400f-914b-ed35ae74da4f: Amount of 317 has been received from Account number c3715a96-0fec-4a60-acdd-834c53721691
2024-07-09 19:26:07.684  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a5e0156-9da7-400f-807b-bf99ec308e90: Amount of 497 has been received from Account number bc8a73c0-e597-4062-9780-b8b072b5329f
2024-07-09 19:26:07.684  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc0b22df-b8e5-41fa-88cb-6d9a6b023322: Amount of 602 has to sent to Account number 638f058a-bdad-44e9-b93e-39a42642e5ae
2024-07-09 19:26:07.684  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of e2a1347f-25e5-49f4-9505-93f62ac2ba08: Amount of 324 has to sent to Account number 73e5c29f-8f9a-4ad6-b8b9-706959d812ee
2024-07-09 19:26:07.684  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 638f058a-bdad-44e9-b93e-39a42642e5ae: Amount of 602 has been received from Account number fc0b22df-b8e5-41fa-88cb-6d9a6b023322
2024-07-09 19:26:07.684  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 87475b4a-0edf-463a-9229-34f31895ddda: Amount of 338 has to sent to Account number 8b022206-a631-42ac-ad04-dec05c43fad0
2024-07-09 19:26:07.684  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4b923164-ccee-44e0-b8f6-65772c11b548: Amount of 765 has to sent to Account number 317dfa0f-bfd3-474a-8a3c-a8546f50c6c4
2024-07-09 19:26:07.684  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b022206-a631-42ac-ad04-dec05c43fad0: Amount of 338 has been received from Account number 87475b4a-0edf-463a-9229-34f31895ddda
2024-07-09 19:26:07.684  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6904d189-301b-427e-a98c-fd5db7951631: Amount of 914 has been received from Account number 2dd26160-836a-44eb-a297-dcda55eb19ca
2024-07-09 19:26:07.684  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of f218f92a-7c4a-4e64-93b1-9c5224860534: Amount of 208 has to sent to Account number 992025de-00b8-4aa5-abdc-d95d218ad723
2024-07-09 19:26:07.684  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 73b38c03-8f48-4160-82a0-469bfdc3e41a: Amount of 939 has been received from Account number 7184d09c-12d5-4e58-aedf-ae56b2419ba8
2024-07-09 19:26:07.684  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 67a2d2d2-ca0a-476b-8c30-449fc20be392: Amount of 279 has been received from Account number 7b0eb215-6129-4ccd-94ad-86feba5b0f6f
2024-07-09 19:26:07.684  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5ca693e4-65b4-44c3-8f5d-a2af17a906d4: Amount of 338 has been received from Account number 762bec97-b673-4855-a716-b526d20ca773
2024-07-09 19:26:07.684  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a2506c8-3fbd-4fce-b10c-c118438ce2f2: Amount of 311 has to sent to Account number 1c295105-136b-46bb-b941-a4cf0bf4b8d4
2024-07-09 19:26:07.684  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c46d2e6-af2d-4c09-a990-7e1e495db6fe: Amount of 904 has to sent to Account number 1d903682-b254-4a96-8857-73174cbe40b5
2024-07-09 19:26:07.684  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 075b514b-3f83-4683-b17f-2348744b19f3: Amount of 197 has to sent to Account number 6c51ab36-4a85-4c9e-b845-b44477923056
2024-07-09 19:26:07.684  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 24c41967-b91f-44ff-a4b7-3ec965bc3c3c: Amount of 759 has to sent to Account number 2de92165-dfd6-48d4-a740-df86ffeb7d16
2024-07-09 19:26:07.684  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4c4f371d-b850-4c42-893e-cb9e604b859a: Amount of 456 has to sent to Account number a51542d3-9691-4783-8035-a8b0068b2d2e
2024-07-09 19:26:07.684  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of bec41df4-03b6-4f71-ad86-4dbffc46f17b: Amount of 572 has been received from Account number dad2754b-288e-478d-89bb-7e4a3007261e
2024-07-09 19:26:07.684  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of a51542d3-9691-4783-8035-a8b0068b2d2e: Amount of 456 has been received from Account number 4c4f371d-b850-4c42-893e-cb9e604b859a
2024-07-09 19:26:07.684  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f297dec-e3d3-4126-ab05-7d1b0748f8b3: Amount of 833 has to sent to Account number 6837d46a-10d0-420b-bd67-62a463f3914a
2024-07-09 19:26:07.684  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5281d9e1-acd8-431e-bc55-d5c73ec96f5b: Amount of 426 has been received from Account number 1ee94c59-31fd-44ae-a976-33bb2e8ed6ea
2024-07-09 19:26:07.684  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7fd1dec5-7123-40fc-925a-2a83568a92b4: Amount of 32 has to sent to Account number 46e9756e-c606-4727-af41-19a395c83bd8
2024-07-09 19:26:07.684  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6837d46a-10d0-420b-bd67-62a463f3914a: Amount of 833 has been received from Account number 7f297dec-e3d3-4126-ab05-7d1b0748f8b3
2024-07-09 19:26:07.684  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 13091514-6bad-4757-8454-fc66d2f20000: Amount of 458 has to sent to Account number 7a37f695-71c4-4086-9e2e-81d239552dbc
2024-07-09 19:26:07.684  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of eed46faa-ddf9-4b66-9219-7e9347d73114: Amount of 370 has to sent to Account number ce02b7d9-f9a4-4805-8529-12e751ce6b6f
2024-07-09 19:26:07.684  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7a37f695-71c4-4086-9e2e-81d239552dbc: Amount of 458 has been received from Account number 13091514-6bad-4757-8454-fc66d2f20000
2024-07-09 19:26:07.684  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ce02b7d9-f9a4-4805-8529-12e751ce6b6f: Amount of 370 has been received from Account number eed46faa-ddf9-4b66-9219-7e9347d73114
2024-07-09 19:26:07.684  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of f33a7ded-fa74-4a87-a1f1-3310fbb2299d: Amount of 456 has to sent to Account number e4da1117-d258-4f77-b0fc-b2081fe74283
2024-07-09 19:26:07.684  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c18f564-334a-41f1-8e02-e82e4867ca19: Amount of 366 has been received from Account number d1476814-db26-46c8-b5b4-4a109d4cfe92
2024-07-09 19:26:07.684  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0fe04aa0-7469-4279-8371-0f0084e0cf61: Amount of 550 has to sent to Account number 55acf400-362a-4012-91e8-fdc7cd37f4a0
2024-07-09 19:26:07.684  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ec527006-3e4e-4e97-803d-7d62b2e0a337: Amount of 808 has to sent to Account number 7da13ecf-8754-425b-bc6a-f20c7fbfab56
2024-07-09 19:26:07.684  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 73e5c29f-8f9a-4ad6-b8b9-706959d812ee: Amount of 324 has been received from Account number e2a1347f-25e5-49f4-9505-93f62ac2ba08
2024-07-09 19:26:07.684  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of e2a91830-fdf5-4ca6-beb3-6f04870f6106: Amount of 854 has to sent to Account number 76fb46b2-e7c9-4992-a7aa-fba7940d8f0b
2024-07-09 19:26:07.689  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 55acf400-362a-4012-91e8-fdc7cd37f4a0: Amount of 550 has been received from Account number 0fe04aa0-7469-4279-8371-0f0084e0cf61
2024-07-09 19:26:07.684  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 317dfa0f-bfd3-474a-8a3c-a8546f50c6c4: Amount of 765 has been received from Account number 4b923164-ccee-44e0-b8f6-65772c11b548
2024-07-09 19:26:07.684  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 992025de-00b8-4aa5-abdc-d95d218ad723: Amount of 208 has been received from Account number f218f92a-7c4a-4e64-93b1-9c5224860534
2024-07-09 19:26:07.689  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 732bed7c-12be-4173-8cb8-3d189258d081: Amount of 910 has to sent to Account number 0e998acc-5cfe-42ec-94d6-ca4f85ae8487
2024-07-09 19:26:07.684  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 23624644-58b3-486d-8fa0-05059c3610e7: Amount of 785 has to sent to Account number fdfe7382-3017-433a-beb9-bee9440b99c5
2024-07-09 19:26:07.689  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e998acc-5cfe-42ec-94d6-ca4f85ae8487: Amount of 910 has been received from Account number 732bed7c-12be-4173-8cb8-3d189258d081
2024-07-09 19:26:07.684  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb862055-3ed4-4926-9c7c-4f5d433f89ef: Amount of 464 has to sent to Account number 91709dcf-1875-474c-b6a2-3596f66e22df
2024-07-09 19:26:07.684  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of f6d2fe63-8fe7-469c-9595-3dfe5d2b6083: Amount of 68 has to sent to Account number 98197419-57e6-4740-9908-9a8d30087ec2
2024-07-09 19:26:07.689  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a0f3ba4-66d9-4c60-86e6-64806cd865e5: Amount of 184 has to sent to Account number d00270ff-66fd-4705-9efa-cffb5ba3ee43
2024-07-09 19:26:07.684  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1d903682-b254-4a96-8857-73174cbe40b5: Amount of 904 has been received from Account number 2c46d2e6-af2d-4c09-a990-7e1e495db6fe
2024-07-09 19:26:07.684  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c295105-136b-46bb-b941-a4cf0bf4b8d4: Amount of 311 has been received from Account number 6a2506c8-3fbd-4fce-b10c-c118438ce2f2
2024-07-09 19:26:07.684  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6c51ab36-4a85-4c9e-b845-b44477923056: Amount of 197 has been received from Account number 075b514b-3f83-4683-b17f-2348744b19f3
2024-07-09 19:26:07.684  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2de92165-dfd6-48d4-a740-df86ffeb7d16: Amount of 759 has been received from Account number 24c41967-b91f-44ff-a4b7-3ec965bc3c3c
2024-07-09 19:26:07.684  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 52c08205-4232-499e-a47d-ca88583ad8b3: Amount of 969 has to sent to Account number 3359b311-6a57-4e99-943c-e7588b4f35ee
2024-07-09 19:26:07.684  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 46e9756e-c606-4727-af41-19a395c83bd8: Amount of 32 has been received from Account number 7fd1dec5-7123-40fc-925a-2a83568a92b4
2024-07-09 19:26:07.689  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of dc388bb4-68fe-4f8c-8e52-656523005bc9: Amount of 253 has to sent to Account number ad6c5594-632c-44e7-800b-b52f384e613b
2024-07-09 19:26:07.684  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of a0a73299-32ac-4b19-ac61-3e92efdd95f7: Amount of 152 has to sent to Account number ebe6da34-356a-4a65-9d34-f2b8f7aaac28
2024-07-09 19:26:07.684  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of cda0ad0b-ed95-4eaa-b374-02b025e26a00: Amount of 331 has to sent to Account number 6e2f10d0-308c-41a4-80fd-1d84654d008d
2024-07-09 19:26:07.689  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 21cc4f41-fd90-4ae1-bb84-556e960cd500: Amount of 468 has to sent to Account number b920d556-cd78-4a20-8ebe-5d00d9941bf0
2024-07-09 19:26:07.684  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c844415-d6a0-4401-971d-69edabe6d521: Amount of 27 has to sent to Account number 73f348ee-266e-4d2b-a806-baebdeab249c
2024-07-09 19:26:07.689  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of b920d556-cd78-4a20-8ebe-5d00d9941bf0: Amount of 468 has been received from Account number 21cc4f41-fd90-4ae1-bb84-556e960cd500
2024-07-09 19:26:07.684  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of e4da1117-d258-4f77-b0fc-b2081fe74283: Amount of 456 has been received from Account number f33a7ded-fa74-4a87-a1f1-3310fbb2299d
2024-07-09 19:26:07.689  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 468090c8-3ad1-4bad-9057-3f9c277599b6: Amount of 511 has to sent to Account number b23ca025-1f6e-4873-8aa2-05b14150c5b2
2024-07-09 19:26:07.689  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of d17836a2-7298-4fcc-9d1b-f399832bf190: Amount of 307 has to sent to Account number ec4894df-6056-4c4a-9121-33e6b3066030
2024-07-09 19:26:07.689  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 29115a11-1c77-4f4d-8510-dd577ff23be1: Amount of 314 has to sent to Account number 55ef1093-c3e9-44f4-9db2-27ed454989b2
2024-07-09 19:26:07.689  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7da13ecf-8754-425b-bc6a-f20c7fbfab56: Amount of 808 has been received from Account number ec527006-3e4e-4e97-803d-7d62b2e0a337
2024-07-09 19:26:07.689  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of de495c45-0ba8-4294-9c0d-b32e8681e088: Amount of 842 has to sent to Account number 5d2dc854-63cf-45b9-ae45-98bf3bb01da7
2024-07-09 19:26:07.689  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 76fb46b2-e7c9-4992-a7aa-fba7940d8f0b: Amount of 854 has been received from Account number e2a91830-fdf5-4ca6-beb3-6f04870f6106
2024-07-09 19:26:07.689  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of d7327806-248a-438c-8ffa-40b00a9e52ff: Amount of 413 has to sent to Account number 6319b029-02b3-4e26-879f-b95607caa3dd
2024-07-09 19:26:07.689  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5e76e5d6-9563-42ee-bbbc-d55bce9ccfc0: Amount of 946 has to sent to Account number 6dc418ba-a2cf-4508-8c91-9af82249c224
2024-07-09 19:26:07.689  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7cb39c01-efee-4ea1-9e3d-aa61316e0ec5: Amount of 713 has to sent to Account number 6e55b029-c6ea-4cd9-bcb6-62e478fa98ec
2024-07-09 19:26:07.689  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 627cbab7-4440-4b2a-855f-b0ff6a086e81: Amount of 126 has to sent to Account number 623fd2f5-e63e-4d3a-936a-bd86754c85e5
2024-07-09 19:26:07.689  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6e55b029-c6ea-4cd9-bcb6-62e478fa98ec: Amount of 713 has been received from Account number 7cb39c01-efee-4ea1-9e3d-aa61316e0ec5
2024-07-09 19:26:07.689  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of fdfe7382-3017-433a-beb9-bee9440b99c5: Amount of 785 has been received from Account number 23624644-58b3-486d-8fa0-05059c3610e7
2024-07-09 19:26:07.689  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 91709dcf-1875-474c-b6a2-3596f66e22df: Amount of 464 has been received from Account number eb862055-3ed4-4926-9c7c-4f5d433f89ef
2024-07-09 19:26:07.689  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98197419-57e6-4740-9908-9a8d30087ec2: Amount of 68 has been received from Account number f6d2fe63-8fe7-469c-9595-3dfe5d2b6083
2024-07-09 19:26:07.691  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4a922294-bccd-4def-8bd2-0a01120e52d0: Amount of 613 has to sent to Account number 3e1b9a30-1d79-42b4-add6-b3ff3314ccfa
2024-07-09 19:26:07.689  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of d00270ff-66fd-4705-9efa-cffb5ba3ee43: Amount of 184 has been received from Account number 6a0f3ba4-66d9-4c60-86e6-64806cd865e5
2024-07-09 19:26:07.691  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e1b9a30-1d79-42b4-add6-b3ff3314ccfa: Amount of 613 has been received from Account number 4a922294-bccd-4def-8bd2-0a01120e52d0
2024-07-09 19:26:07.689  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ab1ae89-9cc4-4525-8127-2f26eed197ea: Amount of 743 has to sent to Account number 36a9cfc4-68e9-4793-a7de-678f24c6a14b
2024-07-09 19:26:07.689  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 10ad5d73-ebcd-46f1-910e-efffdf9be111: Amount of 188 has to sent to Account number 27c3a884-1c8f-45c9-a43b-019d104ecd8a
2024-07-09 19:26:07.691  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 82e2e543-6377-4597-9440-808b85af8d1d: Amount of 819 has to sent to Account number 6991afb2-5a99-431f-8987-9dbbddd78f4c
2024-07-09 19:26:07.691  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 27c3a884-1c8f-45c9-a43b-019d104ecd8a: Amount of 188 has been received from Account number 10ad5d73-ebcd-46f1-910e-efffdf9be111
2024-07-09 19:26:07.691  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6991afb2-5a99-431f-8987-9dbbddd78f4c: Amount of 819 has been received from Account number 82e2e543-6377-4597-9440-808b85af8d1d
2024-07-09 19:26:07.691  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c626bdf-bc17-4c2b-8d6f-7fdf744f1a07: Amount of 994 has to sent to Account number 6d8d0ff0-aab3-44b1-80a7-32184dac0acf
2024-07-09 19:26:07.689  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2d42aaef-877f-4f16-b65d-cec796fe573b: Amount of 826 has to sent to Account number 7665f128-5961-4639-bbd3-c60b311432ad
2024-07-09 19:26:07.689  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3359b311-6a57-4e99-943c-e7588b4f35ee: Amount of 969 has been received from Account number 52c08205-4232-499e-a47d-ca88583ad8b3
2024-07-09 19:26:07.691  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7665f128-5961-4639-bbd3-c60b311432ad: Amount of 826 has been received from Account number 2d42aaef-877f-4f16-b65d-cec796fe573b
2024-07-09 19:26:07.689  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ad6c5594-632c-44e7-800b-b52f384e613b: Amount of 253 has been received from Account number dc388bb4-68fe-4f8c-8e52-656523005bc9
2024-07-09 19:26:07.691  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of b5fa0172-ba46-4c9d-854b-7741944a9381: Amount of 742 has to sent to Account number 8fd76ad0-c619-45ff-a8ab-55d7ece28674
2024-07-09 19:26:07.689  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ebe6da34-356a-4a65-9d34-f2b8f7aaac28: Amount of 152 has been received from Account number a0a73299-32ac-4b19-ac61-3e92efdd95f7
2024-07-09 19:26:07.691  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee27b693-1ee3-4ce7-b67c-6e06dbc97bec: Amount of 985 has to sent to Account number cef1855f-38e9-455f-8b26-f4cdec8a5a40
2024-07-09 19:26:07.689  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6e2f10d0-308c-41a4-80fd-1d84654d008d: Amount of 331 has been received from Account number cda0ad0b-ed95-4eaa-b374-02b025e26a00
2024-07-09 19:26:07.689  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 73f348ee-266e-4d2b-a806-baebdeab249c: Amount of 27 has been received from Account number 8c844415-d6a0-4401-971d-69edabe6d521
2024-07-09 19:26:07.689  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of b23ca025-1f6e-4873-8aa2-05b14150c5b2: Amount of 511 has been received from Account number 468090c8-3ad1-4bad-9057-3f9c277599b6
2024-07-09 19:26:07.689  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ec4894df-6056-4c4a-9121-33e6b3066030: Amount of 307 has been received from Account number d17836a2-7298-4fcc-9d1b-f399832bf190
2024-07-09 19:26:07.691  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of f639361b-1b60-46ed-b44c-b383436077a4: Amount of 936 has to sent to Account number d8ad84c0-9fb1-4709-9b5f-4036769ba5a5
2024-07-09 19:26:07.691  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of d8ad84c0-9fb1-4709-9b5f-4036769ba5a5: Amount of 936 has been received from Account number f639361b-1b60-46ed-b44c-b383436077a4
2024-07-09 19:26:07.689  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 55ef1093-c3e9-44f4-9db2-27ed454989b2: Amount of 314 has been received from Account number 29115a11-1c77-4f4d-8510-dd577ff23be1
2024-07-09 19:26:07.689  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d2dc854-63cf-45b9-ae45-98bf3bb01da7: Amount of 842 has been received from Account number de495c45-0ba8-4294-9c0d-b32e8681e088
2024-07-09 19:26:07.689  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6319b029-02b3-4e26-879f-b95607caa3dd: Amount of 413 has been received from Account number d7327806-248a-438c-8ffa-40b00a9e52ff
2024-07-09 19:26:07.691  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of c43e4b0a-65b1-4d43-93cb-2bdf19a134d5: Amount of 837 has to sent to Account number b5b9e843-7531-4389-9e9f-a657f666aa74
2024-07-09 19:26:07.689  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6dc418ba-a2cf-4508-8c91-9af82249c224: Amount of 946 has been received from Account number 5e76e5d6-9563-42ee-bbbc-d55bce9ccfc0
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of b5b9e843-7531-4389-9e9f-a657f666aa74: Amount of 837 has been received from Account number c43e4b0a-65b1-4d43-93cb-2bdf19a134d5
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9f894bf8-b473-4c6f-b4fd-ce7615ffa494: Amount of 927 has to sent to Account number c20cbc76-8a45-45cd-ae9c-611c1d718e37
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c20cbc76-8a45-45cd-ae9c-611c1d718e37: Amount of 927 has been received from Account number 9f894bf8-b473-4c6f-b4fd-ce7615ffa494
2024-07-09 19:26:07.689  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 623fd2f5-e63e-4d3a-936a-bd86754c85e5: Amount of 126 has been received from Account number 627cbab7-4440-4b2a-855f-b0ff6a086e81
2024-07-09 19:26:07.691  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 636fe2f3-cc65-48a4-8d3c-e94c821a2554: Amount of 545 has to sent to Account number f3f99e6b-cd9f-4388-8de2-87c488bbcb31
2024-07-09 19:26:07.691  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2faa36db-5282-47d5-8fb7-d7b15c73e006: Amount of 434 has to sent to Account number f15771a9-2e16-487d-b635-d8b974b819b8
2024-07-09 19:26:07.691  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 14f09fe7-9c02-4f06-933f-39c347b5b768: Amount of 167 has to sent to Account number 064975be-399c-49cf-8efe-c20e44fdb1af
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of f3f99e6b-cd9f-4388-8de2-87c488bbcb31: Amount of 545 has been received from Account number 636fe2f3-cc65-48a4-8d3c-e94c821a2554
2024-07-09 19:26:07.691  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 36a9cfc4-68e9-4793-a7de-678f24c6a14b: Amount of 743 has been received from Account number 0ab1ae89-9cc4-4525-8127-2f26eed197ea
2024-07-09 19:26:07.691  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ba700574-ec86-4726-b547-7e4cb27f5f12: Amount of 591 has to sent to Account number 3d392d61-aba7-461e-b9a2-bda69159d07f
2024-07-09 19:26:07.691  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd4c6104-c2a9-44e9-953a-291861bd0358: Amount of 835 has to sent to Account number d3150cfc-5e83-4306-a015-5e5b912ab2ba
2024-07-09 19:26:07.691  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d8d0ff0-aab3-44b1-80a7-32184dac0acf: Amount of 994 has been received from Account number 0c626bdf-bc17-4c2b-8d6f-7fdf744f1a07
2024-07-09 19:26:07.691  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e985a21-57cc-40c5-8430-397c1b91c95e: Amount of 826 has to sent to Account number 32dfcbcd-26bb-416a-964a-892593b92659
2024-07-09 19:26:07.691  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8fd76ad0-c619-45ff-a8ab-55d7ece28674: Amount of 742 has been received from Account number b5fa0172-ba46-4c9d-854b-7741944a9381
2024-07-09 19:26:07.691  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of cef1855f-38e9-455f-8b26-f4cdec8a5a40: Amount of 985 has been received from Account number ee27b693-1ee3-4ce7-b67c-6e06dbc97bec
2024-07-09 19:26:07.691  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 494af94d-2a2f-4341-974c-fcde897bd8ed: Amount of 572 has to sent to Account number 5bda0409-a857-4892-98ca-49f0a560d320
2024-07-09 19:26:07.691  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of f32b9038-880a-4737-bf6d-283df1ab5039: Amount of 83 has to sent to Account number 0415b847-1eb3-4514-bf38-f76a9ea1e9e1
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5bda0409-a857-4892-98ca-49f0a560d320: Amount of 572 has been received from Account number 494af94d-2a2f-4341-974c-fcde897bd8ed
2024-07-09 19:26:07.691  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5bdad462-d081-4c45-8e0d-7c163701df30: Amount of 311 has to sent to Account number 50ec4e83-0fe2-42e6-88e9-96e3bb017362
2024-07-09 19:26:07.691  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of cd87f750-59ef-477e-b80e-5762e95c79d9: Amount of 797 has to sent to Account number 8857a277-2e79-4a24-92b4-ceb9e17325ef
2024-07-09 19:26:07.691  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of c579f3c9-b64b-46d7-ab02-a05dbb6a54b8: Amount of 337 has to sent to Account number 8c6c2d77-9311-453d-89b3-053e3abb1ab3
2024-07-09 19:26:07.691  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7723e24f-07b3-4d8c-9eb6-5ec6a67d97eb: Amount of 989 has to sent to Account number ca9d837d-e79b-4f7f-9714-20464ab9e8f0
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c6c2d77-9311-453d-89b3-053e3abb1ab3: Amount of 337 has been received from Account number c579f3c9-b64b-46d7-ab02-a05dbb6a54b8
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 52b7e0e3-81cf-4fd5-8933-77101e50f2ba: Amount of 754 has to sent to Account number 7848722a-9b26-4a6f-a81a-e89660e3e843
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6f31b83d-5abe-463c-8b9c-ae55b505f480: Amount of 427 has to sent to Account number dda7c55e-02e2-4fc1-869f-8e00933f5343
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7848722a-9b26-4a6f-a81a-e89660e3e843: Amount of 754 has been received from Account number 52b7e0e3-81cf-4fd5-8933-77101e50f2ba
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 31379e6d-a3e9-45d9-a2af-7b0d3737e83e: Amount of 704 has to sent to Account number 38e24b34-2139-4457-9399-50223ae185f4
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6fe7b78b-7a4a-4078-a0c6-3984246b6b53: Amount of 178 has to sent to Account number 4d3ff3c1-dc43-4389-bb1c-5232caf45531
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of f15771a9-2e16-487d-b635-d8b974b819b8: Amount of 434 has been received from Account number 2faa36db-5282-47d5-8fb7-d7b15c73e006
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d3ff3c1-dc43-4389-bb1c-5232caf45531: Amount of 178 has been received from Account number 6fe7b78b-7a4a-4078-a0c6-3984246b6b53
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 064975be-399c-49cf-8efe-c20e44fdb1af: Amount of 167 has been received from Account number 14f09fe7-9c02-4f06-933f-39c347b5b768
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of abacd123-06b7-4fb3-891a-4c2397db7bff: Amount of 315 has to sent to Account number 3f077cbf-2e91-46f7-a6e1-586dcbabe2a1
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f077cbf-2e91-46f7-a6e1-586dcbabe2a1: Amount of 315 has been received from Account number abacd123-06b7-4fb3-891a-4c2397db7bff
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3c158da4-fca6-46ca-9c81-e726f753e399: Amount of 876 has to sent to Account number e9f4fc70-20ec-4d89-9cd2-313b4b1ed7d1
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d392d61-aba7-461e-b9a2-bda69159d07f: Amount of 591 has been received from Account number ba700574-ec86-4726-b547-7e4cb27f5f12
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ab8be7d-7678-40b1-921d-c68aeaac8e76: Amount of 858 has to sent to Account number 07ee0877-3d30-4d6b-81c1-fae94d8b88f4
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 642136d9-d8d9-4f88-af18-e798eff1ec2a: Amount of 459 has to sent to Account number 80cd3492-67d8-433e-82bd-90b5807b5292
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 07ee0877-3d30-4d6b-81c1-fae94d8b88f4: Amount of 858 has been received from Account number 3ab8be7d-7678-40b1-921d-c68aeaac8e76
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4bcb3f62-16c1-4a32-b16f-43c425434b64: Amount of 447 has to sent to Account number 3b76bd59-6570-4cc5-9e01-42c9b3d4cafa
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 80cd3492-67d8-433e-82bd-90b5807b5292: Amount of 459 has been received from Account number 642136d9-d8d9-4f88-af18-e798eff1ec2a
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3b76bd59-6570-4cc5-9e01-42c9b3d4cafa: Amount of 447 has been received from Account number 4bcb3f62-16c1-4a32-b16f-43c425434b64
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 93ef065f-4930-40f7-a986-49adecc8b31e: Amount of 850 has to sent to Account number fe984a82-3991-4f77-a6d4-29ebc44e2b04
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of fe984a82-3991-4f77-a6d4-29ebc44e2b04: Amount of 850 has been received from Account number 93ef065f-4930-40f7-a986-49adecc8b31e
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of d3150cfc-5e83-4306-a015-5e5b912ab2ba: Amount of 835 has been received from Account number dd4c6104-c2a9-44e9-953a-291861bd0358
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 32dfcbcd-26bb-416a-964a-892593b92659: Amount of 826 has been received from Account number 0e985a21-57cc-40c5-8430-397c1b91c95e
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25d97aa8-09ce-4cf7-b964-1c88e3056be3: Amount of 309 has to sent to Account number 90840eef-a8ce-4eda-bfe0-e9aab4f5bb32
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95c3e5b5-cbd8-42a1-8b09-b06e097542fd: Amount of 132 has to sent to Account number d98c8d12-c1fd-4492-b0b6-5671ee033ab5
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 484b8fcb-2f37-414f-aee1-ae0fa7b15535: Amount of 163 has to sent to Account number 306d9642-3701-4789-b905-d5ec8b0631a2
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of d98c8d12-c1fd-4492-b0b6-5671ee033ab5: Amount of 132 has been received from Account number 95c3e5b5-cbd8-42a1-8b09-b06e097542fd
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 306d9642-3701-4789-b905-d5ec8b0631a2: Amount of 163 has been received from Account number 484b8fcb-2f37-414f-aee1-ae0fa7b15535
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb885e48-f52b-4621-82a3-6c3b007ab98e: Amount of 274 has to sent to Account number 28a23730-06fd-4f7b-98d3-ed8f44571c31
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ef5d8096-061e-402b-9819-affec36ca947: Amount of 125 has to sent to Account number 846a996f-e612-4431-963c-8f2f2230b142
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 28a23730-06fd-4f7b-98d3-ed8f44571c31: Amount of 274 has been received from Account number eb885e48-f52b-4621-82a3-6c3b007ab98e
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0415b847-1eb3-4514-bf38-f76a9ea1e9e1: Amount of 83 has been received from Account number f32b9038-880a-4737-bf6d-283df1ab5039
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 94418dc0-a322-4315-a2f7-d352e5454ad0: Amount of 346 has to sent to Account number 373894d5-653f-4d39-8081-79808254cb88
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 373894d5-653f-4d39-8081-79808254cb88: Amount of 346 has been received from Account number 94418dc0-a322-4315-a2f7-d352e5454ad0
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of d07d60e7-a72d-4cb2-90cd-b436abf89a07: Amount of 955 has to sent to Account number ee3a7119-75e4-4aad-8b3e-eed5fd008881
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2833bcbc-5de9-443d-afec-ac3826d9915c: Amount of 716 has to sent to Account number a32ae9a0-7aaf-406a-be8d-7e1a4f003d80
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee3a7119-75e4-4aad-8b3e-eed5fd008881: Amount of 955 has been received from Account number d07d60e7-a72d-4cb2-90cd-b436abf89a07
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of a32ae9a0-7aaf-406a-be8d-7e1a4f003d80: Amount of 716 has been received from Account number 2833bcbc-5de9-443d-afec-ac3826d9915c
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 885927ea-a67d-41ce-a5f4-637d52b700da: Amount of 380 has to sent to Account number cf3644d2-027b-4bed-a27d-2a5cd68f3775
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc73233a-5782-4a09-b516-f0ad85810223: Amount of 844 has to sent to Account number 6746a496-4171-4d54-b320-cd001981100a
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf3644d2-027b-4bed-a27d-2a5cd68f3775: Amount of 380 has been received from Account number 885927ea-a67d-41ce-a5f4-637d52b700da
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of e83ff3ba-9de8-405d-8c51-4679785ea3c2: Amount of 86 has to sent to Account number 671d3d6b-b7c1-4980-a8ee-3e67a871847c
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 671d3d6b-b7c1-4980-a8ee-3e67a871847c: Amount of 86 has been received from Account number e83ff3ba-9de8-405d-8c51-4679785ea3c2
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77ea1abd-deca-4a88-9baf-e30d4a4ecc4e: Amount of 479 has to sent to Account number 98700ed4-d1d8-4760-bffe-6d33a059fa3b
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98700ed4-d1d8-4760-bffe-6d33a059fa3b: Amount of 479 has been received from Account number 77ea1abd-deca-4a88-9baf-e30d4a4ecc4e
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 50ec4e83-0fe2-42e6-88e9-96e3bb017362: Amount of 311 has been received from Account number 5bdad462-d081-4c45-8e0d-7c163701df30
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0b54e8e8-99cf-4102-8264-5680afa0e9c1: Amount of 655 has to sent to Account number 4b22afa3-2bed-493a-83d1-18f0a8904d04
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4b22afa3-2bed-493a-83d1-18f0a8904d04: Amount of 655 has been received from Account number 0b54e8e8-99cf-4102-8264-5680afa0e9c1
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8857a277-2e79-4a24-92b4-ceb9e17325ef: Amount of 797 has been received from Account number cd87f750-59ef-477e-b80e-5762e95c79d9
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 818c77b7-6594-492e-9dab-5fe62e20587d: Amount of 488 has to sent to Account number 328fbf85-b973-4673-8d5c-3eac8322a74c
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca9d837d-e79b-4f7f-9714-20464ab9e8f0: Amount of 989 has been received from Account number 7723e24f-07b3-4d8c-9eb6-5ec6a67d97eb
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 328fbf85-b973-4673-8d5c-3eac8322a74c: Amount of 488 has been received from Account number 818c77b7-6594-492e-9dab-5fe62e20587d
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ef4733df-1b82-4046-b93a-822cc46081ec: Amount of 792 has to sent to Account number 1adf4859-ba29-4b8c-9df3-ec53eb3c4fb1
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of dda7c55e-02e2-4fc1-869f-8e00933f5343: Amount of 427 has been received from Account number 6f31b83d-5abe-463c-8b9c-ae55b505f480
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 38e24b34-2139-4457-9399-50223ae185f4: Amount of 704 has been received from Account number 31379e6d-a3e9-45d9-a2af-7b0d3737e83e
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7e301187-fd5a-415f-9e94-e1ee2f8043f4: Amount of 128 has to sent to Account number e2f9fa26-e3b1-4dea-af32-1778a9f69550
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of e83279b1-f053-4e42-acd3-807e6e17cb5e: Amount of 307 has to sent to Account number 2f399126-296d-4d70-a182-e17b8325101d
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of c4bc69c0-d356-47a1-9bd2-048b77760669: Amount of 189 has to sent to Account number 5ec2ae1c-d501-405f-81c1-f30951356405
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2f399126-296d-4d70-a182-e17b8325101d: Amount of 307 has been received from Account number e83279b1-f053-4e42-acd3-807e6e17cb5e
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5ec2ae1c-d501-405f-81c1-f30951356405: Amount of 189 has been received from Account number c4bc69c0-d356-47a1-9bd2-048b77760669
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 23b9e848-a7f4-4c4b-b989-b24995130cd8: Amount of 435 has to sent to Account number 3c0799f2-beba-414e-80d1-a37026a311b1
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d439d97-9d4a-412f-87a2-b28450bd3db8: Amount of 137 has to sent to Account number 99eb61c1-e60c-4106-8fe3-fc75113f5fc9
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7dde7103-2b27-4d2a-8286-92e24508f896: Amount of 619 has to sent to Account number a9a6b28f-5be7-422e-a668-324284687c15
2024-07-09 19:26:07.698  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9a6b28f-5be7-422e-a668-324284687c15: Amount of 619 has been received from Account number 7dde7103-2b27-4d2a-8286-92e24508f896
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 99eb61c1-e60c-4106-8fe3-fc75113f5fc9: Amount of 137 has been received from Account number 4d439d97-9d4a-412f-87a2-b28450bd3db8
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of e9f4fc70-20ec-4d89-9cd2-313b4b1ed7d1: Amount of 876 has been received from Account number 3c158da4-fca6-46ca-9c81-e726f753e399
2024-07-09 19:26:07.698  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of b7c5652f-847a-48f5-a211-52e582bd6bfa: Amount of 20 has to sent to Account number a5c530cb-38c3-4404-9d29-a19b0306ec78
2024-07-09 19:26:07.698  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of a5c530cb-38c3-4404-9d29-a19b0306ec78: Amount of 20 has been received from Account number b7c5652f-847a-48f5-a211-52e582bd6bfa
2024-07-09 19:26:07.698  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca1c7898-265b-4a6b-8467-4d642d5f5cf6: Amount of 537 has to sent to Account number 6abbd4e9-ce39-4139-9b11-f81ac31ce6e7
2024-07-09 19:26:07.698  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6abbd4e9-ce39-4139-9b11-f81ac31ce6e7: Amount of 537 has been received from Account number ca1c7898-265b-4a6b-8467-4d642d5f5cf6
2024-07-09 19:26:07.698  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of a75c4f1a-313d-4382-a08a-8755b7ce81cd: Amount of 536 has to sent to Account number a334f3aa-1b7b-4bba-9c33-af908b278bcf
2024-07-09 19:26:07.698  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of a334f3aa-1b7b-4bba-9c33-af908b278bcf: Amount of 536 has been received from Account number a75c4f1a-313d-4382-a08a-8755b7ce81cd
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d78f5209-e4c2-483e-b5c7-3fb265251ac4: Amount of 452 has to sent to Account number 53670f2f-86cb-4642-868e-73809b02e248
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7d48e073-12c2-467e-9909-82ff5f4a23fa: Amount of 641 has to sent to Account number d56f0dab-6916-4823-b162-d78d6cf0803c
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 386786d2-1e96-416a-bfd5-1f53e2ce8b64: Amount of 267 has to sent to Account number 688eea36-939d-4273-9112-f2b04501b52a
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 356f0a4f-3329-43e6-8963-7f1248f9d40c: Amount of 23 has to sent to Account number 5d36fbb9-a6a0-46ca-98e7-a0efb141523e
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 688eea36-939d-4273-9112-f2b04501b52a: Amount of 267 has been received from Account number 386786d2-1e96-416a-bfd5-1f53e2ce8b64
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d36fbb9-a6a0-46ca-98e7-a0efb141523e: Amount of 23 has been received from Account number 356f0a4f-3329-43e6-8963-7f1248f9d40c
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 759c72c3-050e-46cc-8a68-7030d3331bd7: Amount of 753 has to sent to Account number 55ef454a-8fd7-4272-9ca4-418fa4103886
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 06c4ca32-cb5d-4b74-865b-af469c9556b0: Amount of 600 has to sent to Account number b7ca2381-ec47-47cd-876b-7481ed14dda4
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 55ef454a-8fd7-4272-9ca4-418fa4103886: Amount of 753 has been received from Account number 759c72c3-050e-46cc-8a68-7030d3331bd7
2024-07-09 19:26:07.698  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of b7ca2381-ec47-47cd-876b-7481ed14dda4: Amount of 600 has been received from Account number 06c4ca32-cb5d-4b74-865b-af469c9556b0
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0977d067-26dd-45a9-8011-23cfbf2bc7bf: Amount of 741 has to sent to Account number f0b494c9-7e8f-49e5-85b3-47f1421efb63
2024-07-09 19:26:07.698  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1cc31e94-e48e-432d-89a9-9ecd770539cd: Amount of 872 has to sent to Account number eda757f8-7c27-4a19-b4ba-0ce540aeab90
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90840eef-a8ce-4eda-bfe0-e9aab4f5bb32: Amount of 309 has been received from Account number 25d97aa8-09ce-4cf7-b964-1c88e3056be3
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 846a996f-e612-4431-963c-8f2f2230b142: Amount of 125 has been received from Account number ef5d8096-061e-402b-9819-affec36ca947
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6746a496-4171-4d54-b320-cd001981100a: Amount of 844 has been received from Account number fc73233a-5782-4a09-b516-f0ad85810223
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of a5af41c6-b9d2-4f11-951f-b3f7a6622cb2: Amount of 847 has to sent to Account number 4b4f1e37-cad4-45f2-9674-8f1d57c720ef
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5ee875e5-53e5-4b98-a15a-5509ba8a3e7f: Amount of 497 has to sent to Account number e51674eb-2c54-4aba-bff3-d6e5bd3660b7
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c79a46e3-6692-4caa-8dfd-306deab9933f: Amount of 156 has to sent to Account number 33641641-6ffd-4169-864a-a61a153433d0
2024-07-09 19:26:07.698  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of e51674eb-2c54-4aba-bff3-d6e5bd3660b7: Amount of 497 has been received from Account number 5ee875e5-53e5-4b98-a15a-5509ba8a3e7f
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 33641641-6ffd-4169-864a-a61a153433d0: Amount of 156 has been received from Account number c79a46e3-6692-4caa-8dfd-306deab9933f
2024-07-09 19:26:07.698  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of f830c504-a954-4286-ab61-89c856ba1fc7: Amount of 594 has to sent to Account number 3a56cabb-9287-4754-8d74-9ecb6f702904
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90614c59-ecf9-407d-aa07-87341c67cf00: Amount of 41 has to sent to Account number ca4fda43-58c0-4c16-9b13-317e40d0349c
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of b391bb60-a3b6-48c4-9171-4c663eb17875: Amount of 228 has to sent to Account number 81c1d7d0-1d95-4b44-bd76-d37433b3386e
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81c1d7d0-1d95-4b44-bd76-d37433b3386e: Amount of 228 has been received from Account number b391bb60-a3b6-48c4-9171-4c663eb17875
2024-07-09 19:26:07.693  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a2adc6ba-ab70-416a-8950-bbb878cf9b38: Amount of 340 has to sent to Account number 47f83f03-c2af-4cf0-9e98-8365bbae260b
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1adf4859-ba29-4b8c-9df3-ec53eb3c4fb1: Amount of 792 has been received from Account number ef4733df-1b82-4046-b93a-822cc46081ec
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ea080100-0ae4-4e01-bd08-176e4697dd78: Amount of 596 has to sent to Account number cb55bc66-e225-4a1f-b0ac-08afadc340de
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of cb55bc66-e225-4a1f-b0ac-08afadc340de: Amount of 596 has been received from Account number ea080100-0ae4-4e01-bd08-176e4697dd78
2024-07-09 19:26:07.698  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8a0b9053-c1dd-4985-a148-718bf49aa757: Amount of 431 has to sent to Account number 8327c048-3a44-4c0b-92a2-42cbf387cbd8
2024-07-09 19:26:07.698  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8327c048-3a44-4c0b-92a2-42cbf387cbd8: Amount of 431 has been received from Account number 8a0b9053-c1dd-4985-a148-718bf49aa757
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 07456157-a957-4e63-8aac-22a05c1d62f1: Amount of 380 has to sent to Account number 9c2335b8-4b02-4863-b496-5d453c831d16
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9c2335b8-4b02-4863-b496-5d453c831d16: Amount of 380 has been received from Account number 07456157-a957-4e63-8aac-22a05c1d62f1
2024-07-09 19:26:07.693  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of e2f9fa26-e3b1-4dea-af32-1778a9f69550: Amount of 128 has been received from Account number 7e301187-fd5a-415f-9e94-e1ee2f8043f4
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of aae93167-810f-4504-8d55-739d083f5ed9: Amount of 1 has to sent to Account number 3db04508-16e5-403f-9d02-aec57e4a17b8
2024-07-09 19:26:07.698  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of df67d7f6-9645-4271-b4e2-d8a2c20f2b6a: Amount of 264 has to sent to Account number faa43073-bc6b-456b-b138-1e8516e1e469
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3c0799f2-beba-414e-80d1-a37026a311b1: Amount of 435 has been received from Account number 23b9e848-a7f4-4c4b-b989-b24995130cd8
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3db04508-16e5-403f-9d02-aec57e4a17b8: Amount of 1 has been received from Account number aae93167-810f-4504-8d55-739d083f5ed9
2024-07-09 19:26:07.698  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of e72726d0-abec-4d6d-904f-d4082452611d: Amount of 617 has to sent to Account number d4d237ea-a154-496d-b414-98bde479ab2b
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 889037d2-c904-4453-8e7b-0d1b3b9e1ed4: Amount of 384 has to sent to Account number 6ca59183-d52d-4727-a435-6372e511b5fb
2024-07-09 19:26:07.698  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of d4d237ea-a154-496d-b414-98bde479ab2b: Amount of 617 has been received from Account number e72726d0-abec-4d6d-904f-d4082452611d
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6ca59183-d52d-4727-a435-6372e511b5fb: Amount of 384 has been received from Account number 889037d2-c904-4453-8e7b-0d1b3b9e1ed4
2024-07-09 19:26:07.698  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ebc1fd60-8d49-419f-932a-097ea909ebc9: Amount of 943 has to sent to Account number 194531ac-e396-4656-8db4-489c20896cd7
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 91a6e1d9-3f32-442b-9f60-c0d544242ff2: Amount of 87 has to sent to Account number 62698f28-0dad-4d8e-86d8-313925c0ff83
2024-07-09 19:26:07.698  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of d56f0dab-6916-4823-b162-d78d6cf0803c: Amount of 641 has been received from Account number 7d48e073-12c2-467e-9909-82ff5f4a23fa
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 62698f28-0dad-4d8e-86d8-313925c0ff83: Amount of 87 has been received from Account number 91a6e1d9-3f32-442b-9f60-c0d544242ff2
2024-07-09 19:26:07.698  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53670f2f-86cb-4642-868e-73809b02e248: Amount of 452 has been received from Account number d78f5209-e4c2-483e-b5c7-3fb265251ac4
2024-07-09 19:26:07.698  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 18f1c9ac-28f0-42d3-9b6a-d0559d975823: Amount of 144 has to sent to Account number fd88dcb7-ca58-4227-b6a1-0cdcf024f93f
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0cae7dd2-744e-4a51-8fd5-daedbda643ee: Amount of 904 has to sent to Account number bc2fbbd6-63cf-4e72-ad1c-613b5f99d0b2
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of e056caa3-fd8b-4813-8497-7ff38ccab90c: Amount of 202 has to sent to Account number 4e091ace-148c-4221-b414-8caeecb226ca
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc2fbbd6-63cf-4e72-ad1c-613b5f99d0b2: Amount of 904 has been received from Account number 0cae7dd2-744e-4a51-8fd5-daedbda643ee
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of f0b494c9-7e8f-49e5-85b3-47f1421efb63: Amount of 741 has been received from Account number 0977d067-26dd-45a9-8011-23cfbf2bc7bf
2024-07-09 19:26:07.698  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of eda757f8-7c27-4a19-b4ba-0ce540aeab90: Amount of 872 has been received from Account number 1cc31e94-e48e-432d-89a9-9ecd770539cd
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a71629e1-23d2-4798-809b-09c48bd5df06: Amount of 808 has to sent to Account number cd2fdb1c-3de7-4a56-b054-8f67c0347140
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4c483acf-f210-4293-8e50-53c74e6e0e8c: Amount of 236 has to sent to Account number c204575e-a1ac-4f6e-bfac-2155af3058b5
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ecee86e1-0179-49de-bfac-a1c82bdbef4b: Amount of 858 has to sent to Account number 6ca58441-14cc-42fa-815f-18545a4bc94a
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4b4f1e37-cad4-45f2-9674-8f1d57c720ef: Amount of 847 has been received from Account number a5af41c6-b9d2-4f11-951f-b3f7a6622cb2
2024-07-09 19:26:07.698  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of c2fecfdc-cbe9-421f-9edb-584d5b57d587: Amount of 668 has to sent to Account number 031ead84-adb4-4743-87d7-41e0976d21ac
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6ca58441-14cc-42fa-815f-18545a4bc94a: Amount of 858 has been received from Account number ecee86e1-0179-49de-bfac-a1c82bdbef4b
2024-07-09 19:26:07.698  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a56cabb-9287-4754-8d74-9ecb6f702904: Amount of 594 has been received from Account number f830c504-a954-4286-ab61-89c856ba1fc7
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 38143fd1-fcd2-40cd-9b0f-bf89c9014761: Amount of 269 has to sent to Account number f1a6701c-c52b-402f-87c2-e25766fb8473
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of f1a6701c-c52b-402f-87c2-e25766fb8473: Amount of 269 has been received from Account number 38143fd1-fcd2-40cd-9b0f-bf89c9014761
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca4fda43-58c0-4c16-9b13-317e40d0349c: Amount of 41 has been received from Account number 90614c59-ecf9-407d-aa07-87341c67cf00
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ce6e7594-f7d2-4846-a08f-694d156a541f: Amount of 550 has to sent to Account number 315ba403-da17-4249-bb42-5396cd2d8bc4
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 315ba403-da17-4249-bb42-5396cd2d8bc4: Amount of 550 has been received from Account number ce6e7594-f7d2-4846-a08f-694d156a541f
2024-07-09 19:26:07.698  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5e3d0dbd-e1e4-45d5-ad1a-ba9896643562: Amount of 501 has to sent to Account number a562a1ce-c1cb-479a-bad3-1857df54cde1
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a6464af-4bfd-4776-835c-79a608d8d4b9: Amount of 976 has to sent to Account number f2aaca47-85f0-400a-818b-a12443a292fe
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 47f83f03-c2af-4cf0-9e98-8365bbae260b: Amount of 340 has been received from Account number a2adc6ba-ab70-416a-8950-bbb878cf9b38
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf0d8ab5-12f8-4dce-a8c7-1f3f2d7ba2ed: Amount of 695 has to sent to Account number f57094c2-71fb-4b64-b2f4-2ccdd447310d
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of f57094c2-71fb-4b64-b2f4-2ccdd447310d: Amount of 695 has been received from Account number cf0d8ab5-12f8-4dce-a8c7-1f3f2d7ba2ed
2024-07-09 19:26:07.698  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5bbb09ad-372d-4ddb-8fd5-06cb63dd8051: Amount of 6 has to sent to Account number 0156e6e5-958d-496d-b5a4-c9929655b6a2
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 303d1feb-4dda-4ae9-a2f0-220d8e65436c: Amount of 906 has to sent to Account number c3293053-061c-4e77-9640-f0b5f0b1734e
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3293053-061c-4e77-9640-f0b5f0b1734e: Amount of 906 has been received from Account number 303d1feb-4dda-4ae9-a2f0-220d8e65436c
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22be745e-7d7d-44e4-b2e3-701b599074f0: Amount of 89 has to sent to Account number ddf97a8c-7c3e-4b68-aeb6-6f9bd8bf5c81
2024-07-09 19:26:07.705  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ddf97a8c-7c3e-4b68-aeb6-6f9bd8bf5c81: Amount of 89 has been received from Account number 22be745e-7d7d-44e4-b2e3-701b599074f0
2024-07-09 19:26:07.706  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 871b2268-9eef-429d-a83e-6ee8b60c9c72: Amount of 909 has to sent to Account number 90ddd903-a2e7-474c-8fb0-24763728dc54
2024-07-09 19:26:07.706  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90ddd903-a2e7-474c-8fb0-24763728dc54: Amount of 909 has been received from Account number 871b2268-9eef-429d-a83e-6ee8b60c9c72
2024-07-09 19:26:07.706  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of fef208c6-187a-4db7-90d3-cba839ecf2d7: Amount of 18 has to sent to Account number 767972b9-6b1e-4324-9909-827b6a6d1674
2024-07-09 19:26:07.706  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 767972b9-6b1e-4324-9909-827b6a6d1674: Amount of 18 has been received from Account number fef208c6-187a-4db7-90d3-cba839ecf2d7
2024-07-09 19:26:07.706  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 17b05d8a-9230-4694-8a40-1ec4b24e8356: Amount of 412 has to sent to Account number eb4e9af8-d34f-4cf6-8fa3-fe54d75a0b2d
2024-07-09 19:26:07.706  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb4e9af8-d34f-4cf6-8fa3-fe54d75a0b2d: Amount of 412 has been received from Account number 17b05d8a-9230-4694-8a40-1ec4b24e8356
2024-07-09 19:26:07.706  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 02626fbb-f825-459f-8f33-48c5cc8baa5c: Amount of 174 has to sent to Account number 9688495c-b527-4adc-9bfb-3695545b24de
2024-07-09 19:26:07.706  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9688495c-b527-4adc-9bfb-3695545b24de: Amount of 174 has been received from Account number 02626fbb-f825-459f-8f33-48c5cc8baa5c
2024-07-09 19:26:07.706  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of e803c718-9233-43b1-85d3-cb1e29d763b7: Amount of 930 has to sent to Account number ea2b13ad-bcf5-43e7-91fe-807f63723dc1
2024-07-09 19:26:07.706  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ea2b13ad-bcf5-43e7-91fe-807f63723dc1: Amount of 930 has been received from Account number e803c718-9233-43b1-85d3-cb1e29d763b7
2024-07-09 19:26:07.706  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26ed9d38-96ac-4408-8f42-fdd6b9cfcf0e: Amount of 517 has to sent to Account number 18106de9-41af-4ebb-8be0-cef78c3de0ef
2024-07-09 19:26:07.706  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 18106de9-41af-4ebb-8be0-cef78c3de0ef: Amount of 517 has been received from Account number 26ed9d38-96ac-4408-8f42-fdd6b9cfcf0e
2024-07-09 19:26:07.706  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 45b98a02-6410-4874-a381-db89372fbdfb: Amount of 354 has to sent to Account number 995e85ba-7297-4ac1-809d-b24359fcdedf
2024-07-09 19:26:07.698  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of faa43073-bc6b-456b-b138-1e8516e1e469: Amount of 264 has been received from Account number df67d7f6-9645-4271-b4e2-d8a2c20f2b6a
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac45fdf7-0331-4cc3-a48b-8f175b4c278b: Amount of 38 has to sent to Account number 206d6441-5a82-4b79-9b8c-6a9e61385240
2024-07-09 19:26:07.706  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b18e9b0-a747-4571-8ddf-d9e6e08f2348: Amount of 547 has to sent to Account number 3e8d22b1-1478-40ca-ba17-b3c311e1e25d
2024-07-09 19:26:07.706  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 206d6441-5a82-4b79-9b8c-6a9e61385240: Amount of 38 has been received from Account number ac45fdf7-0331-4cc3-a48b-8f175b4c278b
2024-07-09 19:26:07.698  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7fc5a3d0-9b47-4cb7-a2f4-8b03915e302b: Amount of 816 has to sent to Account number 00f37bf7-43da-44f5-9a16-e933071266a8
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1f3c3aeb-3ce7-41f4-b6bd-06979fbc5465: Amount of 194 has to sent to Account number a9e9f547-ce89-40ab-b93a-3e3467c1b5f2
2024-07-09 19:26:07.706  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 00f37bf7-43da-44f5-9a16-e933071266a8: Amount of 816 has been received from Account number 7fc5a3d0-9b47-4cb7-a2f4-8b03915e302b
2024-07-09 19:26:07.706  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d55e236-0f25-4d65-9b44-0bfe31b4cfdf: Amount of 295 has to sent to Account number 76c10c2f-a35d-4cdc-a5e4-e56b6c9bbfe7
2024-07-09 19:26:07.706  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 76c10c2f-a35d-4cdc-a5e4-e56b6c9bbfe7: Amount of 295 has been received from Account number 3d55e236-0f25-4d65-9b44-0bfe31b4cfdf
2024-07-09 19:26:07.706  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25ceff7e-a03c-488e-a911-1d1eeb67060f: Amount of 549 has to sent to Account number 27cb7fc9-fd18-456d-80fc-94511cf40d86
2024-07-09 19:26:07.706  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 27cb7fc9-fd18-456d-80fc-94511cf40d86: Amount of 549 has been received from Account number 25ceff7e-a03c-488e-a911-1d1eeb67060f
2024-07-09 19:26:07.706  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of c682ba3b-bdc4-4399-8d9a-3d3846bfa7d6: Amount of 787 has to sent to Account number f3628949-bf19-4026-ba8c-2597283ca05f
2024-07-09 19:26:07.698  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 194531ac-e396-4656-8db4-489c20896cd7: Amount of 943 has been received from Account number ebc1fd60-8d49-419f-932a-097ea909ebc9
2024-07-09 19:26:07.706  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of f3628949-bf19-4026-ba8c-2597283ca05f: Amount of 787 has been received from Account number c682ba3b-bdc4-4399-8d9a-3d3846bfa7d6
2024-07-09 19:26:07.698  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of fd88dcb7-ca58-4227-b6a1-0cdcf024f93f: Amount of 144 has been received from Account number 18f1c9ac-28f0-42d3-9b6a-d0559d975823
2024-07-09 19:26:07.706  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ac80cb5-e3c7-4c42-8bb2-0666ff50ab60: Amount of 396 has to sent to Account number e36ca5a8-e77d-4e05-9d2d-cc77734aaf46
2024-07-09 19:26:07.698  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 845fbe87-d0fb-4c3b-abed-4793a8f05c7a: Amount of 715 has to sent to Account number 49456a76-f55c-48a7-81df-3cc62596f67d
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4e091ace-148c-4221-b414-8caeecb226ca: Amount of 202 has been received from Account number e056caa3-fd8b-4813-8497-7ff38ccab90c
2024-07-09 19:26:07.706  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 49456a76-f55c-48a7-81df-3cc62596f67d: Amount of 715 has been received from Account number 845fbe87-d0fb-4c3b-abed-4793a8f05c7a
2024-07-09 19:26:07.706  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0f611859-0441-4197-b1eb-2d20cf421054: Amount of 904 has to sent to Account number 7f1c212f-d7c0-41be-9b11-74c859100316
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c2d69f0-318c-40b9-93c0-197089125155: Amount of 506 has to sent to Account number 7a746229-7920-45ca-986e-b664c87757cf
2024-07-09 19:26:07.706  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f1c212f-d7c0-41be-9b11-74c859100316: Amount of 904 has been received from Account number 0f611859-0441-4197-b1eb-2d20cf421054
2024-07-09 19:26:07.706  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7a746229-7920-45ca-986e-b664c87757cf: Amount of 506 has been received from Account number 2c2d69f0-318c-40b9-93c0-197089125155
2024-07-09 19:26:07.706  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of f3d2b9a2-2091-435a-b874-5f88978f5a29: Amount of 554 has to sent to Account number ece5fa59-3e63-4c85-a752-15b88682e65a
2024-07-09 19:26:07.706  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ece5fa59-3e63-4c85-a752-15b88682e65a: Amount of 554 has been received from Account number f3d2b9a2-2091-435a-b874-5f88978f5a29
2024-07-09 19:26:07.706  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1aecaadd-e9de-4b86-85f3-647f3c112aa2: Amount of 475 has to sent to Account number 718ca00e-ba1e-4367-892e-21614ad4025b
2024-07-09 19:26:07.706  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 718ca00e-ba1e-4367-892e-21614ad4025b: Amount of 475 has been received from Account number 1aecaadd-e9de-4b86-85f3-647f3c112aa2
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of cd2fdb1c-3de7-4a56-b054-8f67c0347140: Amount of 808 has been received from Account number a71629e1-23d2-4798-809b-09c48bd5df06
2024-07-09 19:26:07.698  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of d5e5d437-7cd1-462b-8ef3-0b9a68336b5a: Amount of 599 has to sent to Account number d78a3e1d-021b-44c3-b35a-f1d97aad3d9f
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of c204575e-a1ac-4f6e-bfac-2155af3058b5: Amount of 236 has been received from Account number 4c483acf-f210-4293-8e50-53c74e6e0e8c
2024-07-09 19:26:07.706  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of d78a3e1d-021b-44c3-b35a-f1d97aad3d9f: Amount of 599 has been received from Account number d5e5d437-7cd1-462b-8ef3-0b9a68336b5a
2024-07-09 19:26:07.698  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 031ead84-adb4-4743-87d7-41e0976d21ac: Amount of 668 has been received from Account number c2fecfdc-cbe9-421f-9edb-584d5b57d587
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2202bc16-df47-4c62-85a5-b7c8b5892cdc: Amount of 956 has to sent to Account number 238e3b9e-ef17-450d-ae6f-02ca2192608b
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 69e080b9-7a5f-46fc-8c84-0503813591b5: Amount of 857 has to sent to Account number 7e5b5c2d-6337-4d00-8f3e-89ab7acf878e
2024-07-09 19:26:07.698  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of a562a1ce-c1cb-479a-bad3-1857df54cde1: Amount of 501 has been received from Account number 5e3d0dbd-e1e4-45d5-ad1a-ba9896643562
2024-07-09 19:26:07.711  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of f76a86f4-c3b6-433e-9e9a-2c90073718c2: Amount of 811 has to sent to Account number 4d9bf5da-c364-4854-a59c-8946ec7da230
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2aaca47-85f0-400a-818b-a12443a292fe: Amount of 976 has been received from Account number 6a6464af-4bfd-4776-835c-79a608d8d4b9
2024-07-09 19:26:07.711  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 238e3b9e-ef17-450d-ae6f-02ca2192608b: Amount of 956 has been received from Account number 2202bc16-df47-4c62-85a5-b7c8b5892cdc
2024-07-09 19:26:07.711  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of bb953698-4126-4426-a0f2-d5a6e36f6e06: Amount of 18 has to sent to Account number c5124ce3-064f-4cf5-b367-a012960ef1a4
2024-07-09 19:26:07.711  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of c5124ce3-064f-4cf5-b367-a012960ef1a4: Amount of 18 has been received from Account number bb953698-4126-4426-a0f2-d5a6e36f6e06
2024-07-09 19:26:07.711  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7e5b5c2d-6337-4d00-8f3e-89ab7acf878e: Amount of 857 has been received from Account number 69e080b9-7a5f-46fc-8c84-0503813591b5
2024-07-09 19:26:07.711  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 882c0791-0580-496e-9a7c-33653fcee69f: Amount of 134 has to sent to Account number df8512d1-4687-40d9-8323-7585637371bb
2024-07-09 19:26:07.711  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of df8512d1-4687-40d9-8323-7585637371bb: Amount of 134 has been received from Account number 882c0791-0580-496e-9a7c-33653fcee69f
2024-07-09 19:26:07.711  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 431d6321-23da-4bdd-a3fb-45f94ae140ba: Amount of 586 has to sent to Account number 95751491-eedd-4391-8234-74143e374668
2024-07-09 19:26:07.711  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 33771889-3639-4a5e-9589-963f7733c557: Amount of 138 has to sent to Account number fe2b3526-e4bb-4ed2-bfe4-6c1521429c0f
2024-07-09 19:26:07.711  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of fe2b3526-e4bb-4ed2-bfe4-6c1521429c0f: Amount of 138 has been received from Account number 33771889-3639-4a5e-9589-963f7733c557
2024-07-09 19:26:07.711  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95751491-eedd-4391-8234-74143e374668: Amount of 586 has been received from Account number 431d6321-23da-4bdd-a3fb-45f94ae140ba
2024-07-09 19:26:07.698  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9b1aa41-5624-4a86-bda6-c1491b247811: Amount of 907 has to sent to Account number 11a530d1-839a-4f82-915b-b7dd357ae901
2024-07-09 19:26:07.698  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0156e6e5-958d-496d-b5a4-c9929655b6a2: Amount of 6 has been received from Account number 5bbb09ad-372d-4ddb-8fd5-06cb63dd8051
2024-07-09 19:26:07.706  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 995e85ba-7297-4ac1-809d-b24359fcdedf: Amount of 354 has been received from Account number 45b98a02-6410-4874-a381-db89372fbdfb
2024-07-09 19:26:07.706  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e8d22b1-1478-40ca-ba17-b3c311e1e25d: Amount of 547 has been received from Account number 5b18e9b0-a747-4571-8ddf-d9e6e08f2348
2024-07-09 19:26:07.706  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9e9f547-ce89-40ab-b93a-3e3467c1b5f2: Amount of 194 has been received from Account number 1f3c3aeb-3ce7-41f4-b6bd-06979fbc5465
2024-07-09 19:26:07.706  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a58eced-a034-4437-b4de-dec5c1f8b24b: Amount of 929 has to sent to Account number 75762541-0b21-4733-9b83-b01098ded9e3
2024-07-09 19:26:07.713  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22de9fc2-2cb6-4532-b5dc-b756eb006240: Amount of 444 has to sent to Account number 5022a309-0844-461c-ae22-0dd66532fb24
2024-07-09 19:26:07.713  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5022a309-0844-461c-ae22-0dd66532fb24: Amount of 444 has been received from Account number 22de9fc2-2cb6-4532-b5dc-b756eb006240
2024-07-09 19:26:07.706  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of e36ca5a8-e77d-4e05-9d2d-cc77734aaf46: Amount of 396 has been received from Account number 2ac80cb5-e3c7-4c42-8bb2-0666ff50ab60
2024-07-09 19:26:07.706  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of cb157ef1-fa96-4bc3-bb3d-11f7e0acf607: Amount of 299 has to sent to Account number c2a3d64a-9004-4d9f-b8a3-bf49e8b72fad
2024-07-09 19:26:07.706  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 97012dd8-bafb-4f91-888a-a3f45a7ae7b7: Amount of 389 has to sent to Account number f57c4303-7fc9-4328-a8ef-4fe48150842b
2024-07-09 19:26:07.713  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of c2a3d64a-9004-4d9f-b8a3-bf49e8b72fad: Amount of 299 has been received from Account number cb157ef1-fa96-4bc3-bb3d-11f7e0acf607
2024-07-09 19:26:07.706  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 44c0c908-a2b7-425a-ae34-c5c3773f3f32: Amount of 65 has to sent to Account number c76a6429-cb41-45a9-a70a-f7294611bebf
2024-07-09 19:26:07.713  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of c850b274-009e-476b-b0dc-3ddef62ce190: Amount of 705 has to sent to Account number b02e529f-8a79-44b5-a17e-a3068a5f0c27
2024-07-09 19:26:07.713  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of b02e529f-8a79-44b5-a17e-a3068a5f0c27: Amount of 705 has been received from Account number c850b274-009e-476b-b0dc-3ddef62ce190
2024-07-09 19:26:07.706  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 08bbc7b1-4fa0-4e8d-b797-9b099ae89d9d: Amount of 519 has to sent to Account number a247cbfb-2a21-4d66-8984-8a2b5a6ce2bb
2024-07-09 19:26:07.706  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c940390-d1a8-4b13-b5ca-b89f765a42be: Amount of 489 has to sent to Account number 1ecc119b-f9e0-4db8-b867-ab1ac0ddbc09
2024-07-09 19:26:07.706  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4a73e53a-80a3-4f21-a492-283691a21b52: Amount of 515 has to sent to Account number 2964ba9c-3c61-463a-9980-dcca846af676
2024-07-09 19:26:07.713  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1ecc119b-f9e0-4db8-b867-ab1ac0ddbc09: Amount of 489 has been received from Account number 0c940390-d1a8-4b13-b5ca-b89f765a42be
2024-07-09 19:26:07.711  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2a362667-28c0-4cd1-9ee7-37e70f00e49b: Amount of 765 has to sent to Account number 1809e2d8-c320-4a7f-834b-0db1f1c57f8e
2024-07-09 19:26:07.711  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d9bf5da-c364-4854-a59c-8946ec7da230: Amount of 811 has been received from Account number f76a86f4-c3b6-433e-9e9a-2c90073718c2
2024-07-09 19:26:07.711  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of c23d0d35-23f1-4e87-8b69-ca2119dc2aed: Amount of 415 has to sent to Account number 1cff9cf4-6575-4a36-acc6-895f72209efd
2024-07-09 19:26:07.711  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 79fb66ac-61cb-4449-bb57-cde2c5c1ea30: Amount of 545 has to sent to Account number a20db3cd-5502-4347-8ad3-41d8d7f5e956
2024-07-09 19:26:07.711  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7c5db906-c724-44ee-bf50-3161f394716b: Amount of 334 has to sent to Account number 4a6ef9f9-278a-43ac-ae39-64a45881082e
2024-07-09 19:26:07.713  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7a73262b-f020-4ac5-9e56-c4100ff934a4: Amount of 957 has to sent to Account number 79117ece-b429-485b-84b6-ae532f478a18
2024-07-09 19:26:07.711  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 38899e28-7c95-4a41-9827-ec650f83ebac: Amount of 568 has to sent to Account number ea6ce5d1-37af-4ffe-b975-fda0e016241e
2024-07-09 19:26:07.711  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7032b174-0e4b-4e83-9e1c-ead2b140128e: Amount of 176 has to sent to Account number 7a0d31b0-ad49-4a3f-a4ac-2d199f7af7c2
2024-07-09 19:26:07.711  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 11a530d1-839a-4f82-915b-b7dd357ae901: Amount of 907 has been received from Account number a9b1aa41-5624-4a86-bda6-c1491b247811
2024-07-09 19:26:07.713  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7a0d31b0-ad49-4a3f-a4ac-2d199f7af7c2: Amount of 176 has been received from Account number 7032b174-0e4b-4e83-9e1c-ead2b140128e
2024-07-09 19:26:07.711  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c565f6f-de79-4d7b-9de3-1da16ced23c8: Amount of 644 has to sent to Account number a567c2ee-5d39-477f-b543-d42c61847c95
2024-07-09 19:26:07.713  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 978983ef-bff4-4fde-893c-a0a77117fb3d: Amount of 643 has to sent to Account number 7eed25ed-bc07-4006-ab7b-87db58f1292b
2024-07-09 19:26:07.713  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of a567c2ee-5d39-477f-b543-d42c61847c95: Amount of 644 has been received from Account number 1c565f6f-de79-4d7b-9de3-1da16ced23c8
2024-07-09 19:26:07.711  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of b8a98a8c-239c-47c6-b3cd-e3419a712b17: Amount of 668 has to sent to Account number 944c4e41-c2d0-45d2-8df4-f7cfa8504d83
2024-07-09 19:26:07.713  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 677f6d2e-7d8a-493f-9bb3-e0a1d189da56: Amount of 13 has to sent to Account number 1ffb6391-cb01-4c58-b2fb-4ab096d21734
2024-07-09 19:26:07.713  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 944c4e41-c2d0-45d2-8df4-f7cfa8504d83: Amount of 668 has been received from Account number b8a98a8c-239c-47c6-b3cd-e3419a712b17
2024-07-09 19:26:07.713  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 75762541-0b21-4733-9b83-b01098ded9e3: Amount of 929 has been received from Account number 5a58eced-a034-4437-b4de-dec5c1f8b24b
2024-07-09 19:26:07.713  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of baa64bd0-e16b-490c-a04a-cefbf7a78c20: Amount of 506 has to sent to Account number 3190950d-0c37-485e-bae6-a55b956ac58f
2024-07-09 19:26:07.713  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98a556b2-1682-48cf-a922-1c1f2658a0e2: Amount of 181 has to sent to Account number 715cdf84-f1d7-4554-8469-147a96a26c4c
2024-07-09 19:26:07.713  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3190950d-0c37-485e-bae6-a55b956ac58f: Amount of 506 has been received from Account number baa64bd0-e16b-490c-a04a-cefbf7a78c20
2024-07-09 19:26:07.713  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 715cdf84-f1d7-4554-8469-147a96a26c4c: Amount of 181 has been received from Account number 98a556b2-1682-48cf-a922-1c1f2658a0e2
2024-07-09 19:26:07.713  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of f57c4303-7fc9-4328-a8ef-4fe48150842b: Amount of 389 has been received from Account number 97012dd8-bafb-4f91-888a-a3f45a7ae7b7
2024-07-09 19:26:07.713  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2422f001-a157-4137-aabd-6f2f63e9cbfb: Amount of 621 has to sent to Account number 444287cd-5757-4c06-967c-a0d96aacdbcf
2024-07-09 19:26:07.713  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 444287cd-5757-4c06-967c-a0d96aacdbcf: Amount of 621 has been received from Account number 2422f001-a157-4137-aabd-6f2f63e9cbfb
2024-07-09 19:26:07.713  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of e1fb3255-78cc-432a-b025-ae446f268732: Amount of 414 has to sent to Account number 540ac087-ab89-4126-ad10-15abaf90790b
2024-07-09 19:26:07.713  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3c932618-7f7a-4268-87c5-5d8a730c2275: Amount of 150 has to sent to Account number 565da4c3-bdea-462e-b009-eaacf277b322
2024-07-09 19:26:07.713  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 540ac087-ab89-4126-ad10-15abaf90790b: Amount of 414 has been received from Account number e1fb3255-78cc-432a-b025-ae446f268732
2024-07-09 19:26:07.713  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 565da4c3-bdea-462e-b009-eaacf277b322: Amount of 150 has been received from Account number 3c932618-7f7a-4268-87c5-5d8a730c2275
2024-07-09 19:26:07.713  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of c76a6429-cb41-45a9-a70a-f7294611bebf: Amount of 65 has been received from Account number 44c0c908-a2b7-425a-ae34-c5c3773f3f32
2024-07-09 19:26:07.713  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of da98c2b8-8cf5-4a7f-92d9-3a830825335b: Amount of 374 has to sent to Account number a3bb232f-33d6-4e68-91d6-fb4a4b8ac867
2024-07-09 19:26:07.713  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of a3bb232f-33d6-4e68-91d6-fb4a4b8ac867: Amount of 374 has been received from Account number da98c2b8-8cf5-4a7f-92d9-3a830825335b
2024-07-09 19:26:07.713  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of e9156f6e-7817-43d6-a203-15c991f15dfa: Amount of 19 has to sent to Account number cd1f8780-b0c8-4ed2-8712-ddfa8bb58037
2024-07-09 19:26:07.713  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 44c66cf1-3219-45f1-a9eb-5cde0f71fcb1: Amount of 959 has to sent to Account number 7601211d-201b-4ead-a5fa-d455380cc6d5
2024-07-09 19:26:07.713  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of a247cbfb-2a21-4d66-8984-8a2b5a6ce2bb: Amount of 519 has been received from Account number 08bbc7b1-4fa0-4e8d-b797-9b099ae89d9d
2024-07-09 19:26:07.713  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7601211d-201b-4ead-a5fa-d455380cc6d5: Amount of 959 has been received from Account number 44c66cf1-3219-45f1-a9eb-5cde0f71fcb1
2024-07-09 19:26:07.713  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2964ba9c-3c61-463a-9980-dcca846af676: Amount of 515 has been received from Account number 4a73e53a-80a3-4f21-a492-283691a21b52
2024-07-09 19:26:07.713  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1809e2d8-c320-4a7f-834b-0db1f1c57f8e: Amount of 765 has been received from Account number 2a362667-28c0-4cd1-9ee7-37e70f00e49b
2024-07-09 19:26:07.713  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0519179a-fb4d-4e1f-b3d9-06ec7d98d22c: Amount of 503 has to sent to Account number 83fb7dc2-641d-4db9-83ac-b4ae30ea458b
2024-07-09 19:26:07.713  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of e4da24e0-762f-4805-ae9a-c612938e405e: Amount of 569 has to sent to Account number 5fa11f2d-9c96-411b-84b2-2e188b747cef
2024-07-09 19:26:07.713  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1cff9cf4-6575-4a36-acc6-895f72209efd: Amount of 415 has been received from Account number c23d0d35-23f1-4e87-8b69-ca2119dc2aed
2024-07-09 19:26:07.713  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a20db3cd-5502-4347-8ad3-41d8d7f5e956: Amount of 545 has been received from Account number 79fb66ac-61cb-4449-bb57-cde2c5c1ea30
2024-07-09 19:26:07.713  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4a6ef9f9-278a-43ac-ae39-64a45881082e: Amount of 334 has been received from Account number 7c5db906-c724-44ee-bf50-3161f394716b
2024-07-09 19:26:07.716  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6e978512-8cfc-44ff-840f-cd2b638cd135: Amount of 192 has to sent to Account number c3201184-5ab0-4eb2-a6bb-c5edeb429ae9
2024-07-09 19:26:07.713  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 79117ece-b429-485b-84b6-ae532f478a18: Amount of 957 has been received from Account number 7a73262b-f020-4ac5-9e56-c4100ff934a4
2024-07-09 19:26:07.716  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 15c5292a-f067-4031-a728-3584241ac635: Amount of 290 has to sent to Account number 94d21b13-2bee-4737-9c6f-8fcd9610d0b2
2024-07-09 19:26:07.713  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ea6ce5d1-37af-4ffe-b975-fda0e016241e: Amount of 568 has been received from Account number 38899e28-7c95-4a41-9827-ec650f83ebac
2024-07-09 19:26:07.716  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 94d21b13-2bee-4737-9c6f-8fcd9610d0b2: Amount of 290 has been received from Account number 15c5292a-f067-4031-a728-3584241ac635
2024-07-09 19:26:07.713  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a8e36b4-77d1-48fe-8986-4472f8dd36b1: Amount of 17 has to sent to Account number b89e25cb-2712-4a9f-a145-917e46098da9
2024-07-09 19:26:07.713  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7eed25ed-bc07-4006-ab7b-87db58f1292b: Amount of 643 has been received from Account number 978983ef-bff4-4fde-893c-a0a77117fb3d
2024-07-09 19:26:07.717  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of b89e25cb-2712-4a9f-a145-917e46098da9: Amount of 17 has been received from Account number 5a8e36b4-77d1-48fe-8986-4472f8dd36b1
2024-07-09 19:26:07.713  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1dfefd00-cb26-483b-9ba9-1bfbc030a2a0: Amount of 855 has to sent to Account number 6b69398e-f44b-49ee-83d7-4ee971c82d06
2024-07-09 19:26:07.717  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b69398e-f44b-49ee-83d7-4ee971c82d06: Amount of 855 has been received from Account number 1dfefd00-cb26-483b-9ba9-1bfbc030a2a0
2024-07-09 19:26:07.717  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c27c462-610b-4602-ba85-698db86bf0c6: Amount of 810 has to sent to Account number 35c44168-affe-46e9-b642-8edaa8080528
2024-07-09 19:26:07.713  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1ffb6391-cb01-4c58-b2fb-4ab096d21734: Amount of 13 has been received from Account number 677f6d2e-7d8a-493f-9bb3-e0a1d189da56
2024-07-09 19:26:07.713  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d8d038b-4f0b-4180-8085-e85a79b08fca: Amount of 793 has to sent to Account number a1b645bb-ef17-4bd0-ae70-889ef89e7f58
2024-07-09 19:26:07.713  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5eb31716-6c43-4d57-abd7-21e7d67d847d: Amount of 496 has to sent to Account number 28a8e745-d112-4b5a-bb2a-6a34fdf40029
2024-07-09 19:26:07.713  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 114e189a-bb2c-4d79-bfba-d3c4be9b82cd: Amount of 33 has to sent to Account number 0ec95261-1c36-467a-8c01-54a7b9dca481
2024-07-09 19:26:07.718  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e2bec64-eed9-48e8-915b-d3d569620d74: Amount of 163 has to sent to Account number 2e0c7d59-9560-4e06-a148-462f81f5b420
2024-07-09 19:26:07.718  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 35c44168-affe-46e9-b642-8edaa8080528: Amount of 810 has been received from Account number 5c27c462-610b-4602-ba85-698db86bf0c6
2024-07-09 19:26:07.718  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ec95261-1c36-467a-8c01-54a7b9dca481: Amount of 33 has been received from Account number 114e189a-bb2c-4d79-bfba-d3c4be9b82cd
2024-07-09 19:26:07.713  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of bdeb23b1-22e3-4548-ba73-4f6a56151a69: Amount of 590 has to sent to Account number 5e38a68d-7f74-40c9-9cd4-0adabe72f322
2024-07-09 19:26:07.718  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 87377892-ce16-4c2a-90a0-e815d1666570: Amount of 263 has to sent to Account number 5f4ff3e5-4a11-4edc-9ee2-26d3845d216a
2024-07-09 19:26:07.713  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of a6aee12d-24f3-4bfa-bd99-26aaf1ae85ee: Amount of 402 has to sent to Account number 9853ffb5-f6d2-4e98-a76f-17651be83f83
2024-07-09 19:26:07.713  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of cd1f8780-b0c8-4ed2-8712-ddfa8bb58037: Amount of 19 has been received from Account number e9156f6e-7817-43d6-a203-15c991f15dfa
2024-07-09 19:26:07.713  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9ab3d661-67e5-4f7f-8d73-4cb59959c99f: Amount of 905 has to sent to Account number 6a808de7-b8d5-488c-977b-ea54011b9b4f
2024-07-09 19:26:07.713  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3265dea8-c33b-4777-beac-361cae0d12de: Amount of 171 has to sent to Account number 23bf13af-d096-4c3e-a5eb-501c7a14ada4
2024-07-09 19:26:07.718  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of aed7d776-abd9-442d-b25c-0d5c2334a2a0: Amount of 515 has to sent to Account number fdac0564-861d-488a-a17d-e40a7c847ea0
2024-07-09 19:26:07.713  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 83fb7dc2-641d-4db9-83ac-b4ae30ea458b: Amount of 503 has been received from Account number 0519179a-fb4d-4e1f-b3d9-06ec7d98d22c
2024-07-09 19:26:07.713  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5fa11f2d-9c96-411b-84b2-2e188b747cef: Amount of 569 has been received from Account number e4da24e0-762f-4805-ae9a-c612938e405e
2024-07-09 19:26:07.716  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8bc213e6-a710-48e9-9a38-8b558845ffcb: Amount of 169 has to sent to Account number 52a8d753-32d3-43d7-848e-7796a895e6a6
2024-07-09 19:26:07.716  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1af47c96-88a6-4f9c-821a-ddd9eacb12cb: Amount of 680 has to sent to Account number aa428a21-59b1-4298-9ce5-433ab0c5652b
2024-07-09 19:26:07.716  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3201184-5ab0-4eb2-a6bb-c5edeb429ae9: Amount of 192 has been received from Account number 6e978512-8cfc-44ff-840f-cd2b638cd135
2024-07-09 19:26:07.718  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of aa428a21-59b1-4298-9ce5-433ab0c5652b: Amount of 680 has been received from Account number 1af47c96-88a6-4f9c-821a-ddd9eacb12cb
2024-07-09 19:26:07.718  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1e2aac89-cc90-4255-95c3-06afb81774d6: Amount of 105 has to sent to Account number e0f8e743-d5d2-4112-9d7d-80e7a785bc29
2024-07-09 19:26:07.718  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of e0f8e743-d5d2-4112-9d7d-80e7a785bc29: Amount of 105 has been received from Account number 1e2aac89-cc90-4255-95c3-06afb81774d6
2024-07-09 19:26:07.716  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0d2ac915-a7df-4314-a5f1-4fdd2d4c2ad7: Amount of 963 has to sent to Account number 18fc82f4-4114-4c99-ba1a-f5171bd851d5
2024-07-09 19:26:07.718  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 18fc82f4-4114-4c99-ba1a-f5171bd851d5: Amount of 963 has been received from Account number 0d2ac915-a7df-4314-a5f1-4fdd2d4c2ad7
2024-07-09 19:26:07.717  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of d4d662c9-658f-4b22-9ea4-ce64eaaa84ad: Amount of 754 has to sent to Account number 45c537c3-67b0-4ef2-8c88-71b3f125266a
2024-07-09 19:26:07.717  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6669d0b9-2bbe-4474-9852-a79ffc66b520: Amount of 26 has to sent to Account number 599d5a88-7726-4e8e-a23d-4c5bbba1566c
2024-07-09 19:26:07.717  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of a247a2b3-48b2-4cf9-b0d3-ef8d55b14b37: Amount of 59 has to sent to Account number 8ecc9c6a-d14f-4864-b6c2-ed504467f49a
2024-07-09 19:26:07.718  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 599d5a88-7726-4e8e-a23d-4c5bbba1566c: Amount of 26 has been received from Account number 6669d0b9-2bbe-4474-9852-a79ffc66b520
2024-07-09 19:26:07.717  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7996852c-669a-450a-8002-61b50e43be07: Amount of 251 has to sent to Account number 8d2edda5-7c66-485f-ba54-2c3cc9250187
2024-07-09 19:26:07.718  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8ecc9c6a-d14f-4864-b6c2-ed504467f49a: Amount of 59 has been received from Account number a247a2b3-48b2-4cf9-b0d3-ef8d55b14b37
2024-07-09 19:26:07.718  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 28a8e745-d112-4b5a-bb2a-6a34fdf40029: Amount of 496 has been received from Account number 5eb31716-6c43-4d57-abd7-21e7d67d847d
2024-07-09 19:26:07.718  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of a1b645bb-ef17-4bd0-ae70-889ef89e7f58: Amount of 793 has been received from Account number 4d8d038b-4f0b-4180-8085-e85a79b08fca
2024-07-09 19:26:07.718  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e0c7d59-9560-4e06-a148-462f81f5b420: Amount of 163 has been received from Account number 0e2bec64-eed9-48e8-915b-d3d569620d74
2024-07-09 19:26:07.718  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4418ffc3-4d04-4edc-a143-a144711bd2dd: Amount of 200 has to sent to Account number b9885847-43b8-4e48-9694-830cc2de28c9
2024-07-09 19:26:07.718  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f4ff3e5-4a11-4edc-9ee2-26d3845d216a: Amount of 263 has been received from Account number 87377892-ce16-4c2a-90a0-e815d1666570
2024-07-09 19:26:07.718  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 757b67ef-edc5-41a9-be31-f8d93c0ce263: Amount of 87 has to sent to Account number 5df224d2-c3f2-4448-88f4-2d72b23721c7
2024-07-09 19:26:07.718  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9853ffb5-f6d2-4e98-a76f-17651be83f83: Amount of 402 has been received from Account number a6aee12d-24f3-4bfa-bd99-26aaf1ae85ee
2024-07-09 19:26:07.718  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5e38a68d-7f74-40c9-9cd4-0adabe72f322: Amount of 590 has been received from Account number bdeb23b1-22e3-4548-ba73-4f6a56151a69
2024-07-09 19:26:07.718  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of e11dfe5d-3e52-40a5-81c1-b16cc3494632: Amount of 562 has to sent to Account number ae535aa0-e7c3-4089-bdad-c124bbffba7c
2024-07-09 19:26:07.718  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a808de7-b8d5-488c-977b-ea54011b9b4f: Amount of 905 has been received from Account number 9ab3d661-67e5-4f7f-8d73-4cb59959c99f
2024-07-09 19:26:07.718  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 23bf13af-d096-4c3e-a5eb-501c7a14ada4: Amount of 171 has been received from Account number 3265dea8-c33b-4777-beac-361cae0d12de
2024-07-09 19:26:07.720  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d5d93f1e-42bf-456c-99ba-01f9fea4989f: Amount of 646 has to sent to Account number 878354a4-7f64-4cd1-b6c2-1527a85dd79f
2024-07-09 19:26:07.720  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 878354a4-7f64-4cd1-b6c2-1527a85dd79f: Amount of 646 has been received from Account number d5d93f1e-42bf-456c-99ba-01f9fea4989f
2024-07-09 19:26:07.720  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 49962774-115f-4db2-b0ac-1a0dc366057f: Amount of 307 has to sent to Account number 51ba1cd3-6996-442c-a36e-09daf27e92b5
2024-07-09 19:26:07.720  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9709559-99c1-43c5-ad71-627fafd1d133: Amount of 563 has to sent to Account number ad84fed8-cbb7-47d7-8e6a-9eb75fc33852
2024-07-09 19:26:07.718  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of fdac0564-861d-488a-a17d-e40a7c847ea0: Amount of 515 has been received from Account number aed7d776-abd9-442d-b25c-0d5c2334a2a0
2024-07-09 19:26:07.720  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ad84fed8-cbb7-47d7-8e6a-9eb75fc33852: Amount of 563 has been received from Account number a9709559-99c1-43c5-ad71-627fafd1d133
2024-07-09 19:26:07.718  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 52a8d753-32d3-43d7-848e-7796a895e6a6: Amount of 169 has been received from Account number 8bc213e6-a710-48e9-9a38-8b558845ffcb
2024-07-09 19:26:07.720  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e7d1c8e-1798-48a3-a719-378f8613b8ed: Amount of 711 has to sent to Account number 31c8fde1-3278-4d84-a137-be2d81bae6d4
2024-07-09 19:26:07.718  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of cc45b796-6390-4833-86a6-4d46957e37a5: Amount of 498 has to sent to Account number 4a7107e9-9da2-443c-8e19-d7eaa6bc6949
2024-07-09 19:26:07.720  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 57672585-367e-4a22-9d29-928d3ffc32bf: Amount of 327 has to sent to Account number 4f49c11a-dcba-48e5-aba6-004151b569e5
2024-07-09 19:26:07.718  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of e8e4f5d8-94df-433f-9e3b-0bb034c9bbd7: Amount of 83 has to sent to Account number 7d9085de-fb1b-47e9-aea2-44e91ded98be
2024-07-09 19:26:07.718  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a2c46fee-6a6c-4ff4-ad9f-3958703d2be1: Amount of 949 has to sent to Account number 24301961-3b64-47d7-b2bc-40faa1b501d1
2024-07-09 19:26:07.720  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7d9085de-fb1b-47e9-aea2-44e91ded98be: Amount of 83 has been received from Account number e8e4f5d8-94df-433f-9e3b-0bb034c9bbd7
2024-07-09 19:26:07.720  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 24301961-3b64-47d7-b2bc-40faa1b501d1: Amount of 949 has been received from Account number a2c46fee-6a6c-4ff4-ad9f-3958703d2be1
2024-07-09 19:26:07.718  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of f5013af8-7b48-4616-aeea-eb6dc489b5ae: Amount of 285 has to sent to Account number 78c07b11-2cca-4a4c-bd85-339ba6d755a3
2024-07-09 19:26:07.720  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 45aef0c8-371b-40b7-ad87-e158115c2ebd: Amount of 114 has to sent to Account number d6be7d1e-7bc9-4eed-baa0-474a18fbb708
2024-07-09 19:26:07.720  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of b7c44396-1fad-43bd-9d65-5906644dcc77: Amount of 878 has to sent to Account number a564b5c2-af9d-4e69-9613-02c2f162108a
2024-07-09 19:26:07.720  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6be7d1e-7bc9-4eed-baa0-474a18fbb708: Amount of 114 has been received from Account number 45aef0c8-371b-40b7-ad87-e158115c2ebd
2024-07-09 19:26:07.720  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a564b5c2-af9d-4e69-9613-02c2f162108a: Amount of 878 has been received from Account number b7c44396-1fad-43bd-9d65-5906644dcc77
2024-07-09 19:26:07.718  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4cc9c11d-2f9e-47af-beb3-746af838520e: Amount of 581 has to sent to Account number 1e7d6133-2649-4b38-9eb9-62e9acf785f2
2024-07-09 19:26:07.718  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 45c537c3-67b0-4ef2-8c88-71b3f125266a: Amount of 754 has been received from Account number d4d662c9-658f-4b22-9ea4-ce64eaaa84ad
2024-07-09 19:26:07.720  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1e7d6133-2649-4b38-9eb9-62e9acf785f2: Amount of 581 has been received from Account number 4cc9c11d-2f9e-47af-beb3-746af838520e
2024-07-09 19:26:07.718  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 701cae07-1dc1-4150-93b4-3c2d76d962a9: Amount of 289 has to sent to Account number a2463885-f0ed-492b-96a2-f3914a909e50
2024-07-09 19:26:07.720  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4bf02658-9c18-416b-86d8-6f99a70d7cd2: Amount of 245 has to sent to Account number b22aa1f4-3bf8-49e6-a7c8-bb604cc50b39
2024-07-09 19:26:07.720  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of a2463885-f0ed-492b-96a2-f3914a909e50: Amount of 289 has been received from Account number 701cae07-1dc1-4150-93b4-3c2d76d962a9
2024-07-09 19:26:07.718  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d2edda5-7c66-485f-ba54-2c3cc9250187: Amount of 251 has been received from Account number 7996852c-669a-450a-8002-61b50e43be07
2024-07-09 19:26:07.718  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of f96eb7b4-4fb9-4bbf-8f95-425a9a96525c: Amount of 718 has to sent to Account number 009db72e-6eca-473b-b821-aca6ff6bde43
2024-07-09 19:26:07.720  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 009db72e-6eca-473b-b821-aca6ff6bde43: Amount of 718 has been received from Account number f96eb7b4-4fb9-4bbf-8f95-425a9a96525c
2024-07-09 19:26:07.718  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of b9885847-43b8-4e48-9694-830cc2de28c9: Amount of 200 has been received from Account number 4418ffc3-4d04-4edc-a143-a144711bd2dd
2024-07-09 19:26:07.718  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of d418e01e-7bdb-4709-b2c7-83f1243e1756: Amount of 204 has to sent to Account number 1cabfaae-9268-4233-bda1-608b2f16efdd
2024-07-09 19:26:07.718  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5df224d2-c3f2-4448-88f4-2d72b23721c7: Amount of 87 has been received from Account number 757b67ef-edc5-41a9-be31-f8d93c0ce263
2024-07-09 19:26:07.718  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of dbe793e4-f85a-4fcb-8101-3b7db474e88e: Amount of 680 has to sent to Account number 8c469094-9ca8-49ce-9d40-10461f9d0faa
2024-07-09 19:26:07.720  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of b29cc688-41cc-4f98-bbac-489c4e7b79fa: Amount of 582 has to sent to Account number faa3d2ce-4470-4421-aade-5e93b5870370
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c469094-9ca8-49ce-9d40-10461f9d0faa: Amount of 680 has been received from Account number dbe793e4-f85a-4fcb-8101-3b7db474e88e
2024-07-09 19:26:07.722  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of faa3d2ce-4470-4421-aade-5e93b5870370: Amount of 582 has been received from Account number b29cc688-41cc-4f98-bbac-489c4e7b79fa
2024-07-09 19:26:07.722  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 01f016d9-0e6d-42e3-b9c8-362072aac013: Amount of 367 has to sent to Account number 59008690-e712-4010-870e-a34a89f5be87
2024-07-09 19:26:07.720  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 51ba1cd3-6996-442c-a36e-09daf27e92b5: Amount of 307 has been received from Account number 49962774-115f-4db2-b0ac-1a0dc366057f
2024-07-09 19:26:07.720  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae535aa0-e7c3-4089-bdad-c124bbffba7c: Amount of 562 has been received from Account number e11dfe5d-3e52-40a5-81c1-b16cc3494632
2024-07-09 19:26:07.722  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f8f24e89-f664-4ac7-b1cd-d7b13797cda3: Amount of 533 has to sent to Account number a9ceae8d-72a7-47f7-a260-49e6a2abd91d
2024-07-09 19:26:07.722  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9ceae8d-72a7-47f7-a260-49e6a2abd91d: Amount of 533 has been received from Account number f8f24e89-f664-4ac7-b1cd-d7b13797cda3
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of c18d8cf6-16f9-4c92-92fd-4c65e5b81e86: Amount of 695 has to sent to Account number 10e0235b-a003-434e-bfe9-c4313cfc3257
2024-07-09 19:26:07.720  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1ebd5463-6d18-436d-bee3-9de8e8792563: Amount of 123 has to sent to Account number 7351cbd8-2e30-40a1-bc97-02089bef1a09
2024-07-09 19:26:07.722  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of b5275406-8d5f-451f-93c3-bcef96a29cdf: Amount of 171 has to sent to Account number 81dad941-082b-401c-9abd-d03747c8b12e
2024-07-09 19:26:07.720  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of f0239457-d3fb-4a40-bdd0-5cfb262c7fd9: Amount of 170 has to sent to Account number 0358f1d9-660b-44b1-92e6-00d75986a842
2024-07-09 19:26:07.722  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81dad941-082b-401c-9abd-d03747c8b12e: Amount of 171 has been received from Account number b5275406-8d5f-451f-93c3-bcef96a29cdf
2024-07-09 19:26:07.720  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 31c8fde1-3278-4d84-a137-be2d81bae6d4: Amount of 711 has been received from Account number 2e7d1c8e-1798-48a3-a719-378f8613b8ed
2024-07-09 19:26:07.722  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a8a781f-3b69-41b9-85dc-7a433bb2fb89: Amount of 28 has to sent to Account number bfb4a752-7863-4e85-a6cd-78cb035e7f48
2024-07-09 19:26:07.720  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4a7107e9-9da2-443c-8e19-d7eaa6bc6949: Amount of 498 has been received from Account number cc45b796-6390-4833-86a6-4d46957e37a5
2024-07-09 19:26:07.720  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f49c11a-dcba-48e5-aba6-004151b569e5: Amount of 327 has been received from Account number 57672585-367e-4a22-9d29-928d3ffc32bf
2024-07-09 19:26:07.722  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 479bbbff-21e5-4a8b-afca-a973e7ce6e63: Amount of 932 has to sent to Account number 8e9cbb1c-03b9-42c9-85c1-dc3401eb468b
2024-07-09 19:26:07.720  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 78c07b11-2cca-4a4c-bd85-339ba6d755a3: Amount of 285 has been received from Account number f5013af8-7b48-4616-aeea-eb6dc489b5ae
2024-07-09 19:26:07.720  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ed8dad9-89f2-41be-970d-a9a7e186eb02: Amount of 388 has to sent to Account number 6eba5bf1-7601-46c9-b177-185f38f9e0a6
2024-07-09 19:26:07.722  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6eba5bf1-7601-46c9-b177-185f38f9e0a6: Amount of 388 has been received from Account number 3ed8dad9-89f2-41be-970d-a9a7e186eb02
2024-07-09 19:26:07.720  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8fab9c2e-6c23-499e-ae98-db29130bfef3: Amount of 351 has to sent to Account number 6123598b-2f89-412c-922f-0a45a6be1abe
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 60a56a28-d4e0-4995-9518-df89c1663efd: Amount of 420 has to sent to Account number ddf5b3f9-655c-4ad1-9d2e-5e6993386f20
2024-07-09 19:26:07.720  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of db6893ac-6ccc-4fc5-8dd9-06fd6955ed43: Amount of 809 has to sent to Account number 3fc253db-d5bd-4bd4-ba55-27e19435ecac
2024-07-09 19:26:07.720  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of b22aa1f4-3bf8-49e6-a7c8-bb604cc50b39: Amount of 245 has been received from Account number 4bf02658-9c18-416b-86d8-6f99a70d7cd2
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6123598b-2f89-412c-922f-0a45a6be1abe: Amount of 351 has been received from Account number 8fab9c2e-6c23-499e-ae98-db29130bfef3
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of c252ce4b-3680-46c0-83ae-4a8b9d8b49b8: Amount of 258 has to sent to Account number 5c9a896f-7f07-43a5-b5d5-c8fb002841a5
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c9a896f-7f07-43a5-b5d5-c8fb002841a5: Amount of 258 has been received from Account number c252ce4b-3680-46c0-83ae-4a8b9d8b49b8
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 96a10bda-1eb0-429f-9ae5-ae6bdfb029ae: Amount of 499 has to sent to Account number 58906c8d-d9f9-4146-8781-f9d1dcf99842
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 58906c8d-d9f9-4146-8781-f9d1dcf99842: Amount of 499 has been received from Account number 96a10bda-1eb0-429f-9ae5-ae6bdfb029ae
2024-07-09 19:26:07.722  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of f9c5b2b6-6f4e-463a-af2a-656999e38304: Amount of 882 has to sent to Account number 81399136-59ec-43d6-ad8a-61a52d38607c
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of b1907c1f-5d87-49e2-a507-f6282bc1a73d: Amount of 857 has to sent to Account number b5f97a7f-c2ac-4044-9b85-32a40663f2db
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1a742c36-35a9-4b07-bfba-bfd7ace3ae61: Amount of 924 has to sent to Account number 08c87575-e23c-4824-9fbb-af0d079dda81
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of b5f97a7f-c2ac-4044-9b85-32a40663f2db: Amount of 857 has been received from Account number b1907c1f-5d87-49e2-a507-f6282bc1a73d
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 08c87575-e23c-4824-9fbb-af0d079dda81: Amount of 924 has been received from Account number 1a742c36-35a9-4b07-bfba-bfd7ace3ae61
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1cabfaae-9268-4233-bda1-608b2f16efdd: Amount of 204 has been received from Account number d418e01e-7bdb-4709-b2c7-83f1243e1756
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 75caa4a6-b7ca-4459-a670-1471870a4265: Amount of 318 has to sent to Account number eb292523-3276-40bf-a762-6fc494969dd1
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb292523-3276-40bf-a762-6fc494969dd1: Amount of 318 has been received from Account number 75caa4a6-b7ca-4459-a670-1471870a4265
2024-07-09 19:26:07.722  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4b95b0f8-a02f-4051-abd6-432fb4bc5bf5: Amount of 581 has to sent to Account number 1c5bed49-86ca-4dbf-bb3e-2a69d83abd5a
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9bf983cf-03c6-4cbc-89c5-f39235f3383a: Amount of 398 has to sent to Account number 13e84b15-790f-47f3-b1e1-713b23ca0df2
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 13e84b15-790f-47f3-b1e1-713b23ca0df2: Amount of 398 has been received from Account number 9bf983cf-03c6-4cbc-89c5-f39235f3383a
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of e6341af7-9d39-4238-8b09-557b137df0bc: Amount of 631 has to sent to Account number a0f18f77-bddb-4328-bab9-9b91ac7615a1
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a0f18f77-bddb-4328-bab9-9b91ac7615a1: Amount of 631 has been received from Account number e6341af7-9d39-4238-8b09-557b137df0bc
2024-07-09 19:26:07.722  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c9bec2e-ebcb-40ba-8329-8d197de09e28: Amount of 292 has to sent to Account number d6a04713-2e60-427b-a3f2-83f782a429d3
2024-07-09 19:26:07.722  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 59008690-e712-4010-870e-a34a89f5be87: Amount of 367 has been received from Account number 01f016d9-0e6d-42e3-b9c8-362072aac013
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a71d6ac-2b97-4f57-8f8f-cfcc0bf6872c: Amount of 250 has to sent to Account number c30265ea-3e6c-458c-8a33-e4b293a50e1d
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 10e0235b-a003-434e-bfe9-c4313cfc3257: Amount of 695 has been received from Account number c18d8cf6-16f9-4c92-92fd-4c65e5b81e86
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0358f1d9-660b-44b1-92e6-00d75986a842: Amount of 170 has been received from Account number f0239457-d3fb-4a40-bdd0-5cfb262c7fd9
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9692a1fa-5d1d-4915-8ec4-2788727544b6: Amount of 720 has to sent to Account number 30be719b-ce97-401f-829c-8e21e61a52ba
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 30be719b-ce97-401f-829c-8e21e61a52ba: Amount of 720 has been received from Account number 9692a1fa-5d1d-4915-8ec4-2788727544b6
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of fbf6318a-586e-4cfb-b92a-8782567c9482: Amount of 652 has to sent to Account number bea446a4-f726-4925-a3fd-e6d9623ff872
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77dd9fc6-b50c-4a9c-900e-b6db0de79850: Amount of 288 has to sent to Account number 1c16665c-8fc1-41e7-8b32-54ec1b5d56d7
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 664f9275-e0bb-413c-9536-d7b33e37205a: Amount of 596 has to sent to Account number 4c7137d5-c06d-45cf-a0d9-b63b1b4b108e
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c16665c-8fc1-41e7-8b32-54ec1b5d56d7: Amount of 288 has been received from Account number 77dd9fc6-b50c-4a9c-900e-b6db0de79850
2024-07-09 19:26:07.722  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of bfb4a752-7863-4e85-a6cd-78cb035e7f48: Amount of 28 has been received from Account number 6a8a781f-3b69-41b9-85dc-7a433bb2fb89
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of c873dd04-3533-40f6-a43c-8898271751d6: Amount of 716 has to sent to Account number e04ff866-ebf8-41ec-b6f5-35c3db8958aa
2024-07-09 19:26:07.722  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7351cbd8-2e30-40a1-bc97-02089bef1a09: Amount of 123 has been received from Account number 1ebd5463-6d18-436d-bee3-9de8e8792563
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of e04ff866-ebf8-41ec-b6f5-35c3db8958aa: Amount of 716 has been received from Account number c873dd04-3533-40f6-a43c-8898271751d6
2024-07-09 19:26:07.722  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e9cbb1c-03b9-42c9-85c1-dc3401eb468b: Amount of 932 has been received from Account number 479bbbff-21e5-4a8b-afca-a973e7ce6e63
2024-07-09 19:26:07.722  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1677c86a-07eb-4f93-8bbc-66df71867574: Amount of 317 has to sent to Account number a7e728f6-f715-422b-9dbc-f0637314c5d0
2024-07-09 19:26:07.722  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 058c9ce8-be74-47ed-b685-198ddcf7d708: Amount of 31 has to sent to Account number bf788b0d-820a-4083-9af9-949d121dec13
2024-07-09 19:26:07.727  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of a7e728f6-f715-422b-9dbc-f0637314c5d0: Amount of 317 has been received from Account number 1677c86a-07eb-4f93-8bbc-66df71867574
2024-07-09 19:26:07.727  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf788b0d-820a-4083-9af9-949d121dec13: Amount of 31 has been received from Account number 058c9ce8-be74-47ed-b685-198ddcf7d708
2024-07-09 19:26:07.727  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 87fb4a58-cd82-4e7f-af62-095262a13296: Amount of 867 has to sent to Account number e3c54487-7740-4ecb-8488-0620225fe0f8
2024-07-09 19:26:07.727  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of d484bc5a-d3f8-4442-856c-d3a67cba03e5: Amount of 610 has to sent to Account number e26d413f-94b0-4916-849c-5b47de51873c
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ddf5b3f9-655c-4ad1-9d2e-5e6993386f20: Amount of 420 has been received from Account number 60a56a28-d4e0-4995-9518-df89c1663efd
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3fc253db-d5bd-4bd4-ba55-27e19435ecac: Amount of 809 has been received from Account number db6893ac-6ccc-4fc5-8dd9-06fd6955ed43
2024-07-09 19:26:07.727  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of eddf3c22-1f72-45fa-bb11-924314c5622b: Amount of 655 has to sent to Account number aa2771e8-13cf-48fc-8e67-a487b2bdc2b0
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of f8699aa5-e2f3-4f3b-8967-7cf4160a2a1a: Amount of 345 has to sent to Account number b73e7fdc-5f83-4bd4-b7a3-95efa78a73fc
2024-07-09 19:26:07.727  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of aa2771e8-13cf-48fc-8e67-a487b2bdc2b0: Amount of 655 has been received from Account number eddf3c22-1f72-45fa-bb11-924314c5622b
2024-07-09 19:26:07.727  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f420212-1387-4873-86b2-8413b25e0576: Amount of 839 has to sent to Account number 124735ae-e223-4b6e-a844-16d1cf25c6e1
2024-07-09 19:26:07.722  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81399136-59ec-43d6-ad8a-61a52d38607c: Amount of 882 has been received from Account number f9c5b2b6-6f4e-463a-af2a-656999e38304
2024-07-09 19:26:07.727  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 88739c09-f284-43e0-ba9c-1ee2bf023c4c: Amount of 598 has to sent to Account number 17b5163a-650f-454a-971e-042444c5b0ab
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8183950-2eef-4460-931f-4fffd7562f52: Amount of 358 has to sent to Account number 27405e33-40b1-487a-9409-a2e46a6ca2dd
2024-07-09 19:26:07.727  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2a209df5-1404-471d-a140-16c68c5b53a5: Amount of 716 has to sent to Account number cbc82fa7-fe94-4b67-84c7-74d0ac81f8b3
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ff57a5de-3a07-4020-9f54-9ff43ebe7314: Amount of 806 has to sent to Account number 01cd6738-2c58-4be8-8c39-19c078bf4974
2024-07-09 19:26:07.727  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 27405e33-40b1-487a-9409-a2e46a6ca2dd: Amount of 358 has been received from Account number a8183950-2eef-4460-931f-4fffd7562f52
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ba23177b-fa00-43dc-9288-d31b1eb25384: Amount of 396 has to sent to Account number efbb62fa-3036-4eed-aeaf-014a84c29c5f
2024-07-09 19:26:07.722  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c5bed49-86ca-4dbf-bb3e-2a69d83abd5a: Amount of 581 has been received from Account number 4b95b0f8-a02f-4051-abd6-432fb4bc5bf5
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of d05074ff-aab9-4b55-a0e4-de9891baebfd: Amount of 266 has to sent to Account number b3196bde-91ff-4e82-b9cf-cf873a49cabb
2024-07-09 19:26:07.722  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6a04713-2e60-427b-a3f2-83f782a429d3: Amount of 292 has been received from Account number 1c9bec2e-ebcb-40ba-8329-8d197de09e28
2024-07-09 19:26:07.727  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of b3196bde-91ff-4e82-b9cf-cf873a49cabb: Amount of 266 has been received from Account number d05074ff-aab9-4b55-a0e4-de9891baebfd
2024-07-09 19:26:07.727  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 34d7004d-ddfc-4605-9edd-ce87b912bc59: Amount of 297 has to sent to Account number 74865415-d952-414a-80fa-b5dabeb6ca22
2024-07-09 19:26:07.727  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 303ef765-faea-455a-bf0b-8516d06c7dd8: Amount of 723 has to sent to Account number 28e7afd7-63b1-40bc-8358-db1b5934de0b
2024-07-09 19:26:07.727  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of f1fd7e51-dc72-49fa-a63e-b1868cd70d74: Amount of 54 has to sent to Account number 0050f6ee-4b61-4236-9cad-7b10feeb64d3
2024-07-09 19:26:07.727  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 28e7afd7-63b1-40bc-8358-db1b5934de0b: Amount of 723 has been received from Account number 303ef765-faea-455a-bf0b-8516d06c7dd8
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of c30265ea-3e6c-458c-8a33-e4b293a50e1d: Amount of 250 has been received from Account number 5a71d6ac-2b97-4f57-8f8f-cfcc0bf6872c
2024-07-09 19:26:07.722  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of f355977f-946f-4010-a490-b1e6ae2ad3bb: Amount of 623 has to sent to Account number 7788f17e-b0eb-4f4e-af79-9c6d73657bea
2024-07-09 19:26:07.727  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 41559323-f2ed-4fb6-8121-f24a3615f713: Amount of 460 has to sent to Account number f90ad9bb-d5d6-48ba-966d-7c26b65e1cc6
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of bea446a4-f726-4925-a3fd-e6d9623ff872: Amount of 652 has been received from Account number fbf6318a-586e-4cfb-b92a-8782567c9482
2024-07-09 19:26:07.727  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of f90ad9bb-d5d6-48ba-966d-7c26b65e1cc6: Amount of 460 has been received from Account number 41559323-f2ed-4fb6-8121-f24a3615f713
2024-07-09 19:26:07.727  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of f323905e-1d0a-49e8-b35e-bb94698fa7a2: Amount of 254 has to sent to Account number 5a1e3dbb-b94d-41b8-aabe-bff15cc3c253
2024-07-09 19:26:07.727  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64c11986-7855-4145-a0b9-9e4403fd2bc4: Amount of 897 has to sent to Account number b41ba735-2ca0-4836-9d5d-dab5e794ba9f
2024-07-09 19:26:07.722  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4c7137d5-c06d-45cf-a0d9-b63b1b4b108e: Amount of 596 has been received from Account number 664f9275-e0bb-413c-9536-d7b33e37205a
2024-07-09 19:26:07.727  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of b41ba735-2ca0-4836-9d5d-dab5e794ba9f: Amount of 897 has been received from Account number 64c11986-7855-4145-a0b9-9e4403fd2bc4
2024-07-09 19:26:07.727  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 01deb28f-6a59-4571-8ac0-1cbf35f3be21: Amount of 902 has to sent to Account number deb783df-1ea5-47bc-a4f7-fb0af6283fd0
2024-07-09 19:26:07.727  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d499b14-6301-497b-8673-37f0375008c7: Amount of 3 has to sent to Account number e95055a8-265a-498e-b321-59a652b3b3b0
2024-07-09 19:26:07.727  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of e3c54487-7740-4ecb-8488-0620225fe0f8: Amount of 867 has been received from Account number 87fb4a58-cd82-4e7f-af62-095262a13296
2024-07-09 19:26:07.727  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of deb783df-1ea5-47bc-a4f7-fb0af6283fd0: Amount of 902 has been received from Account number 01deb28f-6a59-4571-8ac0-1cbf35f3be21
2024-07-09 19:26:07.727  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22dfbb68-358b-468a-ba9f-478d544f6a0b: Amount of 977 has to sent to Account number 00f235f1-0049-4228-b1d4-52cbc2346b9e
2024-07-09 19:26:07.727  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 00f235f1-0049-4228-b1d4-52cbc2346b9e: Amount of 977 has been received from Account number 22dfbb68-358b-468a-ba9f-478d544f6a0b
2024-07-09 19:26:07.727  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 93845e3a-2ac7-4d01-9ff7-de184385ed7f: Amount of 922 has to sent to Account number 43b23a47-32a3-4cdb-a0a3-57a94e52261d
2024-07-09 19:26:07.727  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 83641393-b69a-4d40-b379-94c3a85aad16: Amount of 915 has to sent to Account number 3170302a-deb7-4673-b1da-ccfe9d65cdd3
2024-07-09 19:26:07.727  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 329f915f-1ca1-4e78-bb8c-2ef49d22c7f6: Amount of 856 has to sent to Account number 2d5dad11-9379-4fc1-9249-6f07825365fb
2024-07-09 19:26:07.727  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2d5dad11-9379-4fc1-9249-6f07825365fb: Amount of 856 has been received from Account number 329f915f-1ca1-4e78-bb8c-2ef49d22c7f6
2024-07-09 19:26:07.727  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of e26d413f-94b0-4916-849c-5b47de51873c: Amount of 610 has been received from Account number d484bc5a-d3f8-4442-856c-d3a67cba03e5
2024-07-09 19:26:07.727  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of b73e7fdc-5f83-4bd4-b7a3-95efa78a73fc: Amount of 345 has been received from Account number f8699aa5-e2f3-4f3b-8967-7cf4160a2a1a
2024-07-09 19:26:07.727  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 124735ae-e223-4b6e-a844-16d1cf25c6e1: Amount of 839 has been received from Account number 4f420212-1387-4873-86b2-8413b25e0576
2024-07-09 19:26:07.727  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 17b5163a-650f-454a-971e-042444c5b0ab: Amount of 598 has been received from Account number 88739c09-f284-43e0-ba9c-1ee2bf023c4c
2024-07-09 19:26:07.727  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 01cd6738-2c58-4be8-8c39-19c078bf4974: Amount of 806 has been received from Account number ff57a5de-3a07-4020-9f54-9ff43ebe7314
2024-07-09 19:26:07.730  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 89e39878-7f79-4365-8e1b-1bd6bee0561e: Amount of 21 has to sent to Account number 694a7bb5-d3dd-448f-a96d-a8e9611f8c07
2024-07-09 19:26:07.730  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9d5600d-d84d-477e-aee6-f1c2ab2f2f11: Amount of 62 has to sent to Account number b433aa11-4265-4d2b-b215-e0d7ca3961bd
2024-07-09 19:26:07.730  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of a10226c4-143a-481f-a7d1-2e5323f645bc: Amount of 647 has to sent to Account number 9ea73dfb-afd7-40c1-af67-1c334186dcfb
2024-07-09 19:26:07.730  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of b433aa11-4265-4d2b-b215-e0d7ca3961bd: Amount of 62 has been received from Account number a9d5600d-d84d-477e-aee6-f1c2ab2f2f11
2024-07-09 19:26:07.727  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of cbc82fa7-fe94-4b67-84c7-74d0ac81f8b3: Amount of 716 has been received from Account number 2a209df5-1404-471d-a140-16c68c5b53a5
2024-07-09 19:26:07.727  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 817f45a1-461e-411c-97de-702b612f0c1e: Amount of 976 has to sent to Account number 1a3acbff-89ee-4f42-abbc-0462ea2182b9
2024-07-09 19:26:07.730  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1a3acbff-89ee-4f42-abbc-0462ea2182b9: Amount of 976 has been received from Account number 817f45a1-461e-411c-97de-702b612f0c1e
2024-07-09 19:26:07.730  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 507ccd43-3f74-4e0e-96fe-f33bb8e863b9: Amount of 556 has to sent to Account number 816e26ed-2d3d-4adc-afb3-661fea7e227d
2024-07-09 19:26:07.727  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of efbb62fa-3036-4eed-aeaf-014a84c29c5f: Amount of 396 has been received from Account number ba23177b-fa00-43dc-9288-d31b1eb25384
2024-07-09 19:26:07.730  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 816e26ed-2d3d-4adc-afb3-661fea7e227d: Amount of 556 has been received from Account number 507ccd43-3f74-4e0e-96fe-f33bb8e863b9
2024-07-09 19:26:07.730  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of f4feedfa-1f83-4d92-b92c-244d809dd7e6: Amount of 614 has to sent to Account number a154b45f-0237-44d0-9f57-62f1d03b0ecb
2024-07-09 19:26:07.727  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 74865415-d952-414a-80fa-b5dabeb6ca22: Amount of 297 has been received from Account number 34d7004d-ddfc-4605-9edd-ce87b912bc59
2024-07-09 19:26:07.730  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a154b45f-0237-44d0-9f57-62f1d03b0ecb: Amount of 614 has been received from Account number f4feedfa-1f83-4d92-b92c-244d809dd7e6
2024-07-09 19:26:07.727  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0050f6ee-4b61-4236-9cad-7b10feeb64d3: Amount of 54 has been received from Account number f1fd7e51-dc72-49fa-a63e-b1868cd70d74
2024-07-09 19:26:07.727  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7788f17e-b0eb-4f4e-af79-9c6d73657bea: Amount of 623 has been received from Account number f355977f-946f-4010-a490-b1e6ae2ad3bb
2024-07-09 19:26:07.730  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 38cdf3a2-70c3-4026-907b-5638d49d6842: Amount of 580 has to sent to Account number 59417207-8b48-4e7a-baa1-5e548fb1b8c2
2024-07-09 19:26:07.727  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6086ef70-4ada-4b99-b469-9cfc30d284bc: Amount of 740 has to sent to Account number 536a1b81-6bad-4c87-aa21-82d84222d6f1
2024-07-09 19:26:07.727  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a1e3dbb-b94d-41b8-aabe-bff15cc3c253: Amount of 254 has been received from Account number f323905e-1d0a-49e8-b35e-bb94698fa7a2
2024-07-09 19:26:07.727  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of c13c6966-7482-4d32-9014-a59d2eef91bb: Amount of 614 has to sent to Account number 21e7f125-9c3b-4e53-a0ed-ab475a503ded
2024-07-09 19:26:07.727  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of e95055a8-265a-498e-b321-59a652b3b3b0: Amount of 3 has been received from Account number 8d499b14-6301-497b-8673-37f0375008c7
2024-07-09 19:26:07.730  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 21e7f125-9c3b-4e53-a0ed-ab475a503ded: Amount of 614 has been received from Account number c13c6966-7482-4d32-9014-a59d2eef91bb
2024-07-09 19:26:07.727  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of db46e214-c199-4968-89b7-949becf6d88d: Amount of 10 has to sent to Account number 5dd5338f-550d-414a-be7d-dce47dae9b68
2024-07-09 19:26:07.730  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5dd5338f-550d-414a-be7d-dce47dae9b68: Amount of 10 has been received from Account number db46e214-c199-4968-89b7-949becf6d88d
2024-07-09 19:26:07.730  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of e41672a1-6a56-4654-8cd2-8f402c18de6a: Amount of 305 has to sent to Account number 738c60e8-6028-4f3d-8a46-45d8a3ffeb93
2024-07-09 19:26:07.727  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ac5a853-199a-4e07-a513-beab1c63be0b: Amount of 871 has to sent to Account number 142494c9-6184-4b5f-9e1b-f8e963c20085
2024-07-09 19:26:07.730  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f3e26a78-f166-4976-a49c-2a391bb4457e: Amount of 781 has to sent to Account number d0434077-fac5-4892-8afa-aa814bb01e71
2024-07-09 19:26:07.730  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 142494c9-6184-4b5f-9e1b-f8e963c20085: Amount of 871 has been received from Account number 3ac5a853-199a-4e07-a513-beab1c63be0b
2024-07-09 19:26:07.727  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 43b23a47-32a3-4cdb-a0a3-57a94e52261d: Amount of 922 has been received from Account number 93845e3a-2ac7-4d01-9ff7-de184385ed7f
2024-07-09 19:26:07.727  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3170302a-deb7-4673-b1da-ccfe9d65cdd3: Amount of 915 has been received from Account number 83641393-b69a-4d40-b379-94c3a85aad16
2024-07-09 19:26:07.727  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of f92bdcdf-8f3a-48f2-b87b-fd4de6f151ef: Amount of 969 has to sent to Account number 4e18e5a1-e9a2-4bed-92f2-62abe7e7eb27
2024-07-09 19:26:07.730  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 62e17270-2dd7-4192-93d1-1705a8f68cfc: Amount of 300 has to sent to Account number 4a0a4fdf-d0f7-4ecd-8ba7-12023693570d
2024-07-09 19:26:07.730  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of a7783c4f-e4a4-4e3c-a79e-ee18d1da1d74: Amount of 930 has to sent to Account number 39b4d6ff-d804-4f9f-98b0-4a24c9f69074
2024-07-09 19:26:07.730  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4a0a4fdf-d0f7-4ecd-8ba7-12023693570d: Amount of 300 has been received from Account number 62e17270-2dd7-4192-93d1-1705a8f68cfc
2024-07-09 19:26:07.730  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4e18e5a1-e9a2-4bed-92f2-62abe7e7eb27: Amount of 969 has been received from Account number f92bdcdf-8f3a-48f2-b87b-fd4de6f151ef
2024-07-09 19:26:07.730  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 140cd5f0-34b4-416e-86b9-4ab2a9ea9ff6: Amount of 418 has to sent to Account number 2c2e24e9-68df-460b-8630-014bf0f874b9
2024-07-09 19:26:07.730  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 694a7bb5-d3dd-448f-a96d-a8e9611f8c07: Amount of 21 has been received from Account number 89e39878-7f79-4365-8e1b-1bd6bee0561e
2024-07-09 19:26:07.730  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4a7653dc-33ec-4ada-a314-2d917f2034f1: Amount of 637 has to sent to Account number b73ddb66-48be-4eb2-8310-c2e3fd34c2e3
2024-07-09 19:26:07.730  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9ea73dfb-afd7-40c1-af67-1c334186dcfb: Amount of 647 has been received from Account number a10226c4-143a-481f-a7d1-2e5323f645bc
2024-07-09 19:26:07.730  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of b73ddb66-48be-4eb2-8310-c2e3fd34c2e3: Amount of 637 has been received from Account number 4a7653dc-33ec-4ada-a314-2d917f2034f1
2024-07-09 19:26:07.730  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2568f6ba-a262-4918-8be3-28f33c6e05ea: Amount of 251 has to sent to Account number abb3011e-e5e4-4477-bd22-4b1749addc4b
2024-07-09 19:26:07.730  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of abb3011e-e5e4-4477-bd22-4b1749addc4b: Amount of 251 has been received from Account number 2568f6ba-a262-4918-8be3-28f33c6e05ea
2024-07-09 19:26:07.730  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 39091f46-48ca-46a5-94b9-e56afbb78282: Amount of 126 has to sent to Account number f3066442-c73e-4dbd-b5f3-f6f8db6ac084
2024-07-09 19:26:07.730  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a12d3c8-479a-4f41-a3ad-e608f8aa557d: Amount of 748 has to sent to Account number 1744e7f2-595a-42ba-b4f8-6b123d020fb3
2024-07-09 19:26:07.730  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of f3066442-c73e-4dbd-b5f3-f6f8db6ac084: Amount of 126 has been received from Account number 39091f46-48ca-46a5-94b9-e56afbb78282
2024-07-09 19:26:07.730  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9a2bf79d-280b-4ed1-af9d-e4de6cecc219: Amount of 177 has to sent to Account number 440a128e-38a1-4f37-bb61-cebe87c42f42
2024-07-09 19:26:07.730  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d115591-c278-4ad1-a8eb-70b91b3b6c0f: Amount of 718 has to sent to Account number 268532cb-e357-4052-a120-c06ea95c7618
2024-07-09 19:26:07.730  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of c7a5edbf-b147-4600-8ae3-0fa815022365: Amount of 551 has to sent to Account number fc665240-2974-4387-b9ef-5e830e07c08c
2024-07-09 19:26:07.730  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 268532cb-e357-4052-a120-c06ea95c7618: Amount of 718 has been received from Account number 8d115591-c278-4ad1-a8eb-70b91b3b6c0f
2024-07-09 19:26:07.730  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc665240-2974-4387-b9ef-5e830e07c08c: Amount of 551 has been received from Account number c7a5edbf-b147-4600-8ae3-0fa815022365
2024-07-09 19:26:07.730  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 59417207-8b48-4e7a-baa1-5e548fb1b8c2: Amount of 580 has been received from Account number 38cdf3a2-70c3-4026-907b-5638d49d6842
2024-07-09 19:26:07.730  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 536a1b81-6bad-4c87-aa21-82d84222d6f1: Amount of 740 has been received from Account number 6086ef70-4ada-4b99-b469-9cfc30d284bc
2024-07-09 19:26:07.730  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of c149dacc-f3fb-4790-901f-2c224bfd7a7b: Amount of 713 has to sent to Account number 54389e48-0039-4096-8225-90813f15fb8b
2024-07-09 19:26:07.730  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 38f1bb43-a028-47d5-a355-64ad0504f3ba: Amount of 143 has to sent to Account number 892fc0c8-93f2-4dda-9e06-56cc939d6f66
2024-07-09 19:26:07.730  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d03cdcc-2a9e-47c7-b58f-553210f60dc8: Amount of 592 has to sent to Account number 0bbff24a-8c14-4baf-a16c-777766cf7fbe
2024-07-09 19:26:07.730  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 24a99290-f555-4eb0-bcc1-58234bb58598: Amount of 103 has to sent to Account number 8d9858a4-bf23-42af-9422-6337ccca9fdb
2024-07-09 19:26:07.730  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 738c60e8-6028-4f3d-8a46-45d8a3ffeb93: Amount of 305 has been received from Account number e41672a1-6a56-4654-8cd2-8f402c18de6a
2024-07-09 19:26:07.730  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of d0434077-fac5-4892-8afa-aa814bb01e71: Amount of 781 has been received from Account number f3e26a78-f166-4976-a49c-2a391bb4457e
2024-07-09 19:26:07.734  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 892fc0c8-93f2-4dda-9e06-56cc939d6f66: Amount of 143 has been received from Account number 38f1bb43-a028-47d5-a355-64ad0504f3ba
2024-07-09 19:26:07.730  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9dc5b371-a071-4fea-8839-7e8547b86baf: Amount of 440 has to sent to Account number df6361ad-1724-4bc0-8ba1-2f111f4a986f
2024-07-09 19:26:07.730  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7edccc64-2c5f-465e-899e-1941beecfd6f: Amount of 23 has to sent to Account number 9efc10cc-e380-4ee5-a9d0-eff8d0a44a8f
2024-07-09 19:26:07.730  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 39b4d6ff-d804-4f9f-98b0-4a24c9f69074: Amount of 930 has been received from Account number a7783c4f-e4a4-4e3c-a79e-ee18d1da1d74
2024-07-09 19:26:07.734  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9efc10cc-e380-4ee5-a9d0-eff8d0a44a8f: Amount of 23 has been received from Account number 7edccc64-2c5f-465e-899e-1941beecfd6f
2024-07-09 19:26:07.734  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of df6361ad-1724-4bc0-8ba1-2f111f4a986f: Amount of 440 has been received from Account number 9dc5b371-a071-4fea-8839-7e8547b86baf
2024-07-09 19:26:07.734  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c51c9c8-db44-4305-aa50-bd061122056a: Amount of 190 has to sent to Account number 008c6cc7-e0ba-40e8-acbd-19e8fa665267
2024-07-09 19:26:07.734  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 008c6cc7-e0ba-40e8-acbd-19e8fa665267: Amount of 190 has been received from Account number 5c51c9c8-db44-4305-aa50-bd061122056a
2024-07-09 19:26:07.734  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of cab0208f-2150-40f6-be5c-12da04890e27: Amount of 393 has to sent to Account number fe4ae7c4-9e00-4830-b49c-161ee27e1959
2024-07-09 19:26:07.734  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 17d1c60c-45a5-474e-8cfd-6908d62aa7d9: Amount of 26 has to sent to Account number 208e8e0f-4271-4eb8-ae9f-79f1988a84ad
2024-07-09 19:26:07.730  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1ecb2b88-1546-4ef2-bba5-268dd0ec73d6: Amount of 913 has to sent to Account number a071f621-77c0-46c7-8563-62ea1346e305
2024-07-09 19:26:07.730  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c2e24e9-68df-460b-8630-014bf0f874b9: Amount of 418 has been received from Account number 140cd5f0-34b4-416e-86b9-4ab2a9ea9ff6
2024-07-09 19:26:07.730  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0df4db73-1cae-4a07-b2ec-2adf9d54cb53: Amount of 186 has to sent to Account number 58fa0a3a-2425-47f2-ab5b-2bea83832822
2024-07-09 19:26:07.730  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of bcec64a2-2514-41a2-9762-14ff41b1aa03: Amount of 899 has to sent to Account number 88def990-ca35-4305-a8f0-74ced1144e49
2024-07-09 19:26:07.730  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of e5a85b19-53be-4891-895d-b8f0fcb9e70b: Amount of 567 has to sent to Account number 8227f481-d181-4708-a610-929f72dbd3c3
2024-07-09 19:26:07.730  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 798b8df8-26fa-43b4-9c2e-5e4efbf202ab: Amount of 291 has to sent to Account number 67276ef9-b47a-480c-a1bb-39742eb92402
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 58fa0a3a-2425-47f2-ab5b-2bea83832822: Amount of 186 has been received from Account number 0df4db73-1cae-4a07-b2ec-2adf9d54cb53
2024-07-09 19:26:07.735  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 88def990-ca35-4305-a8f0-74ced1144e49: Amount of 899 has been received from Account number bcec64a2-2514-41a2-9762-14ff41b1aa03
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of f95ba7d7-0390-4163-b6d1-d7984890f04a: Amount of 453 has to sent to Account number 6d0f1e98-36dc-4b2f-a67b-4adb12b9e87d
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d0f1e98-36dc-4b2f-a67b-4adb12b9e87d: Amount of 453 has been received from Account number f95ba7d7-0390-4163-b6d1-d7984890f04a
2024-07-09 19:26:07.735  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98d55500-7a48-4f1b-9e9f-238e6afe9a51: Amount of 601 has to sent to Account number 141832f2-c054-4c0d-9f98-7729e4817936
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a505c487-a493-4b4d-a060-a81d35d49567: Amount of 320 has to sent to Account number 716583e8-58bd-4850-b2c8-d1de36f9a90b
2024-07-09 19:26:07.735  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 141832f2-c054-4c0d-9f98-7729e4817936: Amount of 601 has been received from Account number 98d55500-7a48-4f1b-9e9f-238e6afe9a51
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 716583e8-58bd-4850-b2c8-d1de36f9a90b: Amount of 320 has been received from Account number a505c487-a493-4b4d-a060-a81d35d49567
2024-07-09 19:26:07.730  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1744e7f2-595a-42ba-b4f8-6b123d020fb3: Amount of 748 has been received from Account number 0a12d3c8-479a-4f41-a3ad-e608f8aa557d
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 098cbe8a-42f0-4516-9a5a-e8fb706d1b0b: Amount of 927 has to sent to Account number c4befe9d-1cab-4763-a0bd-f382911dc41e
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of c4befe9d-1cab-4763-a0bd-f382911dc41e: Amount of 927 has been received from Account number 098cbe8a-42f0-4516-9a5a-e8fb706d1b0b
2024-07-09 19:26:07.730  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 440a128e-38a1-4f37-bb61-cebe87c42f42: Amount of 177 has been received from Account number 9a2bf79d-280b-4ed1-af9d-e4de6cecc219
2024-07-09 19:26:07.730  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c23429d1-b594-4219-ad8d-04df234dfaca: Amount of 233 has to sent to Account number 6e31d484-6d79-4199-81c7-a3db4ac9fc6f
2024-07-09 19:26:07.730  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 54389e48-0039-4096-8225-90813f15fb8b: Amount of 713 has been received from Account number c149dacc-f3fb-4790-901f-2c224bfd7a7b
2024-07-09 19:26:07.730  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8bb429e5-0da3-4eaa-96d8-1caf995c1e0e: Amount of 372 has to sent to Account number cbfbe1f0-02f7-43a2-8824-cf142449e2f4
2024-07-09 19:26:07.734  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d9858a4-bf23-42af-9422-6337ccca9fdb: Amount of 103 has been received from Account number 24a99290-f555-4eb0-bcc1-58234bb58598
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of cbfbe1f0-02f7-43a2-8824-cf142449e2f4: Amount of 372 has been received from Account number 8bb429e5-0da3-4eaa-96d8-1caf995c1e0e
2024-07-09 19:26:07.735  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6e31d484-6d79-4199-81c7-a3db4ac9fc6f: Amount of 233 has been received from Account number c23429d1-b594-4219-ad8d-04df234dfaca
2024-07-09 19:26:07.734  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53e4891c-d672-464a-8ecb-69ca06e82dfe: Amount of 862 has to sent to Account number a5014d1d-7046-4653-a8e1-aa0ff48a4721
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ec811b08-7f2a-4af7-bf8b-0c5eb816ca3c: Amount of 735 has to sent to Account number bbbd0c2e-22cc-45b9-bde7-3cdc2824f6d7
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a5014d1d-7046-4653-a8e1-aa0ff48a4721: Amount of 862 has been received from Account number 53e4891c-d672-464a-8ecb-69ca06e82dfe
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of bbbd0c2e-22cc-45b9-bde7-3cdc2824f6d7: Amount of 735 has been received from Account number ec811b08-7f2a-4af7-bf8b-0c5eb816ca3c
2024-07-09 19:26:07.734  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5325d8c1-4977-4a97-b6a0-48b1e4d3adc5: Amount of 421 has to sent to Account number d4d5965e-83ce-4c95-b7c2-a0f23a68682c
2024-07-09 19:26:07.735  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1ccc36ca-18a6-433e-be33-d9d37b7acb23: Amount of 843 has to sent to Account number 2f71066f-4a0a-42fd-bca7-46a3bda4c2c3
2024-07-09 19:26:07.734  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0bbff24a-8c14-4baf-a16c-777766cf7fbe: Amount of 592 has been received from Account number 6d03cdcc-2a9e-47c7-b58f-553210f60dc8
2024-07-09 19:26:07.734  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6e345483-b864-4498-8d3c-fcf5b177e703: Amount of 261 has to sent to Account number 941df499-3f90-41cb-b6ff-8befbaddceb8
2024-07-09 19:26:07.734  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of fe4ae7c4-9e00-4830-b49c-161ee27e1959: Amount of 393 has been received from Account number cab0208f-2150-40f6-be5c-12da04890e27
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42001b49-c201-4ad4-a33c-67632c509152: Amount of 399 has to sent to Account number ef88723f-2b1a-43c8-bd54-94ccf076f2b3
2024-07-09 19:26:07.735  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ffc5e9f8-3c65-4022-8773-bd7dd5dbb79c: Amount of 612 has to sent to Account number 1408b39b-7380-4688-aaaa-f598c179e76d
2024-07-09 19:26:07.735  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1408b39b-7380-4688-aaaa-f598c179e76d: Amount of 612 has been received from Account number ffc5e9f8-3c65-4022-8773-bd7dd5dbb79c
2024-07-09 19:26:07.734  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d5177db4-3dd8-412c-9e4c-60c4b264ed5c: Amount of 98 has to sent to Account number 81b2ae87-7be8-4681-b172-f17f994b2370
2024-07-09 19:26:07.735  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ae4cdba-27b4-4012-8b93-e2b28ea023e2: Amount of 442 has to sent to Account number fff815f5-4ddc-47e9-9d05-520cfbd353fa
2024-07-09 19:26:07.734  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 799df748-829b-4016-94de-ff006e3bf143: Amount of 714 has to sent to Account number 274067ff-510e-4e4a-b18c-134a5d767455
2024-07-09 19:26:07.735  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of fff815f5-4ddc-47e9-9d05-520cfbd353fa: Amount of 442 has been received from Account number 0ae4cdba-27b4-4012-8b93-e2b28ea023e2
2024-07-09 19:26:07.734  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 208e8e0f-4271-4eb8-ae9f-79f1988a84ad: Amount of 26 has been received from Account number 17d1c60c-45a5-474e-8cfd-6908d62aa7d9
2024-07-09 19:26:07.734  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of a071f621-77c0-46c7-8563-62ea1346e305: Amount of 913 has been received from Account number 1ecb2b88-1546-4ef2-bba5-268dd0ec73d6
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8227f481-d181-4708-a610-929f72dbd3c3: Amount of 567 has been received from Account number e5a85b19-53be-4891-895d-b8f0fcb9e70b
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 67276ef9-b47a-480c-a1bb-39742eb92402: Amount of 291 has been received from Account number 798b8df8-26fa-43b4-9c2e-5e4efbf202ab
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3cfe41ec-a80e-424a-a6dc-05fffe2e7554: Amount of 768 has to sent to Account number 30bd4406-257f-4661-a8ed-2d370780e243
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of a2958725-de61-443b-802c-b8ad4f1da503: Amount of 832 has to sent to Account number 8b32e85c-6bf4-4880-9410-1622c79241f2
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 30bd4406-257f-4661-a8ed-2d370780e243: Amount of 768 has been received from Account number 3cfe41ec-a80e-424a-a6dc-05fffe2e7554
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1bc2a620-7af9-4709-be34-3cbe1a9358ce: Amount of 109 has to sent to Account number 18a6d1c6-3a61-4865-bd27-a1be3adcf637
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1ed5df75-67bd-45ae-8391-6ba80e3778f7: Amount of 983 has to sent to Account number e682b95a-c351-42ee-8a60-22ccedf3b961
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of e682b95a-c351-42ee-8a60-22ccedf3b961: Amount of 983 has been received from Account number 1ed5df75-67bd-45ae-8391-6ba80e3778f7
2024-07-09 19:26:07.735  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 348b0857-a3e4-42e5-9d14-4db8e445c13e: Amount of 764 has to sent to Account number 6c6d4078-0c4b-42fc-880a-68f6a5caa47d
2024-07-09 19:26:07.735  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 564bae81-5f0a-432e-8f04-9f66cd1c3273: Amount of 464 has to sent to Account number fb86eb7f-8646-44a3-8aa9-94ec7e2edde9
2024-07-09 19:26:07.735  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of a7dcdeb3-e94b-4a10-a599-45706e91b1fa: Amount of 996 has to sent to Account number 7896bb8c-d0d3-46ce-98ee-ca1d3cb26829
2024-07-09 19:26:07.735  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb86eb7f-8646-44a3-8aa9-94ec7e2edde9: Amount of 464 has been received from Account number 564bae81-5f0a-432e-8f04-9f66cd1c3273
2024-07-09 19:26:07.735  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7896bb8c-d0d3-46ce-98ee-ca1d3cb26829: Amount of 996 has been received from Account number a7dcdeb3-e94b-4a10-a599-45706e91b1fa
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2883d08b-814e-43b0-805e-f230b5348b2a: Amount of 326 has to sent to Account number 8bcdfacb-9ad2-4d26-a525-5a4aa5c65183
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 71700946-d689-425d-ba0f-51b6dd59b016: Amount of 658 has to sent to Account number 46c4dd2f-d715-4209-99ad-0ae328cb1070
2024-07-09 19:26:07.735  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of c13f24aa-4fa2-489f-bca1-dbbcbe4eede9: Amount of 309 has to sent to Account number 71d464b1-ee90-48d5-9f0e-3ec4449383cb
2024-07-09 19:26:07.735  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 71d464b1-ee90-48d5-9f0e-3ec4449383cb: Amount of 309 has been received from Account number c13f24aa-4fa2-489f-bca1-dbbcbe4eede9
2024-07-09 19:26:07.735  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2f71066f-4a0a-42fd-bca7-46a3bda4c2c3: Amount of 843 has been received from Account number 1ccc36ca-18a6-433e-be33-d9d37b7acb23
2024-07-09 19:26:07.735  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a95bef6-e46e-4fd3-8762-60f56319faeb: Amount of 855 has to sent to Account number 73de3e36-f5e0-4423-8639-2e5baf32a0ca
2024-07-09 19:26:07.735  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of d4d5965e-83ce-4c95-b7c2-a0f23a68682c: Amount of 421 has been received from Account number 5325d8c1-4977-4a97-b6a0-48b1e4d3adc5
2024-07-09 19:26:07.735  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 941df499-3f90-41cb-b6ff-8befbaddceb8: Amount of 261 has been received from Account number 6e345483-b864-4498-8d3c-fcf5b177e703
2024-07-09 19:26:07.735  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c81fabd6-4cff-4ae9-9ad8-de2a88ddd1f3: Amount of 917 has to sent to Account number 13e979ee-1c74-43fd-8a99-2a8f99c6cbcb
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 857cec1e-ec3b-428a-a680-3c97a0f845ca: Amount of 135 has to sent to Account number 4e36fcef-0483-48b4-bcc3-f64dea4fcd73
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ef88723f-2b1a-43c8-bd54-94ccf076f2b3: Amount of 399 has been received from Account number 42001b49-c201-4ad4-a33c-67632c509152
2024-07-09 19:26:07.735  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 84fd9bbd-5dc9-4833-871b-b6197e2a75ea: Amount of 203 has to sent to Account number 28ed0c21-c951-4c1a-981d-9576e47e4698
2024-07-09 19:26:07.735  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81b2ae87-7be8-4681-b172-f17f994b2370: Amount of 98 has been received from Account number d5177db4-3dd8-412c-9e4c-60c4b264ed5c
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8486abfc-c98b-46a8-97eb-73f580c04137: Amount of 340 has to sent to Account number b79607ae-9e72-4034-b4a2-9ff678e827d5
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of b79607ae-9e72-4034-b4a2-9ff678e827d5: Amount of 340 has been received from Account number 8486abfc-c98b-46a8-97eb-73f580c04137
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 504c0348-27d3-4094-8e61-36cf86687d10: Amount of 760 has to sent to Account number 6e498e40-c282-442b-802e-cccc425acbf1
2024-07-09 19:26:07.735  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6039176-b91e-4718-8d7d-3e0873d064c1: Amount of 227 has to sent to Account number 00eae942-baf2-4f92-a439-a375a0d27811
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 274067ff-510e-4e4a-b18c-134a5d767455: Amount of 714 has been received from Account number 799df748-829b-4016-94de-ff006e3bf143
2024-07-09 19:26:07.735  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e7dbe6d-b9ab-44c3-a4b2-b40dc7f6f92b: Amount of 319 has to sent to Account number a4e5087e-730e-4048-9564-4e563a96933d
2024-07-09 19:26:07.735  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 087e391c-120c-4882-9e63-3e3b1bd10d70: Amount of 250 has to sent to Account number 3ab10c96-a96f-4d91-b64e-cf99e54aacee
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e78e92d-e42e-4fdb-a1a6-76c5cf60f22f: Amount of 23 has to sent to Account number 3aa92f71-6e78-48a8-8cb0-c2b8f6d14f4d
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of c568880d-b7ea-404d-a004-225bad8724a9: Amount of 947 has to sent to Account number b8442e4b-d3cb-4090-a79d-4c7654235131
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0b9c4bdc-a084-4379-8e82-2ba2e1666d7b: Amount of 97 has to sent to Account number 2ff61207-63bd-4732-a469-accde19c80bb
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of e0dc2987-f2fe-4682-8f49-40d326614ade: Amount of 410 has to sent to Account number f2ee838c-2126-4d1c-9345-bdb964fad89e
2024-07-09 19:26:07.735  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ab10c96-a96f-4d91-b64e-cf99e54aacee: Amount of 250 has been received from Account number 087e391c-120c-4882-9e63-3e3b1bd10d70
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b32e85c-6bf4-4880-9410-1622c79241f2: Amount of 832 has been received from Account number a2958725-de61-443b-802c-b8ad4f1da503
2024-07-09 19:26:07.739  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of adfcb820-d978-49d0-b45b-26b2f0f80fa5: Amount of 569 has to sent to Account number 09db6334-6817-4f0e-96ec-f6c760df7056
2024-07-09 19:26:07.739  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 09db6334-6817-4f0e-96ec-f6c760df7056: Amount of 569 has been received from Account number adfcb820-d978-49d0-b45b-26b2f0f80fa5
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 18a6d1c6-3a61-4865-bd27-a1be3adcf637: Amount of 109 has been received from Account number 1bc2a620-7af9-4709-be34-3cbe1a9358ce
2024-07-09 19:26:07.735  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6c6d4078-0c4b-42fc-880a-68f6a5caa47d: Amount of 764 has been received from Account number 348b0857-a3e4-42e5-9d14-4db8e445c13e
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2ecb6de-7d5f-4f05-b3de-d24ac252e826: Amount of 785 has to sent to Account number 4d6bb2a7-1210-45c9-8b0a-3f943883f105
2024-07-09 19:26:07.739  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ba903ef-23eb-43ee-8ba5-7969297c6c6a: Amount of 112 has to sent to Account number 159565fb-3e8e-4f30-aecc-d99a5363aa19
2024-07-09 19:26:07.739  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 159565fb-3e8e-4f30-aecc-d99a5363aa19: Amount of 112 has been received from Account number 7ba903ef-23eb-43ee-8ba5-7969297c6c6a
2024-07-09 19:26:07.735  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1a1a8a32-a59d-4d14-b5d8-d8779dcc7a4a: Amount of 704 has to sent to Account number df7972f5-aa74-4911-83a4-79b61ba5161a
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8bcdfacb-9ad2-4d26-a525-5a4aa5c65183: Amount of 326 has been received from Account number 2883d08b-814e-43b0-805e-f230b5348b2a
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 46c4dd2f-d715-4209-99ad-0ae328cb1070: Amount of 658 has been received from Account number 71700946-d689-425d-ba0f-51b6dd59b016
2024-07-09 19:26:07.740  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of cbf2298d-511a-45d9-b06a-66941f9987d7: Amount of 306 has to sent to Account number a098dbce-41cc-4319-a98d-2c02fe25058f
2024-07-09 19:26:07.740  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of e5bf5d0e-6099-4944-bef6-3cddc95a933e: Amount of 148 has to sent to Account number 81182f8a-a6aa-4350-93d2-ae102b26a60e
2024-07-09 19:26:07.740  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of a098dbce-41cc-4319-a98d-2c02fe25058f: Amount of 306 has been received from Account number cbf2298d-511a-45d9-b06a-66941f9987d7
2024-07-09 19:26:07.740  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8ae7dcbb-e403-4054-a9d3-9c5098beab2e: Amount of 752 has to sent to Account number 1e7b7355-73f0-4f42-8029-f792d7b1ad28
2024-07-09 19:26:07.735  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 73de3e36-f5e0-4423-8639-2e5baf32a0ca: Amount of 855 has been received from Account number 3a95bef6-e46e-4fd3-8762-60f56319faeb
2024-07-09 19:26:07.735  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 99aec019-b951-462b-b3f1-d5f34cbc62af: Amount of 893 has to sent to Account number 06d32a84-06b3-49aa-b597-068d1c370a37
2024-07-09 19:26:07.740  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of b34cd062-0eb1-41f6-93ac-67145a55a5b1: Amount of 904 has to sent to Account number cd82467e-f3a7-4cc0-988a-f05b1efa713f
2024-07-09 19:26:07.735  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 13e979ee-1c74-43fd-8a99-2a8f99c6cbcb: Amount of 917 has been received from Account number c81fabd6-4cff-4ae9-9ad8-de2a88ddd1f3
2024-07-09 19:26:07.740  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 06d32a84-06b3-49aa-b597-068d1c370a37: Amount of 893 has been received from Account number 99aec019-b951-462b-b3f1-d5f34cbc62af
2024-07-09 19:26:07.740  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c4b37a19-5790-4099-b51f-f8a39613b81f: Amount of 144 has to sent to Account number e4348b9c-518e-464a-8f19-01e145099602
2024-07-09 19:26:07.740  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of c7130bd3-90e5-406a-904a-0e60413d06ba: Amount of 324 has to sent to Account number 210f19c6-bea1-43b0-a27d-3d99f47fd19b
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4e36fcef-0483-48b4-bcc3-f64dea4fcd73: Amount of 135 has been received from Account number 857cec1e-ec3b-428a-a680-3c97a0f845ca
2024-07-09 19:26:07.735  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 28ed0c21-c951-4c1a-981d-9576e47e4698: Amount of 203 has been received from Account number 84fd9bbd-5dc9-4833-871b-b6197e2a75ea
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6e498e40-c282-442b-802e-cccc425acbf1: Amount of 760 has been received from Account number 504c0348-27d3-4094-8e61-36cf86687d10
2024-07-09 19:26:07.735  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 00eae942-baf2-4f92-a439-a375a0d27811: Amount of 227 has been received from Account number d6039176-b91e-4718-8d7d-3e0873d064c1
2024-07-09 19:26:07.740  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0f2fdb26-70ad-4be7-ab87-007565258ea1: Amount of 116 has to sent to Account number 3d376daf-60fb-4d9e-bc34-9abf46fa221a
2024-07-09 19:26:07.735  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4e5087e-730e-4048-9564-4e563a96933d: Amount of 319 has been received from Account number 0e7dbe6d-b9ab-44c3-a4b2-b40dc7f6f92b
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3aa92f71-6e78-48a8-8cb0-c2b8f6d14f4d: Amount of 23 has been received from Account number 0e78e92d-e42e-4fdb-a1a6-76c5cf60f22f
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of b8442e4b-d3cb-4090-a79d-4c7654235131: Amount of 947 has been received from Account number c568880d-b7ea-404d-a004-225bad8724a9
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ff61207-63bd-4732-a469-accde19c80bb: Amount of 97 has been received from Account number 0b9c4bdc-a084-4379-8e82-2ba2e1666d7b
2024-07-09 19:26:07.740  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 27fa51b6-0cc5-4c91-bae0-e4b27e134471: Amount of 216 has to sent to Account number f680c940-a24b-49a9-9e77-ffe057b9aabd
2024-07-09 19:26:07.735  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2ee838c-2126-4d1c-9345-bdb964fad89e: Amount of 410 has been received from Account number e0dc2987-f2fe-4682-8f49-40d326614ade
2024-07-09 19:26:07.739  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 75ac29a4-2e42-4785-aa8f-285f7f53e28d: Amount of 199 has to sent to Account number 4ea591cf-99e3-4f17-bc03-702fc24cba62
2024-07-09 19:26:07.740  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 433dddba-0b80-4bcd-ac86-04235322b793: Amount of 356 has to sent to Account number 15d3fde8-6d19-4b4e-ba4f-26c7366da8aa
2024-07-09 19:26:07.740  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc2cc34b-a682-4625-8678-e1480f9431dd: Amount of 11 has to sent to Account number 86f20913-06de-44e0-8122-9482eb63727f
2024-07-09 19:26:07.739  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 542862e4-db29-44f3-bde1-3f73595bad66: Amount of 17 has to sent to Account number e9648797-4c80-4d15-8b8e-64f5e6651f1d
2024-07-09 19:26:07.739  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc1f51de-bb7a-4de1-ad80-2db618ee7aff: Amount of 417 has to sent to Account number 7bda0f84-c3d2-490d-a4ce-b2cea3feb055
2024-07-09 19:26:07.739  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d6bb2a7-1210-45c9-8b0a-3f943883f105: Amount of 785 has been received from Account number f2ecb6de-7d5f-4f05-b3de-d24ac252e826
2024-07-09 19:26:07.740  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64185714-0005-4736-ad13-60e375542d33: Amount of 376 has to sent to Account number 860b23b2-9464-484b-b952-64ab45863ed1
2024-07-09 19:26:07.740  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of df7972f5-aa74-4911-83a4-79b61ba5161a: Amount of 704 has been received from Account number 1a1a8a32-a59d-4d14-b5d8-d8779dcc7a4a
2024-07-09 19:26:07.740  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 55d511fd-2692-4e79-b5d5-4d26416f6c56: Amount of 3 has to sent to Account number 8ab5dc85-9756-43bc-8190-e53a4f668317
2024-07-09 19:26:07.740  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81182f8a-a6aa-4350-93d2-ae102b26a60e: Amount of 148 has been received from Account number e5bf5d0e-6099-4944-bef6-3cddc95a933e
2024-07-09 19:26:07.740  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1e7b7355-73f0-4f42-8029-f792d7b1ad28: Amount of 752 has been received from Account number 8ae7dcbb-e403-4054-a9d3-9c5098beab2e
2024-07-09 19:26:07.740  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of cd82467e-f3a7-4cc0-988a-f05b1efa713f: Amount of 904 has been received from Account number b34cd062-0eb1-41f6-93ac-67145a55a5b1
2024-07-09 19:26:07.740  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of e4348b9c-518e-464a-8f19-01e145099602: Amount of 144 has been received from Account number c4b37a19-5790-4099-b51f-f8a39613b81f
2024-07-09 19:26:07.740  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 210f19c6-bea1-43b0-a27d-3d99f47fd19b: Amount of 324 has been received from Account number c7130bd3-90e5-406a-904a-0e60413d06ba
2024-07-09 19:26:07.740  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ac7ee14-243c-484f-9485-89c2a3ea3be6: Amount of 576 has to sent to Account number 5083ffd3-1440-4a01-8477-5bd7f28d484b
2024-07-09 19:26:07.742  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6bb1dbb-7256-4162-a05a-d50eac181e4a: Amount of 713 has to sent to Account number 21f11190-89a0-4591-b286-01bf66f5a42d
2024-07-09 19:26:07.740  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9dd66921-aff6-48c2-b5e8-fcacf62b16c3: Amount of 82 has to sent to Account number 2c926e4d-7a74-4440-a969-8441a2862ca1
2024-07-09 19:26:07.743  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 230bf770-98dc-48fa-8746-efbe85a36e09: Amount of 284 has to sent to Account number c054767d-4f55-4f5e-a218-6dd3ff182f5b
2024-07-09 19:26:07.743  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c926e4d-7a74-4440-a969-8441a2862ca1: Amount of 82 has been received from Account number 9dd66921-aff6-48c2-b5e8-fcacf62b16c3
2024-07-09 19:26:07.740  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d376daf-60fb-4d9e-bc34-9abf46fa221a: Amount of 116 has been received from Account number 0f2fdb26-70ad-4be7-ab87-007565258ea1
2024-07-09 19:26:07.740  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25294226-98d6-4344-a772-27e9584fa900: Amount of 99 has to sent to Account number 11b0246d-0fec-4a70-9151-2134728b2616
2024-07-09 19:26:07.743  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 11b0246d-0fec-4a70-9151-2134728b2616: Amount of 99 has been received from Account number 25294226-98d6-4344-a772-27e9584fa900
2024-07-09 19:26:07.743  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9b96313-a5cf-448c-a8cb-9816082aea94: Amount of 734 has to sent to Account number 261b7c5f-647c-40a4-a1af-0f911295231a
2024-07-09 19:26:07.743  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2038254a-3445-4fe5-8ea6-92a360332a06: Amount of 711 has to sent to Account number d89e595f-1201-49c3-bdae-2261baddc479
2024-07-09 19:26:07.743  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 261b7c5f-647c-40a4-a1af-0f911295231a: Amount of 734 has been received from Account number a9b96313-a5cf-448c-a8cb-9816082aea94
2024-07-09 19:26:07.740  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 80edab72-e4bb-4fab-a4d8-8de6bf409bf9: Amount of 48 has to sent to Account number 3dfe4753-3ea7-45c1-8179-eaad79c8841d
2024-07-09 19:26:07.740  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of f7aec681-c19f-4f2b-987b-5c7518585182: Amount of 308 has to sent to Account number 7b32cb84-2c38-44f4-94a9-b5b12092293d
2024-07-09 19:26:07.740  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of f680c940-a24b-49a9-9e77-ffe057b9aabd: Amount of 216 has been received from Account number 27fa51b6-0cc5-4c91-bae0-e4b27e134471
2024-07-09 19:26:07.743  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b32cb84-2c38-44f4-94a9-b5b12092293d: Amount of 308 has been received from Account number f7aec681-c19f-4f2b-987b-5c7518585182
2024-07-09 19:26:07.740  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4ea591cf-99e3-4f17-bc03-702fc24cba62: Amount of 199 has been received from Account number 75ac29a4-2e42-4785-aa8f-285f7f53e28d
2024-07-09 19:26:07.740  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 15d3fde8-6d19-4b4e-ba4f-26c7366da8aa: Amount of 356 has been received from Account number 433dddba-0b80-4bcd-ac86-04235322b793
2024-07-09 19:26:07.740  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 86f20913-06de-44e0-8122-9482eb63727f: Amount of 11 has been received from Account number bc2cc34b-a682-4625-8678-e1480f9431dd
2024-07-09 19:26:07.740  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of e9648797-4c80-4d15-8b8e-64f5e6651f1d: Amount of 17 has been received from Account number 542862e4-db29-44f3-bde1-3f73595bad66
2024-07-09 19:26:07.743  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of d390d668-97ea-4ee3-b03a-26d9af0d74a1: Amount of 101 has to sent to Account number 3e9048af-acfe-43b2-822d-eb7dc06a95df
2024-07-09 19:26:07.740  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7bda0f84-c3d2-490d-a4ce-b2cea3feb055: Amount of 417 has been received from Account number fc1f51de-bb7a-4de1-ad80-2db618ee7aff
2024-07-09 19:26:07.740  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 860b23b2-9464-484b-b952-64ab45863ed1: Amount of 376 has been received from Account number 64185714-0005-4736-ad13-60e375542d33
2024-07-09 19:26:07.743  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of d81c3672-cb12-4d69-967e-7221e3a53ca0: Amount of 341 has to sent to Account number 5ed7f94b-89bd-4647-b6b9-bebbb756458f
2024-07-09 19:26:07.743  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 05022069-db79-49d3-a173-df304feb3541: Amount of 325 has to sent to Account number 592929a7-7a9f-4808-bfe3-0962617c4bd6
2024-07-09 19:26:07.743  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 592929a7-7a9f-4808-bfe3-0962617c4bd6: Amount of 325 has been received from Account number 05022069-db79-49d3-a173-df304feb3541
2024-07-09 19:26:07.743  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5ed7f94b-89bd-4647-b6b9-bebbb756458f: Amount of 341 has been received from Account number d81c3672-cb12-4d69-967e-7221e3a53ca0
2024-07-09 19:26:07.740  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8ab5dc85-9756-43bc-8190-e53a4f668317: Amount of 3 has been received from Account number 55d511fd-2692-4e79-b5d5-4d26416f6c56
2024-07-09 19:26:07.740  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of dfecf9f3-dcdb-4d01-9bdb-f15e6a3160c0: Amount of 791 has to sent to Account number 7add756e-7988-4681-8038-e903a4729a1d
2024-07-09 19:26:07.740  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 70046a03-271a-44a5-b652-e725f9652a09: Amount of 973 has to sent to Account number 76527c33-4926-4fa6-9021-7fc43ba19776
2024-07-09 19:26:07.745  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 792073d1-b331-4604-9315-13d280b65e38: Amount of 863 has to sent to Account number 411109fb-11d5-4f5e-9f46-66be275d5d7f
2024-07-09 19:26:07.740  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 45215861-ac7e-4047-be27-65d063a26188: Amount of 865 has to sent to Account number 08a5c1b3-df31-47a2-9bc4-cb2db8776810
2024-07-09 19:26:07.745  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 411109fb-11d5-4f5e-9f46-66be275d5d7f: Amount of 863 has been received from Account number 792073d1-b331-4604-9315-13d280b65e38
2024-07-09 19:26:07.745  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 08a5c1b3-df31-47a2-9bc4-cb2db8776810: Amount of 865 has been received from Account number 45215861-ac7e-4047-be27-65d063a26188
2024-07-09 19:26:07.743  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5083ffd3-1440-4a01-8477-5bd7f28d484b: Amount of 576 has been received from Account number 3ac7ee14-243c-484f-9485-89c2a3ea3be6
2024-07-09 19:26:07.743  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 27b057a8-d4f1-4f15-b91a-9d4d386849df: Amount of 380 has to sent to Account number 1bb4d291-e064-46ac-85e3-6e120709cc75
2024-07-09 19:26:07.743  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 21f11190-89a0-4591-b286-01bf66f5a42d: Amount of 713 has been received from Account number d6bb1dbb-7256-4162-a05a-d50eac181e4a
2024-07-09 19:26:07.745  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 05208f2b-37a7-401d-a517-34813aaafeba: Amount of 66 has to sent to Account number 8f836802-eaef-4c50-a5cb-f6ff30243419
2024-07-09 19:26:07.743  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c054767d-4f55-4f5e-a218-6dd3ff182f5b: Amount of 284 has been received from Account number 230bf770-98dc-48fa-8746-efbe85a36e09
2024-07-09 19:26:07.745  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f836802-eaef-4c50-a5cb-f6ff30243419: Amount of 66 has been received from Account number 05208f2b-37a7-401d-a517-34813aaafeba
2024-07-09 19:26:07.743  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0fe45481-de18-4f02-9c64-fa5efae17bd1: Amount of 478 has to sent to Account number eb3a76f8-5558-4731-9ed0-5daf07ba9ce5
2024-07-09 19:26:07.743  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d89e595f-1201-49c3-bdae-2261baddc479: Amount of 711 has been received from Account number 2038254a-3445-4fe5-8ea6-92a360332a06
2024-07-09 19:26:07.743  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 62a8859d-0ff4-49f4-9a27-3f8428118503: Amount of 924 has to sent to Account number 3881ce9a-c524-4c7e-8350-385f6b7210a8
2024-07-09 19:26:07.746  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb3a76f8-5558-4731-9ed0-5daf07ba9ce5: Amount of 478 has been received from Account number 0fe45481-de18-4f02-9c64-fa5efae17bd1
2024-07-09 19:26:07.746  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of a5a0330d-bee9-469f-a408-010a213b4cdf: Amount of 819 has to sent to Account number 419147a2-d6fb-46d6-a9cc-47c6bffc6757
2024-07-09 19:26:07.746  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26cc539a-2f39-4f41-9e4a-79372f0726ab: Amount of 639 has to sent to Account number f241479a-9fe0-4977-b2a7-4cd2b292a65c
2024-07-09 19:26:07.746  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3881ce9a-c524-4c7e-8350-385f6b7210a8: Amount of 924 has been received from Account number 62a8859d-0ff4-49f4-9a27-3f8428118503
2024-07-09 19:26:07.743  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3dfe4753-3ea7-45c1-8179-eaad79c8841d: Amount of 48 has been received from Account number 80edab72-e4bb-4fab-a4d8-8de6bf409bf9
2024-07-09 19:26:07.743  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 300284e6-f434-4ca0-b386-2fdef4ed61a7: Amount of 293 has to sent to Account number fce243b7-64b5-4f37-9240-981a8e9e9d1b
2024-07-09 19:26:07.743  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8106e243-54e1-4de8-9fb3-2ca47cde643d: Amount of 759 has to sent to Account number 39e487da-cb38-4d48-abb0-936d007b6473
2024-07-09 19:26:07.743  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90086f1f-c387-4fbc-af93-e9025b9e8a37: Amount of 482 has to sent to Account number 46cefa4a-88e5-4732-946d-d57d17d68992
2024-07-09 19:26:07.746  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 39e487da-cb38-4d48-abb0-936d007b6473: Amount of 759 has been received from Account number 8106e243-54e1-4de8-9fb3-2ca47cde643d
2024-07-09 19:26:07.743  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of aa2d52c5-27cf-43ec-b651-034c65b2e937: Amount of 67 has to sent to Account number 83978231-3b64-4e06-9713-343482df3406
2024-07-09 19:26:07.743  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e9048af-acfe-43b2-822d-eb7dc06a95df: Amount of 101 has been received from Account number d390d668-97ea-4ee3-b03a-26d9af0d74a1
2024-07-09 19:26:07.745  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 80a52f9f-8e69-4d55-8283-b1e3811929da: Amount of 171 has to sent to Account number 0d22af84-b9ec-46ae-bacf-df97620c84b1
2024-07-09 19:26:07.745  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6c3fe6b3-ce83-44fc-9ea8-5c8e5202be09: Amount of 65 has to sent to Account number 292f7383-256c-4454-8d65-7106b57c5b50
2024-07-09 19:26:07.746  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0d22af84-b9ec-46ae-bacf-df97620c84b1: Amount of 171 has been received from Account number 80a52f9f-8e69-4d55-8283-b1e3811929da
2024-07-09 19:26:07.745  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 76527c33-4926-4fa6-9021-7fc43ba19776: Amount of 973 has been received from Account number 70046a03-271a-44a5-b652-e725f9652a09
2024-07-09 19:26:07.745  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of f4167375-34da-423e-855a-e0bf2570c329: Amount of 409 has to sent to Account number 0b8452ec-0668-4649-9455-48d432a2490d
2024-07-09 19:26:07.746  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b400d98-6a6e-48bf-8d50-b1b564abc383: Amount of 69 has to sent to Account number 43f64d2c-d87f-407f-b693-82c6bb6bef3c
2024-07-09 19:26:07.745  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9bb3722-f606-4894-9997-55283fca06e1: Amount of 206 has to sent to Account number 3a14315a-ee6d-4023-9ad6-2f1b1cc498d5
2024-07-09 19:26:07.745  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2adfde17-ab76-4ad2-aeb0-abe9650a6063: Amount of 326 has to sent to Account number eb422c60-1e54-4ddc-bc76-8ec339e633a5
2024-07-09 19:26:07.745  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7add756e-7988-4681-8038-e903a4729a1d: Amount of 791 has been received from Account number dfecf9f3-dcdb-4d01-9bdb-f15e6a3160c0
2024-07-09 19:26:07.745  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1bb4d291-e064-46ac-85e3-6e120709cc75: Amount of 380 has been received from Account number 27b057a8-d4f1-4f15-b91a-9d4d386849df
2024-07-09 19:26:07.746  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb422c60-1e54-4ddc-bc76-8ec339e633a5: Amount of 326 has been received from Account number 2adfde17-ab76-4ad2-aeb0-abe9650a6063
2024-07-09 19:26:07.746  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42eb3a3a-74c7-4616-b371-1beef837db19: Amount of 324 has to sent to Account number 5a976877-7f41-4501-ba66-a397feaccd5a
2024-07-09 19:26:07.745  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of c86dc933-cf07-43ab-ab48-03f782883807: Amount of 502 has to sent to Account number 307741da-1c3c-4458-bbf4-1132a9288e45
2024-07-09 19:26:07.746  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 419147a2-d6fb-46d6-a9cc-47c6bffc6757: Amount of 819 has been received from Account number a5a0330d-bee9-469f-a408-010a213b4cdf
2024-07-09 19:26:07.746  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f241479a-9fe0-4977-b2a7-4cd2b292a65c: Amount of 639 has been received from Account number 26cc539a-2f39-4f41-9e4a-79372f0726ab
2024-07-09 19:26:07.746  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a2b858e1-2ae6-49c6-9899-6cfb451db89a: Amount of 859 has to sent to Account number 0421cb05-dddd-45ec-8c56-0539456c2a7a
2024-07-09 19:26:07.746  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0710bf94-865e-4e55-931c-85a61ed7d37f: Amount of 810 has to sent to Account number 26c98e31-0e9c-45ba-a6d8-9a5748065ba2
2024-07-09 19:26:07.746  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3715c502-8d5d-48d7-bfc4-949dbe7c6e43: Amount of 518 has to sent to Account number b05ac909-e2e9-4e6e-bf86-d687e5f40d66
2024-07-09 19:26:07.746  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f6b922a-6f96-43fc-bb89-a9d1e02a17c4: Amount of 502 has to sent to Account number d795359d-a6be-4f95-9db0-62908faf2434
2024-07-09 19:26:07.746  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of b05ac909-e2e9-4e6e-bf86-d687e5f40d66: Amount of 518 has been received from Account number 3715c502-8d5d-48d7-bfc4-949dbe7c6e43
2024-07-09 19:26:07.746  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of d795359d-a6be-4f95-9db0-62908faf2434: Amount of 502 has been received from Account number 3f6b922a-6f96-43fc-bb89-a9d1e02a17c4
2024-07-09 19:26:07.746  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of cd0f2d9c-b7aa-4f77-a727-12cc347362ca: Amount of 292 has to sent to Account number 366e9d2b-1982-4cda-a717-7fc68bc074d3
2024-07-09 19:26:07.746  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of fce243b7-64b5-4f37-9240-981a8e9e9d1b: Amount of 293 has been received from Account number 300284e6-f434-4ca0-b386-2fdef4ed61a7
2024-07-09 19:26:07.746  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 46cefa4a-88e5-4732-946d-d57d17d68992: Amount of 482 has been received from Account number 90086f1f-c387-4fbc-af93-e9025b9e8a37
2024-07-09 19:26:07.746  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 69e554e1-f118-4245-a6a9-aa4d71b2f4c7: Amount of 653 has to sent to Account number fb25d961-38e1-4809-95b1-912a28878e7c
2024-07-09 19:26:07.746  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 83978231-3b64-4e06-9713-343482df3406: Amount of 67 has been received from Account number aa2d52c5-27cf-43ec-b651-034c65b2e937
2024-07-09 19:26:07.746  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb25d961-38e1-4809-95b1-912a28878e7c: Amount of 653 has been received from Account number 69e554e1-f118-4245-a6a9-aa4d71b2f4c7
2024-07-09 19:26:07.746  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1907bec0-48fc-47a7-803f-71f65377f886: Amount of 492 has to sent to Account number f14dcfda-4870-420b-9218-6bc8ef16aade
2024-07-09 19:26:07.746  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccd67a47-e8bc-4feb-9e5f-c2fae2e6f9f6: Amount of 464 has to sent to Account number 41250463-f524-40e4-9229-05bd19a32196
2024-07-09 19:26:07.746  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of f14dcfda-4870-420b-9218-6bc8ef16aade: Amount of 492 has been received from Account number 1907bec0-48fc-47a7-803f-71f65377f886
2024-07-09 19:26:07.746  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 994464ff-bb45-460e-bf23-c3ba9eba189d: Amount of 381 has to sent to Account number 82c77422-6eed-4b6b-8422-2d101a646e55
2024-07-09 19:26:07.746  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 292f7383-256c-4454-8d65-7106b57c5b50: Amount of 65 has been received from Account number 6c3fe6b3-ce83-44fc-9ea8-5c8e5202be09
2024-07-09 19:26:07.746  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of e1080db5-b89a-4b5b-b874-d83ff9d0fc72: Amount of 372 has to sent to Account number 2b97769f-cc19-4c63-86da-ffc5b2ea326c
2024-07-09 19:26:07.746  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b97769f-cc19-4c63-86da-ffc5b2ea326c: Amount of 372 has been received from Account number e1080db5-b89a-4b5b-b874-d83ff9d0fc72
2024-07-09 19:26:07.746  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of fcf77188-b1a5-49de-a5ed-b6b3c2db29c9: Amount of 487 has to sent to Account number d57314c2-7238-4496-bc0e-2f5ac7943226
2024-07-09 19:26:07.746  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0b8452ec-0668-4649-9455-48d432a2490d: Amount of 409 has been received from Account number f4167375-34da-423e-855a-e0bf2570c329
2024-07-09 19:26:07.746  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 43f64d2c-d87f-407f-b693-82c6bb6bef3c: Amount of 69 has been received from Account number 5b400d98-6a6e-48bf-8d50-b1b564abc383
2024-07-09 19:26:07.746  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 16836515-368a-4542-8a37-1c5a6f6a4b56: Amount of 52 has to sent to Account number 0fd00b7a-a281-48ab-8e55-a2960a605654
2024-07-09 19:26:07.746  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a8f1e1f-0073-47bf-a6f2-d3c5cb835880: Amount of 420 has to sent to Account number 453f215d-fac0-46b8-bd71-ffe2e5cb6094
2024-07-09 19:26:07.746  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a14315a-ee6d-4023-9ad6-2f1b1cc498d5: Amount of 206 has been received from Account number a9bb3722-f606-4894-9997-55283fca06e1
2024-07-09 19:26:07.746  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of fcef667c-1efb-4d91-baeb-429d823c96ec: Amount of 978 has to sent to Account number fa64aa00-505e-4d21-b474-ee1d31105881
2024-07-09 19:26:07.746  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a976877-7f41-4501-ba66-a397feaccd5a: Amount of 324 has been received from Account number 42eb3a3a-74c7-4616-b371-1beef837db19
2024-07-09 19:26:07.749  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa64aa00-505e-4d21-b474-ee1d31105881: Amount of 978 has been received from Account number fcef667c-1efb-4d91-baeb-429d823c96ec
2024-07-09 19:26:07.749  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8a880df8-3bd0-44aa-9fdf-551288245442: Amount of 497 has to sent to Account number 409daaa1-f921-4e4a-b06f-bc8dead5703e
2024-07-09 19:26:07.746  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 307741da-1c3c-4458-bbf4-1132a9288e45: Amount of 502 has been received from Account number c86dc933-cf07-43ab-ab48-03f782883807
2024-07-09 19:26:07.746  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 63b3cfcb-a4c0-4b97-8750-272796b07719: Amount of 706 has to sent to Account number eb5e7844-d8f6-4396-8abc-2e9d6be80291
2024-07-09 19:26:07.746  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0421cb05-dddd-45ec-8c56-0539456c2a7a: Amount of 859 has been received from Account number a2b858e1-2ae6-49c6-9899-6cfb451db89a
2024-07-09 19:26:07.746  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 271064c7-ec59-4781-9184-e248e47d629f: Amount of 160 has to sent to Account number 51ef5f26-c75a-4b7e-a83e-029052594f73
2024-07-09 19:26:07.749  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5fa4e558-5f73-41d8-83f5-d181dd39d16d: Amount of 230 has to sent to Account number 25cccace-ccf1-4fb8-8090-7fd457625b18
2024-07-09 19:26:07.749  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25cccace-ccf1-4fb8-8090-7fd457625b18: Amount of 230 has been received from Account number 5fa4e558-5f73-41d8-83f5-d181dd39d16d
2024-07-09 19:26:07.746  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26c98e31-0e9c-45ba-a6d8-9a5748065ba2: Amount of 810 has been received from Account number 0710bf94-865e-4e55-931c-85a61ed7d37f
2024-07-09 19:26:07.746  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of cefd19a9-1bcb-4d6f-8cc1-36a48ce129fe: Amount of 458 has to sent to Account number f2d4256d-5870-481f-bbfc-e3b1c2b8af1a
2024-07-09 19:26:07.746  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of d64da3c7-f19f-4bf6-9dfc-73e4c46d0a17: Amount of 317 has to sent to Account number 675603d0-a3dd-4ea3-9ec6-c99bc1879d41
2024-07-09 19:26:07.749  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2d4256d-5870-481f-bbfc-e3b1c2b8af1a: Amount of 458 has been received from Account number cefd19a9-1bcb-4d6f-8cc1-36a48ce129fe
2024-07-09 19:26:07.746  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 366e9d2b-1982-4cda-a717-7fc68bc074d3: Amount of 292 has been received from Account number cd0f2d9c-b7aa-4f77-a727-12cc347362ca
2024-07-09 19:26:07.746  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 41250463-f524-40e4-9229-05bd19a32196: Amount of 464 has been received from Account number ccd67a47-e8bc-4feb-9e5f-c2fae2e6f9f6
2024-07-09 19:26:07.749  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of bb2d9970-53f2-4bbc-b069-acf3f1b91152: Amount of 329 has to sent to Account number 60e595f2-3fba-4e06-be10-82b85e9c53e0
2024-07-09 19:26:07.749  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of d29610a3-851f-410b-8ff3-8cb4cabc32bb: Amount of 906 has to sent to Account number d0423fa5-97c0-4679-81a2-b7c6dfb3b84e
2024-07-09 19:26:07.746  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 62562969-bf82-454d-838a-063963dbad59: Amount of 849 has to sent to Account number 830510a7-b1b2-4f8b-bd33-fb35e5a0858f
2024-07-09 19:26:07.749  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of d0423fa5-97c0-4679-81a2-b7c6dfb3b84e: Amount of 906 has been received from Account number d29610a3-851f-410b-8ff3-8cb4cabc32bb
2024-07-09 19:26:07.746  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 82c77422-6eed-4b6b-8422-2d101a646e55: Amount of 381 has been received from Account number 994464ff-bb45-460e-bf23-c3ba9eba189d
2024-07-09 19:26:07.746  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 613ca633-898d-4d74-a40c-4de90b4c200f: Amount of 436 has to sent to Account number 6ced0103-3ab5-419e-aaea-9a5e219c3515
2024-07-09 19:26:07.749  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 031e80be-ee32-4635-828d-2718d9da9342: Amount of 907 has to sent to Account number 701fd231-dbea-4281-bf08-7dc5365f1bd7
2024-07-09 19:26:07.749  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3b7d6834-8a94-4158-9efe-47ef4540a5b2: Amount of 565 has to sent to Account number ee669668-07bf-4de3-8449-55ff82a06970
2024-07-09 19:26:07.746  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of a935518d-efc7-47d1-8274-a534c114b31f: Amount of 439 has to sent to Account number 92f800be-9965-4ba9-91f3-52a35e9de8f9
2024-07-09 19:26:07.746  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of d57314c2-7238-4496-bc0e-2f5ac7943226: Amount of 487 has been received from Account number fcf77188-b1a5-49de-a5ed-b6b3c2db29c9
2024-07-09 19:26:07.751  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 92f800be-9965-4ba9-91f3-52a35e9de8f9: Amount of 439 has been received from Account number a935518d-efc7-47d1-8274-a534c114b31f
2024-07-09 19:26:07.746  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of d464c487-07d2-4844-9acd-57be2291136a: Amount of 346 has to sent to Account number b4a6a28c-fee5-4200-bd92-b832d26e1b1f
2024-07-09 19:26:07.746  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0fd00b7a-a281-48ab-8e55-a2960a605654: Amount of 52 has been received from Account number 16836515-368a-4542-8a37-1c5a6f6a4b56
2024-07-09 19:26:07.751  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of b4a6a28c-fee5-4200-bd92-b832d26e1b1f: Amount of 346 has been received from Account number d464c487-07d2-4844-9acd-57be2291136a
2024-07-09 19:26:07.751  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 12fc3a67-d67e-4b34-8b75-70ad74620af1: Amount of 719 has to sent to Account number 4cb0dc99-4321-447d-9935-f5ba63b578da
2024-07-09 19:26:07.751  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of b760d6a8-efd8-489d-8105-454f43f74dcc: Amount of 822 has to sent to Account number 6dd748cb-21b8-457e-af8b-b103beb86f12
2024-07-09 19:26:07.746  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 453f215d-fac0-46b8-bd71-ffe2e5cb6094: Amount of 420 has been received from Account number 0a8f1e1f-0073-47bf-a6f2-d3c5cb835880
2024-07-09 19:26:07.749  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2579090d-5080-4deb-bac7-7a9b9b3260b2: Amount of 495 has to sent to Account number e417dabb-44d1-44da-89fc-167f2da191b9
2024-07-09 19:26:07.749  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d2ae762-e805-4c30-86b7-f22e4d178e8f: Amount of 209 has to sent to Account number bc5df0ad-91d4-43ef-8b27-ae9448f7afd1
2024-07-09 19:26:07.749  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 409daaa1-f921-4e4a-b06f-bc8dead5703e: Amount of 497 has been received from Account number 8a880df8-3bd0-44aa-9fdf-551288245442
2024-07-09 19:26:07.749  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 48895aa9-1adb-4df2-8416-af73bfca68bc: Amount of 279 has to sent to Account number 95e86b92-3682-4e9a-8793-abcf80022025
2024-07-09 19:26:07.751  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95e86b92-3682-4e9a-8793-abcf80022025: Amount of 279 has been received from Account number 48895aa9-1adb-4df2-8416-af73bfca68bc
2024-07-09 19:26:07.749  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb5e7844-d8f6-4396-8abc-2e9d6be80291: Amount of 706 has been received from Account number 63b3cfcb-a4c0-4b97-8750-272796b07719
2024-07-09 19:26:07.749  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 51ef5f26-c75a-4b7e-a83e-029052594f73: Amount of 160 has been received from Account number 271064c7-ec59-4781-9184-e248e47d629f
2024-07-09 19:26:07.749  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e1c9293-15c2-4416-985e-e2363c631bde: Amount of 558 has to sent to Account number ec90b29d-eb66-4fd0-ac6d-5ce45df79752
2024-07-09 19:26:07.752  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0f525b53-19bb-4948-96b8-3856f4b6f4d8: Amount of 261 has to sent to Account number ed224250-01d0-4b87-8d14-61f650bf30eb
2024-07-09 19:26:07.752  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of afb21798-a96a-46b5-bff7-87dce1c2e293: Amount of 143 has to sent to Account number 8338c958-7280-4292-b7a7-8b290b3ec4ed
2024-07-09 19:26:07.749  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c5808e8-95fd-42a9-ba5d-5753ad48e672: Amount of 19 has to sent to Account number af3cbf9c-7879-421b-8d15-d90d45e93c8f
2024-07-09 19:26:07.749  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 675603d0-a3dd-4ea3-9ec6-c99bc1879d41: Amount of 317 has been received from Account number d64da3c7-f19f-4bf6-9dfc-73e4c46d0a17
2024-07-09 19:26:07.752  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of af3cbf9c-7879-421b-8d15-d90d45e93c8f: Amount of 19 has been received from Account number 5c5808e8-95fd-42a9-ba5d-5753ad48e672
2024-07-09 19:26:07.752  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8338c958-7280-4292-b7a7-8b290b3ec4ed: Amount of 143 has been received from Account number afb21798-a96a-46b5-bff7-87dce1c2e293
2024-07-09 19:26:07.749  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 60e595f2-3fba-4e06-be10-82b85e9c53e0: Amount of 329 has been received from Account number bb2d9970-53f2-4bbc-b069-acf3f1b91152
2024-07-09 19:26:07.749  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of f7a0da4c-b345-4eb3-ba96-38ef75bca5d1: Amount of 334 has to sent to Account number 7e376207-33b3-4345-9687-e6e74bd82a27
2024-07-09 19:26:07.749  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 830510a7-b1b2-4f8b-bd33-fb35e5a0858f: Amount of 849 has been received from Account number 62562969-bf82-454d-838a-063963dbad59
2024-07-09 19:26:07.752  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 332a1b9e-5309-4c2d-b111-e3da93d83a2d: Amount of 85 has to sent to Account number e54304ef-7783-4106-86f1-0c15f26432d2
2024-07-09 19:26:07.749  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6ced0103-3ab5-419e-aaea-9a5e219c3515: Amount of 436 has been received from Account number 613ca633-898d-4d74-a40c-4de90b4c200f
2024-07-09 19:26:07.752  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of e54304ef-7783-4106-86f1-0c15f26432d2: Amount of 85 has been received from Account number 332a1b9e-5309-4c2d-b111-e3da93d83a2d
2024-07-09 19:26:07.752  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 10498a6a-588c-435e-9973-f8739cae3ab0: Amount of 245 has to sent to Account number 6d05f7be-89a0-48c6-8519-b92afc9a6943
2024-07-09 19:26:07.752  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of d36f79ec-cf43-4ce8-b9c2-69cbc2dbdb1e: Amount of 257 has to sent to Account number c1c78cc1-a123-4c0a-b23e-a337479a7278
2024-07-09 19:26:07.751  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 701fd231-dbea-4281-bf08-7dc5365f1bd7: Amount of 907 has been received from Account number 031e80be-ee32-4635-828d-2718d9da9342
2024-07-09 19:26:07.751  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee669668-07bf-4de3-8449-55ff82a06970: Amount of 565 has been received from Account number 3b7d6834-8a94-4158-9efe-47ef4540a5b2
2024-07-09 19:26:07.751  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4070f264-73cb-49b5-9bfc-a13aabbf104f: Amount of 329 has to sent to Account number ba6fc4df-2f2d-4c6a-bd3b-8d6105f6dced
2024-07-09 19:26:07.751  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7eeaa1e2-c3c1-4f96-8287-b4c283705b09: Amount of 608 has to sent to Account number 7ce7793e-ce9e-4e65-b786-74f06147f968
2024-07-09 19:26:07.751  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4cb0dc99-4321-447d-9935-f5ba63b578da: Amount of 719 has been received from Account number 12fc3a67-d67e-4b34-8b75-70ad74620af1
2024-07-09 19:26:07.751  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6dd748cb-21b8-457e-af8b-b103beb86f12: Amount of 822 has been received from Account number b760d6a8-efd8-489d-8105-454f43f74dcc
2024-07-09 19:26:07.753  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee64eb91-68b3-4ec0-9e37-fc78ed4b3ba2: Amount of 670 has to sent to Account number c6b2c07d-ae61-46b1-8ac0-b9fafe998002
2024-07-09 19:26:07.751  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of e417dabb-44d1-44da-89fc-167f2da191b9: Amount of 495 has been received from Account number 2579090d-5080-4deb-bac7-7a9b9b3260b2
2024-07-09 19:26:07.753  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of c6b2c07d-ae61-46b1-8ac0-b9fafe998002: Amount of 670 has been received from Account number ee64eb91-68b3-4ec0-9e37-fc78ed4b3ba2
2024-07-09 19:26:07.751  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc5df0ad-91d4-43ef-8b27-ae9448f7afd1: Amount of 209 has been received from Account number 8d2ae762-e805-4c30-86b7-f22e4d178e8f
2024-07-09 19:26:07.753  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2cbb1093-f445-40f2-bc60-b0fda61d382b: Amount of 353 has to sent to Account number ee9c3d67-5465-49ae-9128-f760708ce3be
2024-07-09 19:26:07.751  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9be15a26-afab-4203-ac51-47f58ea6c2e7: Amount of 649 has to sent to Account number 215e7d0c-79b2-4b57-914c-f7065aa77dbf
2024-07-09 19:26:07.753  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of c1f07bd8-b497-4991-922c-bc1db066e46c: Amount of 883 has to sent to Account number 85d8f514-4f8c-4a23-af12-a747d27ee9e9
2024-07-09 19:26:07.751  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 97b80a98-d79b-4ae9-a5d1-52538b3e631f: Amount of 298 has to sent to Account number 2128aa4f-43bf-4e83-a28d-f91297b094f0
2024-07-09 19:26:07.754  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 85d8f514-4f8c-4a23-af12-a747d27ee9e9: Amount of 883 has been received from Account number c1f07bd8-b497-4991-922c-bc1db066e46c
2024-07-09 19:26:07.752  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ec90b29d-eb66-4fd0-ac6d-5ce45df79752: Amount of 558 has been received from Account number 9e1c9293-15c2-4416-985e-e2363c631bde
2024-07-09 19:26:07.754  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e29f3d1-e0e6-4506-9daa-78676f5d616a: Amount of 504 has to sent to Account number 89723df6-58f7-447e-a6f7-9666728bde2c
2024-07-09 19:26:07.754  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 89723df6-58f7-447e-a6f7-9666728bde2c: Amount of 504 has been received from Account number 8e29f3d1-e0e6-4506-9daa-78676f5d616a
2024-07-09 19:26:07.754  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2128aa4f-43bf-4e83-a28d-f91297b094f0: Amount of 298 has been received from Account number 97b80a98-d79b-4ae9-a5d1-52538b3e631f
2024-07-09 19:26:07.752  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed224250-01d0-4b87-8d14-61f650bf30eb: Amount of 261 has been received from Account number 0f525b53-19bb-4948-96b8-3856f4b6f4d8
2024-07-09 19:26:07.752  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4aed951-1435-4a0d-88d1-704e90ac0142: Amount of 211 has to sent to Account number 4795f882-182f-46c5-8f70-ff30e123bdea
2024-07-09 19:26:07.752  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of aa72bada-f593-4224-800f-61e0ebcd1fa7: Amount of 389 has to sent to Account number bc36f0a3-8a24-4a87-971c-8fb962780de5
2024-07-09 19:26:07.754  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4795f882-182f-46c5-8f70-ff30e123bdea: Amount of 211 has been received from Account number a4aed951-1435-4a0d-88d1-704e90ac0142
2024-07-09 19:26:07.754  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of c52933fa-1a66-4699-ac0e-a49bfa1e8786: Amount of 816 has to sent to Account number 07c1d689-dab2-4d7b-99d4-ffcf41753f5f
2024-07-09 19:26:07.754  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1b93aaad-836f-4e0d-b879-a4b0481c59a0: Amount of 695 has to sent to Account number 569e11e6-678e-4ecb-a3df-314085383c52
2024-07-09 19:26:07.754  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 07c1d689-dab2-4d7b-99d4-ffcf41753f5f: Amount of 816 has been received from Account number c52933fa-1a66-4699-ac0e-a49bfa1e8786
2024-07-09 19:26:07.752  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of a81f2571-0ae7-4adb-b2b6-58d080c0e535: Amount of 108 has to sent to Account number fbb49417-6405-4d7a-97f1-230ded4bfd71
2024-07-09 19:26:07.752  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7fb17945-c2e9-4f5c-876a-30e0d73b6cc3: Amount of 160 has to sent to Account number 0e2cf93d-37c5-4ae3-b57a-09b81ec94c23
2024-07-09 19:26:07.754  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of fbb49417-6405-4d7a-97f1-230ded4bfd71: Amount of 108 has been received from Account number a81f2571-0ae7-4adb-b2b6-58d080c0e535
2024-07-09 19:26:07.752  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7e376207-33b3-4345-9687-e6e74bd82a27: Amount of 334 has been received from Account number f7a0da4c-b345-4eb3-ba96-38ef75bca5d1
2024-07-09 19:26:07.752  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e6d7dae-33a9-4e88-9058-ff3d7bef5a64: Amount of 993 has to sent to Account number 78d1e90f-9bb2-40ee-a858-1d999360890f
2024-07-09 19:26:07.752  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d05f7be-89a0-48c6-8519-b92afc9a6943: Amount of 245 has been received from Account number 10498a6a-588c-435e-9973-f8739cae3ab0
2024-07-09 19:26:07.754  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 78d1e90f-9bb2-40ee-a858-1d999360890f: Amount of 993 has been received from Account number 9e6d7dae-33a9-4e88-9058-ff3d7bef5a64
2024-07-09 19:26:07.754  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of a16f1a71-27d7-4378-8405-32cbe76c97a8: Amount of 437 has to sent to Account number a7047258-7e64-49a9-8cc0-e0676e26df6d
2024-07-09 19:26:07.754  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2fac8163-4a60-478d-85ce-f7ec4704974e: Amount of 853 has to sent to Account number f76e72b9-7756-4a48-a076-37b7cff271c0
2024-07-09 19:26:07.754  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of a7047258-7e64-49a9-8cc0-e0676e26df6d: Amount of 437 has been received from Account number a16f1a71-27d7-4378-8405-32cbe76c97a8
2024-07-09 19:26:07.754  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ad3813cd-1fc4-4e6b-84b3-712685d00a24: Amount of 108 has to sent to Account number 7bdb86de-ea7a-437f-8a43-f0e3eabc2ba5
2024-07-09 19:26:07.754  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 76313f1b-f982-4740-bddd-542eb122f5d5: Amount of 674 has to sent to Account number ee35c35b-a6cc-4897-8c45-7e16990c94e6
2024-07-09 19:26:07.753  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c1c78cc1-a123-4c0a-b23e-a337479a7278: Amount of 257 has been received from Account number d36f79ec-cf43-4ce8-b9c2-69cbc2dbdb1e
2024-07-09 19:26:07.754  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee35c35b-a6cc-4897-8c45-7e16990c94e6: Amount of 674 has been received from Account number 76313f1b-f982-4740-bddd-542eb122f5d5
2024-07-09 19:26:07.753  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ba6fc4df-2f2d-4c6a-bd3b-8d6105f6dced: Amount of 329 has been received from Account number 4070f264-73cb-49b5-9bfc-a13aabbf104f
2024-07-09 19:26:07.753  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of b2b91c62-6566-4066-844e-e702d6fa3446: Amount of 918 has to sent to Account number 36a48424-cffd-41d1-a3d2-e721194c5215
2024-07-09 19:26:07.753  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ce7793e-ce9e-4e65-b786-74f06147f968: Amount of 608 has been received from Account number 7eeaa1e2-c3c1-4f96-8287-b4c283705b09
2024-07-09 19:26:07.753  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a48d98b-b2c1-4eef-8f9b-084b5dabfa07: Amount of 167 has to sent to Account number f54fa653-1f56-4e48-ae46-06393dcc3451
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 01885eac-8ff8-48d7-8283-1275851e86a4: Amount of 595 has to sent to Account number 49b06752-3fa2-4e62-8ee1-b86169de381b
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 588decd2-c555-4ecc-a899-c8e9c61e646a: Amount of 109 has to sent to Account number 4d5f3743-7fb3-4cf2-ba60-40677342fe57
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of f54fa653-1f56-4e48-ae46-06393dcc3451: Amount of 167 has been received from Account number 6a48d98b-b2c1-4eef-8f9b-084b5dabfa07
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 549e6801-bd97-45e0-a06f-50a91834b2f7: Amount of 923 has to sent to Account number 96555e72-aa24-4c4d-9d41-a51870baae70
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d5f3743-7fb3-4cf2-ba60-40677342fe57: Amount of 109 has been received from Account number 588decd2-c555-4ecc-a899-c8e9c61e646a
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6795e4a1-fd7a-4b86-8857-db4f856bb49a: Amount of 172 has to sent to Account number 77e21339-da0b-4902-a5d7-c2a6268f830c
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 36a48424-cffd-41d1-a3d2-e721194c5215: Amount of 918 has been received from Account number b2b91c62-6566-4066-844e-e702d6fa3446
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77e21339-da0b-4902-a5d7-c2a6268f830c: Amount of 172 has been received from Account number 6795e4a1-fd7a-4b86-8857-db4f856bb49a
2024-07-09 19:26:07.754  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee9c3d67-5465-49ae-9128-f760708ce3be: Amount of 353 has been received from Account number 2cbb1093-f445-40f2-bc60-b0fda61d382b
2024-07-09 19:26:07.754  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98774f9a-7b47-4b6a-a1fa-11dfb8137e83: Amount of 205 has to sent to Account number 393fb1bb-2f61-4795-ac55-79b6c333cf88
2024-07-09 19:26:07.754  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 215e7d0c-79b2-4b57-914c-f7065aa77dbf: Amount of 649 has been received from Account number 9be15a26-afab-4203-ac51-47f58ea6c2e7
2024-07-09 19:26:07.754  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 014e786b-1d2d-473b-bbad-2cfc54fd6d27: Amount of 185 has to sent to Account number e2694d5b-4374-47de-aa68-af082e11c692
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 393fb1bb-2f61-4795-ac55-79b6c333cf88: Amount of 205 has been received from Account number 98774f9a-7b47-4b6a-a1fa-11dfb8137e83
2024-07-09 19:26:07.754  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3b3458d6-eed1-4d4c-b5c3-4e9caab890cb: Amount of 938 has to sent to Account number 74184d55-826e-435e-b6d5-20071a3c1c16
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 389e2092-6d95-46d9-8d73-40ea207f6fdf: Amount of 891 has to sent to Account number 50a65b8b-62bb-4214-906d-82a6199c62de
2024-07-09 19:26:07.754  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 30746aba-abf9-4c5a-bea6-7f7735bd129d: Amount of 200 has to sent to Account number a140c459-ce31-41d7-8d71-a7c6f0d4da85
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 50a65b8b-62bb-4214-906d-82a6199c62de: Amount of 891 has been received from Account number 389e2092-6d95-46d9-8d73-40ea207f6fdf
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a140c459-ce31-41d7-8d71-a7c6f0d4da85: Amount of 200 has been received from Account number 30746aba-abf9-4c5a-bea6-7f7735bd129d
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of e2694d5b-4374-47de-aa68-af082e11c692: Amount of 185 has been received from Account number 014e786b-1d2d-473b-bbad-2cfc54fd6d27
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ecf2d5b2-0e35-4a94-a341-55161d039b7c: Amount of 127 has to sent to Account number d9879bbd-0888-4f74-8d4f-bbeed1a84ced
2024-07-09 19:26:07.754  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ef07fbb-5f95-4ee5-8393-278eec6bef06: Amount of 820 has to sent to Account number 8662707a-875c-4680-b60f-a006d14baef7
2024-07-09 19:26:07.754  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc36f0a3-8a24-4a87-971c-8fb962780de5: Amount of 389 has been received from Account number aa72bada-f593-4224-800f-61e0ebcd1fa7
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8662707a-875c-4680-b60f-a006d14baef7: Amount of 820 has been received from Account number 3ef07fbb-5f95-4ee5-8393-278eec6bef06
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of c59f054d-cf45-4f91-8ac7-d7d69076b285: Amount of 875 has to sent to Account number 70f2d25c-381a-4f7d-9da6-2497e3e15ec6
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 70f2d25c-381a-4f7d-9da6-2497e3e15ec6: Amount of 875 has been received from Account number c59f054d-cf45-4f91-8ac7-d7d69076b285
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 71d67472-0690-4ba2-baa7-508c2876ec27: Amount of 934 has to sent to Account number a192bb14-e230-413f-9270-7691be2ae182
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of b90ee5ef-a68c-4b70-9122-6c7a52dcb5fa: Amount of 142 has to sent to Account number 5f00ae3b-5479-40dd-ab27-981471ff278c
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a192bb14-e230-413f-9270-7691be2ae182: Amount of 934 has been received from Account number 71d67472-0690-4ba2-baa7-508c2876ec27
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 50a02ffc-093e-45a3-b6d1-dbc88d57cdd2: Amount of 108 has to sent to Account number 9073cc78-f4cf-4891-a0e3-b744aa8b838d
2024-07-09 19:26:07.754  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 569e11e6-678e-4ecb-a3df-314085383c52: Amount of 695 has been received from Account number 1b93aaad-836f-4e0d-b879-a4b0481c59a0
2024-07-09 19:26:07.754  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e2cf93d-37c5-4ae3-b57a-09b81ec94c23: Amount of 160 has been received from Account number 7fb17945-c2e9-4f5c-876a-30e0d73b6cc3
2024-07-09 19:26:07.754  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of bfd2885d-894e-4a67-ac87-0747ec466f3b: Amount of 422 has to sent to Account number 3870d013-18ba-47f7-b382-a1d94e86394b
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a2cd5948-73cf-485f-8ef9-12ad3abe23c2: Amount of 505 has to sent to Account number 3afce4d5-102b-4050-9f89-4405444be56c
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3870d013-18ba-47f7-b382-a1d94e86394b: Amount of 422 has been received from Account number bfd2885d-894e-4a67-ac87-0747ec466f3b
2024-07-09 19:26:07.754  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of f76e72b9-7756-4a48-a076-37b7cff271c0: Amount of 853 has been received from Account number 2fac8163-4a60-478d-85ce-f7ec4704974e
2024-07-09 19:26:07.754  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ec00eda-f687-4fa5-be39-b53e0cae4e0c: Amount of 554 has to sent to Account number ee78b378-9dc6-494f-916b-b409273ca481
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee78b378-9dc6-494f-916b-b409273ca481: Amount of 554 has been received from Account number 2ec00eda-f687-4fa5-be39-b53e0cae4e0c
2024-07-09 19:26:07.754  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7bdb86de-ea7a-437f-8a43-f0e3eabc2ba5: Amount of 108 has been received from Account number ad3813cd-1fc4-4e6b-84b3-712685d00a24
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56c91fae-c7e4-4719-973b-ebda4f8f64b7: Amount of 826 has to sent to Account number 3abb664d-0ab8-44e6-9990-34e57f8f2395
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4e041e9a-055f-431e-ae24-1e411da3354d: Amount of 334 has to sent to Account number 1729ebff-d81c-4f0b-baed-df8356b184af
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3abb664d-0ab8-44e6-9990-34e57f8f2395: Amount of 826 has been received from Account number 56c91fae-c7e4-4719-973b-ebda4f8f64b7
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1729ebff-d81c-4f0b-baed-df8356b184af: Amount of 334 has been received from Account number 4e041e9a-055f-431e-ae24-1e411da3354d
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 49b06752-3fa2-4e62-8ee1-b86169de381b: Amount of 595 has been received from Account number 01885eac-8ff8-48d7-8283-1275851e86a4
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 240a69d0-2df0-46cb-aeed-77bc753c6f56: Amount of 104 has to sent to Account number 1cac3093-1a11-4c83-bd72-db266d5a3324
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 96555e72-aa24-4c4d-9d41-a51870baae70: Amount of 923 has been received from Account number 549e6801-bd97-45e0-a06f-50a91834b2f7
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1cac3093-1a11-4c83-bd72-db266d5a3324: Amount of 104 has been received from Account number 240a69d0-2df0-46cb-aeed-77bc753c6f56
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77f3c191-0c72-4176-a74a-be9be663ba53: Amount of 662 has to sent to Account number 5236a851-1560-4b7a-bba0-c375343d873f
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of c7010321-7a9a-4975-8764-9b11d287d6f8: Amount of 19 has to sent to Account number 6266ae97-ebad-4068-b69b-8ab3562d57b3
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 913c78dd-f2e1-4cd1-b873-ff29f83389e0: Amount of 386 has to sent to Account number a9506ee6-9c8b-44d7-97ad-d38465e03784
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9506ee6-9c8b-44d7-97ad-d38465e03784: Amount of 386 has been received from Account number 913c78dd-f2e1-4cd1-b873-ff29f83389e0
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3fdec83a-5111-4bd9-a323-4c46a17d70c3: Amount of 440 has to sent to Account number a45d503f-0ffa-4b36-b847-f6dd50023d98
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 43d694ac-2492-4e32-a263-e28a3aea5ff3: Amount of 648 has to sent to Account number ccff7716-bff3-45bf-a716-d10ca5931b5c
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of a45d503f-0ffa-4b36-b847-f6dd50023d98: Amount of 440 has been received from Account number 3fdec83a-5111-4bd9-a323-4c46a17d70c3
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 74184d55-826e-435e-b6d5-20071a3c1c16: Amount of 938 has been received from Account number 3b3458d6-eed1-4d4c-b5c3-4e9caab890cb
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccff7716-bff3-45bf-a716-d10ca5931b5c: Amount of 648 has been received from Account number 43d694ac-2492-4e32-a263-e28a3aea5ff3
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 784048c4-39f0-4f80-81c0-74e9c215bcdd: Amount of 824 has to sent to Account number 7d9082cc-37a5-4514-9771-bb9d8ad773f7
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of be2c85cc-4f79-41d2-af88-455b578054f6: Amount of 443 has to sent to Account number 36d22f1d-fcf6-47f7-8933-6d0d0f381e9a
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 38737cb8-aba2-4193-a96c-feccffb0e831: Amount of 537 has to sent to Account number a5e3d2cc-6519-4555-a086-1780c6edb107
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of d9879bbd-0888-4f74-8d4f-bbeed1a84ced: Amount of 127 has been received from Account number ecf2d5b2-0e35-4a94-a341-55161d039b7c
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 36d22f1d-fcf6-47f7-8933-6d0d0f381e9a: Amount of 443 has been received from Account number be2c85cc-4f79-41d2-af88-455b578054f6
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7d9082cc-37a5-4514-9771-bb9d8ad773f7: Amount of 824 has been received from Account number 784048c4-39f0-4f80-81c0-74e9c215bcdd
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of dbdb759a-7d64-4d0a-8d62-7831bea292f6: Amount of 210 has to sent to Account number 74e4c8ca-a8dc-41dd-8273-6f8230e75991
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f00ae3b-5479-40dd-ab27-981471ff278c: Amount of 142 has been received from Account number b90ee5ef-a68c-4b70-9122-6c7a52dcb5fa
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of a5e3d2cc-6519-4555-a086-1780c6edb107: Amount of 537 has been received from Account number 38737cb8-aba2-4193-a96c-feccffb0e831
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 41a0e690-5b54-4b80-b363-a492fe2f9fb3: Amount of 709 has to sent to Account number 9eb87bd2-d42f-45d1-ba5a-29eddf29cb81
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 49cf734e-c74e-4888-bbf2-b9c4e7d97551: Amount of 237 has to sent to Account number aaea6a47-0342-4b7f-a796-85c1a9cdc43e
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9eb87bd2-d42f-45d1-ba5a-29eddf29cb81: Amount of 709 has been received from Account number 41a0e690-5b54-4b80-b363-a492fe2f9fb3
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9073cc78-f4cf-4891-a0e3-b744aa8b838d: Amount of 108 has been received from Account number 50a02ffc-093e-45a3-b6d1-dbc88d57cdd2
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of aaea6a47-0342-4b7f-a796-85c1a9cdc43e: Amount of 237 has been received from Account number 49cf734e-c74e-4888-bbf2-b9c4e7d97551
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of bfa37d2e-ad91-40b4-89b4-f3cea818f2a6: Amount of 447 has to sent to Account number 73ddcfaa-744f-4952-96eb-e457bb43b79b
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3afce4d5-102b-4050-9f89-4405444be56c: Amount of 505 has been received from Account number a2cd5948-73cf-485f-8ef9-12ad3abe23c2
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 73ddcfaa-744f-4952-96eb-e457bb43b79b: Amount of 447 has been received from Account number bfa37d2e-ad91-40b4-89b4-f3cea818f2a6
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of e2735fcf-2aac-4825-af61-c0c68dce245d: Amount of 898 has to sent to Account number ec0db07b-811a-4d7c-936a-9005f4f9169a
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of f0f90c39-c955-48dd-865d-7b139af97207: Amount of 583 has to sent to Account number 65d9dd49-71e7-4fbc-a96e-2a270fa54898
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ec0db07b-811a-4d7c-936a-9005f4f9169a: Amount of 898 has been received from Account number e2735fcf-2aac-4825-af61-c0c68dce245d
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of f681f597-6870-4c7c-b968-6a1a6565384c: Amount of 12 has to sent to Account number 8e3b0c9c-dc94-4796-9834-ca71a4b3af18
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 65d9dd49-71e7-4fbc-a96e-2a270fa54898: Amount of 583 has been received from Account number f0f90c39-c955-48dd-865d-7b139af97207
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of b14ed4d6-21d6-493c-90ce-ffa3a1bcfbee: Amount of 34 has to sent to Account number b20f668a-95a0-423f-a772-4404c58d9d76
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e3b0c9c-dc94-4796-9834-ca71a4b3af18: Amount of 12 has been received from Account number f681f597-6870-4c7c-b968-6a1a6565384c
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1e72444f-ff7e-4f31-ada3-b58d3fe849fa: Amount of 173 has to sent to Account number dfbfbd1f-340a-41bc-a0e1-ca67e4e581ca
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9b779fc3-7925-4aeb-8645-c685dea19140: Amount of 94 has to sent to Account number 908c2a7a-cce0-4e8f-8f8b-03c0bc4fb5a2
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of df3e2d75-c8c2-45e2-acc2-2bb76f3b93c6: Amount of 308 has to sent to Account number a9c1e52a-cfa2-4f1d-9236-a4ae6ba6cdc3
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9c1e52a-cfa2-4f1d-9236-a4ae6ba6cdc3: Amount of 308 has been received from Account number df3e2d75-c8c2-45e2-acc2-2bb76f3b93c6
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of b1442b31-8c87-40e8-a023-f2c72830e86b: Amount of 304 has to sent to Account number 300bf5cd-5e10-46a4-8e19-cec9a38038b2
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 300bf5cd-5e10-46a4-8e19-cec9a38038b2: Amount of 304 has been received from Account number b1442b31-8c87-40e8-a023-f2c72830e86b
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 827f387c-0c28-4ce9-9c63-e1c91e7efa27: Amount of 946 has to sent to Account number 13ed512f-57b8-4758-bf23-1cdfbb769a82
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c660c2d-5776-473c-9602-e3601a8a43c1: Amount of 232 has to sent to Account number e87ee8e8-40dc-41d4-9065-17dff5472daa
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 13ed512f-57b8-4758-bf23-1cdfbb769a82: Amount of 946 has been received from Account number 827f387c-0c28-4ce9-9c63-e1c91e7efa27
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of e87ee8e8-40dc-41d4-9065-17dff5472daa: Amount of 232 has been received from Account number 1c660c2d-5776-473c-9602-e3601a8a43c1
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of fee63747-873f-48af-967a-c94c16bace14: Amount of 691 has to sent to Account number 1ade0537-71cc-450b-bede-d48bf86bd98e
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ad73b71c-a3db-43de-8c62-9f0a23562b7b: Amount of 878 has to sent to Account number b0ffa8e7-1b11-4cb9-b2b8-71795c354028
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1ade0537-71cc-450b-bede-d48bf86bd98e: Amount of 691 has been received from Account number fee63747-873f-48af-967a-c94c16bace14
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6266ae97-ebad-4068-b69b-8ab3562d57b3: Amount of 19 has been received from Account number c7010321-7a9a-4975-8764-9b11d287d6f8
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a2cee5e-018e-4186-9004-2a70753f3285: Amount of 62 has to sent to Account number ba7b92ed-3d94-451e-b933-1ea119eca11f
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of af77eb45-5f64-4003-bb32-8f0f7988e259: Amount of 851 has to sent to Account number 918a97ec-4d08-4e29-a226-710ad69cd154
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ba7b92ed-3d94-451e-b933-1ea119eca11f: Amount of 62 has been received from Account number 5a2cee5e-018e-4186-9004-2a70753f3285
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 93d8e513-10d9-42c0-833e-1e95ea0e64b3: Amount of 278 has to sent to Account number 84ca6feb-8bea-4351-8bc2-752f8a3ed686
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 80cfecbb-cfa6-4370-bb12-758e2522b5b4: Amount of 322 has to sent to Account number b17c0c0d-65fb-4305-bd58-665d93e30d19
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 84ca6feb-8bea-4351-8bc2-752f8a3ed686: Amount of 278 has been received from Account number 93d8e513-10d9-42c0-833e-1e95ea0e64b3
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5236a851-1560-4b7a-bba0-c375343d873f: Amount of 662 has been received from Account number 77f3c191-0c72-4176-a74a-be9be663ba53
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d544f77-f71f-44f9-8076-65dd26f75b7c: Amount of 922 has to sent to Account number d9f3f0dc-f370-494c-8e3d-22ca219978ab
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3459801c-4f4b-4af5-9d06-271fafbc2948: Amount of 654 has to sent to Account number 082e8308-efe2-4bf5-b617-eb1adc9e7607
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of b17c0c0d-65fb-4305-bd58-665d93e30d19: Amount of 322 has been received from Account number 80cfecbb-cfa6-4370-bb12-758e2522b5b4
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of fd208ff5-4982-406f-80ee-313ce601c2f6: Amount of 182 has to sent to Account number be0dae30-40c9-4e74-ba8a-5f77ec6e0164
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd66cb51-6b98-4ca0-a7d4-67c6be220be9: Amount of 829 has to sent to Account number 1f568af4-4bab-4b1f-b0e9-da236384d24c
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 082e8308-efe2-4bf5-b617-eb1adc9e7607: Amount of 654 has been received from Account number 3459801c-4f4b-4af5-9d06-271fafbc2948
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56074eb3-2dc9-4480-ae7f-44d2ad70f3dd: Amount of 170 has to sent to Account number 404cb203-646f-4f69-a959-6bffcbf12c49
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1f568af4-4bab-4b1f-b0e9-da236384d24c: Amount of 829 has been received from Account number dd66cb51-6b98-4ca0-a7d4-67c6be220be9
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of aaeecbbe-a692-471b-92bc-4288ee7cd349: Amount of 573 has to sent to Account number 9727a538-df99-4897-adcc-7548fb4bf7a2
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 219e541e-bd29-4adf-8869-05c0e0798ddf: Amount of 50 has to sent to Account number 3efec6ce-65d2-40ac-902f-e62e4f3e0404
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of af8ce825-61d7-4d30-9d28-f154145944e1: Amount of 348 has to sent to Account number 66d860d5-d981-47b8-822b-e9ed4a5b1b0a
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3efec6ce-65d2-40ac-902f-e62e4f3e0404: Amount of 50 has been received from Account number 219e541e-bd29-4adf-8869-05c0e0798ddf
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 66d860d5-d981-47b8-822b-e9ed4a5b1b0a: Amount of 348 has been received from Account number af8ce825-61d7-4d30-9d28-f154145944e1
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 74e4c8ca-a8dc-41dd-8273-6f8230e75991: Amount of 210 has been received from Account number dbdb759a-7d64-4d0a-8d62-7831bea292f6
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9727a538-df99-4897-adcc-7548fb4bf7a2: Amount of 573 has been received from Account number aaeecbbe-a692-471b-92bc-4288ee7cd349
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5930ccb0-d56a-4cce-ba3d-42a137da29d9: Amount of 690 has to sent to Account number 768403c9-a222-487c-85c4-816bc5271a8a
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1b192ca9-d996-434e-947e-f39159c4eedb: Amount of 125 has to sent to Account number f5fb6d41-16b1-4478-8ce9-66cf71ee52c9
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ed60ebc-234d-42a5-b4bb-831b7cba0e18: Amount of 646 has to sent to Account number a16ebc75-46e9-46c7-8426-68cdbb2ddcf7
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of f5fb6d41-16b1-4478-8ce9-66cf71ee52c9: Amount of 125 has been received from Account number 1b192ca9-d996-434e-947e-f39159c4eedb
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of c14ce59a-9154-4bfc-b7be-a75a73c6b663: Amount of 344 has to sent to Account number 44ba5ee5-44f0-43ec-a116-d2290b8e4322
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8a943e8-0782-4563-9207-4d8355125514: Amount of 815 has to sent to Account number c307764d-3f2b-4146-9ba2-649d8b4ef3f1
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5e6287f9-be5b-482b-82b4-d124e500c46a: Amount of 223 has to sent to Account number 39dc2fa3-7309-4b7f-9137-e3efa9351deb
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 768403c9-a222-487c-85c4-816bc5271a8a: Amount of 690 has been received from Account number 5930ccb0-d56a-4cce-ba3d-42a137da29d9
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3779aec4-be43-48ef-b03e-78920bbc2b49: Amount of 119 has to sent to Account number 12f87c18-dd9a-4be8-9711-d8126d9580b2
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 39dc2fa3-7309-4b7f-9137-e3efa9351deb: Amount of 223 has been received from Account number 5e6287f9-be5b-482b-82b4-d124e500c46a
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 09d5feb1-b26c-4f32-8dac-885cb294bbe9: Amount of 402 has to sent to Account number fc059989-c3d2-4d97-a9b3-f6b75ac7faf1
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 330a457d-ec93-4fcf-8fe1-eff7f5a60d52: Amount of 608 has to sent to Account number 669427d3-fbaa-4bd0-bec8-598ce6d356fe
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7dd2490f-8382-4235-9b7a-c610b4eab0b2: Amount of 669 has to sent to Account number 7d80a033-6a27-4a74-96f1-c030022acbc9
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 669427d3-fbaa-4bd0-bec8-598ce6d356fe: Amount of 608 has been received from Account number 330a457d-ec93-4fcf-8fe1-eff7f5a60d52
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7d80a033-6a27-4a74-96f1-c030022acbc9: Amount of 669 has been received from Account number 7dd2490f-8382-4235-9b7a-c610b4eab0b2
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of b20f668a-95a0-423f-a772-4404c58d9d76: Amount of 34 has been received from Account number b14ed4d6-21d6-493c-90ce-ffa3a1bcfbee
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a00c907-0cf8-455a-984a-f1bd755cb890: Amount of 331 has to sent to Account number 6169b3ea-c225-49a6-9086-293c8340ca8e
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6169b3ea-c225-49a6-9086-293c8340ca8e: Amount of 331 has been received from Account number 0a00c907-0cf8-455a-984a-f1bd755cb890
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 02ee0ab8-fc5e-47d8-8fdb-5910ee50479d: Amount of 950 has to sent to Account number 5ee3b389-b086-4875-9eda-21533a0c3184
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of f5c694d0-7bae-4dc4-a3e8-8997d319ea08: Amount of 813 has to sent to Account number 72e0a71c-1595-4310-9e41-8b89bbf57502
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5ee3b389-b086-4875-9eda-21533a0c3184: Amount of 950 has been received from Account number 02ee0ab8-fc5e-47d8-8fdb-5910ee50479d
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of a85cc2e7-6894-40ca-b010-8a771f80ead8: Amount of 610 has to sent to Account number 5e1d7a9e-758a-4632-8245-d15349d5e63b
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5e1d7a9e-758a-4632-8245-d15349d5e63b: Amount of 610 has been received from Account number a85cc2e7-6894-40ca-b010-8a771f80ead8
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 606483a1-58b5-4f4d-bab2-eb213c32e296: Amount of 723 has to sent to Account number 472064ef-91b0-4dcb-93ea-435b21c5f1fc
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7c69021b-d49c-495e-be4a-e6b5d2b3d2ec: Amount of 199 has to sent to Account number f39ea6ed-f03a-4bcc-bf7a-da8771a34558
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 472064ef-91b0-4dcb-93ea-435b21c5f1fc: Amount of 723 has been received from Account number 606483a1-58b5-4f4d-bab2-eb213c32e296
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of f39ea6ed-f03a-4bcc-bf7a-da8771a34558: Amount of 199 has been received from Account number 7c69021b-d49c-495e-be4a-e6b5d2b3d2ec
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of dfbfbd1f-340a-41bc-a0e1-ca67e4e581ca: Amount of 173 has been received from Account number 1e72444f-ff7e-4f31-ada3-b58d3fe849fa
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of cc5320ed-a423-4ee4-82e8-943c35c231be: Amount of 81 has to sent to Account number b0101e4f-168e-47f6-98fb-e3230e2984c6
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 908c2a7a-cce0-4e8f-8f8b-03c0bc4fb5a2: Amount of 94 has been received from Account number 9b779fc3-7925-4aeb-8645-c685dea19140
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of b0ffa8e7-1b11-4cb9-b2b8-71795c354028: Amount of 878 has been received from Account number ad73b71c-a3db-43de-8c62-9f0a23562b7b
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 918a97ec-4d08-4e29-a226-710ad69cd154: Amount of 851 has been received from Account number af77eb45-5f64-4003-bb32-8f0f7988e259
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 05a0b401-ee32-4b67-b3c9-a99ca80465ee: Amount of 992 has to sent to Account number 98b2b03d-1cc8-46bf-9434-2e071dab54f4
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98b2b03d-1cc8-46bf-9434-2e071dab54f4: Amount of 992 has been received from Account number 05a0b401-ee32-4b67-b3c9-a99ca80465ee
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of d9f3f0dc-f370-494c-8e3d-22ca219978ab: Amount of 922 has been received from Account number 5d544f77-f71f-44f9-8076-65dd26f75b7c
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ea11460c-cce6-4231-b733-cfb3e6c887a3: Amount of 402 has to sent to Account number b63e59f5-041d-4765-a9a1-b7b95e3a349d
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of b63e59f5-041d-4765-a9a1-b7b95e3a349d: Amount of 402 has been received from Account number ea11460c-cce6-4231-b733-cfb3e6c887a3
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of acd5040d-522b-4fc5-a9d4-c3955e6ea752: Amount of 535 has to sent to Account number 5807899c-4d03-4edb-b8d1-a423d339a4c2
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5807899c-4d03-4edb-b8d1-a423d339a4c2: Amount of 535 has been received from Account number acd5040d-522b-4fc5-a9d4-c3955e6ea752
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of be0dae30-40c9-4e74-ba8a-5f77ec6e0164: Amount of 182 has been received from Account number fd208ff5-4982-406f-80ee-313ce601c2f6
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 404cb203-646f-4f69-a959-6bffcbf12c49: Amount of 170 has been received from Account number 56074eb3-2dc9-4480-ae7f-44d2ad70f3dd
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of a555adeb-4bd5-4a17-9075-871d6a2fcea4: Amount of 129 has to sent to Account number 92dc7831-563c-42e6-8dd0-11070f33d5df
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0faeba01-d16c-460d-91a1-945a9d9d5fd2: Amount of 11 has to sent to Account number 3e8daba6-850c-4ee0-8c08-72cd6e85b278
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of a0f6e793-f535-4445-90d2-162d447a1df0: Amount of 287 has to sent to Account number 89a1af26-44d0-4be9-b986-f614b068783b
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 92dc7831-563c-42e6-8dd0-11070f33d5df: Amount of 129 has been received from Account number a555adeb-4bd5-4a17-9075-871d6a2fcea4
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 89a1af26-44d0-4be9-b986-f614b068783b: Amount of 287 has been received from Account number a0f6e793-f535-4445-90d2-162d447a1df0
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a16ebc75-46e9-46c7-8426-68cdbb2ddcf7: Amount of 646 has been received from Account number 0ed60ebc-234d-42a5-b4bb-831b7cba0e18
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 48c4a547-db63-480c-bfab-025415d0d207: Amount of 52 has to sent to Account number 7039726a-7f04-4c65-bc9c-ab5a1d25cafe
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of c307764d-3f2b-4146-9ba2-649d8b4ef3f1: Amount of 815 has been received from Account number a8a943e8-0782-4563-9207-4d8355125514
2024-07-09 19:26:07.762  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7039726a-7f04-4c65-bc9c-ab5a1d25cafe: Amount of 52 has been received from Account number 48c4a547-db63-480c-bfab-025415d0d207
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 44ba5ee5-44f0-43ec-a116-d2290b8e4322: Amount of 344 has been received from Account number c14ce59a-9154-4bfc-b7be-a75a73c6b663
2024-07-09 19:26:07.762  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of d8796afa-9c73-4d3a-a2d1-3f368a06c717: Amount of 764 has to sent to Account number f349e5a0-ebfe-442a-97e7-ebd36b36684e
2024-07-09 19:26:07.762  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of bcf58e57-dbf6-47ae-b112-05e60b214b58: Amount of 118 has to sent to Account number e53fadaa-10d9-4bcc-988b-76dd020a1990
2024-07-09 19:26:07.762  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8587b5ff-9972-42cc-84a2-cddcf60abf43: Amount of 962 has to sent to Account number 6f4b9363-06b2-4ba0-ad7b-796a0329d660
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 12f87c18-dd9a-4be8-9711-d8126d9580b2: Amount of 119 has been received from Account number 3779aec4-be43-48ef-b03e-78920bbc2b49
2024-07-09 19:26:07.762  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6f4b9363-06b2-4ba0-ad7b-796a0329d660: Amount of 962 has been received from Account number 8587b5ff-9972-42cc-84a2-cddcf60abf43
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of cd49024e-d2a5-42f7-b635-fefd749d08b9: Amount of 825 has to sent to Account number 0e99baa3-1b87-40df-b9d4-863eb62730eb
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc059989-c3d2-4d97-a9b3-f6b75ac7faf1: Amount of 402 has been received from Account number 09d5feb1-b26c-4f32-8dac-885cb294bbe9
2024-07-09 19:26:07.762  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7a2a0e54-633f-48b5-948f-82f6e7d0759f: Amount of 37 has to sent to Account number 1b7c3a37-bcd2-4b2b-a62f-528f8f30f04c
2024-07-09 19:26:07.762  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e99baa3-1b87-40df-b9d4-863eb62730eb: Amount of 825 has been received from Account number cd49024e-d2a5-42f7-b635-fefd749d08b9
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 179991cb-24ff-46b7-9854-3043a97c5a29: Amount of 308 has to sent to Account number 90ff8e87-4a23-47da-a261-0d22a93bab3f
2024-07-09 19:26:07.762  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1b83fff3-f4cf-473a-821f-2e051c4a2f8e: Amount of 14 has to sent to Account number a281a8ab-5aa2-47a1-aa82-afe6f748a6b6
2024-07-09 19:26:07.762  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90ff8e87-4a23-47da-a261-0d22a93bab3f: Amount of 308 has been received from Account number 179991cb-24ff-46b7-9854-3043a97c5a29
2024-07-09 19:26:07.762  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a49456c-fe67-462c-9d10-b2c15434d508: Amount of 731 has to sent to Account number 14ce5968-a101-4053-a20c-00a4fc01514f
2024-07-09 19:26:07.762  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of a281a8ab-5aa2-47a1-aa82-afe6f748a6b6: Amount of 14 has been received from Account number 1b83fff3-f4cf-473a-821f-2e051c4a2f8e
2024-07-09 19:26:07.762  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 14ce5968-a101-4053-a20c-00a4fc01514f: Amount of 731 has been received from Account number 0a49456c-fe67-462c-9d10-b2c15434d508
2024-07-09 19:26:07.762  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 24b54548-839f-48c6-bcab-f3eea937ac10: Amount of 544 has to sent to Account number 7ceafeef-7149-49bb-a218-aed48b319791
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 72e0a71c-1595-4310-9e41-8b89bbf57502: Amount of 813 has been received from Account number f5c694d0-7bae-4dc4-a3e8-8997d319ea08
2024-07-09 19:26:07.762  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of b0589842-2da5-4576-b825-b5531f1b5658: Amount of 643 has to sent to Account number 3f00b275-5ddc-43ed-9688-d7f534ec312c
2024-07-09 19:26:07.762  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of c5a559c2-9b9b-4314-a7d0-6ec7b931ce27: Amount of 20 has to sent to Account number dbd51b1a-b030-4391-b654-c8ede1d55bf4
2024-07-09 19:26:07.762  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f00b275-5ddc-43ed-9688-d7f534ec312c: Amount of 643 has been received from Account number b0589842-2da5-4576-b825-b5531f1b5658
2024-07-09 19:26:07.762  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of dbd51b1a-b030-4391-b654-c8ede1d55bf4: Amount of 20 has been received from Account number c5a559c2-9b9b-4314-a7d0-6ec7b931ce27
2024-07-09 19:26:07.762  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 244b9c29-83e5-4151-8786-9786be303966: Amount of 34 has to sent to Account number e8203e11-deb0-4cb0-8e63-49d4aaad672d
2024-07-09 19:26:07.762  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of e8203e11-deb0-4cb0-8e63-49d4aaad672d: Amount of 34 has been received from Account number 244b9c29-83e5-4151-8786-9786be303966
2024-07-09 19:26:07.762  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of d93c3c0d-c80b-4b71-bcce-209592286c09: Amount of 360 has to sent to Account number 33f232b5-23f2-4660-a74e-d637e1e43ae6
2024-07-09 19:26:07.762  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 33f232b5-23f2-4660-a74e-d637e1e43ae6: Amount of 360 has been received from Account number d93c3c0d-c80b-4b71-bcce-209592286c09
2024-07-09 19:26:07.762  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ade63c5d-54fd-439d-91fc-5392cfe89b12: Amount of 634 has to sent to Account number 2a24c6d4-5e46-4c4b-abd9-49dce1671e36
2024-07-09 19:26:07.762  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2a24c6d4-5e46-4c4b-abd9-49dce1671e36: Amount of 634 has been received from Account number ade63c5d-54fd-439d-91fc-5392cfe89b12
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2d1d40c5-da05-4016-8314-069b8d872101: Amount of 513 has to sent to Account number 4bcc36e3-ecc6-4919-90d9-5acb1aa3a2aa
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 40a26ba3-425a-423e-8af9-b1ba2d80e5a8: Amount of 248 has to sent to Account number 8c0df9f4-f5c6-459b-84b1-4cf0066cec41
2024-07-09 19:26:07.762  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4bcc36e3-ecc6-4919-90d9-5acb1aa3a2aa: Amount of 513 has been received from Account number 2d1d40c5-da05-4016-8314-069b8d872101
2024-07-09 19:26:07.762  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c0df9f4-f5c6-459b-84b1-4cf0066cec41: Amount of 248 has been received from Account number 40a26ba3-425a-423e-8af9-b1ba2d80e5a8
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c479f02a-7c83-4429-9571-d53228e96a16: Amount of 936 has to sent to Account number 7308f05c-0bc8-4c50-8d4e-374062a5d37f
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of b0101e4f-168e-47f6-98fb-e3230e2984c6: Amount of 81 has been received from Account number cc5320ed-a423-4ee4-82e8-943c35c231be
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 54148b4a-665e-4cfd-9320-a712d50305aa: Amount of 890 has to sent to Account number 49ff52bd-b389-415e-a189-565187e39cb3
2024-07-09 19:26:07.762  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 49ff52bd-b389-415e-a189-565187e39cb3: Amount of 890 has been received from Account number 54148b4a-665e-4cfd-9320-a712d50305aa
2024-07-09 19:26:07.762  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3eda54f9-53d8-4358-b545-5f11a218b506: Amount of 66 has to sent to Account number 750cb05b-e524-44d1-a2f6-7cae1b281c08
2024-07-09 19:26:07.762  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 531d3add-6d73-496c-8b89-a298d4bbdc1c: Amount of 943 has to sent to Account number 844dbc72-8491-4b72-88eb-f786dcf29249
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 896620c6-f933-4618-835f-678582d3e434: Amount of 214 has to sent to Account number ecaae3ad-e16e-44a0-a4ea-46ea98a43778
2024-07-09 19:26:07.762  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 844dbc72-8491-4b72-88eb-f786dcf29249: Amount of 943 has been received from Account number 531d3add-6d73-496c-8b89-a298d4bbdc1c
2024-07-09 19:26:07.762  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ecaae3ad-e16e-44a0-a4ea-46ea98a43778: Amount of 214 has been received from Account number 896620c6-f933-4618-835f-678582d3e434
2024-07-09 19:26:07.762  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 177fcd40-ceed-4a92-8f2f-ca025d84e04a: Amount of 914 has to sent to Account number 03d26ddf-fc54-44f4-a74b-5df587ffd17b
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f9730f8-268d-499b-8ea8-006dad148ef8: Amount of 799 has to sent to Account number 0a26ec98-befb-4637-9135-f894a3f91c17
2024-07-09 19:26:07.763  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a26ec98-befb-4637-9135-f894a3f91c17: Amount of 799 has been received from Account number 4f9730f8-268d-499b-8ea8-006dad148ef8
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 627ce71d-7331-4163-8be6-79dcab8d60cb: Amount of 614 has to sent to Account number 9c30e169-6c8c-444f-971e-5b43deb4034d
2024-07-09 19:26:07.755  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of eef75d5f-aac0-476f-a73a-cfe84dd2f232: Amount of 880 has to sent to Account number a6226765-4b7b-4ebc-be19-cfb3d44a8d33
2024-07-09 19:26:07.763  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of a6226765-4b7b-4ebc-be19-cfb3d44a8d33: Amount of 880 has been received from Account number eef75d5f-aac0-476f-a73a-cfe84dd2f232
2024-07-09 19:26:07.755  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e8daba6-850c-4ee0-8c08-72cd6e85b278: Amount of 11 has been received from Account number 0faeba01-d16c-460d-91a1-945a9d9d5fd2
2024-07-09 19:26:07.763  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9c30e169-6c8c-444f-971e-5b43deb4034d: Amount of 614 has been received from Account number 627ce71d-7331-4163-8be6-79dcab8d60cb
2024-07-09 19:26:07.762  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of d523fd61-1aad-4c2a-aa0d-ff671928a3c0: Amount of 768 has to sent to Account number ca603a93-2abf-40e3-ae20-dde15f0660d4
2024-07-09 19:26:07.762  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of dccecf26-6515-4337-a89f-071d28a2d81d: Amount of 451 has to sent to Account number b8cad8e3-e787-4ac1-8c99-005d8203b78b
2024-07-09 19:26:07.763  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca603a93-2abf-40e3-ae20-dde15f0660d4: Amount of 768 has been received from Account number d523fd61-1aad-4c2a-aa0d-ff671928a3c0
2024-07-09 19:26:07.763  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of b8cad8e3-e787-4ac1-8c99-005d8203b78b: Amount of 451 has been received from Account number dccecf26-6515-4337-a89f-071d28a2d81d
2024-07-09 19:26:07.763  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 749c4e88-63dc-4a91-9382-93a598970fcc: Amount of 135 has to sent to Account number 4c9c9821-063b-4efe-94c6-9718b533de4a
2024-07-09 19:26:07.762  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of f349e5a0-ebfe-442a-97e7-ebd36b36684e: Amount of 764 has been received from Account number d8796afa-9c73-4d3a-a2d1-3f368a06c717
2024-07-09 19:26:07.763  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of e0cb842b-f08a-4f79-9130-e67d3b1a5ad3: Amount of 114 has to sent to Account number bb2167b6-49e5-4205-9017-075c42088b4b
2024-07-09 19:26:07.763  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of b7ca4c35-27e2-4dff-ae3b-9c5624ab0687: Amount of 73 has to sent to Account number 3652043a-98c2-4508-9a06-8beeadbd9f73
2024-07-09 19:26:07.763  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42390647-a9d4-4bf5-893b-c9c0371f8f05: Amount of 312 has to sent to Account number a6187d0c-2128-45db-a87b-0c1c0f59a63a
2024-07-09 19:26:07.763  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of bb2167b6-49e5-4205-9017-075c42088b4b: Amount of 114 has been received from Account number e0cb842b-f08a-4f79-9130-e67d3b1a5ad3
2024-07-09 19:26:07.763  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f08ffd2-0c22-4341-b5dc-ced72fd45af9: Amount of 430 has to sent to Account number 181dcd5f-a40a-45e1-9896-cbf50301d7f0
2024-07-09 19:26:07.762  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of e53fadaa-10d9-4bcc-988b-76dd020a1990: Amount of 118 has been received from Account number bcf58e57-dbf6-47ae-b112-05e60b214b58
2024-07-09 19:26:07.762  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1b7c3a37-bcd2-4b2b-a62f-528f8f30f04c: Amount of 37 has been received from Account number 7a2a0e54-633f-48b5-948f-82f6e7d0759f
2024-07-09 19:26:07.763  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 181dcd5f-a40a-45e1-9896-cbf50301d7f0: Amount of 430 has been received from Account number 3f08ffd2-0c22-4341-b5dc-ced72fd45af9
2024-07-09 19:26:07.762  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of a79b7b75-654b-4d82-abbb-5fd7d8ac2320: Amount of 601 has to sent to Account number df702792-d4dc-46e8-9f09-5598340ec848
2024-07-09 19:26:07.762  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ceafeef-7149-49bb-a218-aed48b319791: Amount of 544 has been received from Account number 24b54548-839f-48c6-bcab-f3eea937ac10
2024-07-09 19:26:07.762  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f92ece6-6f2e-421d-80eb-4c540375a00b: Amount of 239 has to sent to Account number 9a9bf9c6-a704-432b-9122-fed798445288
2024-07-09 19:26:07.763  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of df702792-d4dc-46e8-9f09-5598340ec848: Amount of 601 has been received from Account number a79b7b75-654b-4d82-abbb-5fd7d8ac2320
2024-07-09 19:26:07.763  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9a9bf9c6-a704-432b-9122-fed798445288: Amount of 239 has been received from Account number 7f92ece6-6f2e-421d-80eb-4c540375a00b
2024-07-09 19:26:07.763  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 72b18d64-93c6-40fe-9f0f-5a1c2a9e625a: Amount of 491 has to sent to Account number 98acc9e0-f0b6-49eb-8be4-878771e5c46d
2024-07-09 19:26:07.763  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c7e0cef-be16-48ab-818f-382ca46e63d5: Amount of 240 has to sent to Account number a2084e8c-f264-4cf6-a6af-1b36bdaffde0
2024-07-09 19:26:07.763  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98acc9e0-f0b6-49eb-8be4-878771e5c46d: Amount of 491 has been received from Account number 72b18d64-93c6-40fe-9f0f-5a1c2a9e625a
2024-07-09 19:26:07.763  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of a2084e8c-f264-4cf6-a6af-1b36bdaffde0: Amount of 240 has been received from Account number 0c7e0cef-be16-48ab-818f-382ca46e63d5
2024-07-09 19:26:07.763  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 61b247a2-3ed0-4a63-af5f-d4a823eaf6be: Amount of 957 has to sent to Account number 3583391e-f17c-4c37-9322-45ae9f6e3446
2024-07-09 19:26:07.763  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 74b2bb95-24a4-4faf-9eef-12d51833ec5f: Amount of 429 has to sent to Account number 869972be-ee85-49c8-b1a8-d08278805c50
2024-07-09 19:26:07.762  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of d8c3d00b-93b5-4c8c-a4d0-dfa9e307a7b1: Amount of 674 has to sent to Account number fd6da260-7969-4b9f-b65d-8bc62dfc8651
2024-07-09 19:26:07.763  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 869972be-ee85-49c8-b1a8-d08278805c50: Amount of 429 has been received from Account number 74b2bb95-24a4-4faf-9eef-12d51833ec5f
2024-07-09 19:26:07.763  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of fd6da260-7969-4b9f-b65d-8bc62dfc8651: Amount of 674 has been received from Account number d8c3d00b-93b5-4c8c-a4d0-dfa9e307a7b1
2024-07-09 19:26:07.762  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 126bdc57-74bd-426c-976e-f1979a311dfe: Amount of 138 has to sent to Account number 2749b83d-4c62-448a-ab41-727df9172f80
2024-07-09 19:26:07.763  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2749b83d-4c62-448a-ab41-727df9172f80: Amount of 138 has been received from Account number 126bdc57-74bd-426c-976e-f1979a311dfe
2024-07-09 19:26:07.762  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2fbf2a84-64cb-4d67-8a90-e5322340f881: Amount of 767 has to sent to Account number 94fb58d0-a927-4660-b7f4-ef3a34f9ea1b
2024-07-09 19:26:07.762  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of d9be41b9-b5f4-42a6-b7e1-ac2e11daf50b: Amount of 981 has to sent to Account number c3d0414b-f582-47a6-a57a-4baa436e8c78
2024-07-09 19:26:07.763  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 94fb58d0-a927-4660-b7f4-ef3a34f9ea1b: Amount of 767 has been received from Account number 2fbf2a84-64cb-4d67-8a90-e5322340f881
2024-07-09 19:26:07.763  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3d0414b-f582-47a6-a57a-4baa436e8c78: Amount of 981 has been received from Account number d9be41b9-b5f4-42a6-b7e1-ac2e11daf50b
2024-07-09 19:26:07.762  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7308f05c-0bc8-4c50-8d4e-374062a5d37f: Amount of 936 has been received from Account number c479f02a-7c83-4429-9571-d53228e96a16
2024-07-09 19:26:07.762  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 750cb05b-e524-44d1-a2f6-7cae1b281c08: Amount of 66 has been received from Account number 3eda54f9-53d8-4358-b545-5f11a218b506
2024-07-09 19:26:07.763  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 03d26ddf-fc54-44f4-a74b-5df587ffd17b: Amount of 914 has been received from Account number 177fcd40-ceed-4a92-8f2f-ca025d84e04a
2024-07-09 19:26:07.763  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9798a765-2c2c-49e3-8179-67f8e6bb759d: Amount of 904 has to sent to Account number 93ba52ac-5705-4519-9f67-404147e959ec
2024-07-09 19:26:07.763  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of c2f1a005-ab69-4140-9aac-ce309888db66: Amount of 71 has to sent to Account number 72f23fda-a4ed-4840-b862-5652724e8096
2024-07-09 19:26:07.763  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 93ba52ac-5705-4519-9f67-404147e959ec: Amount of 904 has been received from Account number 9798a765-2c2c-49e3-8179-67f8e6bb759d
2024-07-09 19:26:07.763  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f19e278-9b25-42c8-94d8-732f9b949699: Amount of 703 has to sent to Account number 3fbeacbc-5d90-46c7-8d29-5dbc3a21add1
2024-07-09 19:26:07.763  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3fbeacbc-5d90-46c7-8d29-5dbc3a21add1: Amount of 703 has been received from Account number 3f19e278-9b25-42c8-94d8-732f9b949699
2024-07-09 19:26:07.763  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of a7cbe1b1-0b76-4cfa-8799-a5cb3254f31c: Amount of 846 has to sent to Account number 8836cb86-c564-4b05-ab6a-fc3f160a66f0
2024-07-09 19:26:07.763  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4c9c9821-063b-4efe-94c6-9718b533de4a: Amount of 135 has been received from Account number 749c4e88-63dc-4a91-9382-93a598970fcc
2024-07-09 19:26:07.763  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3652043a-98c2-4508-9a06-8beeadbd9f73: Amount of 73 has been received from Account number b7ca4c35-27e2-4dff-ae3b-9c5624ab0687
2024-07-09 19:26:07.763  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of a6187d0c-2128-45db-a87b-0c1c0f59a63a: Amount of 312 has been received from Account number 42390647-a9d4-4bf5-893b-c9c0371f8f05
2024-07-09 19:26:07.763  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of e15c11a7-253f-4b33-acfd-a8f16aa56032: Amount of 519 has to sent to Account number 935b396c-0264-47b6-ad44-9dd16312c997
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 935b396c-0264-47b6-ad44-9dd16312c997: Amount of 519 has been received from Account number e15c11a7-253f-4b33-acfd-a8f16aa56032
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8836cb86-c564-4b05-ab6a-fc3f160a66f0: Amount of 846 has been received from Account number a7cbe1b1-0b76-4cfa-8799-a5cb3254f31c
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of c14e5d02-7189-4ebb-abe0-d116077c3ed7: Amount of 970 has to sent to Account number 5543c930-4572-49b9-bc41-0a9c307001af
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 79e3da96-f7a0-4561-bc6e-6b3b20aaf4c8: Amount of 648 has to sent to Account number 7463f883-392e-416b-b88e-1ad401baca35
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of df49c941-8c4d-4985-89c8-0ed24de37d3a: Amount of 519 has to sent to Account number 40e5c6bf-fecf-4441-becc-52c84349b1ee
2024-07-09 19:26:07.763  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1930acd1-17d8-4c5b-9aff-e0ee19323b58: Amount of 757 has to sent to Account number 3aba5c3f-8444-4283-8aa9-3fc065ba204a
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7463f883-392e-416b-b88e-1ad401baca35: Amount of 648 has been received from Account number 79e3da96-f7a0-4561-bc6e-6b3b20aaf4c8
2024-07-09 19:26:07.763  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 71e641af-9086-4b80-9fa2-6222d0e12bc3: Amount of 119 has to sent to Account number 783a1e85-6553-41e5-91a8-b26d98f7308a
2024-07-09 19:26:07.763  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 34288dda-19aa-4415-9477-4e4150523ebb: Amount of 280 has to sent to Account number f846c33b-7187-43af-9440-c15110a2fd5d
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 783a1e85-6553-41e5-91a8-b26d98f7308a: Amount of 119 has been received from Account number 71e641af-9086-4b80-9fa2-6222d0e12bc3
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of f846c33b-7187-43af-9440-c15110a2fd5d: Amount of 280 has been received from Account number 34288dda-19aa-4415-9477-4e4150523ebb
2024-07-09 19:26:07.763  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of e30a69a8-3c60-4806-a07c-146e319ac20a: Amount of 940 has to sent to Account number 5c6d077e-59af-4a09-b120-8738a554e3a6
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 88f90706-0ce2-4cca-8203-055f0ff47ab6: Amount of 71 has to sent to Account number baa553ff-8bf4-4a3f-9f03-9e2a86a7e1b6
2024-07-09 19:26:07.763  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3583391e-f17c-4c37-9322-45ae9f6e3446: Amount of 957 has been received from Account number 61b247a2-3ed0-4a63-af5f-d4a823eaf6be
2024-07-09 19:26:07.763  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of b957a156-b89d-4697-a183-24c8e335cb20: Amount of 727 has to sent to Account number 9bebb939-a834-4feb-a716-7453c02c726b
2024-07-09 19:26:07.763  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e594953-4668-40bc-91a6-a404c9c280f8: Amount of 551 has to sent to Account number e1570b1c-7030-4a71-9a4b-83ad482394ad
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9bebb939-a834-4feb-a716-7453c02c726b: Amount of 727 has been received from Account number b957a156-b89d-4697-a183-24c8e335cb20
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of e1570b1c-7030-4a71-9a4b-83ad482394ad: Amount of 551 has been received from Account number 0e594953-4668-40bc-91a6-a404c9c280f8
2024-07-09 19:26:07.763  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25d0d5dc-35cf-46c6-a1a4-0c6456a421ad: Amount of 377 has to sent to Account number 1c35ed90-83dd-4824-8ed5-762eb93285d3
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of e1141928-fcbf-480a-9e39-3ffd91eda652: Amount of 74 has to sent to Account number 6bf9c72e-4476-45b0-9be1-9732b45ea393
2024-07-09 19:26:07.763  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca645e85-2f5d-4b18-a2f3-f974f132fdc5: Amount of 53 has to sent to Account number df8f4e70-ff89-458f-a422-48af799cc571
2024-07-09 19:26:07.763  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1b454d0c-2947-4a8a-b540-4e527abec0aa: Amount of 193 has to sent to Account number d6d0ca28-82c2-4f0a-8642-f8341aa8a9c1
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of df8f4e70-ff89-458f-a422-48af799cc571: Amount of 53 has been received from Account number ca645e85-2f5d-4b18-a2f3-f974f132fdc5
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6d0ca28-82c2-4f0a-8642-f8341aa8a9c1: Amount of 193 has been received from Account number 1b454d0c-2947-4a8a-b540-4e527abec0aa
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of a1a18ae8-af04-419f-a0fb-cb15162b206b: Amount of 930 has to sent to Account number 5a035a15-f2c3-48f7-a5c3-e8dcde89e37e
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a035a15-f2c3-48f7-a5c3-e8dcde89e37e: Amount of 930 has been received from Account number a1a18ae8-af04-419f-a0fb-cb15162b206b
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8958003a-f7de-47a1-9771-ff404d25473f: Amount of 996 has to sent to Account number a5588d87-66b5-409e-8a4f-859eebd5d9a1
2024-07-09 19:26:07.763  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6683597f-bf9f-408c-a7c2-38b4b608d5be: Amount of 517 has to sent to Account number f630a38f-c621-4d10-bb2f-fc5197af4cbe
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8fd0d678-1b75-4f82-a4f6-46f465852555: Amount of 771 has to sent to Account number 700b81d1-8888-4b24-9e9b-9e716295c54a
2024-07-09 19:26:07.763  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 07f43055-4af2-4323-a8ba-6a7ea360d443: Amount of 29 has to sent to Account number 6bf3ac40-3cc0-4c3c-8d63-4c1042eed7e8
2024-07-09 19:26:07.763  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 72f23fda-a4ed-4840-b862-5652724e8096: Amount of 71 has been received from Account number c2f1a005-ab69-4140-9aac-ce309888db66
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9397e90a-766a-47b2-8478-f61989a803c1: Amount of 813 has to sent to Account number 26ba9ec3-8a01-4128-bdde-129c2020eed3
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of b7b8e894-e6a1-4e39-8579-09c7c262d4e5: Amount of 873 has to sent to Account number 9528e2b0-abe6-4c7c-b690-50ad3414e547
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26ba9ec3-8a01-4128-bdde-129c2020eed3: Amount of 813 has been received from Account number 9397e90a-766a-47b2-8478-f61989a803c1
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6bf3ac40-3cc0-4c3c-8d63-4c1042eed7e8: Amount of 29 has been received from Account number 07f43055-4af2-4323-a8ba-6a7ea360d443
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8cfc8d88-aab0-42c0-aeda-4da7e66107bb: Amount of 252 has to sent to Account number 2f583e11-9e36-45a8-9bf1-c29796ef00e5
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2f583e11-9e36-45a8-9bf1-c29796ef00e5: Amount of 252 has been received from Account number 8cfc8d88-aab0-42c0-aeda-4da7e66107bb
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of e1fbcf9d-6d25-4c05-8a14-ce056b84cca2: Amount of 329 has to sent to Account number 89b4204e-760b-434e-86f1-bd65807f788f
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 89b4204e-760b-434e-86f1-bd65807f788f: Amount of 329 has been received from Account number e1fbcf9d-6d25-4c05-8a14-ce056b84cca2
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of dad120f9-b83d-4efe-b020-47f44ca9cf5a: Amount of 958 has to sent to Account number 49f9d2e8-2fbf-4983-a2e8-14844a3b37da
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0f4deb3e-344c-4aa0-9f0d-94254f4eb466: Amount of 600 has to sent to Account number 48a01a7c-615e-4885-94ca-52513bf611ae
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9674f05e-9525-435c-8ff5-105c19d7c6fa: Amount of 237 has to sent to Account number b3217657-02b2-474f-9b6e-69a609b856d4
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 48a01a7c-615e-4885-94ca-52513bf611ae: Amount of 600 has been received from Account number 0f4deb3e-344c-4aa0-9f0d-94254f4eb466
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of b3217657-02b2-474f-9b6e-69a609b856d4: Amount of 237 has been received from Account number 9674f05e-9525-435c-8ff5-105c19d7c6fa
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5543c930-4572-49b9-bc41-0a9c307001af: Amount of 970 has been received from Account number c14e5d02-7189-4ebb-abe0-d116077c3ed7
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 37d5b5cc-5d28-4b01-a91d-70cdfc01873d: Amount of 668 has to sent to Account number 01fa9bde-5d3e-40a9-9198-e763a498f394
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 01fa9bde-5d3e-40a9-9198-e763a498f394: Amount of 668 has been received from Account number 37d5b5cc-5d28-4b01-a91d-70cdfc01873d
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 40e5c6bf-fecf-4441-becc-52c84349b1ee: Amount of 519 has been received from Account number df49c941-8c4d-4985-89c8-0ed24de37d3a
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56aad0fc-e9bf-40c6-b4f7-7139549b00aa: Amount of 94 has to sent to Account number d7ed41a6-1476-4b96-828e-55e831ef5ee6
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3aba5c3f-8444-4283-8aa9-3fc065ba204a: Amount of 757 has been received from Account number 1930acd1-17d8-4c5b-9aff-e0ee19323b58
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of d7ed41a6-1476-4b96-828e-55e831ef5ee6: Amount of 94 has been received from Account number 56aad0fc-e9bf-40c6-b4f7-7139549b00aa
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of da427ec1-0adb-47ba-a17d-45ce9d5c3344: Amount of 838 has to sent to Account number 7fb83be6-1e50-4ec1-9473-b9a9fe53f6db
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c6d077e-59af-4a09-b120-8738a554e3a6: Amount of 940 has been received from Account number e30a69a8-3c60-4806-a07c-146e319ac20a
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6139d877-b341-4159-a99f-5dc06681fc01: Amount of 340 has to sent to Account number 9b5a2726-cfe2-4441-baa5-9626b0a35caa
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9b5a2726-cfe2-4441-baa5-9626b0a35caa: Amount of 340 has been received from Account number 6139d877-b341-4159-a99f-5dc06681fc01
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e0a5e40-088d-421f-8de8-5b44780c0e80: Amount of 676 has to sent to Account number c5068be8-009f-430a-8333-2c0713e15a00
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of baa553ff-8bf4-4a3f-9f03-9e2a86a7e1b6: Amount of 71 has been received from Account number 88f90706-0ce2-4cca-8203-055f0ff47ab6
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5824873f-8066-4b4b-9305-11d336cf9c35: Amount of 1000 has to sent to Account number 1284c9fa-3dea-4c1f-988b-f44067ee56b3
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c35ed90-83dd-4824-8ed5-762eb93285d3: Amount of 377 has been received from Account number 25d0d5dc-35cf-46c6-a1a4-0c6456a421ad
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1284c9fa-3dea-4c1f-988b-f44067ee56b3: Amount of 1000 has been received from Account number 5824873f-8066-4b4b-9305-11d336cf9c35
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9512c343-af57-4b02-b79e-79ce6e6f8de6: Amount of 976 has to sent to Account number 48c3e3c1-c73a-4c62-bfea-7bd5993310cb
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42cd8101-b935-448e-98db-2a5970b66f3b: Amount of 128 has to sent to Account number 8b3eafde-9346-43da-b50f-37a809b892bf
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 48c3e3c1-c73a-4c62-bfea-7bd5993310cb: Amount of 976 has been received from Account number 9512c343-af57-4b02-b79e-79ce6e6f8de6
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b3eafde-9346-43da-b50f-37a809b892bf: Amount of 128 has been received from Account number 42cd8101-b935-448e-98db-2a5970b66f3b
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6bf9c72e-4476-45b0-9be1-9732b45ea393: Amount of 74 has been received from Account number e1141928-fcbf-480a-9e39-3ffd91eda652
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of db75737d-c383-4aba-82ce-5eb8d5e65137: Amount of 835 has to sent to Account number f5a98889-9083-468a-aed7-90374a7d6401
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of f5a98889-9083-468a-aed7-90374a7d6401: Amount of 835 has been received from Account number db75737d-c383-4aba-82ce-5eb8d5e65137
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d18dd8f9-341c-41d8-8be3-edc55070207c: Amount of 610 has to sent to Account number aa468596-88f5-4e94-b9dd-fbbca14150de
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 757d4942-ee64-4a96-9aa7-543e185f1dbf: Amount of 813 has to sent to Account number e8bbffd5-8a4b-46d8-8514-89aaf74c5100
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 391e6bfa-1851-4040-8ff4-81aef33e2554: Amount of 34 has to sent to Account number 20ff0e78-ee3d-444c-a5f1-44acfe6dd17d
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of a5588d87-66b5-409e-8a4f-859eebd5d9a1: Amount of 996 has been received from Account number 8958003a-f7de-47a1-9771-ff404d25473f
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f630a38f-c621-4d10-bb2f-fc5197af4cbe: Amount of 517 has been received from Account number 6683597f-bf9f-408c-a7c2-38b4b608d5be
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 700b81d1-8888-4b24-9e9b-9e716295c54a: Amount of 771 has been received from Account number 8fd0d678-1b75-4f82-a4f6-46f465852555
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 39f8e3c0-8cdf-4808-b248-19bfe43f0ffa: Amount of 243 has to sent to Account number ca673a4a-b9d0-4be3-a722-f1daa05b2578
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a062236-fbd2-482e-bdee-8685243524c6: Amount of 292 has to sent to Account number 160dffbf-13d0-46b0-b93f-fe8011d2550e
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca673a4a-b9d0-4be3-a722-f1daa05b2578: Amount of 243 has been received from Account number 39f8e3c0-8cdf-4808-b248-19bfe43f0ffa
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9528e2b0-abe6-4c7c-b690-50ad3414e547: Amount of 873 has been received from Account number b7b8e894-e6a1-4e39-8579-09c7c262d4e5
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d4e477b-1cdf-4a85-a462-ff4767d0f9bb: Amount of 407 has to sent to Account number d60b27d4-e339-4d7a-94c9-5b32ae6a7983
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a540570-6751-4e62-b278-e51e16d69777: Amount of 396 has to sent to Account number 8b800eb0-f9cd-447a-b8a1-7ae3d220b947
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b800eb0-f9cd-447a-b8a1-7ae3d220b947: Amount of 396 has been received from Account number 3a540570-6751-4e62-b278-e51e16d69777
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 49f9d2e8-2fbf-4983-a2e8-14844a3b37da: Amount of 958 has been received from Account number dad120f9-b83d-4efe-b020-47f44ca9cf5a
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 03cc2eae-b32e-4d6e-8c3d-40190a258f5c: Amount of 565 has to sent to Account number e2270344-64ab-4f61-b836-5acab4808da4
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 714fce12-e0e6-4167-9647-de1085917718: Amount of 386 has to sent to Account number 83e1cbff-b5c1-42c8-a2cc-0c53db2fa779
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 875892fa-0bbe-4039-ad18-8ff7f58a7df2: Amount of 420 has to sent to Account number 814c89ef-1d81-4f64-9bf8-5df41a595880
2024-07-09 19:26:07.769  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of e01cb0b5-93d8-4d82-a065-b665af1aff94: Amount of 130 has to sent to Account number 34ae8557-f723-4c43-acc6-fba284d50ac9
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0440de82-b26c-42ea-a7cc-5e78f47adfcf: Amount of 45 has to sent to Account number 176f3d8d-df44-45e2-9299-69fbed0038f3
2024-07-09 19:26:07.769  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 176f3d8d-df44-45e2-9299-69fbed0038f3: Amount of 45 has been received from Account number 0440de82-b26c-42ea-a7cc-5e78f47adfcf
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of cace7901-ec36-45c4-87b8-bc78c4ff493b: Amount of 225 has to sent to Account number 03e288c2-4831-48e8-af90-de5e92cd0792
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7fb83be6-1e50-4ec1-9473-b9a9fe53f6db: Amount of 838 has been received from Account number da427ec1-0adb-47ba-a17d-45ce9d5c3344
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6f0d34f5-4c26-42dc-bae4-63ff089ad3dc: Amount of 410 has to sent to Account number 9c1c846c-f009-453a-a288-1ed51d102ed9
2024-07-09 19:26:07.769  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9c1c846c-f009-453a-a288-1ed51d102ed9: Amount of 410 has been received from Account number 6f0d34f5-4c26-42dc-bae4-63ff089ad3dc
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of c5068be8-009f-430a-8333-2c0713e15a00: Amount of 676 has been received from Account number 8e0a5e40-088d-421f-8de8-5b44780c0e80
2024-07-09 19:26:07.769  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 78a3f5ac-f78e-489a-b0d8-daca08507ece: Amount of 836 has to sent to Account number 6d97c3d7-63ec-43ac-9a04-3e2a918fa660
2024-07-09 19:26:07.769  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d97c3d7-63ec-43ac-9a04-3e2a918fa660: Amount of 836 has been received from Account number 78a3f5ac-f78e-489a-b0d8-daca08507ece
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d85e2ec-6ba9-4af1-b488-f92b85f95591: Amount of 660 has to sent to Account number 20e35f27-a22d-4b3d-8027-eca29cf96c47
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb8ba775-e25a-416c-82fd-d1f7585df112: Amount of 743 has to sent to Account number 684079f9-1eef-49c9-9e07-ecdde3cca809
2024-07-09 19:26:07.769  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 684079f9-1eef-49c9-9e07-ecdde3cca809: Amount of 743 has been received from Account number fb8ba775-e25a-416c-82fd-d1f7585df112
2024-07-09 19:26:07.769  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2f76ea31-b19f-4a61-95f5-7edc63b7a81c: Amount of 153 has to sent to Account number 8af2b8fc-69eb-4d78-aad0-8a97c9c729d5
2024-07-09 19:26:07.769  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 20e35f27-a22d-4b3d-8027-eca29cf96c47: Amount of 660 has been received from Account number 5d85e2ec-6ba9-4af1-b488-f92b85f95591
2024-07-09 19:26:07.769  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8af2b8fc-69eb-4d78-aad0-8a97c9c729d5: Amount of 153 has been received from Account number 2f76ea31-b19f-4a61-95f5-7edc63b7a81c
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 41050925-dc51-4f46-82e4-644f4e945ff1: Amount of 597 has to sent to Account number 439674c7-86df-4ab1-8cda-c6016c50d5b3
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a1a5e1c-8877-439c-a9e1-573f8304f633: Amount of 75 has to sent to Account number e0de383d-88d0-4a1e-9ef5-431828c25254
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3fe6f40e-5c5b-4c01-a71a-58a79813b1f8: Amount of 829 has to sent to Account number 062b790d-9bcf-44da-875b-a9f50c80d075
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of df0cf28e-42f3-4c2f-8521-b374ce12f5d2: Amount of 5 has to sent to Account number 2b208af4-5e67-4a68-8b95-ef42e3c243e1
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 062b790d-9bcf-44da-875b-a9f50c80d075: Amount of 829 has been received from Account number 3fe6f40e-5c5b-4c01-a71a-58a79813b1f8
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of aa468596-88f5-4e94-b9dd-fbbca14150de: Amount of 610 has been received from Account number d18dd8f9-341c-41d8-8be3-edc55070207c
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 20ff0e78-ee3d-444c-a5f1-44acfe6dd17d: Amount of 34 has been received from Account number 391e6bfa-1851-4040-8ff4-81aef33e2554
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 439674c7-86df-4ab1-8cda-c6016c50d5b3: Amount of 597 has been received from Account number 41050925-dc51-4f46-82e4-644f4e945ff1
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of e8bbffd5-8a4b-46d8-8514-89aaf74c5100: Amount of 813 has been received from Account number 757d4942-ee64-4a96-9aa7-543e185f1dbf
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2104fabe-6a8c-4ce8-a076-bee6ec2cd48e: Amount of 190 has to sent to Account number cea44fb2-a0f3-4e57-8b31-ce72e3e5fc8d
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25c2f740-7477-43ba-a485-8a23c252fd68: Amount of 99 has to sent to Account number 0624b107-6822-41fc-8b74-d8417fcb9f95
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 160dffbf-13d0-46b0-b93f-fe8011d2550e: Amount of 292 has been received from Account number 0a062236-fbd2-482e-bdee-8685243524c6
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0624b107-6822-41fc-8b74-d8417fcb9f95: Amount of 99 has been received from Account number 25c2f740-7477-43ba-a485-8a23c252fd68
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of f82088b0-1778-4c4b-be28-7dcaac06fff0: Amount of 304 has to sent to Account number 47e0e108-51ca-48b7-a232-6bf6afa28463
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 47e0e108-51ca-48b7-a232-6bf6afa28463: Amount of 304 has been received from Account number f82088b0-1778-4c4b-be28-7dcaac06fff0
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 12464e96-a012-48b3-9467-1926ac1244b2: Amount of 387 has to sent to Account number 06f03e2a-5d3d-4caf-adf6-5c7b8fb8e18f
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 06f03e2a-5d3d-4caf-adf6-5c7b8fb8e18f: Amount of 387 has been received from Account number 12464e96-a012-48b3-9467-1926ac1244b2
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ce84890e-25af-45f5-b503-5a1c657fd175: Amount of 542 has to sent to Account number 379a68d3-b979-40df-a2aa-2b753be959bd
2024-07-09 19:26:07.766  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 811e243c-5760-4033-9cd2-ab84c82affd0: Amount of 177 has to sent to Account number f1f77393-b3a5-4be3-b0b1-cf351f0e45b0
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of b952d893-3343-49f3-a2ef-0bf4621c5580: Amount of 448 has to sent to Account number a37cd24a-a925-41be-930a-d66c0565b61f
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6baae020-4db8-452f-a37b-179f58ea5123: Amount of 992 has to sent to Account number 3ba94b66-430d-4ab4-890e-f686808d67a3
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ba94b66-430d-4ab4-890e-f686808d67a3: Amount of 992 has been received from Account number 6baae020-4db8-452f-a37b-179f58ea5123
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of a37cd24a-a925-41be-930a-d66c0565b61f: Amount of 448 has been received from Account number b952d893-3343-49f3-a2ef-0bf4621c5580
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d60b27d4-e339-4d7a-94c9-5b32ae6a7983: Amount of 407 has been received from Account number 5d4e477b-1cdf-4a85-a462-ff4767d0f9bb
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 23784dea-c027-4de0-9b2b-4604b45b7e7f: Amount of 613 has to sent to Account number c7459238-9df6-440e-85ef-ecc5d0303d44
2024-07-09 19:26:07.766  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2944ad22-c4fb-4bb8-9be2-edea66082bb6: Amount of 118 has to sent to Account number 6820178e-25a5-400f-ab71-672ac94af543
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of c7459238-9df6-440e-85ef-ecc5d0303d44: Amount of 613 has been received from Account number 23784dea-c027-4de0-9b2b-4604b45b7e7f
2024-07-09 19:26:07.769  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of e2270344-64ab-4f61-b836-5acab4808da4: Amount of 565 has been received from Account number 03cc2eae-b32e-4d6e-8c3d-40190a258f5c
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a549caa-c6ab-4199-abc4-5a04dfaa2dec: Amount of 38 has to sent to Account number e5277c97-0845-4c6d-a7e7-f959271f7f32
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of e5277c97-0845-4c6d-a7e7-f959271f7f32: Amount of 38 has been received from Account number 6a549caa-c6ab-4199-abc4-5a04dfaa2dec
2024-07-09 19:26:07.769  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 83e1cbff-b5c1-42c8-a2cc-0c53db2fa779: Amount of 386 has been received from Account number 714fce12-e0e6-4167-9647-de1085917718
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of f63a4441-c237-4956-b2a2-3926d5ff87c5: Amount of 774 has to sent to Account number d6b98ce2-7a37-4430-adb5-c4ac6e9301ee
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6b98ce2-7a37-4430-adb5-c4ac6e9301ee: Amount of 774 has been received from Account number f63a4441-c237-4956-b2a2-3926d5ff87c5
2024-07-09 19:26:07.769  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 814c89ef-1d81-4f64-9bf8-5df41a595880: Amount of 420 has been received from Account number 875892fa-0bbe-4039-ad18-8ff7f58a7df2
2024-07-09 19:26:07.769  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 34ae8557-f723-4c43-acc6-fba284d50ac9: Amount of 130 has been received from Account number e01cb0b5-93d8-4d82-a065-b665af1aff94
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 912cb0c2-bf28-4840-8b35-e1e0c1387301: Amount of 96 has to sent to Account number d0bb7082-671b-4dc9-b433-509ff93bc598
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d3067d9-17be-4bb1-847e-3db504ce8acc: Amount of 16 has to sent to Account number ed6b54b0-51cb-4934-857a-d51fb31b42b8
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of d0bb7082-671b-4dc9-b433-509ff93bc598: Amount of 96 has been received from Account number 912cb0c2-bf28-4840-8b35-e1e0c1387301
2024-07-09 19:26:07.769  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 871b2fb0-53a0-4eab-ab8e-d6f8df3b7817: Amount of 629 has to sent to Account number 6ef20c03-0043-418b-b315-5d197a8c51c2
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed6b54b0-51cb-4934-857a-d51fb31b42b8: Amount of 16 has been received from Account number 5d3067d9-17be-4bb1-847e-3db504ce8acc
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of b9669ed2-b58e-41e1-a339-588f1dcfb6cf: Amount of 920 has to sent to Account number 209a18fc-92af-45c7-bf0d-89cc6849e42d
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6ef20c03-0043-418b-b315-5d197a8c51c2: Amount of 629 has been received from Account number 871b2fb0-53a0-4eab-ab8e-d6f8df3b7817
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7471a030-8a3d-4bf9-b6f0-b7837f2c954b: Amount of 947 has to sent to Account number 179e5bf9-393b-462e-8e91-f507035bb1da
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 179e5bf9-393b-462e-8e91-f507035bb1da: Amount of 947 has been received from Account number 7471a030-8a3d-4bf9-b6f0-b7837f2c954b
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 846a2988-f50e-4e0c-8910-f091acc470ad: Amount of 11 has to sent to Account number 833889dc-f9d2-4f71-952e-2508acd766b7
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 209a18fc-92af-45c7-bf0d-89cc6849e42d: Amount of 920 has been received from Account number b9669ed2-b58e-41e1-a339-588f1dcfb6cf
2024-07-09 19:26:07.769  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a0efb1c3-c956-41e1-b865-fd56713db326: Amount of 9 has to sent to Account number bc670f6e-3005-4b33-b570-91a78606cf68
2024-07-09 19:26:07.769  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 03e288c2-4831-48e8-af90-de5e92cd0792: Amount of 225 has been received from Account number cace7901-ec36-45c4-87b8-bc78c4ff493b
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc670f6e-3005-4b33-b570-91a78606cf68: Amount of 9 has been received from Account number a0efb1c3-c956-41e1-b865-fd56713db326
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of c53c73f4-28f5-4eda-80f6-3b10b8b4751d: Amount of 932 has to sent to Account number 50c2acf4-25ae-4d1b-bd96-61f0a2b537f8
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ea0948dc-caaa-4317-9cdb-f132c360be3c: Amount of 470 has to sent to Account number c9cfa74f-cb74-4872-92dc-671b41f67822
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4c9307b4-e7cc-432c-8f6f-63a5a4c028f9: Amount of 642 has to sent to Account number df12c7ca-32af-48d0-807c-09eda7fa9dad
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c9cfa74f-cb74-4872-92dc-671b41f67822: Amount of 470 has been received from Account number ea0948dc-caaa-4317-9cdb-f132c360be3c
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of df12c7ca-32af-48d0-807c-09eda7fa9dad: Amount of 642 has been received from Account number 4c9307b4-e7cc-432c-8f6f-63a5a4c028f9
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of dbe30caa-718a-4bc2-a690-fcdcb97f0cb0: Amount of 164 has to sent to Account number 6a864e81-3cf3-48bf-bae4-5139d81594b1
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 33cfae7b-2cac-4c62-ad0f-98c3bb266811: Amount of 260 has to sent to Account number 654def2a-04b5-457a-8895-0aa2f1c45156
2024-07-09 19:26:07.769  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0116e07b-6d4e-4028-af9e-f8183f610c2e: Amount of 203 has to sent to Account number dbcbbdff-781d-4144-8da6-06c82652b3b9
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 654def2a-04b5-457a-8895-0aa2f1c45156: Amount of 260 has been received from Account number 33cfae7b-2cac-4c62-ad0f-98c3bb266811
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of e0de383d-88d0-4a1e-9ef5-431828c25254: Amount of 75 has been received from Account number 6a1a5e1c-8877-439c-a9e1-573f8304f633
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of dbcbbdff-781d-4144-8da6-06c82652b3b9: Amount of 203 has been received from Account number 0116e07b-6d4e-4028-af9e-f8183f610c2e
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2cb32856-1272-4194-a0fe-3a239e91ab6e: Amount of 500 has to sent to Account number 6a1692c5-4d96-41ef-8da8-c2c0d47bd08a
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a1692c5-4d96-41ef-8da8-c2c0d47bd08a: Amount of 500 has been received from Account number 2cb32856-1272-4194-a0fe-3a239e91ab6e
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 06bc0a8f-226e-49cc-bed5-496f5b02c76b: Amount of 896 has to sent to Account number ddd4b348-4534-4304-89d8-fb6daed8c05f
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of a868366f-f939-40c1-be5c-738301eb0769: Amount of 152 has to sent to Account number 8b50be28-f1f0-42b5-b2b0-f82c2b6a87ec
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 330248da-8af3-45eb-9050-22bf3ee0bfb1: Amount of 423 has to sent to Account number 8080912d-a5d3-46cd-98fc-1189ce01e0bf
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b208af4-5e67-4a68-8b95-ef42e3c243e1: Amount of 5 has been received from Account number df0cf28e-42f3-4c2f-8521-b374ce12f5d2
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ddd4b348-4534-4304-89d8-fb6daed8c05f: Amount of 896 has been received from Account number 06bc0a8f-226e-49cc-bed5-496f5b02c76b
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8080912d-a5d3-46cd-98fc-1189ce01e0bf: Amount of 423 has been received from Account number 330248da-8af3-45eb-9050-22bf3ee0bfb1
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4df371f0-08d9-4a9a-a3c7-88a6fe3642fd: Amount of 54 has to sent to Account number f31c9cc4-b5a5-439f-b933-395f662a1895
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 00a7de22-0ec7-4a13-8953-6848c65d2b2a: Amount of 840 has to sent to Account number 26dc3eff-02ac-4f16-bbe0-67e261615620
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of cb63d70c-3336-41d8-a6b3-6307a41a0436: Amount of 269 has to sent to Account number 5a87f784-83a0-4052-985d-708568d5b299
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of f31c9cc4-b5a5-439f-b933-395f662a1895: Amount of 54 has been received from Account number 4df371f0-08d9-4a9a-a3c7-88a6fe3642fd
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of cea44fb2-a0f3-4e57-8b31-ce72e3e5fc8d: Amount of 190 has been received from Account number 2104fabe-6a8c-4ce8-a076-bee6ec2cd48e
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2263b8be-3f2d-4912-ac06-6e6eed8bffb7: Amount of 451 has to sent to Account number 115932d4-ab3d-40bb-a7ba-22890c93e70a
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 115932d4-ab3d-40bb-a7ba-22890c93e70a: Amount of 451 has been received from Account number 2263b8be-3f2d-4912-ac06-6e6eed8bffb7
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 01f8b1ee-79cd-4edd-b311-698720ce3c85: Amount of 638 has to sent to Account number 98b21afc-64e8-418f-b10f-b877657d2336
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98b21afc-64e8-418f-b10f-b877657d2336: Amount of 638 has been received from Account number 01f8b1ee-79cd-4edd-b311-698720ce3c85
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of bbe4b989-009c-4a39-9611-7a8bbb7a5c42: Amount of 175 has to sent to Account number 8f526fb6-5cc8-4491-9582-247cef670269
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 88068aa8-301e-42b3-b8a9-d99345c05bf8: Amount of 35 has to sent to Account number 18fa4ef6-3c3f-49a5-af26-f790fb005966
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 379a68d3-b979-40df-a2aa-2b753be959bd: Amount of 542 has been received from Account number ce84890e-25af-45f5-b503-5a1c657fd175
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 18fa4ef6-3c3f-49a5-af26-f790fb005966: Amount of 35 has been received from Account number 88068aa8-301e-42b3-b8a9-d99345c05bf8
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6775bdf8-e643-4400-bf60-f611be1f7e77: Amount of 403 has to sent to Account number 04376528-782c-42e4-9c4d-217f036147eb
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 21a6d413-6a7d-494c-bd4f-3625955bb5d4: Amount of 430 has to sent to Account number 7efcdc08-ccdc-49a5-86bc-78b27c4fc5b9
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 04376528-782c-42e4-9c4d-217f036147eb: Amount of 403 has been received from Account number 6775bdf8-e643-4400-bf60-f611be1f7e77
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7efcdc08-ccdc-49a5-86bc-78b27c4fc5b9: Amount of 430 has been received from Account number 21a6d413-6a7d-494c-bd4f-3625955bb5d4
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4430a4e-913c-41f1-a891-b0ec333367e1: Amount of 296 has to sent to Account number 561186af-14e6-47ed-b158-437d6c98c329
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8bb574c0-f073-4cca-8dac-a7c0afdc25fe: Amount of 378 has to sent to Account number f6344639-0640-47c8-b121-3204e6cb3363
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of f1f77393-b3a5-4be3-b0b1-cf351f0e45b0: Amount of 177 has been received from Account number 811e243c-5760-4033-9cd2-ab84c82affd0
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of f6344639-0640-47c8-b121-3204e6cb3363: Amount of 378 has been received from Account number 8bb574c0-f073-4cca-8dac-a7c0afdc25fe
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8a6886de-b320-429e-92b3-3ba854f224c3: Amount of 413 has to sent to Account number 95209918-31cc-4532-bb80-08aba4349cdd
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a6cccd47-5383-445b-986d-ab95481242f6: Amount of 52 has to sent to Account number ce6c4a20-d958-45da-8b0c-7129d504de17
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95209918-31cc-4532-bb80-08aba4349cdd: Amount of 413 has been received from Account number 8a6886de-b320-429e-92b3-3ba854f224c3
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ebe51fb-70c0-4ac7-8182-a29a3aa7e81b: Amount of 38 has to sent to Account number 47b4dc79-65ed-4241-a698-64acf9c3200f
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6820178e-25a5-400f-ab71-672ac94af543: Amount of 118 has been received from Account number 2944ad22-c4fb-4bb8-9be2-edea66082bb6
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 47b4dc79-65ed-4241-a698-64acf9c3200f: Amount of 38 has been received from Account number 2ebe51fb-70c0-4ac7-8182-a29a3aa7e81b
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of f0a4427d-bfeb-455f-ad5a-71698bc07cbe: Amount of 347 has to sent to Account number 956a78f2-e57f-4323-806d-28a51c9504d4
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of a3bfa5e9-4af4-4f4b-8c39-e2f4ee108843: Amount of 856 has to sent to Account number e30d6ba1-acd8-48a1-a2f1-42e8178c28a2
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of e30d6ba1-acd8-48a1-a2f1-42e8178c28a2: Amount of 856 has been received from Account number a3bfa5e9-4af4-4f4b-8c39-e2f4ee108843
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of f59dd9e1-3bbb-4bcb-b74e-c281b99d6978: Amount of 842 has to sent to Account number b19e69a6-2891-4453-ac36-b3b2850d7c49
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of f6940fcc-ace8-4ccd-b9df-bc5716adf4cc: Amount of 790 has to sent to Account number 8d7f7bac-c3cb-41cb-acae-f4c259efbee3
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 19a0d5d6-349e-4d9d-b3b2-fedd85fe3d24: Amount of 724 has to sent to Account number 561029e2-2b2f-4d69-9a3a-76e188d77c0a
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d7f7bac-c3cb-41cb-acae-f4c259efbee3: Amount of 790 has been received from Account number f6940fcc-ace8-4ccd-b9df-bc5716adf4cc
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 561029e2-2b2f-4d69-9a3a-76e188d77c0a: Amount of 724 has been received from Account number 19a0d5d6-349e-4d9d-b3b2-fedd85fe3d24
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 833889dc-f9d2-4f71-952e-2508acd766b7: Amount of 11 has been received from Account number 846a2988-f50e-4e0c-8910-f091acc470ad
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of beb48196-ff46-40f5-b06f-d352c4072cc1: Amount of 386 has to sent to Account number 0e3433c1-696d-48e2-a68b-8dfc6979eaed
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 50c2acf4-25ae-4d1b-bd96-61f0a2b537f8: Amount of 932 has been received from Account number c53c73f4-28f5-4eda-80f6-3b10b8b4751d
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of c5a0ca85-9e7d-497b-b91f-699ae299451d: Amount of 996 has to sent to Account number 4a031c5c-5ef0-4d34-a247-4503dfd5fea9
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a864e81-3cf3-48bf-bae4-5139d81594b1: Amount of 164 has been received from Account number dbe30caa-718a-4bc2-a690-fcdcb97f0cb0
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4a031c5c-5ef0-4d34-a247-4503dfd5fea9: Amount of 996 has been received from Account number c5a0ca85-9e7d-497b-b91f-699ae299451d
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of c072eab4-9137-4e06-968a-802773c1ad46: Amount of 778 has to sent to Account number b4bc2483-5b67-4de8-8126-342e80d60f3c
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of b4bc2483-5b67-4de8-8126-342e80d60f3c: Amount of 778 has been received from Account number c072eab4-9137-4e06-968a-802773c1ad46
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0646722f-e6ff-4120-9c10-254e416871d5: Amount of 334 has to sent to Account number 175d1af2-4ec4-480e-9631-a287a1ae4c42
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 175d1af2-4ec4-480e-9631-a287a1ae4c42: Amount of 334 has been received from Account number 0646722f-e6ff-4120-9c10-254e416871d5
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81f8e8ce-0c8b-476d-bf33-f6b4d906ca72: Amount of 779 has to sent to Account number 6047810e-ec18-4883-9be1-e39eb747b699
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b50be28-f1f0-42b5-b2b0-f82c2b6a87ec: Amount of 152 has been received from Account number a868366f-f939-40c1-be5c-738301eb0769
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a87f784-83a0-4052-985d-708568d5b299: Amount of 269 has been received from Account number cb63d70c-3336-41d8-a6b3-6307a41a0436
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1de7fe0d-bb7f-42a9-9246-27ceb485256d: Amount of 50 has to sent to Account number b52385c6-99e5-4559-82cf-38308d23aa1e
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of b52385c6-99e5-4559-82cf-38308d23aa1e: Amount of 50 has been received from Account number 1de7fe0d-bb7f-42a9-9246-27ceb485256d
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of e73139f8-929a-455f-a10c-b97ee4c3a03e: Amount of 456 has to sent to Account number 30f59925-cd45-4fb0-819e-d996abdf8e7e
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 30f59925-cd45-4fb0-819e-d996abdf8e7e: Amount of 456 has been received from Account number e73139f8-929a-455f-a10c-b97ee4c3a03e
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7eb8b507-0a3e-4a15-991d-f123c2f7107a: Amount of 474 has to sent to Account number d362af70-0455-4f9a-9ca3-abcedd5a2119
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of c5c718f4-9d31-46b2-be95-6eca99822a81: Amount of 678 has to sent to Account number 500202f3-59f5-44a9-829f-84a343e52e94
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26dc3eff-02ac-4f16-bbe0-67e261615620: Amount of 840 has been received from Account number 00a7de22-0ec7-4a13-8953-6848c65d2b2a
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of b1a4393b-956d-4690-ac44-8715ba295744: Amount of 854 has to sent to Account number a92caded-a545-46c1-99cc-7fb5639de6d1
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f526fb6-5cc8-4491-9582-247cef670269: Amount of 175 has been received from Account number bbe4b989-009c-4a39-9611-7a8bbb7a5c42
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d125ae3-6a28-4fe1-a9c0-bd02c2718964: Amount of 210 has to sent to Account number e5f96038-0147-4bd6-a99d-f90a95b58379
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of a92caded-a545-46c1-99cc-7fb5639de6d1: Amount of 854 has been received from Account number b1a4393b-956d-4690-ac44-8715ba295744
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of e5f96038-0147-4bd6-a99d-f90a95b58379: Amount of 210 has been received from Account number 4d125ae3-6a28-4fe1-a9c0-bd02c2718964
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 042cecb0-088c-457d-827a-d61135fb3459: Amount of 357 has to sent to Account number f8a27ab5-a1ea-4bf3-ae9e-8cf151c4b285
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of dc6ee82b-8b01-4bf3-8816-42bd641f83de: Amount of 906 has to sent to Account number ec7a4159-dee0-47e7-99a3-21f7a83395a7
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d5d752d-54f6-4d45-8933-bf3630228465: Amount of 114 has to sent to Account number 9f76ac29-6456-43a0-a7d4-4381e94a887c
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 561186af-14e6-47ed-b158-437d6c98c329: Amount of 296 has been received from Account number a4430a4e-913c-41f1-a891-b0ec333367e1
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of f941255f-9575-4d8f-bab1-40f745bd6e92: Amount of 159 has to sent to Account number e6971d1b-673f-47a4-b066-45ee03a80f98
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ce6c4a20-d958-45da-8b0c-7129d504de17: Amount of 52 has been received from Account number a6cccd47-5383-445b-986d-ab95481242f6
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of e6971d1b-673f-47a4-b066-45ee03a80f98: Amount of 159 has been received from Account number f941255f-9575-4d8f-bab1-40f745bd6e92
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a910bd9-6c0f-4183-8872-04603fc4a311: Amount of 401 has to sent to Account number 77dce49b-53a3-40d9-8cdf-9137b625a80e
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77dce49b-53a3-40d9-8cdf-9137b625a80e: Amount of 401 has been received from Account number 3a910bd9-6c0f-4183-8872-04603fc4a311
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9dcde4eb-96fb-4c60-8fc3-3620581afed2: Amount of 961 has to sent to Account number 8acfbffd-c63e-48f9-b794-7ef088ae4ba6
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 961d1579-d547-4ae9-adc7-9075431720e1: Amount of 938 has to sent to Account number d6a3229e-b5ba-48c8-9f10-1d751bc19e61
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 65ea2491-6d5a-4a79-a690-ee6a31a6f924: Amount of 141 has to sent to Account number e6407f3f-204a-42f1-8568-f5a9b160a79e
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6a3229e-b5ba-48c8-9f10-1d751bc19e61: Amount of 938 has been received from Account number 961d1579-d547-4ae9-adc7-9075431720e1
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of e6407f3f-204a-42f1-8568-f5a9b160a79e: Amount of 141 has been received from Account number 65ea2491-6d5a-4a79-a690-ee6a31a6f924
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of e041c9f6-c9bf-4430-b96b-913e8892c353: Amount of 179 has to sent to Account number 65944486-7576-4d48-9a87-ce7b46daa6a8
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 956a78f2-e57f-4323-806d-28a51c9504d4: Amount of 347 has been received from Account number f0a4427d-bfeb-455f-ad5a-71698bc07cbe
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f3ead9b-af28-46ab-b339-f7c37f5fd0ce: Amount of 263 has to sent to Account number 4913e687-b705-456a-9738-9b66bab03cd2
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1de67227-9a2b-4a77-b29b-508d864cc6ab: Amount of 919 has to sent to Account number 3d0edb5b-15fe-459c-88cf-0991ea59ee7b
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4913e687-b705-456a-9738-9b66bab03cd2: Amount of 263 has been received from Account number 3f3ead9b-af28-46ab-b339-f7c37f5fd0ce
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of b19e69a6-2891-4453-ac36-b3b2850d7c49: Amount of 842 has been received from Account number f59dd9e1-3bbb-4bcb-b74e-c281b99d6978
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90d53303-e9e7-44e4-8376-53332f4e7164: Amount of 676 has to sent to Account number fd79cdd3-f9fd-497f-98d9-b8d2cf4a1774
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of c6fa5517-5fe5-4f36-b09a-06835b96d511: Amount of 761 has to sent to Account number 50753b7a-fd80-40ad-9a50-8793be1cfbfb
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of fd79cdd3-f9fd-497f-98d9-b8d2cf4a1774: Amount of 676 has been received from Account number 90d53303-e9e7-44e4-8376-53332f4e7164
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 50753b7a-fd80-40ad-9a50-8793be1cfbfb: Amount of 761 has been received from Account number c6fa5517-5fe5-4f36-b09a-06835b96d511
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a6d214a0-37ef-4335-b8e8-a377609c3f8a: Amount of 694 has to sent to Account number cff703e8-d8b7-42fc-9649-a09baaa0b60b
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e3433c1-696d-48e2-a68b-8dfc6979eaed: Amount of 386 has been received from Account number beb48196-ff46-40f5-b06f-d352c4072cc1
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of cff703e8-d8b7-42fc-9649-a09baaa0b60b: Amount of 694 has been received from Account number a6d214a0-37ef-4335-b8e8-a377609c3f8a
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6fe3af3c-d6f8-4830-9630-c53ae1aeba77: Amount of 57 has to sent to Account number 6e52456b-dfbd-47e3-8bc2-6c8ab0c8af05
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6047810e-ec18-4883-9be1-e39eb747b699: Amount of 779 has been received from Account number 81f8e8ce-0c8b-476d-bf33-f6b4d906ca72
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 50b5b5ce-3abb-4971-908e-b04b00472f63: Amount of 739 has to sent to Account number 78f495f4-6125-43ae-8819-2016769b0f30
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 168be646-c341-47fe-afed-a2b05234cc0e: Amount of 28 has to sent to Account number b8288b8f-80df-40bd-ae1e-5a4820ed75cf
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a147c035-10f2-46e2-8a51-0df139273833: Amount of 145 has to sent to Account number 17dbe97e-9f58-43d6-b584-47bfb0101c55
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 78f495f4-6125-43ae-8819-2016769b0f30: Amount of 739 has been received from Account number 50b5b5ce-3abb-4971-908e-b04b00472f63
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of b4c8bc84-25d6-4f49-9b63-958d4907debb: Amount of 710 has to sent to Account number ee580a9d-06b8-4b33-a5fe-c4a0557c9d8b
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of d362af70-0455-4f9a-9ca3-abcedd5a2119: Amount of 474 has been received from Account number 7eb8b507-0a3e-4a15-991d-f123c2f7107a
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee580a9d-06b8-4b33-a5fe-c4a0557c9d8b: Amount of 710 has been received from Account number b4c8bc84-25d6-4f49-9b63-958d4907debb
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 986e8d1e-40ed-4a7a-a1dd-38101fc762ea: Amount of 863 has to sent to Account number 54e71d9f-75e9-4ac2-b60d-2546aa0a7b03
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 500202f3-59f5-44a9-829f-84a343e52e94: Amount of 678 has been received from Account number c5c718f4-9d31-46b2-be95-6eca99822a81
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 54e71d9f-75e9-4ac2-b60d-2546aa0a7b03: Amount of 863 has been received from Account number 986e8d1e-40ed-4a7a-a1dd-38101fc762ea
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of c7db38fb-4021-47b0-a11d-184053f43cc3: Amount of 928 has to sent to Account number ef90a891-ccbf-4615-852f-8bea1daf660b
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of f8a27ab5-a1ea-4bf3-ae9e-8cf151c4b285: Amount of 357 has been received from Account number 042cecb0-088c-457d-827a-d61135fb3459
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ec7a4159-dee0-47e7-99a3-21f7a83395a7: Amount of 906 has been received from Account number dc6ee82b-8b01-4bf3-8816-42bd641f83de
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1451a37b-c6ed-437f-ab15-8c3a52853445: Amount of 288 has to sent to Account number 625118b8-dcb2-4300-8b51-5d0881fa4301
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 566fbc27-9653-4487-a907-3da9f2769e85: Amount of 424 has to sent to Account number e8f6f1c9-5552-42a9-835e-cffce29b890d
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 625118b8-dcb2-4300-8b51-5d0881fa4301: Amount of 288 has been received from Account number 1451a37b-c6ed-437f-ab15-8c3a52853445
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9f76ac29-6456-43a0-a7d4-4381e94a887c: Amount of 114 has been received from Account number 9d5d752d-54f6-4d45-8933-bf3630228465
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of e8f6f1c9-5552-42a9-835e-cffce29b890d: Amount of 424 has been received from Account number 566fbc27-9653-4487-a907-3da9f2769e85
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb4b6866-7b42-4455-8708-332fd1eed589: Amount of 569 has to sent to Account number 1f140f18-1877-47a5-a9c8-457c6d52d38c
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1f140f18-1877-47a5-a9c8-457c6d52d38c: Amount of 569 has been received from Account number eb4b6866-7b42-4455-8708-332fd1eed589
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c08d2f0-94bd-4fb0-9099-b1e67908e227: Amount of 932 has to sent to Account number 747c16a7-bd84-43a6-9342-c4ba67f728c8
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 747c16a7-bd84-43a6-9342-c4ba67f728c8: Amount of 932 has been received from Account number 2c08d2f0-94bd-4fb0-9099-b1e67908e227
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0500e0fc-f4f8-4aaf-a9aa-493a6801583d: Amount of 547 has to sent to Account number a5a7d317-7de0-439a-9516-d079b5dd73fa
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a5a7d317-7de0-439a-9516-d079b5dd73fa: Amount of 547 has been received from Account number 0500e0fc-f4f8-4aaf-a9aa-493a6801583d
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2142be45-fe44-446a-868b-6f24f852e234: Amount of 775 has to sent to Account number 83ab3032-153c-4a55-a608-6376264b6f87
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 99a6b129-d66b-4c1f-be3c-6c65b9188379: Amount of 913 has to sent to Account number 20239b05-fedc-468c-aa55-e9c39a6397ee
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8acfbffd-c63e-48f9-b794-7ef088ae4ba6: Amount of 961 has been received from Account number 9dcde4eb-96fb-4c60-8fc3-3620581afed2
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of e89bcd42-7e9c-4b11-9025-cf38b47cff7b: Amount of 103 has to sent to Account number 3391fca0-0500-4aeb-a7bb-ff0ad83a4654
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2cdb00ee-8704-4acb-bd10-18c45ce9b00b: Amount of 459 has to sent to Account number 2cb54b7c-a228-4ba3-b325-3764fba91502
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22587fdc-8146-427c-abf3-2b71fe86a74a: Amount of 587 has to sent to Account number e8b8722c-790a-4313-8cd3-6476b3fa0cf0
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2cb54b7c-a228-4ba3-b325-3764fba91502: Amount of 459 has been received from Account number 2cdb00ee-8704-4acb-bd10-18c45ce9b00b
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 65944486-7576-4d48-9a87-ce7b46daa6a8: Amount of 179 has been received from Account number e041c9f6-c9bf-4430-b96b-913e8892c353
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d0edb5b-15fe-459c-88cf-0991ea59ee7b: Amount of 919 has been received from Account number 1de67227-9a2b-4a77-b29b-508d864cc6ab
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of f523b722-8485-4315-b843-c6b5befd1f14: Amount of 958 has to sent to Account number 5908c79d-18c8-41f7-a3b7-7ecf7ecfd146
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of c38b74ac-52ac-442d-82e7-a077c14528d5: Amount of 153 has to sent to Account number 8f94860b-90fb-4e97-8664-e86fbe789faf
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of e99aa783-0c9e-4c8d-aac2-4cf1517f5e66: Amount of 511 has to sent to Account number 8dc80816-6eb8-4867-990a-fc8dd78adaef
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95e498b1-f891-4c12-b15c-27d786f189d3: Amount of 570 has to sent to Account number 469a4081-80ef-4319-89d1-31afcdfa505d
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8dc80816-6eb8-4867-990a-fc8dd78adaef: Amount of 511 has been received from Account number e99aa783-0c9e-4c8d-aac2-4cf1517f5e66
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6e52456b-dfbd-47e3-8bc2-6c8ab0c8af05: Amount of 57 has been received from Account number 6fe3af3c-d6f8-4830-9630-c53ae1aeba77
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of b8288b8f-80df-40bd-ae1e-5a4820ed75cf: Amount of 28 has been received from Account number 168be646-c341-47fe-afed-a2b05234cc0e
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 08704738-fcf1-4134-830f-8218bc44a717: Amount of 686 has to sent to Account number db34008e-e04d-45ee-9725-a8a41a29a452
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a7c4c28-627c-4dfd-9831-26aaef76b584: Amount of 589 has to sent to Account number b1353fa1-2e3c-4050-8bdf-419ceeecfe2e
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of db34008e-e04d-45ee-9725-a8a41a29a452: Amount of 686 has been received from Account number 08704738-fcf1-4134-830f-8218bc44a717
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 17dbe97e-9f58-43d6-b584-47bfb0101c55: Amount of 145 has been received from Account number a147c035-10f2-46e2-8a51-0df139273833
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of d367fdad-0440-40b1-9e22-9cb3cc0afd77: Amount of 611 has to sent to Account number a986756e-29be-4cd4-a44f-69921e767b89
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of eabc8066-abb0-4bd2-80e5-b22787986734: Amount of 280 has to sent to Account number fb0e4cca-5ef6-4a59-b96c-b05c7b59f75e
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6e2a30d-4ac7-4290-ba66-1c3982c36fc0: Amount of 41 has to sent to Account number f0f509f3-4ce1-4437-902b-bcda62506f47
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of c4725f2d-e8fa-4280-a73f-e727ec86059f: Amount of 517 has to sent to Account number 76e435f4-f31b-4ba6-ab5b-1c29f8238c92
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of f0f509f3-4ce1-4437-902b-bcda62506f47: Amount of 41 has been received from Account number d6e2a30d-4ac7-4290-ba66-1c3982c36fc0
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of fdb4b633-4212-46b7-9f51-03b3452f6085: Amount of 458 has to sent to Account number 9a276877-c4ef-45ba-8ecf-b7fb57955a0f
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9a276877-c4ef-45ba-8ecf-b7fb57955a0f: Amount of 458 has been received from Account number fdb4b633-4212-46b7-9f51-03b3452f6085
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c81106c-3d24-4093-84df-7e4df5b027cf: Amount of 884 has to sent to Account number bbee744b-a922-498c-87ad-23192c03d856
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1138306d-dd52-43b2-b8cb-5073c2bbdcec: Amount of 798 has to sent to Account number 3c5979de-afd6-4647-bf07-cbf1a5c34c7b
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 23e1efc1-87ec-4173-91a0-260f14b267f5: Amount of 335 has to sent to Account number 9c53050c-368c-4d46-88d4-a61adc2e60a7
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3c5979de-afd6-4647-bf07-cbf1a5c34c7b: Amount of 798 has been received from Account number 1138306d-dd52-43b2-b8cb-5073c2bbdcec
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ef90a891-ccbf-4615-852f-8bea1daf660b: Amount of 928 has been received from Account number c7db38fb-4021-47b0-a11d-184053f43cc3
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 33f34626-417c-48c0-9c36-5de2a4d8d5a3: Amount of 25 has to sent to Account number 79e9e196-5b96-484c-97c2-ac6ac682188e
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 79e9e196-5b96-484c-97c2-ac6ac682188e: Amount of 25 has been received from Account number 33f34626-417c-48c0-9c36-5de2a4d8d5a3
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of b184be78-9c6d-4530-9116-c7845367a676: Amount of 299 has to sent to Account number 000cb8e6-d40b-4edf-881c-c083b80d45fe
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 10a0b738-fbb6-43f5-a23b-a80a2364cbf1: Amount of 679 has to sent to Account number 844a0695-7e80-442a-aa7a-9dffffcae87d
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf9cfedf-c3a8-4394-b0d2-e54908af78ae: Amount of 297 has to sent to Account number 77856dd9-1147-4702-8f31-aa0800d98a3e
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 844a0695-7e80-442a-aa7a-9dffffcae87d: Amount of 679 has been received from Account number 10a0b738-fbb6-43f5-a23b-a80a2364cbf1
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77856dd9-1147-4702-8f31-aa0800d98a3e: Amount of 297 has been received from Account number cf9cfedf-c3a8-4394-b0d2-e54908af78ae
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 797fd1f2-b831-407e-bcb2-9decdc102f45: Amount of 519 has to sent to Account number 1de35872-2429-4b86-bd96-41b944ec3f00
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9c53050c-368c-4d46-88d4-a61adc2e60a7: Amount of 335 has been received from Account number 23e1efc1-87ec-4173-91a0-260f14b267f5
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 83ab3032-153c-4a55-a608-6376264b6f87: Amount of 775 has been received from Account number 2142be45-fe44-446a-868b-6f24f852e234
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 20239b05-fedc-468c-aa55-e9c39a6397ee: Amount of 913 has been received from Account number 99a6b129-d66b-4c1f-be3c-6c65b9188379
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 074adffe-697d-4986-951f-b6f84dbdf6a4: Amount of 745 has to sent to Account number 0b657b32-d57b-468e-80fb-8616bd4a9e03
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0b657b32-d57b-468e-80fb-8616bd4a9e03: Amount of 745 has been received from Account number 074adffe-697d-4986-951f-b6f84dbdf6a4
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 638e3e3e-4572-43fd-bc1b-90c789a44aa0: Amount of 385 has to sent to Account number 9b92ee4d-96ad-4775-8ed1-a7aaa56f3e73
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9b92ee4d-96ad-4775-8ed1-a7aaa56f3e73: Amount of 385 has been received from Account number 638e3e3e-4572-43fd-bc1b-90c789a44aa0
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3391fca0-0500-4aeb-a7bb-ff0ad83a4654: Amount of 103 has been received from Account number e89bcd42-7e9c-4b11-9025-cf38b47cff7b
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of edd26690-2d9d-4499-ace7-4cc596c17050: Amount of 516 has to sent to Account number 94e849b8-d19b-4df0-9e72-a66a7c00c786
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 94e849b8-d19b-4df0-9e72-a66a7c00c786: Amount of 516 has been received from Account number edd26690-2d9d-4499-ace7-4cc596c17050
2024-07-09 19:26:07.770  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4bc6a839-277e-4da0-82e2-4906944620c5: Amount of 248 has to sent to Account number fb0d355b-2a2c-4c6d-8241-43aadac32d04
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of a38498a4-b453-4d03-a548-0f8f02825124: Amount of 874 has to sent to Account number 87dc4e98-628d-41ae-ab7d-95f85ffe0d6d
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 87dc4e98-628d-41ae-ab7d-95f85ffe0d6d: Amount of 874 has been received from Account number a38498a4-b453-4d03-a548-0f8f02825124
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb0d355b-2a2c-4c6d-8241-43aadac32d04: Amount of 248 has been received from Account number 4bc6a839-277e-4da0-82e2-4906944620c5
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 63fb6a5a-8829-4b53-9657-105807610f24: Amount of 874 has to sent to Account number 03339d63-f5b1-47d9-b734-2151d55b32b2
2024-07-09 19:26:07.770  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of e8b8722c-790a-4313-8cd3-6476b3fa0cf0: Amount of 587 has been received from Account number 22587fdc-8146-427c-abf3-2b71fe86a74a
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 03339d63-f5b1-47d9-b734-2151d55b32b2: Amount of 874 has been received from Account number 63fb6a5a-8829-4b53-9657-105807610f24
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of d79122ed-c937-456d-9747-aa79dc994e34: Amount of 983 has to sent to Account number 8f5e223b-9254-463a-bfc8-a157f71dbb6d
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 27ca7269-a634-40fc-b976-a14c8c5e3d36: Amount of 643 has to sent to Account number 3e4ac33d-5e64-494c-9498-7e2f8e8d8333
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of e67dd412-c840-45bc-9bf7-e879a3f7bf72: Amount of 200 has to sent to Account number c3c319da-81c7-4b7b-9350-95e6d14b75d1
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e4ac33d-5e64-494c-9498-7e2f8e8d8333: Amount of 643 has been received from Account number 27ca7269-a634-40fc-b976-a14c8c5e3d36
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3c319da-81c7-4b7b-9350-95e6d14b75d1: Amount of 200 has been received from Account number e67dd412-c840-45bc-9bf7-e879a3f7bf72
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d902e99-3fe5-4521-a91a-00c194ac8d14: Amount of 756 has to sent to Account number 3ea6a5af-c1f2-4807-a4aa-44bd5dfc3662
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5908c79d-18c8-41f7-a3b7-7ecf7ecfd146: Amount of 958 has been received from Account number f523b722-8485-4315-b843-c6b5befd1f14
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f5e223b-9254-463a-bfc8-a157f71dbb6d: Amount of 983 has been received from Account number d79122ed-c937-456d-9747-aa79dc994e34
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ea6a5af-c1f2-4807-a4aa-44bd5dfc3662: Amount of 756 has been received from Account number 5d902e99-3fe5-4521-a91a-00c194ac8d14
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d2bdd8b-357a-46bd-b7e6-aeb17f4ec95d: Amount of 419 has to sent to Account number 74f78552-7b87-4fc7-a47b-c83691550f30
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ec17d371-b5fe-4076-bcdb-53bf3b134a78: Amount of 893 has to sent to Account number 922f4e0f-e8fc-452d-80c1-f3b4bee432d7
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 74f78552-7b87-4fc7-a47b-c83691550f30: Amount of 419 has been received from Account number 8d2bdd8b-357a-46bd-b7e6-aeb17f4ec95d
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 922f4e0f-e8fc-452d-80c1-f3b4bee432d7: Amount of 893 has been received from Account number ec17d371-b5fe-4076-bcdb-53bf3b134a78
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9175d931-0176-4ffc-a814-76ad7d3b568f: Amount of 220 has to sent to Account number 549ccaff-e018-42f8-ae6d-fdea6f1ac65d
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f94860b-90fb-4e97-8664-e86fbe789faf: Amount of 153 has been received from Account number c38b74ac-52ac-442d-82e7-a077c14528d5
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of e504ee47-ec7b-4e9b-b951-ce60043f8840: Amount of 99 has to sent to Account number 795ea9b6-f2e6-4771-8fea-2e62e0188bd6
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 942971c9-cc06-4850-a984-c600bf128b02: Amount of 675 has to sent to Account number 9800d547-8ee0-4ce5-bc09-817d7771c04d
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 469a4081-80ef-4319-89d1-31afcdfa505d: Amount of 570 has been received from Account number 95e498b1-f891-4c12-b15c-27d786f189d3
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of abbf92df-c4a5-432e-86ee-390794703230: Amount of 531 has to sent to Account number c85e1afa-57b3-476d-9c0f-44476009ddd8
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of b1353fa1-2e3c-4050-8bdf-419ceeecfe2e: Amount of 589 has been received from Account number 3a7c4c28-627c-4dfd-9831-26aaef76b584
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of c85e1afa-57b3-476d-9c0f-44476009ddd8: Amount of 531 has been received from Account number abbf92df-c4a5-432e-86ee-390794703230
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of e2e04201-4a58-4dea-86a7-75a10b252f75: Amount of 956 has to sent to Account number 6fb19faf-9eb4-4db6-9d94-92d96ed27fd2
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb0e4cca-5ef6-4a59-b96c-b05c7b59f75e: Amount of 280 has been received from Account number eabc8066-abb0-4bd2-80e5-b22787986734
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 76e435f4-f31b-4ba6-ab5b-1c29f8238c92: Amount of 517 has been received from Account number c4725f2d-e8fa-4280-a73f-e727ec86059f
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of a986756e-29be-4cd4-a44f-69921e767b89: Amount of 611 has been received from Account number d367fdad-0440-40b1-9e22-9cb3cc0afd77
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of a6849443-3396-4a60-8f0f-254f91c8e7a5: Amount of 477 has to sent to Account number 1f747c90-ef2f-4c14-a998-5ba1193182c0
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of bbee744b-a922-498c-87ad-23192c03d856: Amount of 884 has been received from Account number 8c81106c-3d24-4093-84df-7e4df5b027cf
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1f747c90-ef2f-4c14-a998-5ba1193182c0: Amount of 477 has been received from Account number a6849443-3396-4a60-8f0f-254f91c8e7a5
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of c086c86a-684b-4b19-9a14-3724a6c3a6bc: Amount of 789 has to sent to Account number e0083afd-2570-40d8-9fb5-45ab3db9332c
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 000cb8e6-d40b-4edf-881c-c083b80d45fe: Amount of 299 has been received from Account number b184be78-9c6d-4530-9116-c7845367a676
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of e6c8537c-ae01-4d44-9a9b-dd7c57d52f8d: Amount of 927 has to sent to Account number fbbdba82-086f-492f-8cc9-b8f9803d56f8
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 15e4890d-2ca4-4f5c-8063-d3ad3ba390b2: Amount of 563 has to sent to Account number a5e4cae4-b5c4-4562-9336-479220fe3323
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of fbbdba82-086f-492f-8cc9-b8f9803d56f8: Amount of 927 has been received from Account number e6c8537c-ae01-4d44-9a9b-dd7c57d52f8d
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of a5e4cae4-b5c4-4562-9336-479220fe3323: Amount of 563 has been received from Account number 15e4890d-2ca4-4f5c-8063-d3ad3ba390b2
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 83ef0bc5-ae4a-4e60-bac2-35cd56e9d523: Amount of 859 has to sent to Account number 6dbacd78-84e6-4af4-aad6-1210d5f05026
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56943537-16ac-4560-a115-886541cad937: Amount of 358 has to sent to Account number 46ce72d6-6f44-490a-b32c-e84fb1b0dd72
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3c013d8e-6a52-439d-8ad2-f977399c9428: Amount of 316 has to sent to Account number 5b0305b5-c832-4c42-9e2e-f8e7624249e1
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 46ce72d6-6f44-490a-b32c-e84fb1b0dd72: Amount of 358 has been received from Account number 56943537-16ac-4560-a115-886541cad937
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b0305b5-c832-4c42-9e2e-f8e7624249e1: Amount of 316 has been received from Account number 3c013d8e-6a52-439d-8ad2-f977399c9428
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1de35872-2429-4b86-bd96-41b944ec3f00: Amount of 519 has been received from Account number 797fd1f2-b831-407e-bcb2-9decdc102f45
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of e0eee5d9-caf2-4cc7-acbc-06a4bb051412: Amount of 52 has to sent to Account number fee02618-2d48-46e2-8bd0-fa673096c70d
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6dbacd78-84e6-4af4-aad6-1210d5f05026: Amount of 859 has been received from Account number 83ef0bc5-ae4a-4e60-bac2-35cd56e9d523
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of fee02618-2d48-46e2-8bd0-fa673096c70d: Amount of 52 has been received from Account number e0eee5d9-caf2-4cc7-acbc-06a4bb051412
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 023cb635-7736-4b14-8a55-e9638d65b783: Amount of 635 has to sent to Account number 7b2f5971-4486-41a8-9d90-217ba7da6af3
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6e80ab4b-aecb-417d-b6bb-ac456a3843f1: Amount of 748 has to sent to Account number b8c5f6cd-9289-41c7-89da-28b4342f04de
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ab8febb5-7ffe-4376-8000-fe15ac67c5a6: Amount of 759 has to sent to Account number ee22ec0c-403b-46dd-9fab-9bd6bfa316e2
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of edb2310b-e130-4353-9995-60824761bf4b: Amount of 15 has to sent to Account number e6c65e53-12a0-4010-a2ef-8cae12ae93d4
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4ace5b64-fad6-43be-ae11-f963c276bc60: Amount of 66 has to sent to Account number 6582c2cf-096a-4ecf-9e8d-ea82a2203620
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 54f5bcee-b7a8-4244-a1a4-f725a3bf77dc: Amount of 381 has to sent to Account number 890071ae-7853-460f-9701-137b27a68810
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8acb4ad5-214e-4098-9e45-2f9b62da613d: Amount of 25 has to sent to Account number 3bc95c81-b333-4e0c-9d3b-3900cc269187
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6582c2cf-096a-4ecf-9e8d-ea82a2203620: Amount of 66 has been received from Account number 4ace5b64-fad6-43be-ae11-f963c276bc60
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 549ccaff-e018-42f8-ae6d-fdea6f1ac65d: Amount of 220 has been received from Account number 9175d931-0176-4ffc-a814-76ad7d3b568f
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 795ea9b6-f2e6-4771-8fea-2e62e0188bd6: Amount of 99 has been received from Account number e504ee47-ec7b-4e9b-b951-ce60043f8840
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 29693200-8b28-49c2-8fba-4fe6920fe366: Amount of 500 has to sent to Account number 863f9896-6d38-40ac-b26a-ce31a17f062e
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 563f3ef5-31b3-4c4b-94f1-e6199ce206e4: Amount of 817 has to sent to Account number 6d0952a3-1a37-4e5a-a929-925eaf430741
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 863f9896-6d38-40ac-b26a-ce31a17f062e: Amount of 500 has been received from Account number 29693200-8b28-49c2-8fba-4fe6920fe366
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d0952a3-1a37-4e5a-a929-925eaf430741: Amount of 817 has been received from Account number 563f3ef5-31b3-4c4b-94f1-e6199ce206e4
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of b9743d31-fcc3-4733-87c9-f72ccd876f53: Amount of 83 has to sent to Account number 0b5f27f2-5df9-4e40-a842-9d8308f932fe
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9800d547-8ee0-4ce5-bc09-817d7771c04d: Amount of 675 has been received from Account number 942971c9-cc06-4850-a984-c600bf128b02
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 91a76d28-10c6-4ba1-80c2-61116daa91e7: Amount of 648 has to sent to Account number 73ef496a-a142-49b2-89a8-e19d93954742
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 71470b41-19e7-4d5e-8c3e-27ff4acc32a8: Amount of 812 has to sent to Account number 6e02a669-d261-428c-992b-7c23fb76246a
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 73ef496a-a142-49b2-89a8-e19d93954742: Amount of 648 has been received from Account number 91a76d28-10c6-4ba1-80c2-61116daa91e7
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4685f6ed-dc9f-4e06-ad11-ab87a3a7d280: Amount of 109 has to sent to Account number 14d75c27-ad55-4774-af5b-79ffaa0765d2
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 14d75c27-ad55-4774-af5b-79ffaa0765d2: Amount of 109 has been received from Account number 4685f6ed-dc9f-4e06-ad11-ab87a3a7d280
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4ecdcbb6-7998-42bd-bc3e-527131efcd2e: Amount of 633 has to sent to Account number 56cad9a3-c9a2-4c57-9053-97bad774e09b
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 80d634a3-058d-4358-9342-ac5ecb958c76: Amount of 654 has to sent to Account number 306b33a3-e672-4082-b07c-773b4af3b90a
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9b93b11-0858-44a1-af1a-130bcd1413cf: Amount of 399 has to sent to Account number 03b59ed7-1e1b-46d6-87e7-bd19b5c4a11a
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c0405f6-a0e8-41ff-bf74-7903606e9bf4: Amount of 583 has to sent to Account number 1420cd03-81ec-417d-b6aa-dc4e37651211
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 03b59ed7-1e1b-46d6-87e7-bd19b5c4a11a: Amount of 399 has been received from Account number a9b93b11-0858-44a1-af1a-130bcd1413cf
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56cad9a3-c9a2-4c57-9053-97bad774e09b: Amount of 633 has been received from Account number 4ecdcbb6-7998-42bd-bc3e-527131efcd2e
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1420cd03-81ec-417d-b6aa-dc4e37651211: Amount of 583 has been received from Account number 2c0405f6-a0e8-41ff-bf74-7903606e9bf4
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 52407037-40b2-4653-842d-8c4f363c072c: Amount of 642 has to sent to Account number b029492f-3f5f-48fb-a389-e122162a463c
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6fb19faf-9eb4-4db6-9d94-92d96ed27fd2: Amount of 956 has been received from Account number e2e04201-4a58-4dea-86a7-75a10b252f75
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of b21aaec3-896f-4893-80ab-b2deab3432cb: Amount of 59 has to sent to Account number 20b5820b-e838-4b54-ba85-d0a1ba0622ee
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of b029492f-3f5f-48fb-a389-e122162a463c: Amount of 642 has been received from Account number 52407037-40b2-4653-842d-8c4f363c072c
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 224dfd7d-c5b1-43cd-bf74-62c9c3768099: Amount of 262 has to sent to Account number da3d3acd-3494-4f47-8a33-4e703d4c9a05
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of da3d3acd-3494-4f47-8a33-4e703d4c9a05: Amount of 262 has been received from Account number 224dfd7d-c5b1-43cd-bf74-62c9c3768099
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9dc3f95b-eeda-49de-97dc-5f4264f3f786: Amount of 665 has to sent to Account number 03f3db22-63e2-409a-a778-9676d7c2317c
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 03f3db22-63e2-409a-a778-9676d7c2317c: Amount of 665 has been received from Account number 9dc3f95b-eeda-49de-97dc-5f4264f3f786
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4bb9e9d4-bc27-4bd6-aba4-52bdb8ec6401: Amount of 722 has to sent to Account number 4be431d6-0665-4a43-a120-0947720b894a
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4be431d6-0665-4a43-a120-0947720b894a: Amount of 722 has been received from Account number 4bb9e9d4-bc27-4bd6-aba4-52bdb8ec6401
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8a4f5b75-3ded-410e-ada0-d3c42a1f8971: Amount of 926 has to sent to Account number 9e8de1cc-95c1-4ceb-b607-01cf65af94fc
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of e0083afd-2570-40d8-9fb5-45ab3db9332c: Amount of 789 has been received from Account number c086c86a-684b-4b19-9a14-3724a6c3a6bc
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c58ab9f-988b-4c9d-a8c1-97a23b5cfb63: Amount of 715 has to sent to Account number 14fadfe9-7dc7-4ee2-9343-68580952b15f
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 14fadfe9-7dc7-4ee2-9343-68580952b15f: Amount of 715 has been received from Account number 5c58ab9f-988b-4c9d-a8c1-97a23b5cfb63
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of caa3c214-8e89-48a3-b7ec-8beee4633344: Amount of 496 has to sent to Account number 5f72d11c-80ef-4627-b459-fd303a53d95f
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ecf690c0-eccb-4043-848a-73b7f59f8e85: Amount of 699 has to sent to Account number ae1a5d88-d874-468b-a336-4e26e73aad41
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f72d11c-80ef-4627-b459-fd303a53d95f: Amount of 496 has been received from Account number caa3c214-8e89-48a3-b7ec-8beee4633344
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae1a5d88-d874-468b-a336-4e26e73aad41: Amount of 699 has been received from Account number ecf690c0-eccb-4043-848a-73b7f59f8e85
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of cddfef77-5485-4e10-8c42-e05df13f491c: Amount of 549 has to sent to Account number 7ec6048d-a660-4a23-b79d-b794285a806e
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b2f5971-4486-41a8-9d90-217ba7da6af3: Amount of 635 has been received from Account number 023cb635-7736-4b14-8a55-e9638d65b783
2024-07-09 19:26:07.781  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 16309de2-47ad-48ad-a4e7-a69e1e1aa94b: Amount of 852 has to sent to Account number b1e7ff30-e7b0-48ea-95b7-3329587da910
2024-07-09 19:26:07.781  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of b1e7ff30-e7b0-48ea-95b7-3329587da910: Amount of 852 has been received from Account number 16309de2-47ad-48ad-a4e7-a69e1e1aa94b
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1feed087-e0b2-4b94-abb4-191daae86a19: Amount of 925 has to sent to Account number d898838f-838e-4fa1-9836-1031650db541
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of b8c5f6cd-9289-41c7-89da-28b4342f04de: Amount of 748 has been received from Account number 6e80ab4b-aecb-417d-b6bb-ac456a3843f1
2024-07-09 19:26:07.781  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of d898838f-838e-4fa1-9836-1031650db541: Amount of 925 has been received from Account number 1feed087-e0b2-4b94-abb4-191daae86a19
2024-07-09 19:26:07.781  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4e3fc0a7-671a-471a-9e01-51eca4b42b9a: Amount of 914 has to sent to Account number be3092e9-31ac-4042-b592-94ffa33b8704
2024-07-09 19:26:07.781  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of be3092e9-31ac-4042-b592-94ffa33b8704: Amount of 914 has been received from Account number 4e3fc0a7-671a-471a-9e01-51eca4b42b9a
2024-07-09 19:26:07.781  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4ab0c33c-ec94-4766-97d4-7f1304c46ca0: Amount of 917 has to sent to Account number a00d1d0f-32d8-4747-bc5f-4031c766f737
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of e6c65e53-12a0-4010-a2ef-8cae12ae93d4: Amount of 15 has been received from Account number edb2310b-e130-4353-9995-60824761bf4b
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee22ec0c-403b-46dd-9fab-9bd6bfa316e2: Amount of 759 has been received from Account number ab8febb5-7ffe-4376-8000-fe15ac67c5a6
2024-07-09 19:26:07.781  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 88744281-2ba9-4bbe-8a83-506b531c875d: Amount of 585 has to sent to Account number 41648f6c-9b2f-4c1c-95c8-153e963c4378
2024-07-09 19:26:07.781  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 41648f6c-9b2f-4c1c-95c8-153e963c4378: Amount of 585 has been received from Account number 88744281-2ba9-4bbe-8a83-506b531c875d
2024-07-09 19:26:07.781  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of b1a42a8c-310c-46d4-995b-ec2d08405a39: Amount of 894 has to sent to Account number e5718bfa-fda8-4e46-b5a1-827b219fb718
2024-07-09 19:26:07.781  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of e5718bfa-fda8-4e46-b5a1-827b219fb718: Amount of 894 has been received from Account number b1a42a8c-310c-46d4-995b-ec2d08405a39
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 890071ae-7853-460f-9701-137b27a68810: Amount of 381 has been received from Account number 54f5bcee-b7a8-4244-a1a4-f725a3bf77dc
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3bc95c81-b333-4e0c-9d3b-3900cc269187: Amount of 25 has been received from Account number 8acb4ad5-214e-4098-9e45-2f9b62da613d
2024-07-09 19:26:07.781  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1a6f2aab-45de-4d7d-850f-ac99199f1ac6: Amount of 877 has to sent to Account number f5c569f1-5341-4d3a-bfae-75c044a12d28
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0b5f27f2-5df9-4e40-a842-9d8308f932fe: Amount of 83 has been received from Account number b9743d31-fcc3-4733-87c9-f72ccd876f53
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6e02a669-d261-428c-992b-7c23fb76246a: Amount of 812 has been received from Account number 71470b41-19e7-4d5e-8c3e-27ff4acc32a8
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 306b33a3-e672-4082-b07c-773b4af3b90a: Amount of 654 has been received from Account number 80d634a3-058d-4358-9342-ac5ecb958c76
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7757f20d-eef0-4adc-a663-19eff7eb6d46: Amount of 320 has to sent to Account number fea24031-201f-44ac-aaf8-98b156005c33
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 20b5820b-e838-4b54-ba85-d0a1ba0622ee: Amount of 59 has been received from Account number b21aaec3-896f-4893-80ab-b2deab3432cb
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of fea24031-201f-44ac-aaf8-98b156005c33: Amount of 320 has been received from Account number 7757f20d-eef0-4adc-a663-19eff7eb6d46
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of f5c569f1-5341-4d3a-bfae-75c044a12d28: Amount of 877 has been received from Account number 1a6f2aab-45de-4d7d-850f-ac99199f1ac6
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1fc88bad-a263-47dd-89f9-42e094f8e8b5: Amount of 200 has to sent to Account number 96c89b0e-7dc6-4690-b35f-7e6f54c455e2
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8173efa-5f49-43ca-bee8-6d0069408b8b: Amount of 465 has to sent to Account number 30a7f9dd-9fd1-4a4a-91c7-cacb28dc3ee7
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4bd00945-a65a-471e-b2b6-1b8933356d42: Amount of 471 has to sent to Account number 5d13540a-d037-4027-a997-86380ef61c35
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 96c89b0e-7dc6-4690-b35f-7e6f54c455e2: Amount of 200 has been received from Account number 1fc88bad-a263-47dd-89f9-42e094f8e8b5
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d13540a-d037-4027-a997-86380ef61c35: Amount of 471 has been received from Account number 4bd00945-a65a-471e-b2b6-1b8933356d42
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb2ff2a6-cb53-4d19-8134-00ce270ea3d0: Amount of 261 has to sent to Account number ccb333e3-bd8b-487e-9891-338636c78e5d
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 30a7f9dd-9fd1-4a4a-91c7-cacb28dc3ee7: Amount of 465 has been received from Account number a8173efa-5f49-43ca-bee8-6d0069408b8b
2024-07-09 19:26:07.782  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of c0a98b04-fb41-4d2e-b7d2-bcbf6bdfc2be: Amount of 744 has to sent to Account number 74bd2180-55a0-4932-b9a5-3569001349f5
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccb333e3-bd8b-487e-9891-338636c78e5d: Amount of 261 has been received from Account number eb2ff2a6-cb53-4d19-8134-00ce270ea3d0
2024-07-09 19:26:07.782  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 74bd2180-55a0-4932-b9a5-3569001349f5: Amount of 744 has been received from Account number c0a98b04-fb41-4d2e-b7d2-bcbf6bdfc2be
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2d11a650-6c76-41d0-94c5-a803d3d04b4b: Amount of 244 has to sent to Account number 8507299a-9edd-48d3-b7a7-98d6b96bec08
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7cf17fa9-72d9-4410-b7db-673a6ae18aa6: Amount of 349 has to sent to Account number 03d4ad1e-fe34-4b9e-8476-30de755515b0
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8507299a-9edd-48d3-b7a7-98d6b96bec08: Amount of 244 has been received from Account number 2d11a650-6c76-41d0-94c5-a803d3d04b4b
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of f45dc7d3-fe66-45e3-8044-43477ed1b812: Amount of 94 has to sent to Account number 9453702a-a9f2-40c4-a8ec-8e86c8bc7914
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e8de1cc-95c1-4ceb-b607-01cf65af94fc: Amount of 926 has been received from Account number 8a4f5b75-3ded-410e-ada0-d3c42a1f8971
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9453702a-a9f2-40c4-a8ec-8e86c8bc7914: Amount of 94 has been received from Account number f45dc7d3-fe66-45e3-8044-43477ed1b812
2024-07-09 19:26:07.776  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of a3c13ae5-03b8-4666-ac28-5b94b540e21e: Amount of 276 has to sent to Account number b8039a96-027e-4d0d-8c3c-e236c49b5424
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of a43ecbd1-da54-4125-a078-78770d0c5380: Amount of 424 has to sent to Account number 53181a89-3a80-4359-978d-f4d189b21ff9
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of b418a66d-a360-4a0e-88bf-d0c50113b73c: Amount of 418 has to sent to Account number 08633a60-7118-4cd9-a852-45a769799cd9
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f31a5a0-b608-400b-bef5-1a07ae3bc7ca: Amount of 844 has to sent to Account number 12509d4d-bf15-469f-a31f-ebe36dbb6e87
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53181a89-3a80-4359-978d-f4d189b21ff9: Amount of 424 has been received from Account number a43ecbd1-da54-4125-a078-78770d0c5380
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of b8039a96-027e-4d0d-8c3c-e236c49b5424: Amount of 276 has been received from Account number a3c13ae5-03b8-4666-ac28-5b94b540e21e
2024-07-09 19:26:07.776  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4c61760d-22fe-4bb1-991a-aa480382620b: Amount of 700 has to sent to Account number 345fbc77-f382-4864-a3a5-e2b6c24a1ebb
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ef52ef51-5b0a-4b91-879a-7dd6d96dcfe7: Amount of 514 has to sent to Account number d68e3767-7040-4946-a754-c92c6fe677ff
2024-07-09 19:26:07.781  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d39d7ec-479e-4b8c-a567-22812652f379: Amount of 701 has to sent to Account number e75b9022-98f8-4817-a36f-cba6b20769bd
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of d68e3767-7040-4946-a754-c92c6fe677ff: Amount of 514 has been received from Account number ef52ef51-5b0a-4b91-879a-7dd6d96dcfe7
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6e3e61e-595a-4495-89c8-8585f29de7c9: Amount of 432 has to sent to Account number b4be5e4e-334b-4265-a165-6ad07eeb14fa
2024-07-09 19:26:07.782  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of e75b9022-98f8-4817-a36f-cba6b20769bd: Amount of 701 has been received from Account number 5d39d7ec-479e-4b8c-a567-22812652f379
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of b4be5e4e-334b-4265-a165-6ad07eeb14fa: Amount of 432 has been received from Account number d6e3e61e-595a-4495-89c8-8585f29de7c9
2024-07-09 19:26:07.781  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ec6048d-a660-4a23-b79d-b794285a806e: Amount of 549 has been received from Account number cddfef77-5485-4e10-8c42-e05df13f491c
2024-07-09 19:26:07.782  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0fe85a46-6fd0-41d8-91ae-a998a2c01903: Amount of 684 has to sent to Account number bec7adeb-8ab5-4529-ac62-97ddd3f57a5d
2024-07-09 19:26:07.782  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of bec7adeb-8ab5-4529-ac62-97ddd3f57a5d: Amount of 684 has been received from Account number 0fe85a46-6fd0-41d8-91ae-a998a2c01903
2024-07-09 19:26:07.781  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of d831c35f-086e-453c-bc61-5ac5f42e9b1e: Amount of 931 has to sent to Account number 22b3554d-58b1-46b0-9e4e-6b90dd86e9d9
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b8c8eff-3885-4150-b94a-ebbf81452790: Amount of 783 has to sent to Account number d44579c2-1f5e-4083-8cd3-8826902c2f9a
2024-07-09 19:26:07.782  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22b3554d-58b1-46b0-9e4e-6b90dd86e9d9: Amount of 931 has been received from Account number d831c35f-086e-453c-bc61-5ac5f42e9b1e
2024-07-09 19:26:07.782  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of d0c7e544-42fb-420d-8953-4e3aac61d975: Amount of 714 has to sent to Account number d77b9b22-4c53-42d8-a601-1d579c9e3b79
2024-07-09 19:26:07.781  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of dc0ff7e4-8c7e-4e48-886a-7173317547e7: Amount of 100 has to sent to Account number 3a36ebd5-987f-46de-a7b2-0442cbb47f52
2024-07-09 19:26:07.781  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 040d959b-ab11-49bd-ab32-685ff7620559: Amount of 872 has to sent to Account number 7cf85a51-5eef-403f-a955-3d297ed1257d
2024-07-09 19:26:07.781  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a00d1d0f-32d8-4747-bc5f-4031c766f737: Amount of 917 has been received from Account number 4ab0c33c-ec94-4766-97d4-7f1304c46ca0
2024-07-09 19:26:07.781  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a04e01b-18a0-4726-8a9d-34af396511c4: Amount of 998 has to sent to Account number 9fe6b624-bf6f-4244-8a06-7c2217b15a52
2024-07-09 19:26:07.782  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9fe6b624-bf6f-4244-8a06-7c2217b15a52: Amount of 998 has been received from Account number 3a04e01b-18a0-4726-8a9d-34af396511c4
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c6a8e04-306e-4592-b2c0-af7727ef830b: Amount of 593 has to sent to Account number aeb57e0a-8414-4bde-888a-6c269dbde31b
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of aeb57e0a-8414-4bde-888a-6c269dbde31b: Amount of 593 has been received from Account number 0c6a8e04-306e-4592-b2c0-af7727ef830b
2024-07-09 19:26:07.782  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77644e23-193e-4698-9d16-932ee2ffb911: Amount of 501 has to sent to Account number ebad8b90-7eaf-40d5-be12-ca0e7129a058
2024-07-09 19:26:07.782  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ebad8b90-7eaf-40d5-be12-ca0e7129a058: Amount of 501 has been received from Account number 77644e23-193e-4698-9d16-932ee2ffb911
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 44a1d549-c18a-4b96-ba4b-00a7ae3ed7d0: Amount of 97 has to sent to Account number 06ceaeea-c6fb-4361-b774-c345d965d2fe
2024-07-09 19:26:07.782  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ab2cab30-2c52-4a57-81a0-933f40ce381c: Amount of 164 has to sent to Account number d0b597ef-30cf-4e9d-9d01-78b3c2c21cfb
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 06ceaeea-c6fb-4361-b774-c345d965d2fe: Amount of 97 has been received from Account number 44a1d549-c18a-4b96-ba4b-00a7ae3ed7d0
2024-07-09 19:26:07.782  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of d0b597ef-30cf-4e9d-9d01-78b3c2c21cfb: Amount of 164 has been received from Account number ab2cab30-2c52-4a57-81a0-933f40ce381c
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e344d29-014e-4965-9a47-3fc9fd447edd: Amount of 765 has to sent to Account number ac0d9779-9789-4ad4-845a-54a97873ce3c
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 61dbc0ee-d52d-47ab-8332-78f81387d30b: Amount of 700 has to sent to Account number 73900b55-2eee-43af-ac1a-c69899837f9a
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 91f15705-3965-4821-91ed-5d7a7bbcd938: Amount of 8 has to sent to Account number 7fdcd981-254a-49fa-bed4-b7281f4dc222
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 73900b55-2eee-43af-ac1a-c69899837f9a: Amount of 700 has been received from Account number 61dbc0ee-d52d-47ab-8332-78f81387d30b
2024-07-09 19:26:07.782  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of b893275b-bff1-4014-9363-958856fc1273: Amount of 910 has to sent to Account number 54ceb02d-1638-4b71-a350-257e9395d0e2
2024-07-09 19:26:07.782  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 54ceb02d-1638-4b71-a350-257e9395d0e2: Amount of 910 has been received from Account number b893275b-bff1-4014-9363-958856fc1273
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2db276a-7770-4317-bb96-28f96e916a83: Amount of 134 has to sent to Account number f97e0da3-5b2f-4b5f-91a4-ae031acb25a6
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 751189ee-2de4-4488-a7bf-d410f9cc8045: Amount of 467 has to sent to Account number d918bdc6-dcbd-4bc4-92ef-36e0cc7c7569
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of f97e0da3-5b2f-4b5f-91a4-ae031acb25a6: Amount of 134 has been received from Account number d2db276a-7770-4317-bb96-28f96e916a83
2024-07-09 19:26:07.782  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1cc754cb-fd5c-4f1e-b835-41203f60a047: Amount of 358 has to sent to Account number 87d200e2-d584-413a-975b-4a5e55f4234f
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of d918bdc6-dcbd-4bc4-92ef-36e0cc7c7569: Amount of 467 has been received from Account number 751189ee-2de4-4488-a7bf-d410f9cc8045
2024-07-09 19:26:07.782  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 87d200e2-d584-413a-975b-4a5e55f4234f: Amount of 358 has been received from Account number 1cc754cb-fd5c-4f1e-b835-41203f60a047
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 03d4ad1e-fe34-4b9e-8476-30de755515b0: Amount of 349 has been received from Account number 7cf17fa9-72d9-4410-b7db-673a6ae18aa6
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5e1cbb4b-c098-4d7b-9aa8-aa692f790b71: Amount of 600 has to sent to Account number 1ab5ec37-1849-47ab-9f09-5921ec20e1d2
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 08633a60-7118-4cd9-a852-45a769799cd9: Amount of 418 has been received from Account number b418a66d-a360-4a0e-88bf-d0c50113b73c
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1ab5ec37-1849-47ab-9f09-5921ec20e1d2: Amount of 600 has been received from Account number 5e1cbb4b-c098-4d7b-9aa8-aa692f790b71
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 12509d4d-bf15-469f-a31f-ebe36dbb6e87: Amount of 844 has been received from Account number 5f31a5a0-b608-400b-bef5-1a07ae3bc7ca
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4313a79c-b8e5-4aee-9d69-54bde740eba5: Amount of 702 has to sent to Account number 5aa9a811-1b76-4591-a285-9dd17718b4fd
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5aa9a811-1b76-4591-a285-9dd17718b4fd: Amount of 702 has been received from Account number 4313a79c-b8e5-4aee-9d69-54bde740eba5
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of c6dffee7-4267-4e06-beb7-6434a79f9dcb: Amount of 595 has to sent to Account number 9386c82f-271c-442d-bcf2-c0af9a743a79
2024-07-09 19:26:07.782  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 345fbc77-f382-4864-a3a5-e2b6c24a1ebb: Amount of 700 has been received from Account number 4c61760d-22fe-4bb1-991a-aa480382620b
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9386c82f-271c-442d-bcf2-c0af9a743a79: Amount of 595 has been received from Account number c6dffee7-4267-4e06-beb7-6434a79f9dcb
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 71a6f786-eb1c-472c-916e-1369e1381a26: Amount of 62 has to sent to Account number c56261cb-7c2a-4a4b-a391-252996098e72
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7bfe9bdb-ce26-4ff0-a1e6-42654b8df2a0: Amount of 238 has to sent to Account number 54d99105-7d52-4b49-9ccc-911208e7d317
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c56261cb-7c2a-4a4b-a391-252996098e72: Amount of 62 has been received from Account number 71a6f786-eb1c-472c-916e-1369e1381a26
2024-07-09 19:26:07.782  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8bd936ba-1072-4067-82c6-c4e40bd64cf4: Amount of 511 has to sent to Account number 650d535d-71ef-4c12-b39d-1ec514daabb5
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 54d99105-7d52-4b49-9ccc-911208e7d317: Amount of 238 has been received from Account number 7bfe9bdb-ce26-4ff0-a1e6-42654b8df2a0
2024-07-09 19:26:07.782  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3522ae5b-a7a3-4a78-91b3-29eedf447557: Amount of 809 has to sent to Account number 754b45dd-b4b5-4351-ba46-d4e222a8be93
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of d44579c2-1f5e-4083-8cd3-8826902c2f9a: Amount of 783 has been received from Account number 6b8c8eff-3885-4150-b94a-ebbf81452790
2024-07-09 19:26:07.782  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 754b45dd-b4b5-4351-ba46-d4e222a8be93: Amount of 809 has been received from Account number 3522ae5b-a7a3-4a78-91b3-29eedf447557
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed1ddb90-1dc3-4551-a5f8-f573f185ee03: Amount of 346 has to sent to Account number 47563829-7ccc-4b95-bba2-2813079fca48
2024-07-09 19:26:07.782  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of d77b9b22-4c53-42d8-a601-1d579c9e3b79: Amount of 714 has been received from Account number d0c7e544-42fb-420d-8953-4e3aac61d975
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 47563829-7ccc-4b95-bba2-2813079fca48: Amount of 346 has been received from Account number ed1ddb90-1dc3-4551-a5f8-f573f185ee03
2024-07-09 19:26:07.782  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb34255e-969b-4d52-9e4e-f2f30a43e6ab: Amount of 814 has to sent to Account number 89ee1f70-0631-4c37-be13-e5c693767205
2024-07-09 19:26:07.782  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 89ee1f70-0631-4c37-be13-e5c693767205: Amount of 814 has been received from Account number fb34255e-969b-4d52-9e4e-f2f30a43e6ab
2024-07-09 19:26:07.782  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of c2c8feb0-3f24-4014-9fcb-4ad897094d5c: Amount of 993 has to sent to Account number 17589e50-0d86-4b53-bf44-b12b7e25780e
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 09c33ddf-ba2d-4dc9-b69f-df50c5e201c3: Amount of 419 has to sent to Account number 052b7c36-b0e4-43ae-a242-e8b3d5564343
2024-07-09 19:26:07.782  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a36ebd5-987f-46de-a7b2-0442cbb47f52: Amount of 100 has been received from Account number dc0ff7e4-8c7e-4e48-886a-7173317547e7
2024-07-09 19:26:07.782  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7cf85a51-5eef-403f-a955-3d297ed1257d: Amount of 872 has been received from Account number 040d959b-ab11-49bd-ab32-685ff7620559
2024-07-09 19:26:07.782  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 84ffe107-a931-4190-bd35-04a193686138: Amount of 463 has to sent to Account number c2beceef-2445-4fff-8baf-3db6b50b4dfd
2024-07-09 19:26:07.785  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 052b7c36-b0e4-43ae-a242-e8b3d5564343: Amount of 419 has been received from Account number 09c33ddf-ba2d-4dc9-b69f-df50c5e201c3
2024-07-09 19:26:07.785  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 17589e50-0d86-4b53-bf44-b12b7e25780e: Amount of 993 has been received from Account number c2c8feb0-3f24-4014-9fcb-4ad897094d5c
2024-07-09 19:26:07.785  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of c2beceef-2445-4fff-8baf-3db6b50b4dfd: Amount of 463 has been received from Account number 84ffe107-a931-4190-bd35-04a193686138
2024-07-09 19:26:07.785  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 37261173-f7a1-4ca7-9d31-85ee43157ce0: Amount of 266 has to sent to Account number c44a1888-4961-4182-9b81-978951e0a339
2024-07-09 19:26:07.785  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4645ff5e-e1e4-4cbc-898c-3b3f686fc95f: Amount of 945 has to sent to Account number 4ca4d14c-54f7-46a9-87aa-2c1d28252120
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3f7e7d6-7cf9-4934-a209-64757bb52973: Amount of 808 has to sent to Account number b71538f3-8868-4466-984a-bed9a7c35dac
2024-07-09 19:26:07.785  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4ca4d14c-54f7-46a9-87aa-2c1d28252120: Amount of 945 has been received from Account number 4645ff5e-e1e4-4cbc-898c-3b3f686fc95f
2024-07-09 19:26:07.782  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of cbd3b9fe-d3c7-454a-a2f9-b01f2ffbee3e: Amount of 62 has to sent to Account number bcd6904f-5b4b-4483-9c52-3c664facf2f9
2024-07-09 19:26:07.785  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of b71538f3-8868-4466-984a-bed9a7c35dac: Amount of 808 has been received from Account number c3f7e7d6-7cf9-4934-a209-64757bb52973
2024-07-09 19:26:07.785  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e719a00-5fd4-490d-880d-4128abacf8ee: Amount of 891 has to sent to Account number 50f88c32-7f4d-41e8-afd8-f81ebd47f771
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac0d9779-9789-4ad4-845a-54a97873ce3c: Amount of 765 has been received from Account number 2e344d29-014e-4965-9a47-3fc9fd447edd
2024-07-09 19:26:07.785  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 50f88c32-7f4d-41e8-afd8-f81ebd47f771: Amount of 891 has been received from Account number 8e719a00-5fd4-490d-880d-4128abacf8ee
2024-07-09 19:26:07.785  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of beed0b21-5bd1-43af-9a34-18f383a54c13: Amount of 800 has to sent to Account number 41dd5306-3ff5-496d-b16c-26dcf2615656
2024-07-09 19:26:07.785  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 41dd5306-3ff5-496d-b16c-26dcf2615656: Amount of 800 has been received from Account number beed0b21-5bd1-43af-9a34-18f383a54c13
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of d8bb2ede-5e90-4659-8fb4-11bb190da4f1: Amount of 373 has to sent to Account number bccb2fc5-987b-4d95-b7b6-52bf5e783060
2024-07-09 19:26:07.785  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of bccb2fc5-987b-4d95-b7b6-52bf5e783060: Amount of 373 has been received from Account number d8bb2ede-5e90-4659-8fb4-11bb190da4f1
2024-07-09 19:26:07.785  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4a48205c-3b7a-4756-ac9f-c9dabcb3c007: Amount of 64 has to sent to Account number 2cac5d5a-7230-4695-91b1-4d6874fc20f8
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7fdcd981-254a-49fa-bed4-b7281f4dc222: Amount of 8 has been received from Account number 91f15705-3965-4821-91ed-5d7a7bbcd938
2024-07-09 19:26:07.785  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of cc45d992-05f4-42e9-ad88-98a80e82abf8: Amount of 658 has to sent to Account number 67e34206-e931-4f79-ad6f-b398d9089a21
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ad4b391-0b3c-4718-95e0-7257267f90a2: Amount of 49 has to sent to Account number 17b9d288-c31e-4f7c-9338-2e8eeb7732b7
2024-07-09 19:26:07.785  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 67e34206-e931-4f79-ad6f-b398d9089a21: Amount of 658 has been received from Account number cc45d992-05f4-42e9-ad88-98a80e82abf8
2024-07-09 19:26:07.782  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of da30d58b-ccc4-4041-a0fe-1ac10e990e91: Amount of 407 has to sent to Account number 1e7534c2-d608-4c29-afc9-fd54d26e1aed
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 308e2d4b-cf27-4acd-8d0c-63be96d77bf3: Amount of 209 has to sent to Account number b65c944f-6f40-42d9-80eb-689e87c96bbc
2024-07-09 19:26:07.785  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1e7534c2-d608-4c29-afc9-fd54d26e1aed: Amount of 407 has been received from Account number da30d58b-ccc4-4041-a0fe-1ac10e990e91
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b481862-1413-4ea7-a5c7-7324ab1d3c98: Amount of 421 has to sent to Account number 4a037f0d-7173-4538-8966-9d107ee347d6
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 720b69b4-27c6-4b99-9a0a-40a8855ff7dc: Amount of 241 has to sent to Account number 592bec02-642e-4c3f-aaa6-49fcbd4037e6
2024-07-09 19:26:07.782  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 51f4d077-534f-49cf-8b43-c47429789a9f: Amount of 767 has to sent to Account number 933dd171-434b-4bb2-8b47-c6bbc80396f9
2024-07-09 19:26:07.782  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 650d535d-71ef-4c12-b39d-1ec514daabb5: Amount of 511 has been received from Account number 8bd936ba-1072-4067-82c6-c4e40bd64cf4
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 592bec02-642e-4c3f-aaa6-49fcbd4037e6: Amount of 241 has been received from Account number 720b69b4-27c6-4b99-9a0a-40a8855ff7dc
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 933dd171-434b-4bb2-8b47-c6bbc80396f9: Amount of 767 has been received from Account number 51f4d077-534f-49cf-8b43-c47429789a9f
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2201fdf9-8e42-4629-a37f-f38efe90f0ce: Amount of 501 has to sent to Account number b91689a3-d9a8-487b-96ce-9a04604b1cf9
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ddb645f-72d0-4b00-8501-2a3a1098a838: Amount of 365 has to sent to Account number bfa4aa1f-d893-477b-b397-612e30b455ac
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of b91689a3-d9a8-487b-96ce-9a04604b1cf9: Amount of 501 has been received from Account number 2201fdf9-8e42-4629-a37f-f38efe90f0ce
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 45ce4251-c973-4f20-8998-56ed173780b3: Amount of 939 has to sent to Account number 60e9fff9-c498-4b8f-bd8e-b2b904afdc9e
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 60e9fff9-c498-4b8f-bd8e-b2b904afdc9e: Amount of 939 has been received from Account number 45ce4251-c973-4f20-8998-56ed173780b3
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of d7ffdc06-575e-4ff8-b1c7-959150c52b30: Amount of 320 has to sent to Account number a0688206-c7f5-4431-9e97-1a590d86a7ab
2024-07-09 19:26:07.782  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of bd498015-fff3-4c75-a1fd-8a7ecfeb7a78: Amount of 10 has to sent to Account number baddefff-d02b-4b94-bbeb-99183df437a5
2024-07-09 19:26:07.785  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of cb30249f-9191-4f61-8a5a-dfa029b67354: Amount of 184 has to sent to Account number 935315f6-64e3-4137-a841-da46127678d7
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of baddefff-d02b-4b94-bbeb-99183df437a5: Amount of 10 has been received from Account number bd498015-fff3-4c75-a1fd-8a7ecfeb7a78
2024-07-09 19:26:07.785  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of aa8defa0-c6cc-4508-804f-b086ab349131: Amount of 589 has to sent to Account number 0124bded-f237-4083-93dc-6ab5c4db472b
2024-07-09 19:26:07.785  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of b3ed2102-cc34-483d-936b-990532c1e079: Amount of 949 has to sent to Account number 88e0ff45-a42e-4e7b-965c-fb620848e4a2
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0124bded-f237-4083-93dc-6ab5c4db472b: Amount of 589 has been received from Account number aa8defa0-c6cc-4508-804f-b086ab349131
2024-07-09 19:26:07.785  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of c44a1888-4961-4182-9b81-978951e0a339: Amount of 266 has been received from Account number 37261173-f7a1-4ca7-9d31-85ee43157ce0
2024-07-09 19:26:07.785  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d7f9f79b-7aa5-469c-a232-03efa968d90f: Amount of 581 has to sent to Account number 0f9c9d24-3d28-4891-8106-1ffef6f2949f
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 18ce128f-6047-4547-9e2b-1e61e7415dd8: Amount of 513 has to sent to Account number 5cd9c5aa-b5d2-4762-a376-40bff9038087
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5cd9c5aa-b5d2-4762-a376-40bff9038087: Amount of 513 has been received from Account number 18ce128f-6047-4547-9e2b-1e61e7415dd8
2024-07-09 19:26:07.785  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of bcd6904f-5b4b-4483-9c52-3c664facf2f9: Amount of 62 has been received from Account number cbd3b9fe-d3c7-454a-a2f9-b01f2ffbee3e
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 88e0ff45-a42e-4e7b-965c-fb620848e4a2: Amount of 949 has been received from Account number b3ed2102-cc34-483d-936b-990532c1e079
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of f638457c-77e0-4095-9063-4e3aba83f467: Amount of 183 has to sent to Account number 29d05116-2bb2-4fb8-b36c-6df87c995ff3
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 29d05116-2bb2-4fb8-b36c-6df87c995ff3: Amount of 183 has been received from Account number f638457c-77e0-4095-9063-4e3aba83f467
2024-07-09 19:26:07.785  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 94044d33-f05e-4bd1-9ca0-18149ee56484: Amount of 560 has to sent to Account number b7e08069-6357-482b-9e5e-a2263c13914a
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of b7e08069-6357-482b-9e5e-a2263c13914a: Amount of 560 has been received from Account number 94044d33-f05e-4bd1-9ca0-18149ee56484
2024-07-09 19:26:07.785  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 647619c5-29dd-4b3c-b70e-42629287c300: Amount of 234 has to sent to Account number ab5eab3f-ad25-455f-b0a3-eda637643928
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of cab32eed-5295-4228-aff5-0f72f065a8a5: Amount of 572 has to sent to Account number c87e33b1-02e1-4855-b011-57a1bbfb9617
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ab5eab3f-ad25-455f-b0a3-eda637643928: Amount of 234 has been received from Account number 647619c5-29dd-4b3c-b70e-42629287c300
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of dbe65a08-c487-4808-9771-b4bace98b343: Amount of 877 has to sent to Account number 26d89969-29d3-42c1-a149-60a62df8b5b0
2024-07-09 19:26:07.785  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2cac5d5a-7230-4695-91b1-4d6874fc20f8: Amount of 64 has been received from Account number 4a48205c-3b7a-4756-ac9f-c9dabcb3c007
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of c8eab734-eeaa-4cee-9765-82a80f4fc42f: Amount of 156 has to sent to Account number d7a85a8a-badd-4b2e-8290-ff25ec6bf9ee
2024-07-09 19:26:07.785  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 17b9d288-c31e-4f7c-9338-2e8eeb7732b7: Amount of 49 has been received from Account number 7ad4b391-0b3c-4718-95e0-7257267f90a2
2024-07-09 19:26:07.785  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ec5fc21-c389-4fda-8aab-e35b17ca8e2f: Amount of 181 has to sent to Account number ea464c63-039f-480a-a606-5d6783c1dab1
2024-07-09 19:26:07.785  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 048e945d-4543-4f83-9212-059f2be8afb4: Amount of 730 has to sent to Account number 85b79c32-d6e3-451a-94ab-18cfbb80e97f
2024-07-09 19:26:07.785  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of b65c944f-6f40-42d9-80eb-689e87c96bbc: Amount of 209 has been received from Account number 308e2d4b-cf27-4acd-8d0c-63be96d77bf3
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 85b79c32-d6e3-451a-94ab-18cfbb80e97f: Amount of 730 has been received from Account number 048e945d-4543-4f83-9212-059f2be8afb4
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ea464c63-039f-480a-a606-5d6783c1dab1: Amount of 181 has been received from Account number 7ec5fc21-c389-4fda-8aab-e35b17ca8e2f
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of b0bd49e7-9570-41ed-bc3b-16d75475160e: Amount of 233 has to sent to Account number e679ae80-bfc3-4587-bb7e-4fbb56c00bf5
2024-07-09 19:26:07.785  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4a037f0d-7173-4538-8966-9d107ee347d6: Amount of 421 has been received from Account number 2b481862-1413-4ea7-a5c7-7324ab1d3c98
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of e679ae80-bfc3-4587-bb7e-4fbb56c00bf5: Amount of 233 has been received from Account number b0bd49e7-9570-41ed-bc3b-16d75475160e
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of f4a01a30-46df-474f-b442-38ab454fa2c1: Amount of 826 has to sent to Account number f11de426-11d0-411c-9eb4-145be0319aba
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56958de7-905d-4c46-a490-af8298cdc740: Amount of 657 has to sent to Account number 4d200ab9-0ab0-4afe-b181-fd1fbc17abaa
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of bfa4aa1f-d893-477b-b397-612e30b455ac: Amount of 365 has been received from Account number 0ddb645f-72d0-4b00-8501-2a3a1098a838
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53d118c4-b847-4ce3-8f93-62797615c4ab: Amount of 500 has to sent to Account number a0619463-f297-43f5-b5fe-2a0dd14683c4
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of a0688206-c7f5-4431-9e97-1a590d86a7ab: Amount of 320 has been received from Account number d7ffdc06-575e-4ff8-b1c7-959150c52b30
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of a0619463-f297-43f5-b5fe-2a0dd14683c4: Amount of 500 has been received from Account number 53d118c4-b847-4ce3-8f93-62797615c4ab
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 83f613ef-7739-482c-818f-69747c91bfdf: Amount of 98 has to sent to Account number 26aadeb0-a5f0-47c0-a431-ad57f91c2d73
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 30c6e9b8-f7bc-4873-ab39-38eb06533a9e: Amount of 88 has to sent to Account number a3f6f4b6-2b06-4a91-9f3b-0a365595db5e
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 935315f6-64e3-4137-a841-da46127678d7: Amount of 184 has been received from Account number cb30249f-9191-4f61-8a5a-dfa029b67354
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of a3f6f4b6-2b06-4a91-9f3b-0a365595db5e: Amount of 88 has been received from Account number 30c6e9b8-f7bc-4873-ab39-38eb06533a9e
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of d8c4ce55-a063-4273-94e8-9fe8dd882f9c: Amount of 989 has to sent to Account number 2fbf77c0-795f-44ad-8267-087524502519
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2fbf77c0-795f-44ad-8267-087524502519: Amount of 989 has been received from Account number d8c4ce55-a063-4273-94e8-9fe8dd882f9c
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0593ee2e-85a0-4331-81b3-6d7c75a75fc5: Amount of 433 has to sent to Account number 61cfaf37-adc3-4cad-9745-692ad6e4c79a
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0f9c9d24-3d28-4891-8106-1ffef6f2949f: Amount of 581 has been received from Account number d7f9f79b-7aa5-469c-a232-03efa968d90f
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 85d6a7b2-4dda-40f4-8279-31ba8ef3264d: Amount of 357 has to sent to Account number 3b985f4b-243a-4ccd-8cfa-5602b081d128
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3b985f4b-243a-4ccd-8cfa-5602b081d128: Amount of 357 has been received from Account number 85d6a7b2-4dda-40f4-8279-31ba8ef3264d
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 61cfaf37-adc3-4cad-9745-692ad6e4c79a: Amount of 433 has been received from Account number 0593ee2e-85a0-4331-81b3-6d7c75a75fc5
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of b0806ad3-56b7-4ccf-9440-1c0f434b4a32: Amount of 514 has to sent to Account number 989c4459-3889-4bf1-b3b2-2c4cea29d6ae
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 989c4459-3889-4bf1-b3b2-2c4cea29d6ae: Amount of 514 has been received from Account number b0806ad3-56b7-4ccf-9440-1c0f434b4a32
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4baa34c1-4fee-47ea-8e46-77ea50b265d0: Amount of 534 has to sent to Account number dd801586-7dd3-478e-ad0c-880fe1ebb172
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd801586-7dd3-478e-ad0c-880fe1ebb172: Amount of 534 has been received from Account number 4baa34c1-4fee-47ea-8e46-77ea50b265d0
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of edad493e-3b67-4018-8743-a06bad91acd5: Amount of 240 has to sent to Account number 5ac3307d-038e-4c56-aebb-a3f3a473a5f1
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 70eb79db-fd58-4e01-a406-e0826a595f79: Amount of 521 has to sent to Account number 4ba4889e-0b5a-4245-a150-6dabf74b6c2e
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4ba4889e-0b5a-4245-a150-6dabf74b6c2e: Amount of 521 has been received from Account number 70eb79db-fd58-4e01-a406-e0826a595f79
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5ac3307d-038e-4c56-aebb-a3f3a473a5f1: Amount of 240 has been received from Account number edad493e-3b67-4018-8743-a06bad91acd5
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ea37e308-50ca-489f-a749-e3c48c96bbc6: Amount of 152 has to sent to Account number 1ad374c0-7d90-45fc-808c-ce89475c67c9
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2973b39a-4ccc-49f6-b1b4-4f0666cacd44: Amount of 484 has to sent to Account number 731f8b5c-48fe-46c4-bc49-40d5b50faf48
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 731f8b5c-48fe-46c4-bc49-40d5b50faf48: Amount of 484 has been received from Account number 2973b39a-4ccc-49f6-b1b4-4f0666cacd44
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b7b2636-a41f-4083-98de-be40693c14f8: Amount of 985 has to sent to Account number 00e95bbe-00bd-4c6b-9fd5-151e0fbdc3b3
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of c87e33b1-02e1-4855-b011-57a1bbfb9617: Amount of 572 has been received from Account number cab32eed-5295-4228-aff5-0f72f065a8a5
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26d89969-29d3-42c1-a149-60a62df8b5b0: Amount of 877 has been received from Account number dbe65a08-c487-4808-9771-b4bace98b343
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of d7a85a8a-badd-4b2e-8290-ff25ec6bf9ee: Amount of 156 has been received from Account number c8eab734-eeaa-4cee-9765-82a80f4fc42f
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a8d62ba-2ffe-4c11-98a4-3b058dc62b2c: Amount of 969 has to sent to Account number 9b06559b-9149-4ea3-8887-25bcc0be06da
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e0d129a-5d96-48e8-999f-7e108141c6c6: Amount of 394 has to sent to Account number 760a86da-f1c6-437f-bf9b-97356edcfb67
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e70a907-24ed-420d-8216-27614c13b8f0: Amount of 821 has to sent to Account number 6191980c-6280-46b9-a702-18ab1db2fb50
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 71e3d3d7-292d-4b7a-bbc0-7f66af3499ee: Amount of 156 has to sent to Account number efffcfee-5002-4e8d-be6c-7cb8801e30b0
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 760a86da-f1c6-437f-bf9b-97356edcfb67: Amount of 394 has been received from Account number 3e0d129a-5d96-48e8-999f-7e108141c6c6
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of efffcfee-5002-4e8d-be6c-7cb8801e30b0: Amount of 156 has been received from Account number 71e3d3d7-292d-4b7a-bbc0-7f66af3499ee
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6191980c-6280-46b9-a702-18ab1db2fb50: Amount of 821 has been received from Account number 2e70a907-24ed-420d-8216-27614c13b8f0
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a3c0cfa-6dff-4f9e-9868-b774d7bb8d19: Amount of 318 has to sent to Account number 05f394ad-def6-4d9e-8a28-178c495d3215
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed5e96f7-03cd-41a1-bcf4-063c26dbad59: Amount of 438 has to sent to Account number 0344ba8c-399c-4eff-8fdc-25614474d10f
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 05f394ad-def6-4d9e-8a28-178c495d3215: Amount of 318 has been received from Account number 0a3c0cfa-6dff-4f9e-9868-b774d7bb8d19
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0344ba8c-399c-4eff-8fdc-25614474d10f: Amount of 438 has been received from Account number ed5e96f7-03cd-41a1-bcf4-063c26dbad59
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of f11de426-11d0-411c-9eb4-145be0319aba: Amount of 826 has been received from Account number f4a01a30-46df-474f-b442-38ab454fa2c1
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 13ecaf44-fa05-4fef-86a9-ad2f3a2fd1da: Amount of 852 has to sent to Account number f4ed00dc-0f78-4b42-8191-c907b6b4a628
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of b3bda504-f9ba-4aa3-9951-39f2e28c7876: Amount of 292 has to sent to Account number b19b8d5f-8c10-42d4-8620-c4567298a725
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of f4ed00dc-0f78-4b42-8191-c907b6b4a628: Amount of 852 has been received from Account number 13ecaf44-fa05-4fef-86a9-ad2f3a2fd1da
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of b19b8d5f-8c10-42d4-8620-c4567298a725: Amount of 292 has been received from Account number b3bda504-f9ba-4aa3-9951-39f2e28c7876
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ddb0827-f970-44ae-b17c-c58a72370f18: Amount of 859 has to sent to Account number 020408e8-7285-4fe2-9fde-f6c24a77b865
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 02d37eca-2059-4454-befd-5885f05f7ad4: Amount of 569 has to sent to Account number 3e7dfad3-1a5b-4ed6-a0a7-31458cd1b696
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 020408e8-7285-4fe2-9fde-f6c24a77b865: Amount of 859 has been received from Account number 0ddb0827-f970-44ae-b17c-c58a72370f18
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0883d497-7279-4844-8d32-071129f988a4: Amount of 495 has to sent to Account number 7137394f-dd8d-4fca-b6f5-529f0a2e8716
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d200ab9-0ab0-4afe-b181-fd1fbc17abaa: Amount of 657 has been received from Account number 56958de7-905d-4c46-a490-af8298cdc740
2024-07-09 19:26:07.789  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of bd733fde-0ad8-41b5-9987-e408da253b48: Amount of 650 has to sent to Account number a2238784-2ae1-4a9d-82f4-06ce96bff125
2024-07-09 19:26:07.789  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of a2238784-2ae1-4a9d-82f4-06ce96bff125: Amount of 650 has been received from Account number bd733fde-0ad8-41b5-9987-e408da253b48
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26aadeb0-a5f0-47c0-a431-ad57f91c2d73: Amount of 98 has been received from Account number 83f613ef-7739-482c-818f-69747c91bfdf
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7bdbd3e9-9523-4dac-a17b-5a748ff6f6a6: Amount of 116 has to sent to Account number a472b4c2-bdcc-4900-8466-cf91793bd359
2024-07-09 19:26:07.789  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 270b4713-4eb7-4480-9e4a-7f71c95f1496: Amount of 657 has to sent to Account number d510b2f7-c6fe-4dbc-aec7-7a220c36e21b
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 884dc505-2ce6-43f5-9519-6007fb687b64: Amount of 607 has to sent to Account number 41b0009b-86fd-48d6-b326-4d157e725487
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6f817856-35eb-4653-84b8-490fb54f2401: Amount of 380 has to sent to Account number d60cb6f9-fb9f-488c-82d5-3c97784e1e88
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 41b0009b-86fd-48d6-b326-4d157e725487: Amount of 607 has been received from Account number 884dc505-2ce6-43f5-9519-6007fb687b64
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf257816-648c-4dfa-aec9-b49ddde0d539: Amount of 142 has to sent to Account number 2ea1ec60-6c99-40f8-b492-d97a223bedcf
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ea1ec60-6c99-40f8-b492-d97a223bedcf: Amount of 142 has been received from Account number cf257816-648c-4dfa-aec9-b49ddde0d539
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 31cb08e4-2231-414d-90b1-4cfa5443479d: Amount of 356 has to sent to Account number a26b0213-ad67-4d4b-8d14-fe985f4d112c
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f690a49-aee0-4425-b2b0-bf05b6b03416: Amount of 830 has to sent to Account number 93445061-c802-4e27-8c0a-a4ec9c2c3980
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of a26b0213-ad67-4d4b-8d14-fe985f4d112c: Amount of 356 has been received from Account number 31cb08e4-2231-414d-90b1-4cfa5443479d
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1ad374c0-7d90-45fc-808c-ce89475c67c9: Amount of 152 has been received from Account number ea37e308-50ca-489f-a749-e3c48c96bbc6
2024-07-09 19:26:07.789  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 93445061-c802-4e27-8c0a-a4ec9c2c3980: Amount of 830 has been received from Account number 4f690a49-aee0-4425-b2b0-bf05b6b03416
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ebbfd56c-eda8-4bdc-bc73-0a2d953a4d5f: Amount of 885 has to sent to Account number ce5c78d0-c55b-4db8-8680-3221894cfbcd
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9cb4e948-529d-4be2-8571-7a43b1217496: Amount of 411 has to sent to Account number 9e0fd08a-22a8-4672-b640-9bd09b00c869
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ce5c78d0-c55b-4db8-8680-3221894cfbcd: Amount of 885 has been received from Account number ebbfd56c-eda8-4bdc-bc73-0a2d953a4d5f
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of eee57f3d-6802-4930-90d7-69a79ef011b5: Amount of 213 has to sent to Account number 7ad4b68c-c00c-4ec7-ad5a-82f3a6200d06
2024-07-09 19:26:07.789  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e0fd08a-22a8-4672-b640-9bd09b00c869: Amount of 411 has been received from Account number 9cb4e948-529d-4be2-8571-7a43b1217496
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ad4b68c-c00c-4ec7-ad5a-82f3a6200d06: Amount of 213 has been received from Account number eee57f3d-6802-4930-90d7-69a79ef011b5
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b026059-f80f-48d7-8350-5ee67fc08d12: Amount of 376 has to sent to Account number 5f1b71e5-b4c8-43a1-8e1c-98d7dddf2f0a
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f1b71e5-b4c8-43a1-8e1c-98d7dddf2f0a: Amount of 376 has been received from Account number 8b026059-f80f-48d7-8350-5ee67fc08d12
2024-07-09 19:26:07.789  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d0018dd-3140-481f-b66e-2438b01ec420: Amount of 218 has to sent to Account number 696d2591-e4fe-43a1-8c14-2e9bc1dea3c3
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 24c670b6-1b8c-4cea-9cbe-d9f5988d2919: Amount of 427 has to sent to Account number 82e83237-4be1-4029-9c4f-45535e531ecb
2024-07-09 19:26:07.789  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 696d2591-e4fe-43a1-8c14-2e9bc1dea3c3: Amount of 218 has been received from Account number 4d0018dd-3140-481f-b66e-2438b01ec420
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 82e83237-4be1-4029-9c4f-45535e531ecb: Amount of 427 has been received from Account number 24c670b6-1b8c-4cea-9cbe-d9f5988d2919
2024-07-09 19:26:07.789  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of c9f41912-49d9-4495-bbff-991d54d12d94: Amount of 625 has to sent to Account number cf8a39b4-33db-43b7-8955-98516f8fae5c
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4da56610-e5aa-4b72-8dac-5fd68d90978c: Amount of 248 has to sent to Account number baaf218c-3fe8-4958-8509-a6e94cd20367
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 00e95bbe-00bd-4c6b-9fd5-151e0fbdc3b3: Amount of 985 has been received from Account number 7b7b2636-a41f-4083-98de-be40693c14f8
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4cda1400-3cb1-4575-b22c-b6e451e00e1a: Amount of 526 has to sent to Account number 96127d93-ff25-4900-b33a-1149a19ac2ca
2024-07-09 19:26:07.789  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0999b2ff-87bb-49fc-97f2-4e68b065eeda: Amount of 831 has to sent to Account number 2a27650a-a154-4b19-afb6-fa2a8188b1e1
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of d93464e0-d0d4-4caa-95e4-e8f2ffbb3907: Amount of 926 has to sent to Account number 1c8170ef-fc70-4b7e-abbc-b0e57ecb38e1
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 96127d93-ff25-4900-b33a-1149a19ac2ca: Amount of 526 has been received from Account number 4cda1400-3cb1-4575-b22c-b6e451e00e1a
2024-07-09 19:26:07.789  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2a27650a-a154-4b19-afb6-fa2a8188b1e1: Amount of 831 has been received from Account number 0999b2ff-87bb-49fc-97f2-4e68b065eeda
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1b9f4d7d-f39f-4132-b7ea-b88458eaaac2: Amount of 483 has to sent to Account number e92f0995-6c65-4948-a62a-a732704c4c64
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5298e827-497f-454e-9306-49adab8f903c: Amount of 954 has to sent to Account number 6e49f621-f294-4f0f-89ab-66d3102dbb55
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of e92f0995-6c65-4948-a62a-a732704c4c64: Amount of 483 has been received from Account number 1b9f4d7d-f39f-4132-b7ea-b88458eaaac2
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of d431a005-4364-4916-9876-abb81a324282: Amount of 973 has to sent to Account number 68785734-c352-4f6b-a16d-02805f4a7bf7
2024-07-09 19:26:07.789  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6e49f621-f294-4f0f-89ab-66d3102dbb55: Amount of 954 has been received from Account number 5298e827-497f-454e-9306-49adab8f903c
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 68785734-c352-4f6b-a16d-02805f4a7bf7: Amount of 973 has been received from Account number d431a005-4364-4916-9876-abb81a324282
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6db344cf-e06e-4a5d-b78a-5fb7425e63e6: Amount of 266 has to sent to Account number f24a90d7-4ae7-47fc-996a-18cfea0a54c7
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of f24a90d7-4ae7-47fc-996a-18cfea0a54c7: Amount of 266 has been received from Account number 6db344cf-e06e-4a5d-b78a-5fb7425e63e6
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of d1f19f0e-0d80-4821-88d1-e58e804b3889: Amount of 141 has to sent to Account number 37ce2025-2f81-441e-a40c-7b3ef80defc1
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9b64a7f2-77cd-4d6a-82f7-f1cf08bdfea1: Amount of 318 has to sent to Account number d0a7c452-7ee2-49e9-a5cb-231625f4d364
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 37ce2025-2f81-441e-a40c-7b3ef80defc1: Amount of 141 has been received from Account number d1f19f0e-0d80-4821-88d1-e58e804b3889
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of d0a7c452-7ee2-49e9-a5cb-231625f4d364: Amount of 318 has been received from Account number 9b64a7f2-77cd-4d6a-82f7-f1cf08bdfea1
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 03eba38f-4ef9-4c52-91c8-9c974743e5cf: Amount of 953 has to sent to Account number f617daa6-29fc-4016-a504-b1dc0efe0109
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3c9e49d0-32f4-42c9-b494-c2cfbca5f685: Amount of 817 has to sent to Account number c9c32b73-d1aa-4907-a83d-ca4ae4400171
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of f617daa6-29fc-4016-a504-b1dc0efe0109: Amount of 953 has been received from Account number 03eba38f-4ef9-4c52-91c8-9c974743e5cf
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of c9c32b73-d1aa-4907-a83d-ca4ae4400171: Amount of 817 has been received from Account number 3c9e49d0-32f4-42c9-b494-c2cfbca5f685
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of c4e5e52f-ac1f-4d04-940b-3f2d19fb6703: Amount of 216 has to sent to Account number 305d7de6-7522-4529-88ce-226cab1ee6e9
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3cdb1d8d-ea78-4bae-920a-8aa46a33cab2: Amount of 104 has to sent to Account number 0b23a11c-c14b-447e-829e-92938c46699a
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 305d7de6-7522-4529-88ce-226cab1ee6e9: Amount of 216 has been received from Account number c4e5e52f-ac1f-4d04-940b-3f2d19fb6703
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0b23a11c-c14b-447e-829e-92938c46699a: Amount of 104 has been received from Account number 3cdb1d8d-ea78-4bae-920a-8aa46a33cab2
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 21f19a6e-82a4-4039-917d-fc84183730af: Amount of 277 has to sent to Account number b9ee7432-0086-4c53-b007-5e1ac4eddffa
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53d06890-6a81-48d1-8a8a-52cd8c124ec6: Amount of 620 has to sent to Account number 57eb27a0-edd6-4d81-8fe6-9584262133c1
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of b9ee7432-0086-4c53-b007-5e1ac4eddffa: Amount of 277 has been received from Account number 21f19a6e-82a4-4039-917d-fc84183730af
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 57eb27a0-edd6-4d81-8fe6-9584262133c1: Amount of 620 has been received from Account number 53d06890-6a81-48d1-8a8a-52cd8c124ec6
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 51efdac3-6456-4c89-b116-f5b94597c59f: Amount of 527 has to sent to Account number f9c2a12c-0a14-4ab2-ae15-6f1d65a7588b
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of a0b8d1f2-6661-45bd-9b38-9918c468ed55: Amount of 656 has to sent to Account number 6b3097ec-4b4f-467d-93d0-7685e60589c7
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of f9c2a12c-0a14-4ab2-ae15-6f1d65a7588b: Amount of 527 has been received from Account number 51efdac3-6456-4c89-b116-f5b94597c59f
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b3097ec-4b4f-467d-93d0-7685e60589c7: Amount of 656 has been received from Account number a0b8d1f2-6661-45bd-9b38-9918c468ed55
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8d598f2-4b17-4bb1-b452-23fa81cd85a4: Amount of 993 has to sent to Account number 64c731ee-793e-4d37-becd-80293e2edfa9
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d8dbf4a-5bf8-4eee-8a2d-1cebb022dd5b: Amount of 684 has to sent to Account number 81fb5259-b048-4480-a365-ad15babac867
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64c731ee-793e-4d37-becd-80293e2edfa9: Amount of 993 has been received from Account number a8d598f2-4b17-4bb1-b452-23fa81cd85a4
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81fb5259-b048-4480-a365-ad15babac867: Amount of 684 has been received from Account number 9d8dbf4a-5bf8-4eee-8a2d-1cebb022dd5b
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0816264c-6bb6-4bc9-955e-d224edbd06a9: Amount of 536 has to sent to Account number 3eddeed7-3273-4a92-b691-7af65ae2b037
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3eddeed7-3273-4a92-b691-7af65ae2b037: Amount of 536 has been received from Account number 0816264c-6bb6-4bc9-955e-d224edbd06a9
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 61de2d87-473e-4f18-908f-c47282f686f5: Amount of 350 has to sent to Account number 56719253-55b6-435a-86a1-39bbdb9be9e4
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56719253-55b6-435a-86a1-39bbdb9be9e4: Amount of 350 has been received from Account number 61de2d87-473e-4f18-908f-c47282f686f5
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of c710b055-3b4d-4d84-a476-a747b4b0ddc3: Amount of 103 has to sent to Account number fdebaa63-1f5e-4548-beb3-d746fdd39e55
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of fdebaa63-1f5e-4548-beb3-d746fdd39e55: Amount of 103 has been received from Account number c710b055-3b4d-4d84-a476-a747b4b0ddc3
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 57d1b2e6-61f7-4fe2-8898-21bb2ef345a3: Amount of 151 has to sent to Account number b974b85b-a4dc-4a77-b3f0-be535df80ba6
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of b974b85b-a4dc-4a77-b3f0-be535df80ba6: Amount of 151 has been received from Account number 57d1b2e6-61f7-4fe2-8898-21bb2ef345a3
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7bc51b12-c2cc-4ad5-b1ca-145cf19a5bd3: Amount of 293 has to sent to Account number a0b2596d-c460-4164-8fdd-6de7442aaf0f
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of a0b2596d-c460-4164-8fdd-6de7442aaf0f: Amount of 293 has been received from Account number 7bc51b12-c2cc-4ad5-b1ca-145cf19a5bd3
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of e4046d30-61a3-4384-902d-b6c9bdab1282: Amount of 842 has to sent to Account number 280aaf6d-afe5-4998-a906-c8d41477415a
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 280aaf6d-afe5-4998-a906-c8d41477415a: Amount of 842 has been received from Account number e4046d30-61a3-4384-902d-b6c9bdab1282
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 54feaa1e-47c8-445e-afbd-8275ff54750f: Amount of 262 has to sent to Account number 4e9dfaf4-ed46-4cf6-b502-0f79c6145b89
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4e9dfaf4-ed46-4cf6-b502-0f79c6145b89: Amount of 262 has been received from Account number 54feaa1e-47c8-445e-afbd-8275ff54750f
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of d4c77b7a-5e58-40ca-898b-e863bcd883b8: Amount of 502 has to sent to Account number dce3b628-c63a-4491-89fd-14c2824522ad
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of dce3b628-c63a-4491-89fd-14c2824522ad: Amount of 502 has been received from Account number d4c77b7a-5e58-40ca-898b-e863bcd883b8
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ce4ed83f-26ff-4e81-bf2a-949e2e5bb828: Amount of 343 has to sent to Account number 4a6efcc3-ef54-4114-b917-153de2c25546
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4a6efcc3-ef54-4114-b917-153de2c25546: Amount of 343 has been received from Account number ce4ed83f-26ff-4e81-bf2a-949e2e5bb828
2024-07-09 19:26:07.792  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 791a2060-b7db-4703-8b65-b0bda88e70cb: Amount of 247 has to sent to Account number b45c3f1a-0e17-4cf8-8255-3180b131be03
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9b06559b-9149-4ea3-8887-25bcc0be06da: Amount of 969 has been received from Account number 5a8d62ba-2ffe-4c11-98a4-3b058dc62b2c
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f86a4cd-c0de-45e7-b40f-d39065b02579: Amount of 849 has to sent to Account number 87a38ac0-a6bb-4968-b243-255bcd681b01
2024-07-09 19:26:07.786  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 526a9311-f99a-4f52-b33d-cb90bb4bef32: Amount of 144 has to sent to Account number ba7003b5-88e1-42c6-b524-653221ee1ff3
2024-07-09 19:26:07.792  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ba7003b5-88e1-42c6-b524-653221ee1ff3: Amount of 144 has been received from Account number 526a9311-f99a-4f52-b33d-cb90bb4bef32
2024-07-09 19:26:07.786  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e7dfad3-1a5b-4ed6-a0a7-31458cd1b696: Amount of 569 has been received from Account number 02d37eca-2059-4454-befd-5885f05f7ad4
2024-07-09 19:26:07.792  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 713d665a-dfb0-458c-ab5d-5d13ab77e8fa: Amount of 396 has to sent to Account number 946ea720-6297-431b-b9f7-ec4f13129345
2024-07-09 19:26:07.789  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of aa3131a5-4b80-4236-b39e-839d6ac6582b: Amount of 526 has to sent to Account number 118f5724-d333-4ffe-9d5b-85a6dcbe90ca
2024-07-09 19:26:07.792  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 946ea720-6297-431b-b9f7-ec4f13129345: Amount of 396 has been received from Account number 713d665a-dfb0-458c-ab5d-5d13ab77e8fa
2024-07-09 19:26:07.789  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7137394f-dd8d-4fca-b6f5-529f0a2e8716: Amount of 495 has been received from Account number 0883d497-7279-4844-8d32-071129f988a4
2024-07-09 19:26:07.792  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 939115e8-3d7f-4d13-a358-e6591439c5fd: Amount of 855 has to sent to Account number 695b9a85-03c3-4044-bee1-69739552639a
2024-07-09 19:26:07.792  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0b374a95-b093-41d0-8106-6faa0f658941: Amount of 432 has to sent to Account number f706156e-8e6d-4bf5-94b5-879bb2d663cd
2024-07-09 19:26:07.792  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 118f5724-d333-4ffe-9d5b-85a6dcbe90ca: Amount of 526 has been received from Account number aa3131a5-4b80-4236-b39e-839d6ac6582b
2024-07-09 19:26:07.789  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of bbaf4e9d-320b-41e1-bbf5-e4853d51835c: Amount of 728 has to sent to Account number a0da60f1-2b48-4f02-ae23-6a955f8df9ef
2024-07-09 19:26:07.792  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of a0da60f1-2b48-4f02-ae23-6a955f8df9ef: Amount of 728 has been received from Account number bbaf4e9d-320b-41e1-bbf5-e4853d51835c
2024-07-09 19:26:07.792  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of b631cac6-0cb1-4642-828c-c98bd7e481d8: Amount of 954 has to sent to Account number 9997aef5-4f8c-4332-9fe4-4227befd5410
2024-07-09 19:26:07.792  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9997aef5-4f8c-4332-9fe4-4227befd5410: Amount of 954 has been received from Account number b631cac6-0cb1-4642-828c-c98bd7e481d8
2024-07-09 19:26:07.792  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 78379a1d-410d-4daa-ad8f-5e7d932ae273: Amount of 302 has to sent to Account number 3316e04c-cb78-451d-a556-6bffcebd80ef
2024-07-09 19:26:07.792  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3316e04c-cb78-451d-a556-6bffcebd80ef: Amount of 302 has been received from Account number 78379a1d-410d-4daa-ad8f-5e7d932ae273
2024-07-09 19:26:07.792  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of af84adfd-24ed-4958-84e7-191d8721b6b3: Amount of 954 has to sent to Account number 1b453884-acce-4a92-bca4-8ff7e9869ba6
2024-07-09 19:26:07.792  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1b453884-acce-4a92-bca4-8ff7e9869ba6: Amount of 954 has been received from Account number af84adfd-24ed-4958-84e7-191d8721b6b3
2024-07-09 19:26:07.789  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of a472b4c2-bdcc-4900-8466-cf91793bd359: Amount of 116 has been received from Account number 7bdbd3e9-9523-4dac-a17b-5a748ff6f6a6
2024-07-09 19:26:07.792  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 99e01d94-fb09-47c9-8b9b-42ab610546f1: Amount of 316 has to sent to Account number b02dbe95-4866-4953-b0ba-4bb5a6ea37d0
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of fcbb3170-93d8-493d-b477-e2e258d8594c: Amount of 330 has to sent to Account number 8b61fd34-5cc1-4c2a-b30f-2443dde22648
2024-07-09 19:26:07.792  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7a63951b-5394-43b5-a1cc-3a5afe39ff95: Amount of 322 has to sent to Account number 8e35ff3f-1003-464a-a0ab-82df7cd62da3
2024-07-09 19:26:07.792  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b61fd34-5cc1-4c2a-b30f-2443dde22648: Amount of 330 has been received from Account number fcbb3170-93d8-493d-b477-e2e258d8594c
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of d60cb6f9-fb9f-488c-82d5-3c97784e1e88: Amount of 380 has been received from Account number 6f817856-35eb-4653-84b8-490fb54f2401
2024-07-09 19:26:07.792  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 87e1afb3-be70-46d4-a5c7-d3651528ac1b: Amount of 993 has to sent to Account number dd793e0a-07b8-41a1-a117-35cd5e734907
2024-07-09 19:26:07.792  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd793e0a-07b8-41a1-a117-35cd5e734907: Amount of 993 has been received from Account number 87e1afb3-be70-46d4-a5c7-d3651528ac1b
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e848f4f-40d1-445c-b104-f4ba99d4b0d6: Amount of 677 has to sent to Account number bf915c56-9898-4383-9c39-341af459945d
2024-07-09 19:26:07.789  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of d510b2f7-c6fe-4dbc-aec7-7a220c36e21b: Amount of 657 has been received from Account number 270b4713-4eb7-4480-9e4a-7f71c95f1496
2024-07-09 19:26:07.793  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c7bf3fe-3481-49dc-88d8-8bca523fada8: Amount of 974 has to sent to Account number fa83996c-2ef7-44b7-909c-25df6d5661ed
2024-07-09 19:26:07.793  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa83996c-2ef7-44b7-909c-25df6d5661ed: Amount of 974 has been received from Account number 2c7bf3fe-3481-49dc-88d8-8bca523fada8
2024-07-09 19:26:07.793  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of d299b530-f3f0-4d57-aa3c-144088ca53f2: Amount of 569 has to sent to Account number a2bd3d91-023a-4ae3-ae33-3a8b032d05d0
2024-07-09 19:26:07.793  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of a2bd3d91-023a-4ae3-ae33-3a8b032d05d0: Amount of 569 has been received from Account number d299b530-f3f0-4d57-aa3c-144088ca53f2
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 279e7bf2-a0af-4168-b3dd-b95812e2a612: Amount of 740 has to sent to Account number acfe4366-bbb7-45b0-ad6a-67b601ab36be
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of acfe4366-bbb7-45b0-ad6a-67b601ab36be: Amount of 740 has been received from Account number 279e7bf2-a0af-4168-b3dd-b95812e2a612
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of bba3232b-c75b-49aa-851c-1d6c5e3c38a4: Amount of 100 has to sent to Account number 3cab3e71-4441-4b70-a19f-a397f2d7c7b5
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3cab3e71-4441-4b70-a19f-a397f2d7c7b5: Amount of 100 has been received from Account number bba3232b-c75b-49aa-851c-1d6c5e3c38a4
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of e241f544-62b3-4db8-80f1-925e0c104746: Amount of 166 has to sent to Account number a4219e41-7797-445b-8fd5-cfac858c8b52
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4219e41-7797-445b-8fd5-cfac858c8b52: Amount of 166 has been received from Account number e241f544-62b3-4db8-80f1-925e0c104746
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2d245450-9cbc-44c3-81cc-f42fead8e1ef: Amount of 349 has to sent to Account number 4744d68c-e52d-4a36-8632-c5a0d801e45d
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4744d68c-e52d-4a36-8632-c5a0d801e45d: Amount of 349 has been received from Account number 2d245450-9cbc-44c3-81cc-f42fead8e1ef
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e44bb57-2f91-4e24-94be-942c5e5e3f7e: Amount of 394 has to sent to Account number 164dc7ab-08a1-41c2-aa53-6b390f7cf3ab
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 164dc7ab-08a1-41c2-aa53-6b390f7cf3ab: Amount of 394 has been received from Account number 8e44bb57-2f91-4e24-94be-942c5e5e3f7e
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 41546251-16bb-4de2-acab-2aae15ade89a: Amount of 236 has to sent to Account number f82e2794-ed98-4d41-9925-ca2e62ba284e
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of f82e2794-ed98-4d41-9925-ca2e62ba284e: Amount of 236 has been received from Account number 41546251-16bb-4de2-acab-2aae15ade89a
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of a59e8751-79b8-42a8-bf4c-d1e3dd0e8992: Amount of 466 has to sent to Account number b45e0efd-5dee-4890-b2c0-d7aa9d596965
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of b45e0efd-5dee-4890-b2c0-d7aa9d596965: Amount of 466 has been received from Account number a59e8751-79b8-42a8-bf4c-d1e3dd0e8992
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of b0fd9fac-6feb-4726-a142-6a6f23659fab: Amount of 434 has to sent to Account number 1c271f24-2bb2-412e-99f0-aa900b48eb88
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c271f24-2bb2-412e-99f0-aa900b48eb88: Amount of 434 has been received from Account number b0fd9fac-6feb-4726-a142-6a6f23659fab
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 31e9a412-3ba9-409a-b5f9-3d3388bdc337: Amount of 73 has to sent to Account number 3c14b935-a35d-4a0d-ac70-cf6c376a867d
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3c14b935-a35d-4a0d-ac70-cf6c376a867d: Amount of 73 has been received from Account number 31e9a412-3ba9-409a-b5f9-3d3388bdc337
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 001e50ae-ab4b-4043-888d-0476cdad3cef: Amount of 115 has to sent to Account number ff0f8cd4-b314-4a28-a369-fd22aa5ac15b
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ff0f8cd4-b314-4a28-a369-fd22aa5ac15b: Amount of 115 has been received from Account number 001e50ae-ab4b-4043-888d-0476cdad3cef
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 65ad3c37-9002-4e0a-85aa-3d67e454cb9d: Amount of 530 has to sent to Account number 4352942f-d69f-4af1-89a5-d067ac3e8f9a
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4352942f-d69f-4af1-89a5-d067ac3e8f9a: Amount of 530 has been received from Account number 65ad3c37-9002-4e0a-85aa-3d67e454cb9d
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1b756471-49ac-43eb-97ae-22666daf068c: Amount of 189 has to sent to Account number 9f32f156-376e-46da-bc06-cde5fc8afa15
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9f32f156-376e-46da-bc06-cde5fc8afa15: Amount of 189 has been received from Account number 1b756471-49ac-43eb-97ae-22666daf068c
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 992a61e2-3c83-4585-b69c-7920d498e0d0: Amount of 191 has to sent to Account number 7e90d28d-a3a6-48ea-8524-fdbd536370a4
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7e90d28d-a3a6-48ea-8524-fdbd536370a4: Amount of 191 has been received from Account number 992a61e2-3c83-4585-b69c-7920d498e0d0
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7acf3149-8330-4ad2-8d32-6e9e8b16e613: Amount of 972 has to sent to Account number 95d6a76a-58aa-4a3d-bf67-960b6c2dca68
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 57e61d9e-eafb-456e-b32f-f6b1a0804371: Amount of 206 has to sent to Account number 54a0d3df-7059-4a89-b369-0d4eb788908f
2024-07-09 19:26:07.794  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95d6a76a-58aa-4a3d-bf67-960b6c2dca68: Amount of 972 has been received from Account number 7acf3149-8330-4ad2-8d32-6e9e8b16e613
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 54a0d3df-7059-4a89-b369-0d4eb788908f: Amount of 206 has been received from Account number 57e61d9e-eafb-456e-b32f-f6b1a0804371
2024-07-09 19:26:07.789  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf8a39b4-33db-43b7-8955-98516f8fae5c: Amount of 625 has been received from Account number c9f41912-49d9-4495-bbff-991d54d12d94
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of baaf218c-3fe8-4958-8509-a6e94cd20367: Amount of 248 has been received from Account number 4da56610-e5aa-4b72-8dac-5fd68d90978c
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of b754f63f-bf33-4cbe-a986-91fca0a20a97: Amount of 245 has to sent to Account number 950cf282-5936-4ecf-8128-7d598f92a729
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of cd920a16-47bb-4839-be16-319654a8eb66: Amount of 977 has to sent to Account number e56a6b4f-3905-4c44-a154-aeee1191f23f
2024-07-09 19:26:07.794  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 465bd0a9-89f5-4430-b80d-8a9dffa5121e: Amount of 195 has to sent to Account number f88a7fbb-5c09-4139-84ed-ff5f2a53b840
2024-07-09 19:26:07.794  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f88a7fbb-5c09-4139-84ed-ff5f2a53b840: Amount of 195 has been received from Account number 465bd0a9-89f5-4430-b80d-8a9dffa5121e
2024-07-09 19:26:07.794  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of b3d1b159-e1e9-4bc9-a82b-5ee1e4fa4d6c: Amount of 112 has to sent to Account number f6831ea5-08f6-4bf3-8f22-e12be02d6f5a
2024-07-09 19:26:07.794  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f6831ea5-08f6-4bf3-8f22-e12be02d6f5a: Amount of 112 has been received from Account number b3d1b159-e1e9-4bc9-a82b-5ee1e4fa4d6c
2024-07-09 19:26:07.794  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f3401d5f-734e-4b63-9f7b-2307ccc8de03: Amount of 959 has to sent to Account number 0aa180cd-307f-42da-8242-8497e0018916
2024-07-09 19:26:07.794  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0aa180cd-307f-42da-8242-8497e0018916: Amount of 959 has been received from Account number f3401d5f-734e-4b63-9f7b-2307ccc8de03
2024-07-09 19:26:07.794  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d3c3d09-6f4d-482a-b512-9d9bfb9ceec8: Amount of 517 has to sent to Account number 964c1311-a363-40d7-945b-2bd8afa777bd
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c8170ef-fc70-4b7e-abbc-b0e57ecb38e1: Amount of 926 has been received from Account number d93464e0-d0d4-4caa-95e4-e8f2ffbb3907
2024-07-09 19:26:07.789  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 86482e51-d95e-4db6-919d-b6bac19b0918: Amount of 231 has to sent to Account number ce025e83-f03d-4dd2-b727-b8958af34ae5
2024-07-09 19:26:07.789  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of d0dc9ea4-7db5-491e-9eda-07f7a1812e9b: Amount of 33 has to sent to Account number 5ced5e8a-3fa5-4609-be2d-00f2b92f08e0
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ce025e83-f03d-4dd2-b727-b8958af34ae5: Amount of 231 has been received from Account number 86482e51-d95e-4db6-919d-b6bac19b0918
2024-07-09 19:26:07.794  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 49383d7c-600c-4532-a19b-ec31bbec1bb0: Amount of 902 has to sent to Account number ed369030-a019-41f6-8270-bcee987be2c2
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c3e0181-74fb-4124-a647-51e0947eb97e: Amount of 381 has to sent to Account number 1364e068-66f0-40ad-8427-388aceead54b
2024-07-09 19:26:07.789  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of f937b197-12d0-40e3-9015-2f0c60a4db89: Amount of 793 has to sent to Account number 8e971ad5-4ad4-45e3-97d2-fe9fd7546ee0
2024-07-09 19:26:07.792  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of b45c3f1a-0e17-4cf8-8255-3180b131be03: Amount of 247 has been received from Account number 791a2060-b7db-4703-8b65-b0bda88e70cb
2024-07-09 19:26:07.792  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 87a38ac0-a6bb-4968-b243-255bcd681b01: Amount of 849 has been received from Account number 3f86a4cd-c0de-45e7-b40f-d39065b02579
2024-07-09 19:26:07.792  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ebe2254b-ff6c-4c58-aae9-bf7555e16c99: Amount of 225 has to sent to Account number 677b43f1-d406-4d9d-86c6-8bbb658e55c4
2024-07-09 19:26:07.794  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5aad499c-c8f3-4728-b180-238c77a816f6: Amount of 796 has to sent to Account number f05ec7b3-303b-4729-b792-213ad820b21b
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of b5ad4aab-0c2f-40ed-8f20-89a4fbbfbc15: Amount of 979 has to sent to Account number 3f509a90-592a-4a0c-898c-8cfef6b3e955
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 677b43f1-d406-4d9d-86c6-8bbb658e55c4: Amount of 225 has been received from Account number ebe2254b-ff6c-4c58-aae9-bf7555e16c99
2024-07-09 19:26:07.794  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of f05ec7b3-303b-4729-b792-213ad820b21b: Amount of 796 has been received from Account number 5aad499c-c8f3-4728-b180-238c77a816f6
2024-07-09 19:26:07.792  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 695b9a85-03c3-4044-bee1-69739552639a: Amount of 855 has been received from Account number 939115e8-3d7f-4d13-a358-e6591439c5fd
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 03846193-812e-4643-bbc5-79ba98bd76e9: Amount of 368 has to sent to Account number 9f0cc7be-a85a-416b-8da4-9deec9626b9b
2024-07-09 19:26:07.792  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of f706156e-8e6d-4bf5-94b5-879bb2d663cd: Amount of 432 has been received from Account number 0b374a95-b093-41d0-8106-6faa0f658941
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9f0cc7be-a85a-416b-8da4-9deec9626b9b: Amount of 368 has been received from Account number 03846193-812e-4643-bbc5-79ba98bd76e9
2024-07-09 19:26:07.792  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 96a03160-c59c-4a0a-a35e-80a4d9d0ac2c: Amount of 986 has to sent to Account number 7b6dfe53-1d8e-41ad-b87a-f4a88ff6d706
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9059a427-8526-43a1-aaca-23ac812d9bce: Amount of 624 has to sent to Account number 936d9670-0950-41f2-a7f0-afaf6f8f8843
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 936d9670-0950-41f2-a7f0-afaf6f8f8843: Amount of 624 has been received from Account number 9059a427-8526-43a1-aaca-23ac812d9bce
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of bd30598d-bec6-4e0f-b42b-cb5872a8dc1a: Amount of 248 has to sent to Account number d6ca0c01-5db9-4ea6-a2ad-7cf03a35f1e0
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6ca0c01-5db9-4ea6-a2ad-7cf03a35f1e0: Amount of 248 has been received from Account number bd30598d-bec6-4e0f-b42b-cb5872a8dc1a
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ef6ff1f-8124-46dc-a154-c838b2f0c649: Amount of 208 has to sent to Account number 5c706249-a947-45af-8735-1db34643ae8d
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c706249-a947-45af-8735-1db34643ae8d: Amount of 208 has been received from Account number 3ef6ff1f-8124-46dc-a154-c838b2f0c649
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 980cd48f-59d5-4d84-b7b5-9737e07c02eb: Amount of 377 has to sent to Account number 2db23aa6-cd45-4f5b-b7e9-12ec50cd2967
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2db23aa6-cd45-4f5b-b7e9-12ec50cd2967: Amount of 377 has been received from Account number 980cd48f-59d5-4d84-b7b5-9737e07c02eb
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7dde24d6-1d71-4941-a8e0-808ca6ab1dfa: Amount of 646 has to sent to Account number bbf2de54-4347-4c7d-97b5-12c46cfc45a7
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 486036f4-8a7f-4c6a-b09c-afe8a2cf42e7: Amount of 712 has to sent to Account number 06f20e5c-6bf7-4034-a230-879b2b2dc27f
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 06f20e5c-6bf7-4034-a230-879b2b2dc27f: Amount of 712 has been received from Account number 486036f4-8a7f-4c6a-b09c-afe8a2cf42e7
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8b14635-0f5c-44d2-8254-0dec81de4abb: Amount of 608 has to sent to Account number 6027e954-7491-47ab-afa5-4219e7fce9de
2024-07-09 19:26:07.792  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of c1a5863e-2c09-4571-a97b-2df3204460e8: Amount of 60 has to sent to Account number bc813164-cf0e-4b89-9c8c-6bed057ef1d7
2024-07-09 19:26:07.792  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of b02dbe95-4866-4953-b0ba-4bb5a6ea37d0: Amount of 316 has been received from Account number 99e01d94-fb09-47c9-8b9b-42ab610546f1
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6027e954-7491-47ab-afa5-4219e7fce9de: Amount of 608 has been received from Account number a8b14635-0f5c-44d2-8254-0dec81de4abb
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc813164-cf0e-4b89-9c8c-6bed057ef1d7: Amount of 60 has been received from Account number c1a5863e-2c09-4571-a97b-2df3204460e8
2024-07-09 19:26:07.792  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e35ff3f-1003-464a-a0ab-82df7cd62da3: Amount of 322 has been received from Account number 7a63951b-5394-43b5-a1cc-3a5afe39ff95
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 10f1e88a-bbc8-4369-ac9b-b0788db82e59: Amount of 567 has to sent to Account number c05f8d78-2168-419c-8c9f-2f38e8233cea
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of c05f8d78-2168-419c-8c9f-2f38e8233cea: Amount of 567 has been received from Account number 10f1e88a-bbc8-4369-ac9b-b0788db82e59
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of e8c82a59-6380-4698-bf80-38a0119ee04d: Amount of 886 has to sent to Account number 8705c9aa-3881-4f1f-a483-eb95c502e669
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8705c9aa-3881-4f1f-a483-eb95c502e669: Amount of 886 has been received from Account number e8c82a59-6380-4698-bf80-38a0119ee04d
2024-07-09 19:26:07.792  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 19050049-0791-45fa-a1f9-5462b5a5e7a7: Amount of 740 has to sent to Account number 835ad747-4ba1-4dd0-8638-017b70759caf
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 835ad747-4ba1-4dd0-8638-017b70759caf: Amount of 740 has been received from Account number 19050049-0791-45fa-a1f9-5462b5a5e7a7
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 276c3cb3-da53-43a8-841f-7ca710ac7ea8: Amount of 604 has to sent to Account number e341de41-b2f6-47e0-a62d-1f8cf3196db3
2024-07-09 19:26:07.793  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf915c56-9898-4383-9c39-341af459945d: Amount of 677 has been received from Account number 3e848f4f-40d1-445c-b104-f4ba99d4b0d6
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of bfafda6b-33e0-489f-baaa-9ae24fe813a1: Amount of 22 has to sent to Account number ba1ba2af-5d35-4f5c-accd-33342448d198
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of e341de41-b2f6-47e0-a62d-1f8cf3196db3: Amount of 604 has been received from Account number 276c3cb3-da53-43a8-841f-7ca710ac7ea8
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ba1ba2af-5d35-4f5c-accd-33342448d198: Amount of 22 has been received from Account number bfafda6b-33e0-489f-baaa-9ae24fe813a1
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9ec66e87-7f4c-4465-915e-886a613b60c4: Amount of 977 has to sent to Account number e4521d03-0053-44df-ae7b-572da737de5e
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of e4521d03-0053-44df-ae7b-572da737de5e: Amount of 977 has been received from Account number 9ec66e87-7f4c-4465-915e-886a613b60c4
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ea873b0-6955-4b83-850b-7623337139cc: Amount of 233 has to sent to Account number 272faf02-4799-42b8-b6e1-0882e1e69e0f
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 272faf02-4799-42b8-b6e1-0882e1e69e0f: Amount of 233 has been received from Account number 0ea873b0-6955-4b83-850b-7623337139cc
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 91f86c90-a1b8-413c-8ed7-88121b196a03: Amount of 532 has to sent to Account number 1dcff3c5-e244-4c40-a8b9-72ab04bc8eff
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1dcff3c5-e244-4c40-a8b9-72ab04bc8eff: Amount of 532 has been received from Account number 91f86c90-a1b8-413c-8ed7-88121b196a03
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of e2398caa-6c81-466b-864a-3494b73ab3a9: Amount of 634 has to sent to Account number 50f10751-b0da-4213-8a62-95f861972592
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 50f10751-b0da-4213-8a62-95f861972592: Amount of 634 has been received from Account number e2398caa-6c81-466b-864a-3494b73ab3a9
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of a3204090-f97b-4d3e-ab09-7d58863a56e6: Amount of 440 has to sent to Account number 85ecb4ed-39ac-47ef-8f2e-ab778184fb83
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 85ecb4ed-39ac-47ef-8f2e-ab778184fb83: Amount of 440 has been received from Account number a3204090-f97b-4d3e-ab09-7d58863a56e6
2024-07-09 19:26:07.793  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 170ac8fc-3bb6-4d62-8a44-1863ac27984a: Amount of 129 has to sent to Account number 5f3da13e-bda1-41f9-b2a2-05a02d6d99ef
2024-07-09 19:26:07.794  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of d1274690-004d-4c58-9d84-faabac26fbc5: Amount of 833 has to sent to Account number 238e050e-042e-4e04-84bc-0292ba70d08e
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f3da13e-bda1-41f9-b2a2-05a02d6d99ef: Amount of 129 has been received from Account number 170ac8fc-3bb6-4d62-8a44-1863ac27984a
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 238e050e-042e-4e04-84bc-0292ba70d08e: Amount of 833 has been received from Account number d1274690-004d-4c58-9d84-faabac26fbc5
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3bdbcf86-84aa-4f46-914b-ea57003d30ba: Amount of 417 has to sent to Account number d4907100-2eee-423a-bc38-045c4d8efe32
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of d4907100-2eee-423a-bc38-045c4d8efe32: Amount of 417 has been received from Account number 3bdbcf86-84aa-4f46-914b-ea57003d30ba
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8af163c6-e5c2-415e-ae8e-999530723e7a: Amount of 192 has to sent to Account number 6d7fadeb-df4e-4a54-82c6-366bbaddc5c0
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d7fadeb-df4e-4a54-82c6-366bbaddc5c0: Amount of 192 has been received from Account number 8af163c6-e5c2-415e-ae8e-999530723e7a
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 950cf282-5936-4ecf-8128-7d598f92a729: Amount of 245 has been received from Account number b754f63f-bf33-4cbe-a986-91fca0a20a97
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca6488e3-f515-4413-8854-f62939070e76: Amount of 904 has to sent to Account number 78e8d2a4-0646-4826-9bf2-75838b2a32ad
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of e56a6b4f-3905-4c44-a154-aeee1191f23f: Amount of 977 has been received from Account number cd920a16-47bb-4839-be16-319654a8eb66
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 78e8d2a4-0646-4826-9bf2-75838b2a32ad: Amount of 904 has been received from Account number ca6488e3-f515-4413-8854-f62939070e76
2024-07-09 19:26:07.794  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 964c1311-a363-40d7-945b-2bd8afa777bd: Amount of 517 has been received from Account number 4d3c3d09-6f4d-482a-b512-9d9bfb9ceec8
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5ced5e8a-3fa5-4609-be2d-00f2b92f08e0: Amount of 33 has been received from Account number d0dc9ea4-7db5-491e-9eda-07f7a1812e9b
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of fea66874-00ca-4907-b64b-420bc5541fd4: Amount of 323 has to sent to Account number 0613371a-3e13-42db-831f-69aad871bdf6
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of e7f716ff-878e-4156-9b73-df1068fb0b20: Amount of 358 has to sent to Account number 3b1eae0d-267c-4c9d-a5de-600a14263706
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 85073a2d-3752-4962-948e-fe2a672de697: Amount of 994 has to sent to Account number 4564abe9-d81b-4538-b4c7-8f202cad4cce
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0613371a-3e13-42db-831f-69aad871bdf6: Amount of 323 has been received from Account number fea66874-00ca-4907-b64b-420bc5541fd4
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ff6a7e4-38f7-4492-aa09-8f9d736f6069: Amount of 925 has to sent to Account number fbec6427-e498-4e4f-b39b-f0ba38de726d
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of fbec6427-e498-4e4f-b39b-f0ba38de726d: Amount of 925 has been received from Account number 3ff6a7e4-38f7-4492-aa09-8f9d736f6069
2024-07-09 19:26:07.794  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed369030-a019-41f6-8270-bcee987be2c2: Amount of 902 has been received from Account number 49383d7c-600c-4532-a19b-ec31bbec1bb0
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1364e068-66f0-40ad-8427-388aceead54b: Amount of 381 has been received from Account number 5c3e0181-74fb-4124-a647-51e0947eb97e
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 04c5f709-1fea-4116-8af3-afd8bf871a23: Amount of 556 has to sent to Account number e9755230-4721-4cfe-a665-9f047de8c577
2024-07-09 19:26:07.794  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e971ad5-4ad4-45e3-97d2-fe9fd7546ee0: Amount of 793 has been received from Account number f937b197-12d0-40e3-9015-2f0c60a4db89
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of e9755230-4721-4cfe-a665-9f047de8c577: Amount of 556 has been received from Account number 04c5f709-1fea-4116-8af3-afd8bf871a23
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f509a90-592a-4a0c-898c-8cfef6b3e955: Amount of 979 has been received from Account number b5ad4aab-0c2f-40ed-8f20-89a4fbbfbc15
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2832fe5a-1025-485d-b799-bc2d218037c9: Amount of 305 has to sent to Account number f50b85d6-a957-43f7-9143-bd5d890e8ee8
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of d9b75b57-dd44-4b73-8410-d96e0fcc22b7: Amount of 97 has to sent to Account number 46808ec3-a6be-41f9-9d18-731e4735cae4
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 872f2d8b-d958-430c-a165-15eca80d9721: Amount of 737 has to sent to Account number 42f1c36e-2c7d-4e1d-b3db-5a0fee8b99c0
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of f50b85d6-a957-43f7-9143-bd5d890e8ee8: Amount of 305 has been received from Account number 2832fe5a-1025-485d-b799-bc2d218037c9
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42f1c36e-2c7d-4e1d-b3db-5a0fee8b99c0: Amount of 737 has been received from Account number 872f2d8b-d958-430c-a165-15eca80d9721
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8acdcc67-d503-4035-91e6-af2fcd3db4e9: Amount of 59 has to sent to Account number 28823629-1ba5-4ae3-ab50-eb15fb637f16
2024-07-09 19:26:07.794  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ab466327-ac18-426c-8d7d-496e2c8c1b03: Amount of 886 has to sent to Account number 8d9ee725-214f-4982-8335-244d8f3f9bb9
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 516e2c23-b226-445e-8fe7-41f02fc4e932: Amount of 400 has to sent to Account number 44cc86dd-dc88-4c67-bf90-1a9d940ae5b6
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b6dfe53-1d8e-41ad-b87a-f4a88ff6d706: Amount of 986 has been received from Account number 96a03160-c59c-4a0a-a35e-80a4d9d0ac2c
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 44cc86dd-dc88-4c67-bf90-1a9d940ae5b6: Amount of 400 has been received from Account number 516e2c23-b226-445e-8fe7-41f02fc4e932
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d9ee725-214f-4982-8335-244d8f3f9bb9: Amount of 886 has been received from Account number ab466327-ac18-426c-8d7d-496e2c8c1b03
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0059820b-f572-40ac-92aa-51d48ed29349: Amount of 823 has to sent to Account number fe2d789b-90f0-4c98-aa45-fbde26df4636
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 97f233f1-7aa0-4d48-b962-f77e1fb2e0e0: Amount of 153 has to sent to Account number 68f4838c-2b29-4430-b007-0d7ecfb1001d
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of fe2d789b-90f0-4c98-aa45-fbde26df4636: Amount of 823 has been received from Account number 0059820b-f572-40ac-92aa-51d48ed29349
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 68f4838c-2b29-4430-b007-0d7ecfb1001d: Amount of 153 has been received from Account number 97f233f1-7aa0-4d48-b962-f77e1fb2e0e0
2024-07-09 19:26:07.794  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of a0cac7b1-58aa-4ef6-837e-a3ba4a319ec3: Amount of 281 has to sent to Account number f685a0f9-01d2-4f74-b7c9-4e0546b5fac0
2024-07-09 19:26:07.794  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of bbf2de54-4347-4c7d-97b5-12c46cfc45a7: Amount of 646 has been received from Account number 7dde24d6-1d71-4941-a8e0-808ca6ab1dfa
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c5e9e15-50bc-41ce-bdc6-5421d9d946f3: Amount of 109 has to sent to Account number 2a34f128-19ab-48a6-9cee-5365dc554eb3
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 43ed7da5-76f8-4f6e-b67f-7b3eaf555438: Amount of 704 has to sent to Account number 395419fe-0487-4048-ac73-9e41d06683f6
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2a34f128-19ab-48a6-9cee-5365dc554eb3: Amount of 109 has been received from Account number 1c5e9e15-50bc-41ce-bdc6-5421d9d946f3
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 395419fe-0487-4048-ac73-9e41d06683f6: Amount of 704 has been received from Account number 43ed7da5-76f8-4f6e-b67f-7b3eaf555438
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of b31a836c-8f54-4ffa-9559-6491f3fa3ed1: Amount of 893 has to sent to Account number 24f3b511-6c29-401d-93c8-9d65b869b661
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac081745-2114-416e-a05f-fac44be5a55c: Amount of 925 has to sent to Account number 38240bec-9d01-4d4a-9955-c52c3ccb7819
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of debeeeca-0032-4fa0-a8a4-e314e71aa216: Amount of 845 has to sent to Account number 45e138bf-f6cf-4dcf-be0d-fef31f05970c
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 38240bec-9d01-4d4a-9955-c52c3ccb7819: Amount of 925 has been received from Account number ac081745-2114-416e-a05f-fac44be5a55c
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 45e138bf-f6cf-4dcf-be0d-fef31f05970c: Amount of 845 has been received from Account number debeeeca-0032-4fa0-a8a4-e314e71aa216
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of a480e554-2c1a-4e73-a6a8-81c222780aff: Amount of 412 has to sent to Account number 12919b3e-e76b-4769-96cb-c6632e778ff3
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 08a2a4dd-8470-4067-8291-0e0a6b01aa48: Amount of 613 has to sent to Account number 824e9b38-bf41-41b6-88c8-49e132026eca
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of d06b8b0d-5a15-48aa-bc1f-6d91eb9b20f8: Amount of 615 has to sent to Account number 77264e3b-2a74-4402-a75d-2f7a296ff717
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7c933528-a837-4cbb-9c24-651201ac6a7d: Amount of 217 has to sent to Account number 5f5b2bd5-f9ae-4ac6-874f-db879815b8be
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of fdfe33af-3e7a-4555-8993-d163d2b60feb: Amount of 144 has to sent to Account number 52f6790e-f6b1-41ba-9c04-cf6d2417c851
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f5b2bd5-f9ae-4ac6-874f-db879815b8be: Amount of 217 has been received from Account number 7c933528-a837-4cbb-9c24-651201ac6a7d
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 52f6790e-f6b1-41ba-9c04-cf6d2417c851: Amount of 144 has been received from Account number fdfe33af-3e7a-4555-8993-d163d2b60feb
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of c5b083f4-7ecb-4119-8d21-8810c97677f9: Amount of 797 has to sent to Account number d2be74b9-452d-44ec-bd84-51959d89be93
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3b1eae0d-267c-4c9d-a5de-600a14263706: Amount of 358 has been received from Account number e7f716ff-878e-4156-9b73-df1068fb0b20
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4564abe9-d81b-4538-b4c7-8f202cad4cce: Amount of 994 has been received from Account number 85073a2d-3752-4962-948e-fe2a672de697
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a780665b-6d6c-4d94-aadc-de0a64b048a6: Amount of 962 has to sent to Account number 139c55b7-a29d-42eb-b698-e63a0a3402c3
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 94441cd2-c1a9-40e5-9b99-e99c87521508: Amount of 594 has to sent to Account number 6a57d346-fd34-4143-833f-57ed17bc7b38
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0fa50514-549a-4e6f-a189-8ad3f0354a83: Amount of 298 has to sent to Account number 29602efc-a297-44f5-a2c6-6bc9700540c5
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 46808ec3-a6be-41f9-9d18-731e4735cae4: Amount of 97 has been received from Account number d9b75b57-dd44-4b73-8410-d96e0fcc22b7
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 29602efc-a297-44f5-a2c6-6bc9700540c5: Amount of 298 has been received from Account number 0fa50514-549a-4e6f-a189-8ad3f0354a83
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f7b77e0-0f41-489a-bca1-a9a438d95917: Amount of 364 has to sent to Account number ee62eec5-0fa7-407e-9f69-edeeb49ce6e0
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 28823629-1ba5-4ae3-ab50-eb15fb637f16: Amount of 59 has been received from Account number 8acdcc67-d503-4035-91e6-af2fcd3db4e9
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5bb624f7-262a-493f-861d-286fb562fc46: Amount of 24 has to sent to Account number 279714ed-2f4d-4f19-8517-2ad72bbd405d
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 279714ed-2f4d-4f19-8517-2ad72bbd405d: Amount of 24 has been received from Account number 5bb624f7-262a-493f-861d-286fb562fc46
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5ce9122f-b48d-42e9-9b50-f928f17c0fce: Amount of 527 has to sent to Account number ffbacc1e-34f2-4c4d-b34d-8bcdb7c86d2f
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0cf22bd0-800b-4f69-b9cf-54d840876cf3: Amount of 901 has to sent to Account number a1f11a26-a407-4b4e-a5e4-710a16119bd9
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of f685a0f9-01d2-4f74-b7c9-4e0546b5fac0: Amount of 281 has been received from Account number a0cac7b1-58aa-4ef6-837e-a3ba4a319ec3
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of a1f11a26-a407-4b4e-a5e4-710a16119bd9: Amount of 901 has been received from Account number 0cf22bd0-800b-4f69-b9cf-54d840876cf3
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of b6bead68-d6e6-475e-a69b-7919a7804566: Amount of 323 has to sent to Account number 7e32eac1-2c99-4156-b0b7-d1aa9306b413
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 24f3b511-6c29-401d-93c8-9d65b869b661: Amount of 893 has been received from Account number b31a836c-8f54-4ffa-9559-6491f3fa3ed1
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of aaef0174-395a-4d78-8357-9226855a7777: Amount of 595 has to sent to Account number 66608795-e95c-4c80-aeb9-920b1ae958f9
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 363144b2-a4a0-4fd9-9c4f-a2949a6997b2: Amount of 776 has to sent to Account number eb8e0114-95e5-45c9-add4-232ce9be917e
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4b6bc54-e4e5-431e-870c-3b3bc3d5e553: Amount of 122 has to sent to Account number f652ee0c-a6ef-4e0f-b03b-8436e47d858e
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 12919b3e-e76b-4769-96cb-c6632e778ff3: Amount of 412 has been received from Account number a480e554-2c1a-4e73-a6a8-81c222780aff
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of f652ee0c-a6ef-4e0f-b03b-8436e47d858e: Amount of 122 has been received from Account number a4b6bc54-e4e5-431e-870c-3b3bc3d5e553
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 824e9b38-bf41-41b6-88c8-49e132026eca: Amount of 613 has been received from Account number 08a2a4dd-8470-4067-8291-0e0a6b01aa48
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25faf7d4-39f9-4271-a2ac-b9e31d86fe42: Amount of 610 has to sent to Account number 4392987d-2a45-4346-baf5-68f7baa8ff5f
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77264e3b-2a74-4402-a75d-2f7a296ff717: Amount of 615 has been received from Account number d06b8b0d-5a15-48aa-bc1f-6d91eb9b20f8
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4392987d-2a45-4346-baf5-68f7baa8ff5f: Amount of 610 has been received from Account number 25faf7d4-39f9-4271-a2ac-b9e31d86fe42
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae74116c-7540-4989-b4b9-ca9c74356dc8: Amount of 815 has to sent to Account number 41174c88-9a56-4f34-bf50-0a8924fbd6c6
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 771f7070-f88e-4c57-a352-f255df5cffac: Amount of 508 has to sent to Account number b0d62b6c-fdc2-4f59-bf41-a72925db0bae
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 41174c88-9a56-4f34-bf50-0a8924fbd6c6: Amount of 815 has been received from Account number ae74116c-7540-4989-b4b9-ca9c74356dc8
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of b0d62b6c-fdc2-4f59-bf41-a72925db0bae: Amount of 508 has been received from Account number 771f7070-f88e-4c57-a352-f255df5cffac
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f510224-9955-4cd3-92c5-50c6b301cbf9: Amount of 685 has to sent to Account number 69e4f76f-557c-4b5d-91a9-ce84e1c8e18b
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 69e4f76f-557c-4b5d-91a9-ce84e1c8e18b: Amount of 685 has been received from Account number 5f510224-9955-4cd3-92c5-50c6b301cbf9
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 83803bf6-a9f6-4beb-a530-c8709880e6ce: Amount of 805 has to sent to Account number 77f46a09-cf5b-4f3a-b5b2-2692f217ce04
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77f46a09-cf5b-4f3a-b5b2-2692f217ce04: Amount of 805 has been received from Account number 83803bf6-a9f6-4beb-a530-c8709880e6ce
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2be74b9-452d-44ec-bd84-51959d89be93: Amount of 797 has been received from Account number c5b083f4-7ecb-4119-8d21-8810c97677f9
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of b8bd42fc-afa7-481a-9a32-1c77515fef27: Amount of 313 has to sent to Account number 059f350d-28b5-40ad-97b3-bc3cf54dec9b
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of a7fb9df1-1696-4766-9402-76a000a771ff: Amount of 747 has to sent to Account number b59266b9-c139-46a5-9446-9ea702a77e09
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6163e29e-49fc-4a26-990e-5fc46a1aa208: Amount of 959 has to sent to Account number 5aac836c-bb8d-49b9-9456-b553e84ac54c
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 059f350d-28b5-40ad-97b3-bc3cf54dec9b: Amount of 313 has been received from Account number b8bd42fc-afa7-481a-9a32-1c77515fef27
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 139c55b7-a29d-42eb-b698-e63a0a3402c3: Amount of 962 has been received from Account number a780665b-6d6c-4d94-aadc-de0a64b048a6
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5aac836c-bb8d-49b9-9456-b553e84ac54c: Amount of 959 has been received from Account number 6163e29e-49fc-4a26-990e-5fc46a1aa208
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a57d346-fd34-4143-833f-57ed17bc7b38: Amount of 594 has been received from Account number 94441cd2-c1a9-40e5-9b99-e99c87521508
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b38132e-4e46-4270-ada0-51ade19b727c: Amount of 915 has to sent to Account number 1b90deed-4b74-46f2-ad4d-80472b4c4df1
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 18088a9b-aaf3-426e-a6a6-11bdb2da4d4f: Amount of 221 has to sent to Account number 6c28217f-9ada-41d6-baf8-02fd23425267
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1b90deed-4b74-46f2-ad4d-80472b4c4df1: Amount of 915 has been received from Account number 5b38132e-4e46-4270-ada0-51ade19b727c
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6995ce9c-143d-4b43-8faa-60ff66260dd6: Amount of 238 has to sent to Account number c2b465bf-c251-471f-aa15-2fd9341d5a5f
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c764aac-5e3a-4df7-aa9d-2cad611bd1a1: Amount of 229 has to sent to Account number c04ae5f5-6921-4efc-af66-3446251f439d
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1a489942-32ed-4ac9-b920-9e02b6917130: Amount of 607 has to sent to Account number f44d7ea5-f774-4c9f-8eb5-7f1845a0c4b9
2024-07-09 19:26:07.803  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c04ae5f5-6921-4efc-af66-3446251f439d: Amount of 229 has been received from Account number 2c764aac-5e3a-4df7-aa9d-2cad611bd1a1
2024-07-09 19:26:07.803  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of f44d7ea5-f774-4c9f-8eb5-7f1845a0c4b9: Amount of 607 has been received from Account number 1a489942-32ed-4ac9-b920-9e02b6917130
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee62eec5-0fa7-407e-9f69-edeeb49ce6e0: Amount of 364 has been received from Account number 8f7b77e0-0f41-489a-bca1-a9a438d95917
2024-07-09 19:26:07.804  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of d73fbbc2-027b-4f39-95c9-ff7c17b52950: Amount of 287 has to sent to Account number 6f6f0420-fe79-43ae-8e4b-e1287188d3a5
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 039e19e1-ea1f-4e14-8c54-39be9e39a5dc: Amount of 17 has to sent to Account number d14bb509-758a-4ebd-835b-9a265c28bafa
2024-07-09 19:26:07.804  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6f6f0420-fe79-43ae-8e4b-e1287188d3a5: Amount of 287 has been received from Account number d73fbbc2-027b-4f39-95c9-ff7c17b52950
2024-07-09 19:26:07.804  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 313d01f1-5348-4fa0-9b9a-3d7c6246cd60: Amount of 370 has to sent to Account number 146562f5-80f4-48d9-aff9-bd2d543accfd
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ffbacc1e-34f2-4c4d-b34d-8bcdb7c86d2f: Amount of 527 has been received from Account number 5ce9122f-b48d-42e9-9b50-f928f17c0fce
2024-07-09 19:26:07.804  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 146562f5-80f4-48d9-aff9-bd2d543accfd: Amount of 370 has been received from Account number 313d01f1-5348-4fa0-9b9a-3d7c6246cd60
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0012a09e-a077-4961-90a0-051e65408a17: Amount of 215 has to sent to Account number bbe922fc-18f8-44cb-8fa6-653bad65bffc
2024-07-09 19:26:07.804  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3630669b-75e1-418c-b3ae-b5f91d23acc3: Amount of 192 has to sent to Account number d9bf8f84-cb82-4eef-bcad-d0e94c36b2d4
2024-07-09 19:26:07.804  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of d9bf8f84-cb82-4eef-bcad-d0e94c36b2d4: Amount of 192 has been received from Account number 3630669b-75e1-418c-b3ae-b5f91d23acc3
2024-07-09 19:26:07.804  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of bbe922fc-18f8-44cb-8fa6-653bad65bffc: Amount of 215 has been received from Account number 0012a09e-a077-4961-90a0-051e65408a17
2024-07-09 19:26:07.804  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1bf79863-bb14-4e51-ae81-eec6093f8500: Amount of 772 has to sent to Account number 9b079ef4-9385-4b22-88e3-deea1c388f6e
2024-07-09 19:26:07.804  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9b079ef4-9385-4b22-88e3-deea1c388f6e: Amount of 772 has been received from Account number 1bf79863-bb14-4e51-ae81-eec6093f8500
2024-07-09 19:26:07.804  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 97bc0aff-0698-43d8-8866-68ec27eb2ecf: Amount of 688 has to sent to Account number ccd39388-bb82-4dc4-8b9e-1ea615fb27ee
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7e32eac1-2c99-4156-b0b7-d1aa9306b413: Amount of 323 has been received from Account number b6bead68-d6e6-475e-a69b-7919a7804566
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 66608795-e95c-4c80-aeb9-920b1ae958f9: Amount of 595 has been received from Account number aaef0174-395a-4d78-8357-9226855a7777
2024-07-09 19:26:07.804  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccd39388-bb82-4dc4-8b9e-1ea615fb27ee: Amount of 688 has been received from Account number 97bc0aff-0698-43d8-8866-68ec27eb2ecf
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb8e0114-95e5-45c9-add4-232ce9be917e: Amount of 776 has been received from Account number 363144b2-a4a0-4fd9-9c4f-a2949a6997b2
2024-07-09 19:26:07.804  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f07233f-d0ae-45e2-8be4-e2609ba8f02c: Amount of 881 has to sent to Account number c6d3a9e8-509c-4faa-b70c-2f97b1dcccb7
2024-07-09 19:26:07.804  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 38b47a59-017e-4a6a-bed1-6b330ffdaaf2: Amount of 106 has to sent to Account number 2e4c1559-3b40-4214-90c4-83dda608ae7c
2024-07-09 19:26:07.804  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e4c1559-3b40-4214-90c4-83dda608ae7c: Amount of 106 has been received from Account number 38b47a59-017e-4a6a-bed1-6b330ffdaaf2
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ba02f4c8-af4e-476b-9d5d-0bf8dbaa796e: Amount of 137 has to sent to Account number 954ea0f4-1d63-4a87-b2fd-3dca8cd29435
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e8f1cff-d382-4efa-9708-fe32e9118255: Amount of 363 has to sent to Account number e17a3cb1-e7b9-4652-a467-80b22337d26f
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca63a294-afd0-4963-9768-bf6ced648b95: Amount of 140 has to sent to Account number 67f9cc13-764b-41bc-a604-0b767bfae2f4
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of d761b3ba-f849-45ff-be8d-e5a91fb72d11: Amount of 223 has to sent to Account number ab9c7d0c-d490-4061-888a-906238fbb187
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3998508f-886e-4f4c-afd3-365045e92548: Amount of 477 has to sent to Account number 5a595d12-cd40-416e-a438-e70436f6c555
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d6647c2-5a01-47cc-89e4-b81103b9d1de: Amount of 701 has to sent to Account number 12b71d24-3fdf-4e69-b37e-7d7fa4f345ca
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of b59266b9-c139-46a5-9446-9ea702a77e09: Amount of 747 has been received from Account number a7fb9df1-1696-4766-9402-76a000a771ff
2024-07-09 19:26:07.805  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 954ea0f4-1d63-4a87-b2fd-3dca8cd29435: Amount of 137 has been received from Account number ba02f4c8-af4e-476b-9d5d-0bf8dbaa796e
2024-07-09 19:26:07.805  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a595d12-cd40-416e-a438-e70436f6c555: Amount of 477 has been received from Account number 3998508f-886e-4f4c-afd3-365045e92548
2024-07-09 19:26:07.805  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of c27f6ab6-f223-4d03-bd45-102c69829c8a: Amount of 413 has to sent to Account number b0cabd40-8e34-441c-b6c7-2649df6b9493
2024-07-09 19:26:07.805  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of b0cabd40-8e34-441c-b6c7-2649df6b9493: Amount of 413 has been received from Account number c27f6ab6-f223-4d03-bd45-102c69829c8a
2024-07-09 19:26:07.805  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 12b71d24-3fdf-4e69-b37e-7d7fa4f345ca: Amount of 701 has been received from Account number 5d6647c2-5a01-47cc-89e4-b81103b9d1de
2024-07-09 19:26:07.805  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 32fe717e-ccdb-4acb-a53c-fd86aff87a69: Amount of 830 has to sent to Account number 3276c358-2538-4d68-9946-b3ae9f8fb902
2024-07-09 19:26:07.805  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 627086ce-7e55-42ef-97b8-e726dfd2ba22: Amount of 786 has to sent to Account number 63451527-2e19-46e9-b6dd-9e447535723c
2024-07-09 19:26:07.805  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3276c358-2538-4d68-9946-b3ae9f8fb902: Amount of 830 has been received from Account number 32fe717e-ccdb-4acb-a53c-fd86aff87a69
2024-07-09 19:26:07.798  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2224ab84-a7d5-4579-9313-ab5e6f56562d: Amount of 977 has to sent to Account number cfaf443d-8f6d-4a28-960e-6bf721ea6ab1
2024-07-09 19:26:07.805  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 02b6c5cf-0d6f-4015-910d-853b1aa53eb0: Amount of 816 has to sent to Account number 610fcfe4-df4a-4bd4-b700-fd2481e9dd31
2024-07-09 19:26:07.805  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 63451527-2e19-46e9-b6dd-9e447535723c: Amount of 786 has been received from Account number 627086ce-7e55-42ef-97b8-e726dfd2ba22
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6c28217f-9ada-41d6-baf8-02fd23425267: Amount of 221 has been received from Account number 18088a9b-aaf3-426e-a6a6-11bdb2da4d4f
2024-07-09 19:26:07.805  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77144a5c-a46e-4031-8a46-32a8ef7d0a4c: Amount of 340 has to sent to Account number 4d616e64-554d-4f4e-a8a5-869629bdb4dd
2024-07-09 19:26:07.805  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of e17a3cb1-e7b9-4652-a467-80b22337d26f: Amount of 363 has been received from Account number 9e8f1cff-d382-4efa-9708-fe32e9118255
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of c2b465bf-c251-471f-aa15-2fd9341d5a5f: Amount of 238 has been received from Account number 6995ce9c-143d-4b43-8faa-60ff66260dd6
2024-07-09 19:26:07.798  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 39786014-1575-43ac-9b76-9a331104fa34: Amount of 936 has to sent to Account number f0d0bcfb-c8f7-40cc-8254-0227f361e409
2024-07-09 19:26:07.804  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of b97ba387-3519-45dd-917c-d34e6bec9e2f: Amount of 669 has to sent to Account number 6b0d14c6-dfa5-4b89-be52-69ca97e2a6a9
2024-07-09 19:26:07.804  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of d14bb509-758a-4ebd-835b-9a265c28bafa: Amount of 17 has been received from Account number 039e19e1-ea1f-4e14-8c54-39be9e39a5dc
2024-07-09 19:26:07.805  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of f0d0bcfb-c8f7-40cc-8254-0227f361e409: Amount of 936 has been received from Account number 39786014-1575-43ac-9b76-9a331104fa34
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b0d14c6-dfa5-4b89-be52-69ca97e2a6a9: Amount of 669 has been received from Account number b97ba387-3519-45dd-917c-d34e6bec9e2f
2024-07-09 19:26:07.805  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3dad8e5b-3f68-478f-ae15-ccab6efe1982: Amount of 960 has to sent to Account number 4b7adf8f-0dfd-4239-b67b-67b66e001b40
2024-07-09 19:26:07.804  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 50f73b5c-625c-42a8-b481-44f14b8b4553: Amount of 269 has to sent to Account number 6ba5a84c-8e14-440a-99df-d43f272e5b8e
2024-07-09 19:26:07.805  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d616e64-554d-4f4e-a8a5-869629bdb4dd: Amount of 340 has been received from Account number 77144a5c-a46e-4031-8a46-32a8ef7d0a4c
2024-07-09 19:26:07.805  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c115775-83fe-4990-b98b-28061a76e66d: Amount of 240 has to sent to Account number 033e8607-1f55-450c-a14d-cb5cca1fac4f
2024-07-09 19:26:07.804  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8932d248-264d-45a5-94d2-7f30690151fb: Amount of 109 has to sent to Account number 7db32f9b-63f7-4e1b-9eb0-e96d75374e7b
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of e3dd652b-ab62-4e9d-a1cf-5f9104c86626: Amount of 514 has to sent to Account number 516cd4a8-c7b0-4254-9722-64e8e5b11238
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of de9906f9-555f-41dd-8077-9e01b92fa8f6: Amount of 290 has to sent to Account number 24a1b775-188d-4bef-92b6-5a9dba289f75
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 516cd4a8-c7b0-4254-9722-64e8e5b11238: Amount of 514 has been received from Account number e3dd652b-ab62-4e9d-a1cf-5f9104c86626
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of d7b5401f-14c3-42cf-8ffa-3fd378f8d06f: Amount of 916 has to sent to Account number 0b7cf3be-516a-4833-9320-c8d1acb7a3f2
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0b7cf3be-516a-4833-9320-c8d1acb7a3f2: Amount of 916 has been received from Account number d7b5401f-14c3-42cf-8ffa-3fd378f8d06f
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 24a1b775-188d-4bef-92b6-5a9dba289f75: Amount of 290 has been received from Account number de9906f9-555f-41dd-8077-9e01b92fa8f6
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42145a30-a219-4963-897e-e502ca6c2fa0: Amount of 374 has to sent to Account number 8bd3bb4a-fb93-462b-a3b7-d83d2419ae68
2024-07-09 19:26:07.804  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4bc2cf3c-8c66-44d7-ab9b-4ca6beb1a4c7: Amount of 93 has to sent to Account number 6dd69983-958a-4a78-85ba-87281c333b34
2024-07-09 19:26:07.804  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of b9b099f2-fd3d-4600-bb23-eb3582aa9c29: Amount of 28 has to sent to Account number 40f14ac3-dc35-4721-bfa8-e547ce998e78
2024-07-09 19:26:07.804  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of c6d3a9e8-509c-4faa-b70c-2f97b1dcccb7: Amount of 881 has been received from Account number 3f07233f-d0ae-45e2-8be4-e2609ba8f02c
2024-07-09 19:26:07.804  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of f4ba7f51-d9b9-4106-839e-a201df24e154: Amount of 930 has to sent to Account number 07792717-a7ee-43b7-b277-86c9e7008b21
2024-07-09 19:26:07.805  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of cfaf443d-8f6d-4a28-960e-6bf721ea6ab1: Amount of 977 has been received from Account number 2224ab84-a7d5-4579-9313-ab5e6f56562d
2024-07-09 19:26:07.806  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 07792717-a7ee-43b7-b277-86c9e7008b21: Amount of 930 has been received from Account number f4ba7f51-d9b9-4106-839e-a201df24e154
2024-07-09 19:26:07.805  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 610fcfe4-df4a-4bd4-b700-fd2481e9dd31: Amount of 816 has been received from Account number 02b6c5cf-0d6f-4015-910d-853b1aa53eb0
2024-07-09 19:26:07.805  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 61460662-50cd-4c09-9daa-1afd8c7deea9: Amount of 993 has to sent to Account number 49f03abd-cb3c-48fb-ba14-421ff5d6dc56
2024-07-09 19:26:07.805  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 20959f80-440f-404a-875b-66aee266dd94: Amount of 261 has to sent to Account number 6ebc799d-d85b-4a13-bde9-52d6a76ac5f8
2024-07-09 19:26:07.806  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 49f03abd-cb3c-48fb-ba14-421ff5d6dc56: Amount of 993 has been received from Account number 61460662-50cd-4c09-9daa-1afd8c7deea9
2024-07-09 19:26:07.806  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca63ab01-15e9-4c7c-bbe3-b1f4d2496bba: Amount of 773 has to sent to Account number 2969c595-b093-4468-a5c3-5f04514f11c9
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6ebc799d-d85b-4a13-bde9-52d6a76ac5f8: Amount of 261 has been received from Account number 20959f80-440f-404a-875b-66aee266dd94
2024-07-09 19:26:07.805  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ab9c7d0c-d490-4061-888a-906238fbb187: Amount of 223 has been received from Account number d761b3ba-f849-45ff-be8d-e5a91fb72d11
2024-07-09 19:26:07.805  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 67f9cc13-764b-41bc-a604-0b767bfae2f4: Amount of 140 has been received from Account number ca63a294-afd0-4963-9768-bf6ced648b95
2024-07-09 19:26:07.806  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2969c595-b093-4468-a5c3-5f04514f11c9: Amount of 773 has been received from Account number ca63ab01-15e9-4c7c-bbe3-b1f4d2496bba
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0348daa4-cdf8-4019-94f0-68a9fdbbaf44: Amount of 456 has to sent to Account number 417a1c6e-22c6-45b4-a307-b91c3b89a961
2024-07-09 19:26:07.806  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 01097276-f2b9-4875-b519-3cf8f853baa1: Amount of 829 has to sent to Account number 7ce31504-1741-4f37-921c-e376ebd8b54d
2024-07-09 19:26:07.805  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 54f3f59f-14eb-4a3a-af60-4fb08fc94661: Amount of 439 has to sent to Account number d1f99bec-7ef5-4914-a07a-20f7845312dd
2024-07-09 19:26:07.806  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ce31504-1741-4f37-921c-e376ebd8b54d: Amount of 829 has been received from Account number 01097276-f2b9-4875-b519-3cf8f853baa1
2024-07-09 19:26:07.804  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4df0af04-12d7-4ad4-a294-46f378e8e89c: Amount of 154 has to sent to Account number f13608b6-1882-472b-9f7d-1eff81b1ada3
2024-07-09 19:26:07.806  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 45cd136d-c167-49d5-8dc5-d57ee9219101: Amount of 773 has to sent to Account number 15d793ca-5df0-4056-93f6-049076ab37f8
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of f13608b6-1882-472b-9f7d-1eff81b1ada3: Amount of 154 has been received from Account number 4df0af04-12d7-4ad4-a294-46f378e8e89c
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 033e8607-1f55-450c-a14d-cb5cca1fac4f: Amount of 240 has been received from Account number 5c115775-83fe-4990-b98b-28061a76e66d
2024-07-09 19:26:07.806  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 15d793ca-5df0-4056-93f6-049076ab37f8: Amount of 773 has been received from Account number 45cd136d-c167-49d5-8dc5-d57ee9219101
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2cd70e99-d763-4006-bd9e-48c50a1e550e: Amount of 709 has to sent to Account number 6d9156b9-2680-404c-8633-c373046215d5
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 415a3875-55c4-4f4d-ac6a-974ecec25715: Amount of 352 has to sent to Account number 066f91ee-558e-4a3d-8e2f-4560833588a4
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 066f91ee-558e-4a3d-8e2f-4560833588a4: Amount of 352 has been received from Account number 415a3875-55c4-4f4d-ac6a-974ecec25715
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of b8c9299b-923d-4188-9a6e-5e322b2d6652: Amount of 615 has to sent to Account number 6e88d581-95d5-48e6-9f45-66b224737714
2024-07-09 19:26:07.806  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7db32f9b-63f7-4e1b-9eb0-e96d75374e7b: Amount of 109 has been received from Account number 8932d248-264d-45a5-94d2-7f30690151fb
2024-07-09 19:26:07.806  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6ba5a84c-8e14-440a-99df-d43f272e5b8e: Amount of 269 has been received from Account number 50f73b5c-625c-42a8-b481-44f14b8b4553
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of de17fdb1-a879-4e8b-a8e4-7c23fbeb023e: Amount of 387 has to sent to Account number 5972c53d-9ffe-487d-847f-9ef32c06f468
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4b7adf8f-0dfd-4239-b67b-67b66e001b40: Amount of 960 has been received from Account number 3dad8e5b-3f68-478f-ae15-ccab6efe1982
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1cb64052-090a-407a-b13b-1abc8e9a3dbd: Amount of 169 has to sent to Account number c1a6b58e-a7e8-4c5c-ac18-b6e28ec06a8b
2024-07-09 19:26:07.806  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 430f785a-551e-48de-a613-fb74c6cc8f05: Amount of 386 has to sent to Account number 03fcb086-f158-4ec8-9ea9-842ffc233afa
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of f23cf3ad-7501-4eda-8bfc-56505946dd91: Amount of 964 has to sent to Account number 1c878eb4-495e-4a43-a3f6-6e7cacaabb4f
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 40f14ac3-dc35-4721-bfa8-e547ce998e78: Amount of 28 has been received from Account number b9b099f2-fd3d-4600-bb23-eb3582aa9c29
2024-07-09 19:26:07.806  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 03fcb086-f158-4ec8-9ea9-842ffc233afa: Amount of 386 has been received from Account number 430f785a-551e-48de-a613-fb74c6cc8f05
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6dd69983-958a-4a78-85ba-87281c333b34: Amount of 93 has been received from Account number 4bc2cf3c-8c66-44d7-ab9b-4ca6beb1a4c7
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5196700c-4dd9-4353-a6cf-1218b0f866b5: Amount of 323 has to sent to Account number 8cc2a948-97d7-4c45-ba24-b837db2c7121
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8bd3bb4a-fb93-462b-a3b7-d83d2419ae68: Amount of 374 has been received from Account number 42145a30-a219-4963-897e-e502ca6c2fa0
2024-07-09 19:26:07.806  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 814281c3-7c25-43b4-ae15-ec40389b6dcf: Amount of 230 has to sent to Account number 65b80a59-5d0a-4e71-bfd6-a91f748cebdf
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of a77cf02e-2f9a-43fe-adf8-662b2ecfd4b5: Amount of 190 has to sent to Account number e3e185be-59c7-4c31-8540-294f897a327c
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of e3e185be-59c7-4c31-8540-294f897a327c: Amount of 190 has been received from Account number a77cf02e-2f9a-43fe-adf8-662b2ecfd4b5
2024-07-09 19:26:07.806  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf00311e-53b4-4123-8e50-37e87f4219ac: Amount of 242 has to sent to Account number 8429fb00-c2e7-4dd2-a233-5c6d599c301f
2024-07-09 19:26:07.806  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8429fb00-c2e7-4dd2-a233-5c6d599c301f: Amount of 242 has been received from Account number bf00311e-53b4-4123-8e50-37e87f4219ac
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a611f6e2-bb69-490b-83ac-d73d9440b6e6: Amount of 174 has to sent to Account number 0c288067-c458-4ec4-b818-8a9f8b041b34
2024-07-09 19:26:07.806  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 85a94916-61e3-4edd-ab9a-a80676489e30: Amount of 589 has to sent to Account number ca634ad4-e1ee-4ddb-8a71-a306ab2f7cfb
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c288067-c458-4ec4-b818-8a9f8b041b34: Amount of 174 has been received from Account number a611f6e2-bb69-490b-83ac-d73d9440b6e6
2024-07-09 19:26:07.806  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98c1422f-5edc-44cb-ac72-4c5bc39f01b5: Amount of 477 has to sent to Account number 18688f7f-a3cc-4efb-b73d-32d59e44e1be
2024-07-09 19:26:07.806  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 18688f7f-a3cc-4efb-b73d-32d59e44e1be: Amount of 477 has been received from Account number 98c1422f-5edc-44cb-ac72-4c5bc39f01b5
2024-07-09 19:26:07.806  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of a590906c-0e1d-43fe-bbad-dac1a3aa0bed: Amount of 967 has to sent to Account number 0793783d-8786-457e-b29e-1bdd84a76d27
2024-07-09 19:26:07.806  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0793783d-8786-457e-b29e-1bdd84a76d27: Amount of 967 has been received from Account number a590906c-0e1d-43fe-bbad-dac1a3aa0bed
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 417a1c6e-22c6-45b4-a307-b91c3b89a961: Amount of 456 has been received from Account number 0348daa4-cdf8-4019-94f0-68a9fdbbaf44
2024-07-09 19:26:07.806  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of f7849663-f0fe-4a0c-8a3a-9ddcd56cc03f: Amount of 408 has to sent to Account number 2c363e4b-e49b-484a-a2e4-8d10a2affa98
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 306a58c7-c1d9-4fd5-b21f-05662f5d02ef: Amount of 690 has to sent to Account number 59d7382e-4736-42f7-9fb9-874ce1e108c3
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of d1f99bec-7ef5-4914-a07a-20f7845312dd: Amount of 439 has been received from Account number 54f3f59f-14eb-4a3a-af60-4fb08fc94661
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 59d7382e-4736-42f7-9fb9-874ce1e108c3: Amount of 690 has been received from Account number 306a58c7-c1d9-4fd5-b21f-05662f5d02ef
2024-07-09 19:26:07.806  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6eed587e-4274-466b-ac4c-d5f20c9a9901: Amount of 909 has to sent to Account number 830946e3-ea5d-41df-9923-0cd456b6840b
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26188e42-486a-4ac1-9294-551b482fc1df: Amount of 192 has to sent to Account number e6a2cbee-9101-4cc0-a6fd-e3033d5be630
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d9156b9-2680-404c-8633-c373046215d5: Amount of 709 has been received from Account number 2cd70e99-d763-4006-bd9e-48c50a1e550e
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of e6a2cbee-9101-4cc0-a6fd-e3033d5be630: Amount of 192 has been received from Account number 26188e42-486a-4ac1-9294-551b482fc1df
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of f9ab44c0-1e5e-4ffa-b2de-c9a05ad2f19e: Amount of 864 has to sent to Account number 23f959b0-081c-4ae9-8962-0ec9b7a05eac
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 23f959b0-081c-4ae9-8962-0ec9b7a05eac: Amount of 864 has been received from Account number f9ab44c0-1e5e-4ffa-b2de-c9a05ad2f19e
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e579045-83bd-42c3-97a6-c0a2e72a632a: Amount of 637 has to sent to Account number 46f5ae59-1020-4278-a751-c6757902ec14
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6e88d581-95d5-48e6-9f45-66b224737714: Amount of 615 has been received from Account number b8c9299b-923d-4188-9a6e-5e322b2d6652
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f3382df-7216-44a9-813a-14503d98d5e4: Amount of 219 has to sent to Account number f3d929cf-05ae-44ed-8f38-16b7649f5f63
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb97ba3c-3320-4171-9bce-51fdc9c7280d: Amount of 888 has to sent to Account number be4ea4c5-a5cd-4bde-87d8-cd405780a9ad
2024-07-09 19:26:07.806  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 47938326-a7fe-420f-a922-28c3fe592864: Amount of 145 has to sent to Account number 1a5c327d-b13d-4bdd-a792-f4b4b5696b31
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5972c53d-9ffe-487d-847f-9ef32c06f468: Amount of 387 has been received from Account number de17fdb1-a879-4e8b-a8e4-7c23fbeb023e
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of c1a6b58e-a7e8-4c5c-ac18-b6e28ec06a8b: Amount of 169 has been received from Account number 1cb64052-090a-407a-b13b-1abc8e9a3dbd
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c878eb4-495e-4a43-a3f6-6e7cacaabb4f: Amount of 964 has been received from Account number f23cf3ad-7501-4eda-8bfc-56505946dd91
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2809ec2a-184c-4310-8bdf-620a25b93a2a: Amount of 637 has to sent to Account number 11a7701c-1e4c-4f27-b782-4252a271f5f2
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 11a7701c-1e4c-4f27-b782-4252a271f5f2: Amount of 637 has been received from Account number 2809ec2a-184c-4310-8bdf-620a25b93a2a
2024-07-09 19:26:07.806  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 180a16b2-736a-4790-b6de-f589d39576d6: Amount of 756 has to sent to Account number d8badfd7-3733-400d-a412-5af0e6de8c20
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8cc2a948-97d7-4c45-ba24-b837db2c7121: Amount of 323 has been received from Account number 5196700c-4dd9-4353-a6cf-1218b0f866b5
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 68ec5875-ebb3-4612-9fa6-71a955fcc96a: Amount of 509 has to sent to Account number 6800d30a-9ff0-4abd-9f40-142f41f10a7d
2024-07-09 19:26:07.806  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 65b80a59-5d0a-4e71-bfd6-a91f748cebdf: Amount of 230 has been received from Account number 814281c3-7c25-43b4-ae15-ec40389b6dcf
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of c455e5f2-2c4e-4f53-8f37-5a2d6023c857: Amount of 179 has to sent to Account number 922370e5-1fbd-46f8-841b-770ccb84d54b
2024-07-09 19:26:07.806  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca634ad4-e1ee-4ddb-8a71-a306ab2f7cfb: Amount of 589 has been received from Account number 85a94916-61e3-4edd-ab9a-a80676489e30
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 190fc76f-c28b-4b68-a796-a0b65fcd8ee2: Amount of 144 has to sent to Account number 7eff8087-37cb-4d50-a882-526f494786c1
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of d8badfd7-3733-400d-a412-5af0e6de8c20: Amount of 756 has been received from Account number 180a16b2-736a-4790-b6de-f589d39576d6
2024-07-09 19:26:07.806  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c58ad4fe-7695-4494-9485-330b97838385: Amount of 109 has to sent to Account number 4085d786-3cc9-424f-b0e0-469f65f8a2b1
2024-07-09 19:26:07.806  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of fdcb5642-02a7-4ebe-98b8-88707e1528d6: Amount of 745 has to sent to Account number 180a61cb-8688-4c3f-8d79-457f04ded9e6
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of b86b9899-b038-4d82-9529-e10faeaec91f: Amount of 184 has to sent to Account number 1156b355-a037-45bb-b348-ad2883d2962f
2024-07-09 19:26:07.806  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of c4ab881a-358f-4cb6-b539-c50d845a2f36: Amount of 50 has to sent to Account number d323f1f1-cbe2-462d-9661-2dd74c0a20ec
2024-07-09 19:26:07.806  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of f27cf0a9-aa33-44e8-917d-3493956ba866: Amount of 726 has to sent to Account number eeb4822d-d724-40b8-ba14-89bb867b7be6
2024-07-09 19:26:07.806  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c363e4b-e49b-484a-a2e4-8d10a2affa98: Amount of 408 has been received from Account number f7849663-f0fe-4a0c-8a3a-9ddcd56cc03f
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of eeb4822d-d724-40b8-ba14-89bb867b7be6: Amount of 726 has been received from Account number f27cf0a9-aa33-44e8-917d-3493956ba866
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2d366604-7967-4b89-bf62-390822c0ec27: Amount of 574 has to sent to Account number a095bf76-392d-40b3-afa1-b4b2f73e4c51
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 830946e3-ea5d-41df-9923-0cd456b6840b: Amount of 909 has been received from Account number 6eed587e-4274-466b-ac4c-d5f20c9a9901
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of a095bf76-392d-40b3-afa1-b4b2f73e4c51: Amount of 574 has been received from Account number 2d366604-7967-4b89-bf62-390822c0ec27
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 46f5ae59-1020-4278-a751-c6757902ec14: Amount of 637 has been received from Account number 0e579045-83bd-42c3-97a6-c0a2e72a632a
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of a59fc141-9988-46dd-a43d-79d3879ed2d2: Amount of 931 has to sent to Account number 8f9787b1-31bd-4232-ba29-4996cecf04bc
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 383c3907-2bc8-47c5-817c-ffc39ed18260: Amount of 721 has to sent to Account number ddc2eb55-a435-4132-bbab-21d72bb3f9b0
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of f3d929cf-05ae-44ed-8f38-16b7649f5f63: Amount of 219 has been received from Account number 8f3382df-7216-44a9-813a-14503d98d5e4
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f9787b1-31bd-4232-ba29-4996cecf04bc: Amount of 931 has been received from Account number a59fc141-9988-46dd-a43d-79d3879ed2d2
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3bb0d7db-c2f7-48d9-9bd9-15c28014c239: Amount of 162 has to sent to Account number f4425ec2-c1f3-4bad-a641-03fc0fd14db4
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of f4425ec2-c1f3-4bad-a641-03fc0fd14db4: Amount of 162 has been received from Account number 3bb0d7db-c2f7-48d9-9bd9-15c28014c239
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 08ccf003-6540-4a12-9436-8ca0846c5d99: Amount of 830 has to sent to Account number c38af11d-2ec5-40b4-9711-a13001a2da5e
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of c38af11d-2ec5-40b4-9711-a13001a2da5e: Amount of 830 has been received from Account number 08ccf003-6540-4a12-9436-8ca0846c5d99
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of be4ea4c5-a5cd-4bde-87d8-cd405780a9ad: Amount of 888 has been received from Account number fb97ba3c-3320-4171-9bce-51fdc9c7280d
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of f4659fa8-4154-44cf-85ff-4619f59bed23: Amount of 755 has to sent to Account number 0fd4c242-ea9b-4da9-8982-64ee45311b49
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1a5c327d-b13d-4bdd-a792-f4b4b5696b31: Amount of 145 has been received from Account number 47938326-a7fe-420f-a922-28c3fe592864
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of f0aed734-2728-4da7-be23-b291372e365a: Amount of 704 has to sent to Account number bd2ecc78-5f41-4a1f-8a5f-ea928bc75091
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 43888c23-10b7-4860-bda9-22da6c71df3f: Amount of 590 has to sent to Account number dd19b73f-3ed0-4cc2-b28e-f3608ca12d2d
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of be47af23-1d26-4669-b79c-f31897b8846f: Amount of 217 has to sent to Account number a8e0c894-f2f5-495d-8a67-634601c4f264
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of c30e7331-378c-415b-9094-92afb3e0c291: Amount of 162 has to sent to Account number 20b42ee3-6403-460f-8d21-8ca1287b5d0e
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9b5df792-3da9-4eda-95b5-d2a708227143: Amount of 639 has to sent to Account number 6e4ef99b-ffe6-463d-9809-6b3ee7cf7224
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6800d30a-9ff0-4abd-9f40-142f41f10a7d: Amount of 509 has been received from Account number 68ec5875-ebb3-4612-9fa6-71a955fcc96a
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 922370e5-1fbd-46f8-841b-770ccb84d54b: Amount of 179 has been received from Account number c455e5f2-2c4e-4f53-8f37-5a2d6023c857
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca0f8264-5a64-4a6f-b66e-8d81516a029c: Amount of 830 has to sent to Account number 596509e7-f9a8-4b6c-8b33-5ba4566491c7
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 596509e7-f9a8-4b6c-8b33-5ba4566491c7: Amount of 830 has been received from Account number ca0f8264-5a64-4a6f-b66e-8d81516a029c
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7eff8087-37cb-4d50-a882-526f494786c1: Amount of 144 has been received from Account number 190fc76f-c28b-4b68-a796-a0b65fcd8ee2
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4085d786-3cc9-424f-b0e0-469f65f8a2b1: Amount of 109 has been received from Account number c58ad4fe-7695-4494-9485-330b97838385
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f6d3fee-5d29-474f-ab75-f6d18f4f5a7f: Amount of 519 has to sent to Account number de0e2852-8016-4c95-a222-02646713566c
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 180a61cb-8688-4c3f-8d79-457f04ded9e6: Amount of 745 has been received from Account number fdcb5642-02a7-4ebe-98b8-88707e1528d6
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 47a86b57-735f-47c5-af4f-527fae29e1ef: Amount of 967 has to sent to Account number 6d60bcbf-b288-4105-a9cb-162169847868
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1156b355-a037-45bb-b348-ad2883d2962f: Amount of 184 has been received from Account number b86b9899-b038-4d82-9529-e10faeaec91f
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of d323f1f1-cbe2-462d-9661-2dd74c0a20ec: Amount of 50 has been received from Account number c4ab881a-358f-4cb6-b539-c50d845a2f36
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 71a8c83b-9fe8-47f7-bd41-ec9df03f4e75: Amount of 775 has to sent to Account number 63e7c9bf-6ce1-45d7-8388-39df1b0cbbda
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 34a92528-0b64-41d8-bd66-744323534f83: Amount of 863 has to sent to Account number fb2f4cb2-4b73-486e-a902-5002bf9ceed6
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of f972ad9f-c45a-447a-a5b2-22b8a9c1d772: Amount of 983 has to sent to Account number fa410ea8-8920-4f23-bb08-c292236a8f48
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d083846-becd-4c06-b6de-eefe8467cffa: Amount of 627 has to sent to Account number 1151fc82-4da3-4bc4-959f-433857c492f8
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of e7570229-ffe1-45d8-a5c3-1dd9cebfca5f: Amount of 691 has to sent to Account number eb7ee504-3209-4fb7-a758-a1aa99bf6e7f
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb2f4cb2-4b73-486e-a902-5002bf9ceed6: Amount of 863 has been received from Account number 34a92528-0b64-41d8-bd66-744323534f83
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ddc2eb55-a435-4132-bbab-21d72bb3f9b0: Amount of 721 has been received from Account number 383c3907-2bc8-47c5-817c-ffc39ed18260
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of aba782e3-31a8-4e9b-a75a-073b33cc377e: Amount of 680 has to sent to Account number 98b7c138-7f93-4c95-ad82-6db59b9f0200
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b1a3bde-0fa6-47bb-b419-9339422bff88: Amount of 28 has to sent to Account number 2be0047d-7255-4296-8ce3-714e17e80335
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of dc4211fd-ed43-4337-9b21-4e14e077a737: Amount of 553 has to sent to Account number 38e71649-fac5-46dc-adce-830090580e38
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0fd4c242-ea9b-4da9-8982-64ee45311b49: Amount of 755 has been received from Account number f4659fa8-4154-44cf-85ff-4619f59bed23
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 38e71649-fac5-46dc-adce-830090580e38: Amount of 553 has been received from Account number dc4211fd-ed43-4337-9b21-4e14e077a737
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of bd2ecc78-5f41-4a1f-8a5f-ea928bc75091: Amount of 704 has been received from Account number f0aed734-2728-4da7-be23-b291372e365a
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 92efd961-557d-445d-bbe6-7b20be23372c: Amount of 364 has to sent to Account number f105f3d4-b19a-4d14-ae76-9670f82ea96e
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of f105f3d4-b19a-4d14-ae76-9670f82ea96e: Amount of 364 has been received from Account number 92efd961-557d-445d-bbe6-7b20be23372c
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of e04e7001-6dcb-46b2-96bd-e5b7d029fe56: Amount of 614 has to sent to Account number 7e26768a-df9b-450f-8e7a-820d0d664c1d
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 21d88e3e-8832-49ca-bc7d-b6a8ea4ba95b: Amount of 603 has to sent to Account number 0cc3553a-2c65-44b1-b41f-f5305ba89e89
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4e00f7c2-3f82-49ca-8bfe-36ef55ac116b: Amount of 747 has to sent to Account number 4e0551fd-0e21-4ef1-91b5-52f8df7e9987
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd19b73f-3ed0-4cc2-b28e-f3608ca12d2d: Amount of 590 has been received from Account number 43888c23-10b7-4860-bda9-22da6c71df3f
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4e0551fd-0e21-4ef1-91b5-52f8df7e9987: Amount of 747 has been received from Account number 4e00f7c2-3f82-49ca-8bfe-36ef55ac116b
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8e0c894-f2f5-495d-8a67-634601c4f264: Amount of 217 has been received from Account number be47af23-1d26-4669-b79c-f31897b8846f
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d7c54f5-07be-46f5-a526-131aa7e46e10: Amount of 322 has to sent to Account number 41d9a2d0-0db9-488b-87ea-e38b524657be
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 41d9a2d0-0db9-488b-87ea-e38b524657be: Amount of 322 has been received from Account number 4d7c54f5-07be-46f5-a526-131aa7e46e10
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 20b42ee3-6403-460f-8d21-8ca1287b5d0e: Amount of 162 has been received from Account number c30e7331-378c-415b-9094-92afb3e0c291
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6e4ef99b-ffe6-463d-9809-6b3ee7cf7224: Amount of 639 has been received from Account number 9b5df792-3da9-4eda-95b5-d2a708227143
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3c9d8d5-be81-4b08-8a4c-19b07fd3fe9c: Amount of 580 has to sent to Account number cc5604c6-1af7-4cf5-a7c1-a1e065fa4c6f
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 54f9c1ca-2529-4f78-8c9b-f16e42cc3c64: Amount of 787 has to sent to Account number 060e1171-f1cb-42dc-a64f-73497b0d4c91
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c4c3469-3a61-4977-9260-90044b2834a1: Amount of 291 has to sent to Account number 09dc272e-f28b-4614-ae38-bb0fadd6da73
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of cc5604c6-1af7-4cf5-a7c1-a1e065fa4c6f: Amount of 580 has been received from Account number c3c9d8d5-be81-4b08-8a4c-19b07fd3fe9c
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 09dc272e-f28b-4614-ae38-bb0fadd6da73: Amount of 291 has been received from Account number 2c4c3469-3a61-4977-9260-90044b2834a1
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of e7254649-6ff9-4bad-bdb1-8d31e4f60ab6: Amount of 194 has to sent to Account number d27f5ea4-1d6d-44d2-a06c-8197427afa39
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of d4c745be-e42e-4126-bd45-6750103cd4ca: Amount of 908 has to sent to Account number efc44475-9917-405e-a169-95c7269b987d
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of d27f5ea4-1d6d-44d2-a06c-8197427afa39: Amount of 194 has been received from Account number e7254649-6ff9-4bad-bdb1-8d31e4f60ab6
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of c348b1b9-7db2-4322-8302-d2d724fd3025: Amount of 100 has to sent to Account number f8de1700-ed5b-4c6c-aa5d-3433e5f149f7
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc1553e9-f4d4-4e8d-84d6-86c317c7faca: Amount of 327 has to sent to Account number e079e10a-4f01-40e9-8b10-5672733f870e
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 51b05e34-2164-4c98-ac29-09aac3c633a2: Amount of 988 has to sent to Account number 9e3a6724-d436-48e6-b681-b7b43d230616
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of de0e2852-8016-4c95-a222-02646713566c: Amount of 519 has been received from Account number 7f6d3fee-5d29-474f-ab75-f6d18f4f5a7f
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of e079e10a-4f01-40e9-8b10-5672733f870e: Amount of 327 has been received from Account number bc1553e9-f4d4-4e8d-84d6-86c317c7faca
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7fe01029-d7fd-43e5-b629-b8a11c4359e5: Amount of 515 has to sent to Account number f569a437-2ae0-4750-8d3d-9d2f439a92b1
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d60bcbf-b288-4105-a9cb-162169847868: Amount of 967 has been received from Account number 47a86b57-735f-47c5-af4f-527fae29e1ef
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 16bf4ff7-56d0-4dcb-8ac8-f5bbac5eebdb: Amount of 373 has to sent to Account number 15da4fd7-c51b-4800-8971-fe10b62023f8
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 15da4fd7-c51b-4800-8971-fe10b62023f8: Amount of 373 has been received from Account number 16bf4ff7-56d0-4dcb-8ac8-f5bbac5eebdb
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 63e7c9bf-6ce1-45d7-8388-39df1b0cbbda: Amount of 775 has been received from Account number 71a8c83b-9fe8-47f7-bd41-ec9df03f4e75
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa410ea8-8920-4f23-bb08-c292236a8f48: Amount of 983 has been received from Account number f972ad9f-c45a-447a-a5b2-22b8a9c1d772
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5daf56ef-06b0-4b0e-851f-a1fae161fa29: Amount of 237 has to sent to Account number 91538059-cb76-4f75-846d-64a1d523dd82
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 472d571d-e5ff-4fa5-b8ea-3ee0aa03e605: Amount of 336 has to sent to Account number ab62ad73-3c91-4845-99b9-2592e42cbb41
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 91538059-cb76-4f75-846d-64a1d523dd82: Amount of 237 has been received from Account number 5daf56ef-06b0-4b0e-851f-a1fae161fa29
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1151fc82-4da3-4bc4-959f-433857c492f8: Amount of 627 has been received from Account number 3d083846-becd-4c06-b6de-eefe8467cffa
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ce444fdf-0140-466f-b3be-c7cbde83c14a: Amount of 98 has to sent to Account number d051d885-3477-4153-a042-0e80c6bd668f
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of d051d885-3477-4153-a042-0e80c6bd668f: Amount of 98 has been received from Account number ce444fdf-0140-466f-b3be-c7cbde83c14a
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb7ee504-3209-4fb7-a758-a1aa99bf6e7f: Amount of 691 has been received from Account number e7570229-ffe1-45d8-a5c3-1dd9cebfca5f
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e3ae931-df56-44d5-a59f-f60bc06d9887: Amount of 822 has to sent to Account number 0d779be0-160e-4d39-a59e-e2c9f4726556
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0d779be0-160e-4d39-a59e-e2c9f4726556: Amount of 822 has been received from Account number 2e3ae931-df56-44d5-a59f-f60bc06d9887
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ad9dbe47-0337-43e5-a389-d9b9d8604637: Amount of 19 has to sent to Account number 1c17233f-4df1-4a65-a638-c0193ddc657b
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c17233f-4df1-4a65-a638-c0193ddc657b: Amount of 19 has been received from Account number ad9dbe47-0337-43e5-a389-d9b9d8604637
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of aafff280-1a03-447a-b67c-d1871d11011b: Amount of 20 has to sent to Account number 7ee0a890-5acb-48d9-9842-1cfd5f2df60f
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98b7c138-7f93-4c95-ad82-6db59b9f0200: Amount of 680 has been received from Account number aba782e3-31a8-4e9b-a75a-073b33cc377e
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2be0047d-7255-4296-8ce3-714e17e80335: Amount of 28 has been received from Account number 8b1a3bde-0fa6-47bb-b419-9339422bff88
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of a0fd07c9-1405-4653-8c79-c9873405671d: Amount of 290 has to sent to Account number 7f2d0d00-bdd4-433d-a019-826f2bad2964
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5ceac20e-197d-4b70-aa4e-bff1b9017714: Amount of 79 has to sent to Account number cf61daf7-3931-47b2-80f8-a5316ace0dea
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7dacff9b-8129-4bde-8159-2d8ae307f664: Amount of 200 has to sent to Account number 7486cd89-66b4-43ba-a7cb-b4354d9231aa
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0cc3553a-2c65-44b1-b41f-f5305ba89e89: Amount of 603 has been received from Account number 21d88e3e-8832-49ca-bc7d-b6a8ea4ba95b
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c41cd11-f5d8-496b-a55f-e1bf3ca59717: Amount of 480 has to sent to Account number beb1476c-c018-42b0-b273-f9dc28b257c0
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7486cd89-66b4-43ba-a7cb-b4354d9231aa: Amount of 200 has been received from Account number 7dacff9b-8129-4bde-8159-2d8ae307f664
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7e26768a-df9b-450f-8e7a-820d0d664c1d: Amount of 614 has been received from Account number e04e7001-6dcb-46b2-96bd-e5b7d029fe56
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 14d780ef-f5c9-4433-8924-ad33148dda88: Amount of 923 has to sent to Account number 54ea3e9c-653f-410b-930d-48584469dce3
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7861c5e6-3da4-4eb6-83e2-fc97f4ffca99: Amount of 99 has to sent to Account number 2900671f-ee64-4f88-b1b1-80703ac6d8d4
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 308a649d-ccd9-40ea-9847-4a5578302b4b: Amount of 494 has to sent to Account number bcfd5b26-8a80-4c19-a7d8-601c131030a5
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2900671f-ee64-4f88-b1b1-80703ac6d8d4: Amount of 99 has been received from Account number 7861c5e6-3da4-4eb6-83e2-fc97f4ffca99
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 67e15041-8dee-4525-b3b3-188a37d5a677: Amount of 637 has to sent to Account number 2d49255e-fdf8-4769-8273-f2148e3fc8e1
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 060e1171-f1cb-42dc-a64f-73497b0d4c91: Amount of 787 has been received from Account number 54f9c1ca-2529-4f78-8c9b-f16e42cc3c64
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2d49255e-fdf8-4769-8273-f2148e3fc8e1: Amount of 637 has been received from Account number 67e15041-8dee-4525-b3b3-188a37d5a677
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of efc44475-9917-405e-a169-95c7269b987d: Amount of 908 has been received from Account number d4c745be-e42e-4126-bd45-6750103cd4ca
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ab6ccd3a-7a6f-493f-a65a-24f7c4ba4616: Amount of 64 has to sent to Account number dd3838e2-588a-473d-b32b-22a6375b6f57
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd3838e2-588a-473d-b32b-22a6375b6f57: Amount of 64 has been received from Account number ab6ccd3a-7a6f-493f-a65a-24f7c4ba4616
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 975894c3-a77c-400d-8a92-20e1384e1b0b: Amount of 327 has to sent to Account number c63b3cc9-917c-4d94-8915-9383e6bd9cde
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of c63b3cc9-917c-4d94-8915-9383e6bd9cde: Amount of 327 has been received from Account number 975894c3-a77c-400d-8a92-20e1384e1b0b
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of f8de1700-ed5b-4c6c-aa5d-3433e5f149f7: Amount of 100 has been received from Account number c348b1b9-7db2-4322-8302-d2d724fd3025
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8cf9b59b-2cc9-4679-b116-e5a4f8de2898: Amount of 11 has to sent to Account number f4c94be1-d78d-47f8-8dac-4e3e1dbc0b9a
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e3a6724-d436-48e6-b681-b7b43d230616: Amount of 988 has been received from Account number 51b05e34-2164-4c98-ac29-09aac3c633a2
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of f569a437-2ae0-4750-8d3d-9d2f439a92b1: Amount of 515 has been received from Account number 7fe01029-d7fd-43e5-b629-b8a11c4359e5
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 50bac45c-f511-42ff-be27-7638421a876f: Amount of 529 has to sent to Account number 3d9e42c3-c278-4d50-b53b-6614d86007f2
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 30a88864-a635-4429-8f4f-cbd7d8a79219: Amount of 341 has to sent to Account number a72aa1ad-b116-485a-ba7e-865731ce58ad
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of c4bcbdb9-442a-41cd-9013-683ed6e577df: Amount of 525 has to sent to Account number d3f565cf-0c06-4654-a225-485b9fe7d2b8
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d9e42c3-c278-4d50-b53b-6614d86007f2: Amount of 529 has been received from Account number 50bac45c-f511-42ff-be27-7638421a876f
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ab62ad73-3c91-4845-99b9-2592e42cbb41: Amount of 336 has been received from Account number 472d571d-e5ff-4fa5-b8ea-3ee0aa03e605
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of d3f565cf-0c06-4654-a225-485b9fe7d2b8: Amount of 525 has been received from Account number c4bcbdb9-442a-41cd-9013-683ed6e577df
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 15419739-ecb2-45ac-be96-052b22237eec: Amount of 935 has to sent to Account number 795bf295-1162-4199-89f6-f54a61e85f52
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 82a4f78c-a4e1-4b62-b352-a1172e19f8b0: Amount of 217 has to sent to Account number a9affbd3-b913-4786-9c79-abe06bce4893
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 795bf295-1162-4199-89f6-f54a61e85f52: Amount of 935 has been received from Account number 15419739-ecb2-45ac-be96-052b22237eec
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ee0a890-5acb-48d9-9842-1cfd5f2df60f: Amount of 20 has been received from Account number aafff280-1a03-447a-b67c-d1871d11011b
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of eba74b72-dfae-4a9e-9f8a-c33395f9fc6a: Amount of 773 has to sent to Account number 26a1539f-ba25-4291-8477-fcb17f04fd38
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f2d0d00-bdd4-433d-a019-826f2bad2964: Amount of 290 has been received from Account number a0fd07c9-1405-4653-8c79-c9873405671d
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26a1539f-ba25-4291-8477-fcb17f04fd38: Amount of 773 has been received from Account number eba74b72-dfae-4a9e-9f8a-c33395f9fc6a
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 57a209c0-c591-4ae6-863e-e6072d82bda7: Amount of 240 has to sent to Account number e3746250-691a-4031-b34f-9e4f37421a22
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf61daf7-3931-47b2-80f8-a5316ace0dea: Amount of 79 has been received from Account number 5ceac20e-197d-4b70-aa4e-bff1b9017714
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of beb1476c-c018-42b0-b273-f9dc28b257c0: Amount of 480 has been received from Account number 5c41cd11-f5d8-496b-a55f-e1bf3ca59717
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 303c3fe1-9f29-4600-9df2-a7cfc357991d: Amount of 44 has to sent to Account number 79a07429-6d93-408c-9f15-9b2c29ec2319
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3eac435-d9ed-4568-b0d3-b79e33afb6c4: Amount of 588 has to sent to Account number 70f62b59-2f55-4011-8de1-04ed479e9c16
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 54ea3e9c-653f-410b-930d-48584469dce3: Amount of 923 has been received from Account number 14d780ef-f5c9-4433-8924-ad33148dda88
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of bcfd5b26-8a80-4c19-a7d8-601c131030a5: Amount of 494 has been received from Account number 308a649d-ccd9-40ea-9847-4a5578302b4b
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7cbfadf1-8791-4ac0-9bf0-37b1aaea31e3: Amount of 610 has to sent to Account number 0345e65a-49c6-486d-871f-4eb5ef4aadbc
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of d53053c1-dbf3-4366-a628-98159d105d2a: Amount of 571 has to sent to Account number c343e4e2-701d-40f6-b634-38907db23d76
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0345e65a-49c6-486d-871f-4eb5ef4aadbc: Amount of 610 has been received from Account number 7cbfadf1-8791-4ac0-9bf0-37b1aaea31e3
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 779d6b67-e4ed-4c77-92de-c232781002da: Amount of 945 has to sent to Account number 1753e16f-1106-40c7-baa9-7fa3d0b6aef4
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of c343e4e2-701d-40f6-b634-38907db23d76: Amount of 571 has been received from Account number d53053c1-dbf3-4366-a628-98159d105d2a
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4ef94c8e-16a0-4d8f-9dd2-a0a3f699f87b: Amount of 765 has to sent to Account number 706c746b-9e59-4ca5-aaf6-5285b2436cc5
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of f4c94be1-d78d-47f8-8dac-4e3e1dbc0b9a: Amount of 11 has been received from Account number 8cf9b59b-2cc9-4679-b116-e5a4f8de2898
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 706c746b-9e59-4ca5-aaf6-5285b2436cc5: Amount of 765 has been received from Account number 4ef94c8e-16a0-4d8f-9dd2-a0a3f699f87b
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a6698aea-0d7b-4374-ad6d-de3c433e745d: Amount of 326 has to sent to Account number 3ed5c5aa-5a19-4a3e-9e4c-feddf64b4246
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1362b5b8-84b0-40fc-acbb-5c2e464ef855: Amount of 358 has to sent to Account number e0ec8de3-495b-4380-b8ab-0e742bda0339
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d3b213d-d25a-425d-8a37-fcbc72b76b2d: Amount of 503 has to sent to Account number 47c7b400-8dae-4c0f-b44e-866ab23f90f1
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ed5c5aa-5a19-4a3e-9e4c-feddf64b4246: Amount of 326 has been received from Account number a6698aea-0d7b-4374-ad6d-de3c433e745d
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 47c7b400-8dae-4c0f-b44e-866ab23f90f1: Amount of 503 has been received from Account number 6d3b213d-d25a-425d-8a37-fcbc72b76b2d
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of a72aa1ad-b116-485a-ba7e-865731ce58ad: Amount of 341 has been received from Account number 30a88864-a635-4429-8f4f-cbd7d8a79219
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25cf1106-d735-45d4-9be8-a6875280fa9b: Amount of 180 has to sent to Account number 0b4987f8-41e3-478f-8287-9a142d56a4ca
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca392fd5-54e2-4dd7-9d09-85ef3ef0d43f: Amount of 348 has to sent to Account number 52f59a77-d3d2-4ab0-afb6-d636616cf02d
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7123f817-cb35-4f4c-ac58-aaa8d999f768: Amount of 571 has to sent to Account number f3675a40-78b0-4abb-8d7e-b3c87ea0bc1e
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7877d725-4ddf-4f63-abd6-31601284100f: Amount of 728 has to sent to Account number d95d2093-e09a-4c71-b27f-2c2d7bd5301d
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 52f59a77-d3d2-4ab0-afb6-d636616cf02d: Amount of 348 has been received from Account number ca392fd5-54e2-4dd7-9d09-85ef3ef0d43f
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf51e7b9-271b-4696-bf62-4f90a2b7a4b1: Amount of 125 has to sent to Account number df3b9c8a-62cb-4f6e-a47b-4ede91ae5581
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9affbd3-b913-4786-9c79-abe06bce4893: Amount of 217 has been received from Account number 82a4f78c-a4e1-4b62-b352-a1172e19f8b0
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7a76647f-672e-4c6e-bded-3028ea8c47bc: Amount of 431 has to sent to Account number 1bb71a11-bdf4-4675-a5db-0aa97b8401ec
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 13216c7a-1751-4934-ba23-0709e22814e7: Amount of 514 has to sent to Account number 5a64c9bd-4ecc-42f7-9416-ad64615f8232
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1bb71a11-bdf4-4675-a5db-0aa97b8401ec: Amount of 431 has been received from Account number 7a76647f-672e-4c6e-bded-3028ea8c47bc
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of e3746250-691a-4031-b34f-9e4f37421a22: Amount of 240 has been received from Account number 57a209c0-c591-4ae6-863e-e6072d82bda7
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 33fd9229-14f5-45db-b8a6-076865e9f3ea: Amount of 148 has to sent to Account number c4cd7ce9-1f0d-4d0a-86f5-2c867687ddba
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2d0dc92-ad80-461e-bdaf-7d466f5f09dd: Amount of 136 has to sent to Account number 55e78ea6-10bd-4d23-a5cb-2043a39c6a2b
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d8b9ee0-e006-4279-a4e3-1092b015abfb: Amount of 638 has to sent to Account number e34e95df-3f53-4469-b6a5-6395c70e7d03
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 70f62b59-2f55-4011-8de1-04ed479e9c16: Amount of 588 has been received from Account number c3eac435-d9ed-4568-b0d3-b79e33afb6c4
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 79a07429-6d93-408c-9f15-9b2c29ec2319: Amount of 44 has been received from Account number 303c3fe1-9f29-4600-9df2-a7cfc357991d
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4a9f8a59-3072-4b6f-a1c0-e51d12a09469: Amount of 997 has to sent to Account number 558882b7-8b74-4a40-a745-c566dec590b4
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8a0bc479-cbc6-4794-b110-6813e635fe56: Amount of 87 has to sent to Account number bc826050-9a85-48c8-96a0-b77954d06cf2
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 558882b7-8b74-4a40-a745-c566dec590b4: Amount of 997 has been received from Account number 4a9f8a59-3072-4b6f-a1c0-e51d12a09469
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3af15697-0e6e-431b-b265-b260d79751e1: Amount of 376 has to sent to Account number 4d14e13a-c0a5-4a34-ad3f-9ccb09c57233
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of d75295e0-ffac-42dd-a1e8-931ce2a7f529: Amount of 963 has to sent to Account number fae88cbc-4baa-4e44-a071-6e65397d50e0
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of fae88cbc-4baa-4e44-a071-6e65397d50e0: Amount of 963 has been received from Account number d75295e0-ffac-42dd-a1e8-931ce2a7f529
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of c100a456-354f-4fe5-b47c-23f646c7091f: Amount of 416 has to sent to Account number 6a8abcab-a279-461c-9a57-6930aab35ce3
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of de3e407d-1af0-4994-9799-333562f2eb74: Amount of 547 has to sent to Account number 737fd4d5-a185-4ee0-9c02-c0b0c445a3ac
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 55d6e1e7-e833-4fa7-8e47-d2066d563b70: Amount of 162 has to sent to Account number 796482db-228e-471d-80d8-15a925777355
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 737fd4d5-a185-4ee0-9c02-c0b0c445a3ac: Amount of 547 has been received from Account number de3e407d-1af0-4994-9799-333562f2eb74
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1753e16f-1106-40c7-baa9-7fa3d0b6aef4: Amount of 945 has been received from Account number 779d6b67-e4ed-4c77-92de-c232781002da
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a8abcab-a279-461c-9a57-6930aab35ce3: Amount of 416 has been received from Account number c100a456-354f-4fe5-b47c-23f646c7091f
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa66e1ca-d272-42ff-b7e2-5eed6aadcb2c: Amount of 909 has to sent to Account number 26f805e6-f725-4d03-81a8-f954d2f41046
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 796482db-228e-471d-80d8-15a925777355: Amount of 162 has been received from Account number 55d6e1e7-e833-4fa7-8e47-d2066d563b70
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1906ddc8-8e92-47a4-ae10-f19e69bc8ec4: Amount of 454 has to sent to Account number 32d9f790-31ed-4e4e-8e72-27dd2c32cb93
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26f805e6-f725-4d03-81a8-f954d2f41046: Amount of 909 has been received from Account number fa66e1ca-d272-42ff-b7e2-5eed6aadcb2c
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 32d9f790-31ed-4e4e-8e72-27dd2c32cb93: Amount of 454 has been received from Account number 1906ddc8-8e92-47a4-ae10-f19e69bc8ec4
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa38d6cf-e024-4fc8-b1e5-b5e053a31e31: Amount of 76 has to sent to Account number 68b77961-e498-4d8d-aceb-24b7b1668320
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of adad7d58-4c8c-4e6d-830d-7576c4e0956f: Amount of 695 has to sent to Account number 4ca0ecd7-0993-49e8-9728-efc4f903d46c
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 68b77961-e498-4d8d-aceb-24b7b1668320: Amount of 76 has been received from Account number fa38d6cf-e024-4fc8-b1e5-b5e053a31e31
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf257807-e8de-47a3-9601-7b00fcb16724: Amount of 882 has to sent to Account number 7cdb0b3c-050c-4bd7-bbd7-14e9e8cfad07
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4ca0ecd7-0993-49e8-9728-efc4f903d46c: Amount of 695 has been received from Account number adad7d58-4c8c-4e6d-830d-7576c4e0956f
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of e0ec8de3-495b-4380-b8ab-0e742bda0339: Amount of 358 has been received from Account number 1362b5b8-84b0-40fc-acbb-5c2e464ef855
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of e9807513-a5e7-4242-825d-8741026f455e: Amount of 84 has to sent to Account number 84e5358e-5bb4-4fcf-9ab1-0221727760ee
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0b4987f8-41e3-478f-8287-9a142d56a4ca: Amount of 180 has been received from Account number 25cf1106-d735-45d4-9be8-a6875280fa9b
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 84e5358e-5bb4-4fcf-9ab1-0221727760ee: Amount of 84 has been received from Account number e9807513-a5e7-4242-825d-8741026f455e
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 593ecc43-b377-4880-b0c8-26dc0079046e: Amount of 923 has to sent to Account number cdd69e1e-3418-4dde-bc2f-5014de066791
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of f3675a40-78b0-4abb-8d7e-b3c87ea0bc1e: Amount of 571 has been received from Account number 7123f817-cb35-4f4c-ac58-aaa8d999f768
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of d95d2093-e09a-4c71-b27f-2c2d7bd5301d: Amount of 728 has been received from Account number 7877d725-4ddf-4f63-abd6-31601284100f
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 990ae3bd-6163-489e-9fbc-25fb31b9bf7c: Amount of 471 has to sent to Account number 4ac327b8-c413-475d-a189-31c42ad271c8
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of df3b9c8a-62cb-4f6e-a47b-4ede91ae5581: Amount of 125 has been received from Account number bf51e7b9-271b-4696-bf62-4f90a2b7a4b1
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4ac327b8-c413-475d-a189-31c42ad271c8: Amount of 471 has been received from Account number 990ae3bd-6163-489e-9fbc-25fb31b9bf7c
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1af127a4-064e-4804-a4ae-9141e10efb2f: Amount of 53 has to sent to Account number f2885ca3-7833-406e-b40b-938a9445fa4b
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a64c9bd-4ecc-42f7-9416-ad64615f8232: Amount of 514 has been received from Account number 13216c7a-1751-4934-ba23-0709e22814e7
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2885ca3-7833-406e-b40b-938a9445fa4b: Amount of 53 has been received from Account number 1af127a4-064e-4804-a4ae-9141e10efb2f
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 726f1969-9ffc-4053-bf51-db130767aabd: Amount of 620 has to sent to Account number 09f15f1f-52ff-40f8-9ea0-597967311bd1
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 65d8f8c7-0836-4f30-b29c-c17e779a17dd: Amount of 199 has to sent to Account number e2281891-f393-469e-80d3-21b562b5581f
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of e2281891-f393-469e-80d3-21b562b5581f: Amount of 199 has been received from Account number 65d8f8c7-0836-4f30-b29c-c17e779a17dd
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of d1c1c730-54cb-4f0e-a301-bdafa62f183f: Amount of 919 has to sent to Account number 89946085-8ae5-40b8-8d32-a8dfe9a320ed
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 89946085-8ae5-40b8-8d32-a8dfe9a320ed: Amount of 919 has been received from Account number d1c1c730-54cb-4f0e-a301-bdafa62f183f
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 09f15f1f-52ff-40f8-9ea0-597967311bd1: Amount of 620 has been received from Account number 726f1969-9ffc-4053-bf51-db130767aabd
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of af6f0324-e24b-4077-a801-e05bc56d4217: Amount of 766 has to sent to Account number 8584cc2c-6edd-4d1a-9f04-4334d7405666
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8584cc2c-6edd-4d1a-9f04-4334d7405666: Amount of 766 has been received from Account number af6f0324-e24b-4077-a801-e05bc56d4217
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 138c96e3-57c0-41af-8b3c-a1d7b0cc1ab4: Amount of 898 has to sent to Account number 789b91d6-78db-4a2c-a567-5b4e07abf2fa
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4366b90-7518-4c11-8a33-013828ef5378: Amount of 788 has to sent to Account number f1cec806-cebd-49ed-b4a9-1034320be68b
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f1cec806-cebd-49ed-b4a9-1034320be68b: Amount of 788 has been received from Account number a4366b90-7518-4c11-8a33-013828ef5378
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d0db983-5cd1-430c-927c-84cd4cd59794: Amount of 638 has to sent to Account number ac0ec7d7-1997-4d33-a94a-d81e4e4f5920
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ab9f8c02-ca97-46e6-86e7-1820a59f094a: Amount of 777 has to sent to Account number 34ab7538-72ad-4e06-8d9d-00f309e64005
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d17c1aed-19a1-4ec6-9a43-8437c12c1494: Amount of 704 has to sent to Account number bec319a5-bb2a-492c-b1a9-17ba2c0d18da
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 34ab7538-72ad-4e06-8d9d-00f309e64005: Amount of 777 has been received from Account number ab9f8c02-ca97-46e6-86e7-1820a59f094a
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 55e78ea6-10bd-4d23-a5cb-2043a39c6a2b: Amount of 136 has been received from Account number f2d0dc92-ad80-461e-bdaf-7d466f5f09dd
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ff8fbfd9-c87b-46a9-9381-bf4ae551df5c: Amount of 374 has to sent to Account number 0aed8ae1-fca5-44df-9e92-967508b006b4
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0aed8ae1-fca5-44df-9e92-967508b006b4: Amount of 374 has been received from Account number ff8fbfd9-c87b-46a9-9381-bf4ae551df5c
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of d56070d6-f7b3-41fa-abf4-d73f87661c7a: Amount of 371 has to sent to Account number 969ca942-d29f-4a72-9f8d-0cc68f793005
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 969ca942-d29f-4a72-9f8d-0cc68f793005: Amount of 371 has been received from Account number d56070d6-f7b3-41fa-abf4-d73f87661c7a
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 80404f68-efd4-4375-af1e-bc421ecbfbb6: Amount of 402 has to sent to Account number 9dcd395d-cf73-46f5-9af6-12a7bd98f3e8
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac7edf84-6615-4fa2-83ff-30832edcb194: Amount of 243 has to sent to Account number 2ed64e92-b15d-4da5-98a5-18bc6aaff3cb
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ed64e92-b15d-4da5-98a5-18bc6aaff3cb: Amount of 243 has been received from Account number ac7edf84-6615-4fa2-83ff-30832edcb194
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of c4cd7ce9-1f0d-4d0a-86f5-2c867687ddba: Amount of 148 has been received from Account number 33fd9229-14f5-45db-b8a6-076865e9f3ea
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9dcd395d-cf73-46f5-9af6-12a7bd98f3e8: Amount of 402 has been received from Account number 80404f68-efd4-4375-af1e-bc421ecbfbb6
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4af03211-8592-49b6-886b-2a237e25042d: Amount of 242 has to sent to Account number 90478af1-00a1-425c-83a3-aa3cc0d9ed55
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90478af1-00a1-425c-83a3-aa3cc0d9ed55: Amount of 242 has been received from Account number 4af03211-8592-49b6-886b-2a237e25042d
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of e34e95df-3f53-4469-b6a5-6395c70e7d03: Amount of 638 has been received from Account number 3d8b9ee0-e006-4279-a4e3-1092b015abfb
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc826050-9a85-48c8-96a0-b77954d06cf2: Amount of 87 has been received from Account number 8a0bc479-cbc6-4794-b110-6813e635fe56
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccc0b7e7-941d-46d7-babf-fbd7dc381a87: Amount of 853 has to sent to Account number 03f42065-b38b-4eee-b427-e182fbc8581f
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d14e13a-c0a5-4a34-ad3f-9ccb09c57233: Amount of 376 has been received from Account number 3af15697-0e6e-431b-b265-b260d79751e1
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 021d6126-687f-4898-829f-81ee3ea7d964: Amount of 31 has to sent to Account number 79876c7e-c3c3-4bd2-b2b8-651f0907a761
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 79876c7e-c3c3-4bd2-b2b8-651f0907a761: Amount of 31 has been received from Account number 021d6126-687f-4898-829f-81ee3ea7d964
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7190536c-d760-4692-8a7e-35cd297b93b7: Amount of 257 has to sent to Account number 0621bee4-52d8-4cfa-8dd5-db9915fcf973
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 246c1f6e-f3d5-43f6-92a1-621f9a5830a9: Amount of 258 has to sent to Account number 670e1ca0-a7ce-4910-bbc1-fda0b1b0231a
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7cdb0b3c-050c-4bd7-bbd7-14e9e8cfad07: Amount of 882 has been received from Account number bf257807-e8de-47a3-9601-7b00fcb16724
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 670e1ca0-a7ce-4910-bbc1-fda0b1b0231a: Amount of 258 has been received from Account number 246c1f6e-f3d5-43f6-92a1-621f9a5830a9
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of f467dba9-0cd7-4dd8-ba95-7d7508715785: Amount of 873 has to sent to Account number d19d748a-b0f8-4c95-8f86-9924f6653022
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95b67675-1a21-4d94-a4a1-b2f564062c5a: Amount of 821 has to sent to Account number 1e4dc4d0-b79e-4cea-a57e-4d8c4bc3c5ab
2024-07-09 19:26:07.810  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of b094d4c8-1783-4590-96ec-d55b20f54af4: Amount of 451 has to sent to Account number 8c297354-1f62-4702-9efc-d670e6e66014
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1e4dc4d0-b79e-4cea-a57e-4d8c4bc3c5ab: Amount of 821 has been received from Account number 95b67675-1a21-4d94-a4a1-b2f564062c5a
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7bbcb7a1-b4f6-4410-add7-a0991c9014ce: Amount of 432 has to sent to Account number 8d47e601-243a-4dc5-8abd-a34d1ec1ecdc
2024-07-09 19:26:07.810  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 34b3ae75-c80c-476f-b66e-f3d8c6a68781: Amount of 403 has to sent to Account number 643d3c24-9623-4c34-8b95-547f64465fce
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d47e601-243a-4dc5-8abd-a34d1ec1ecdc: Amount of 432 has been received from Account number 7bbcb7a1-b4f6-4410-add7-a0991c9014ce
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 643d3c24-9623-4c34-8b95-547f64465fce: Amount of 403 has been received from Account number 34b3ae75-c80c-476f-b66e-f3d8c6a68781
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25b720f2-ced6-49f5-91a1-62ac5bfe61ac: Amount of 992 has to sent to Account number dcefd0f1-b2bf-489d-ac79-7d0ef08016e4
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 959cfc51-8f22-4d06-a07a-d5b0af415238: Amount of 717 has to sent to Account number 388ec04c-0c2d-4b6a-86ef-09c64c1989ff
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 388ec04c-0c2d-4b6a-86ef-09c64c1989ff: Amount of 717 has been received from Account number 959cfc51-8f22-4d06-a07a-d5b0af415238
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of cdd69e1e-3418-4dde-bc2f-5014de066791: Amount of 923 has been received from Account number 593ecc43-b377-4880-b0c8-26dc0079046e
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ebb4fca0-960c-4d24-b2aa-90849f5d3db2: Amount of 255 has to sent to Account number b3babc97-95b8-4d6b-b2d5-ef6cdfd7f925
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of cbf13134-70b2-4984-9f23-a5c2e6d32d62: Amount of 409 has to sent to Account number 4f1ec308-109a-4663-850f-b9fe2e84a0ec
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac4a3d62-a11c-4192-b194-d3aabd5e1572: Amount of 961 has to sent to Account number 6ea7c16b-eac3-4773-9b3f-e499cdbd2a64
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f1ec308-109a-4663-850f-b9fe2e84a0ec: Amount of 409 has been received from Account number cbf13134-70b2-4984-9f23-a5c2e6d32d62
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 789b91d6-78db-4a2c-a567-5b4e07abf2fa: Amount of 898 has been received from Account number 138c96e3-57c0-41af-8b3c-a1d7b0cc1ab4
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6ea7c16b-eac3-4773-9b3f-e499cdbd2a64: Amount of 961 has been received from Account number ac4a3d62-a11c-4192-b194-d3aabd5e1572
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e405ae6-8254-4aea-8a90-35d11ab1de7e: Amount of 268 has to sent to Account number 11fe4a1c-b7d9-4795-871c-76fd79c89b35
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 447aee87-1f9e-4cfe-8bb8-dfec697d3af7: Amount of 250 has to sent to Account number 5be7092b-212b-49a7-8792-60f87db1cda1
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 11fe4a1c-b7d9-4795-871c-76fd79c89b35: Amount of 268 has been received from Account number 0e405ae6-8254-4aea-8a90-35d11ab1de7e
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5be7092b-212b-49a7-8792-60f87db1cda1: Amount of 250 has been received from Account number 447aee87-1f9e-4cfe-8bb8-dfec697d3af7
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of bec319a5-bb2a-492c-b1a9-17ba2c0d18da: Amount of 704 has been received from Account number d17c1aed-19a1-4ec6-9a43-8437c12c1494
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3551ff17-2ce4-48ce-8e90-52245117bdf2: Amount of 970 has to sent to Account number 00d2a0be-ae0f-4012-a1b9-d328c6f88941
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 00d2a0be-ae0f-4012-a1b9-d328c6f88941: Amount of 970 has been received from Account number 3551ff17-2ce4-48ce-8e90-52245117bdf2
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac0ec7d7-1997-4d33-a94a-d81e4e4f5920: Amount of 638 has been received from Account number 8d0db983-5cd1-430c-927c-84cd4cd59794
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 23c8a164-2fa7-4760-93bc-0e2fa74d4174: Amount of 901 has to sent to Account number b6024187-492a-4e78-a6e3-f6faa703a71a
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3c984340-5005-4101-a116-b9416b66dded: Amount of 239 has to sent to Account number 5d55997a-bc8b-4c9d-a9ac-0dc5c02889ac
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 97195604-8cd3-4b70-9164-6be32dfaef55: Amount of 779 has to sent to Account number ddfe9d8d-c54c-40f8-9d6e-b8ce9e43d029
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of b6e8b269-8913-43a4-b501-9bafab7ca7e3: Amount of 598 has to sent to Account number 295ab480-6079-4f10-9f84-4dd381e966b7
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d55997a-bc8b-4c9d-a9ac-0dc5c02889ac: Amount of 239 has been received from Account number 3c984340-5005-4101-a116-b9416b66dded
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of eee3870b-1449-4c84-83c3-4ec5d432cee8: Amount of 841 has to sent to Account number 083330b4-c3a6-475b-b5b6-efae220f6e19
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 295ab480-6079-4f10-9f84-4dd381e966b7: Amount of 598 has been received from Account number b6e8b269-8913-43a4-b501-9bafab7ca7e3
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 17771e11-f7ec-4f28-a9fe-222f25612141: Amount of 219 has to sent to Account number a0282e80-6367-441a-a9a2-ee235e16e41e
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 083330b4-c3a6-475b-b5b6-efae220f6e19: Amount of 841 has been received from Account number eee3870b-1449-4c84-83c3-4ec5d432cee8
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f83898d-f114-4cdf-9ad2-3b26633c6b37: Amount of 299 has to sent to Account number 8c87ee23-29d4-46f6-a235-08663e84a141
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 03f42065-b38b-4eee-b427-e182fbc8581f: Amount of 853 has been received from Account number ccc0b7e7-941d-46d7-babf-fbd7dc381a87
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f59cd99-f22b-4428-868f-482660f62da5: Amount of 358 has to sent to Account number e03de2e6-0817-449d-958d-bab745f3f973
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0621bee4-52d8-4cfa-8dd5-db9915fcf973: Amount of 257 has been received from Account number 7190536c-d760-4692-8a7e-35cd297b93b7
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0395494f-724e-4809-9bc1-0570683886bf: Amount of 646 has to sent to Account number c5501668-ac1a-463c-a7c9-2ee88a529ad8
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90d6fd84-bbf4-486b-b6f5-f107ac33a782: Amount of 49 has to sent to Account number 8685d630-59b7-4378-a664-4b150931c0a2
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of d19d748a-b0f8-4c95-8f86-9924f6653022: Amount of 873 has been received from Account number f467dba9-0cd7-4dd8-ba95-7d7508715785
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8685d630-59b7-4378-a664-4b150931c0a2: Amount of 49 has been received from Account number 90d6fd84-bbf4-486b-b6f5-f107ac33a782
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c297354-1f62-4702-9efc-d670e6e66014: Amount of 451 has been received from Account number b094d4c8-1783-4590-96ec-d55b20f54af4
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of f857ce95-ecf3-4ba4-85d7-87fc30c4f1df: Amount of 257 has to sent to Account number 9d839430-11fb-4031-8cfa-18f75a7987aa
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 75f8e608-03f7-4285-a8bc-f0c77207de64: Amount of 684 has to sent to Account number 5e1f3b9b-f253-4530-85c2-1a952794cf20
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d839430-11fb-4031-8cfa-18f75a7987aa: Amount of 257 has been received from Account number f857ce95-ecf3-4ba4-85d7-87fc30c4f1df
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5e1f3b9b-f253-4530-85c2-1a952794cf20: Amount of 684 has been received from Account number 75f8e608-03f7-4285-a8bc-f0c77207de64
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of dcefd0f1-b2bf-489d-ac79-7d0ef08016e4: Amount of 992 has been received from Account number 25b720f2-ced6-49f5-91a1-62ac5bfe61ac
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of a02b1b43-634c-4181-886e-3ab24dae686b: Amount of 633 has to sent to Account number e913471f-2f07-4ccb-bceb-9be268b255cd
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7cb2fda9-488f-4d7a-8c64-5d2ea98e93fe: Amount of 299 has to sent to Account number 6ab137df-eb6a-4ad0-bc46-671ea907f35c
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of e913471f-2f07-4ccb-bceb-9be268b255cd: Amount of 633 has been received from Account number a02b1b43-634c-4181-886e-3ab24dae686b
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9b87f2ee-2f04-4170-8378-c81c4b99e8f0: Amount of 276 has to sent to Account number 4fcde98a-2bb2-4533-be71-a652cfe1f63e
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 297ae4f9-9780-45b8-a706-729f71e75d27: Amount of 981 has to sent to Account number 21a86abd-7fb7-42dd-8090-144fcd568fb7
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6ab137df-eb6a-4ad0-bc46-671ea907f35c: Amount of 299 has been received from Account number 7cb2fda9-488f-4d7a-8c64-5d2ea98e93fe
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4fcde98a-2bb2-4533-be71-a652cfe1f63e: Amount of 276 has been received from Account number 9b87f2ee-2f04-4170-8378-c81c4b99e8f0
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of b3babc97-95b8-4d6b-b2d5-ef6cdfd7f925: Amount of 255 has been received from Account number ebb4fca0-960c-4d24-b2aa-90849f5d3db2
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4919591-c9c0-4871-8c28-1aeead4a2ab4: Amount of 301 has to sent to Account number 4e061084-f642-45b7-8492-c929a6790906
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 893855e4-7a26-4bfc-a91e-b59364e3d815: Amount of 504 has to sent to Account number 27c3b607-6154-4595-9833-6c7d8642c9f1
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4e061084-f642-45b7-8492-c929a6790906: Amount of 301 has been received from Account number a4919591-c9c0-4871-8c28-1aeead4a2ab4
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 52b576dd-72b7-4739-8762-a330c2282637: Amount of 957 has to sent to Account number af10cf8c-1d65-4ada-8b7c-60fbebdef3e5
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of dab80959-af50-4a93-baff-db879c08b2e6: Amount of 841 has to sent to Account number 9757d671-6c2b-4041-82c2-60d42de31c6c
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of b6024187-492a-4e78-a6e3-f6faa703a71a: Amount of 901 has been received from Account number 23c8a164-2fa7-4760-93bc-0e2fa74d4174
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ddfe9d8d-c54c-40f8-9d6e-b8ce9e43d029: Amount of 779 has been received from Account number 97195604-8cd3-4b70-9164-6be32dfaef55
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 27c3b607-6154-4595-9833-6c7d8642c9f1: Amount of 504 has been received from Account number 893855e4-7a26-4bfc-a91e-b59364e3d815
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 787e9992-f7e1-412b-bd2c-66e9fe00c507: Amount of 583 has to sent to Account number c0d92e52-4e7a-4dc7-99c7-a33eab62e656
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of a0282e80-6367-441a-a9a2-ee235e16e41e: Amount of 219 has been received from Account number 17771e11-f7ec-4f28-a9fe-222f25612141
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c87ee23-29d4-46f6-a235-08663e84a141: Amount of 299 has been received from Account number 4f83898d-f114-4cdf-9ad2-3b26633c6b37
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of e03de2e6-0817-449d-958d-bab745f3f973: Amount of 358 has been received from Account number 7f59cd99-f22b-4428-868f-482660f62da5
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of c5501668-ac1a-463c-a7c9-2ee88a529ad8: Amount of 646 has been received from Account number 0395494f-724e-4809-9bc1-0570683886bf
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of d9d11322-fda1-4375-9e58-2e486d8dec4c: Amount of 514 has to sent to Account number b3c701ed-f25c-4295-b1db-51e7b6ee1786
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f349c75-018c-4aa3-a0b7-7fd2e0317c6b: Amount of 750 has to sent to Account number 62df71ad-fdea-43d5-89d0-0de567857f66
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d0db6e89-29fd-4c7a-8c11-6a71a0ac7fbe: Amount of 554 has to sent to Account number b23eaf0b-0fb0-4a9b-86e5-c4b92b26408d
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 62df71ad-fdea-43d5-89d0-0de567857f66: Amount of 750 has been received from Account number 4f349c75-018c-4aa3-a0b7-7fd2e0317c6b
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 475c0351-c8f3-497e-9e28-6707622e9051: Amount of 947 has to sent to Account number ff7bbdae-a4fa-420a-a499-37618c76b77d
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 819ce7fc-5adc-4a0e-84f8-f831c43d273e: Amount of 133 has to sent to Account number 6623ae36-3b70-4464-820c-891025093cb9
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 21a86abd-7fb7-42dd-8090-144fcd568fb7: Amount of 981 has been received from Account number 297ae4f9-9780-45b8-a706-729f71e75d27
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a841358-a7d9-4dd3-ac0b-973bc234c6c0: Amount of 183 has to sent to Account number e1b434e1-2890-475c-84ae-e4fc84770d75
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 61271358-99d3-42d6-9fcd-4152b9766b5b: Amount of 529 has to sent to Account number 31b5aa58-2b16-4ce2-8059-2163508366c2
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of e1b434e1-2890-475c-84ae-e4fc84770d75: Amount of 183 has been received from Account number 6a841358-a7d9-4dd3-ac0b-973bc234c6c0
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of f61b1361-fc0b-47db-bee7-6ef44d05a328: Amount of 98 has to sent to Account number b3c70589-694d-4486-b323-e4b8967df781
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of b164d808-f5f0-4611-a2bf-8d317989ae83: Amount of 264 has to sent to Account number c229be8a-a82e-4ac2-b571-a173ccded2b5
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of b3c70589-694d-4486-b323-e4b8967df781: Amount of 98 has been received from Account number f61b1361-fc0b-47db-bee7-6ef44d05a328
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c20be2b7-2c36-4f19-a2d3-faca693ba33f: Amount of 515 has to sent to Account number 25fd79a2-6c57-4e5e-949a-f1b61786607f
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9757d671-6c2b-4041-82c2-60d42de31c6c: Amount of 841 has been received from Account number dab80959-af50-4a93-baff-db879c08b2e6
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25fd79a2-6c57-4e5e-949a-f1b61786607f: Amount of 515 has been received from Account number c20be2b7-2c36-4f19-a2d3-faca693ba33f
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of af10cf8c-1d65-4ada-8b7c-60fbebdef3e5: Amount of 957 has been received from Account number 52b576dd-72b7-4739-8762-a330c2282637
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of b56f31b8-b5a0-444c-8300-2163ac4336b2: Amount of 171 has to sent to Account number 779a4353-706c-432b-af63-340c03806a29
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of cfcb04d9-ee79-4f04-8b5d-4b3e21e2e3a0: Amount of 988 has to sent to Account number a39c9cd0-79b6-4b15-95cd-d6643dacfcc5
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of c0d92e52-4e7a-4dc7-99c7-a33eab62e656: Amount of 583 has been received from Account number 787e9992-f7e1-412b-bd2c-66e9fe00c507
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ad62abac-5c27-4634-957e-17d449cb16b2: Amount of 278 has to sent to Account number 37f62b13-7d43-489b-8349-8d08047cbd47
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 881b9f93-de7c-447e-8564-6f3b48270457: Amount of 838 has to sent to Account number f7902875-5515-4e0f-9d19-a872fac3750c
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7fc6d948-56f4-460d-a764-ffcdf72b1595: Amount of 322 has to sent to Account number fd849afd-9f51-465a-b79b-b49c41efcf69
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of f7902875-5515-4e0f-9d19-a872fac3750c: Amount of 838 has been received from Account number 881b9f93-de7c-447e-8564-6f3b48270457
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 415560c3-bea7-44a0-85f2-a311ba7a51f3: Amount of 440 has to sent to Account number e272397b-bf4a-40e6-91bf-d4742e82d9c1
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c534dc9-6397-4ea9-9eeb-5bb7d4c0429f: Amount of 580 has to sent to Account number 20350bc5-5580-4ab3-90b3-54c940ff50b4
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of e272397b-bf4a-40e6-91bf-d4742e82d9c1: Amount of 440 has been received from Account number 415560c3-bea7-44a0-85f2-a311ba7a51f3
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of adc84983-b435-49f0-9462-ace40230ea1b: Amount of 246 has to sent to Account number 3d320a09-26ab-418b-9921-1c1a34e62875
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of c8980aca-505b-4d8c-8bc4-defe65ad4278: Amount of 161 has to sent to Account number 824063e8-63e5-46f3-8374-2a9e8b38a9c2
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of b3c701ed-f25c-4295-b1db-51e7b6ee1786: Amount of 514 has been received from Account number d9d11322-fda1-4375-9e58-2e486d8dec4c
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d320a09-26ab-418b-9921-1c1a34e62875: Amount of 246 has been received from Account number adc84983-b435-49f0-9462-ace40230ea1b
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of b23eaf0b-0fb0-4a9b-86e5-c4b92b26408d: Amount of 554 has been received from Account number d0db6e89-29fd-4c7a-8c11-6a71a0ac7fbe
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42f0de3e-f52f-48a1-a256-5b09ead98006: Amount of 303 has to sent to Account number d24ddfeb-a89d-4593-a2a9-c882781fbd27
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of c9b1377f-1d23-49fe-a631-db50463d58c0: Amount of 533 has to sent to Account number 98094418-1683-4c48-8574-2978527e3286
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ff7bbdae-a4fa-420a-a499-37618c76b77d: Amount of 947 has been received from Account number 475c0351-c8f3-497e-9e28-6707622e9051
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 74d8cd3d-a731-4a74-95d0-248e5752d9f0: Amount of 896 has to sent to Account number 466b1942-aa3a-4265-af38-a7b391c0c175
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6623ae36-3b70-4464-820c-891025093cb9: Amount of 133 has been received from Account number 819ce7fc-5adc-4a0e-84f8-f831c43d273e
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6388579b-556d-4566-9bf2-f936906c2270: Amount of 806 has to sent to Account number b12d5686-7dcb-43a6-a7be-040c90741bb2
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 31b5aa58-2b16-4ce2-8059-2163508366c2: Amount of 529 has been received from Account number 61271358-99d3-42d6-9fcd-4152b9766b5b
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of b12d5686-7dcb-43a6-a7be-040c90741bb2: Amount of 806 has been received from Account number 6388579b-556d-4566-9bf2-f936906c2270
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of f3b8abda-6988-4ed3-89eb-89a7675f64c2: Amount of 979 has to sent to Account number 398aa282-1798-4132-9808-e7b3bcff09e1
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c229be8a-a82e-4ac2-b571-a173ccded2b5: Amount of 264 has been received from Account number b164d808-f5f0-4611-a2bf-8d317989ae83
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7a1f5fd1-ad06-45fb-80ca-972c45ff33f4: Amount of 566 has to sent to Account number 2dcb287e-2762-4abc-9084-b761d14288d4
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7d4b02e5-969f-4cf8-a6a1-83d491976b33: Amount of 214 has to sent to Account number b0615e8c-4b09-4642-8cc1-2a2e7ea3a300
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6e9f5a57-7e8a-4345-afc6-4e86dcec4442: Amount of 715 has to sent to Account number 026ccd57-06f9-4363-997a-2d4a330df2b6
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of bd170d29-45e1-49ca-8ab5-5db6c40e22f2: Amount of 563 has to sent to Account number 43b7631c-24ba-458a-aaa0-0a31144b5133
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 779a4353-706c-432b-af63-340c03806a29: Amount of 171 has been received from Account number b56f31b8-b5a0-444c-8300-2163ac4336b2
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of a39c9cd0-79b6-4b15-95cd-d6643dacfcc5: Amount of 988 has been received from Account number cfcb04d9-ee79-4f04-8b5d-4b3e21e2e3a0
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 37f62b13-7d43-489b-8349-8d08047cbd47: Amount of 278 has been received from Account number ad62abac-5c27-4634-957e-17d449cb16b2
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of e5a89b92-8f10-4745-ad76-2faa7086144c: Amount of 737 has to sent to Account number f08f9d6a-ca7d-407e-bca3-8836be771ac2
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of fd849afd-9f51-465a-b79b-b49c41efcf69: Amount of 322 has been received from Account number 7fc6d948-56f4-460d-a764-ffcdf72b1595
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 88035808-3a45-4691-83b9-a066bd606c1b: Amount of 451 has to sent to Account number 2ac51eef-4014-403e-a60b-c88d3f05478d
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of f08f9d6a-ca7d-407e-bca3-8836be771ac2: Amount of 737 has been received from Account number e5a89b92-8f10-4745-ad76-2faa7086144c
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 20350bc5-5580-4ab3-90b3-54c940ff50b4: Amount of 580 has been received from Account number 0c534dc9-6397-4ea9-9eeb-5bb7d4c0429f
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ac51eef-4014-403e-a60b-c88d3f05478d: Amount of 451 has been received from Account number 88035808-3a45-4691-83b9-a066bd606c1b
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5026da47-080b-4b19-97d8-c51c0ea2ac61: Amount of 122 has to sent to Account number b5d9297a-2fc3-48fa-8585-fd160968080e
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 824063e8-63e5-46f3-8374-2a9e8b38a9c2: Amount of 161 has been received from Account number c8980aca-505b-4d8c-8bc4-defe65ad4278
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a77747ca-4a33-42ef-85d7-edf2f78a2e2b: Amount of 597 has to sent to Account number a177f8eb-97e2-4a58-aed5-a029f4ebed52
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ad404a33-0ab2-4251-b98a-d054a1197495: Amount of 472 has to sent to Account number 6f6dc8e5-56b9-4eb3-bb2a-d67ad199337b
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of d24ddfeb-a89d-4593-a2a9-c882781fbd27: Amount of 303 has been received from Account number 42f0de3e-f52f-48a1-a256-5b09ead98006
2024-07-09 19:26:07.823  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 918cafc2-3a3e-444d-a68e-9a106562fdd6: Amount of 501 has to sent to Account number 49ebe6e9-c434-4c98-8afa-742d69cfeca7
2024-07-09 19:26:07.823  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 49ebe6e9-c434-4c98-8afa-742d69cfeca7: Amount of 501 has been received from Account number 918cafc2-3a3e-444d-a68e-9a106562fdd6
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98094418-1683-4c48-8574-2978527e3286: Amount of 533 has been received from Account number c9b1377f-1d23-49fe-a631-db50463d58c0
2024-07-09 19:26:07.823  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of fab80287-3805-4402-aea4-ff9ad08b3ca0: Amount of 244 has to sent to Account number 7bf2727a-ede9-4f0d-a705-0386a7a3f522
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 466b1942-aa3a-4265-af38-a7b391c0c175: Amount of 896 has been received from Account number 74d8cd3d-a731-4a74-95d0-248e5752d9f0
2024-07-09 19:26:07.823  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 70c7b436-3d48-48af-8a72-ebb56287c7c4: Amount of 637 has to sent to Account number 055627c5-7b4c-4ed6-880c-667dac649c80
2024-07-09 19:26:07.823  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7bf2727a-ede9-4f0d-a705-0386a7a3f522: Amount of 244 has been received from Account number fab80287-3805-4402-aea4-ff9ad08b3ca0
2024-07-09 19:26:07.823  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 29b45b3f-20a9-491d-be66-958915e3632c: Amount of 541 has to sent to Account number 6ea4411a-a6b2-485a-b46a-aab357f61591
2024-07-09 19:26:07.823  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 15f196da-893d-428e-bcb6-294d985e8efd: Amount of 353 has to sent to Account number c00e3040-d7e5-49c8-8fa1-728a3e1f6710
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 398aa282-1798-4132-9808-e7b3bcff09e1: Amount of 979 has been received from Account number f3b8abda-6988-4ed3-89eb-89a7675f64c2
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of dc95db47-867d-4d21-9fd0-ac1ac9300022: Amount of 998 has to sent to Account number 925ba6b1-dfb9-4202-a8bd-13d2a3c85eb9
2024-07-09 19:26:07.823  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 470124a3-2919-40f4-ac4a-4e6c41a7a066: Amount of 461 has to sent to Account number 329dd8a2-1117-4ac1-8714-5dc95a3a9306
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of c1cd5a1a-ffc2-4356-943e-613dad567ebc: Amount of 49 has to sent to Account number e7cf8068-0374-46e0-b2fe-8dcd34f86f49
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2dcb287e-2762-4abc-9084-b761d14288d4: Amount of 566 has been received from Account number 7a1f5fd1-ad06-45fb-80ca-972c45ff33f4
2024-07-09 19:26:07.823  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of e7cf8068-0374-46e0-b2fe-8dcd34f86f49: Amount of 49 has been received from Account number c1cd5a1a-ffc2-4356-943e-613dad567ebc
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of b0615e8c-4b09-4642-8cc1-2a2e7ea3a300: Amount of 214 has been received from Account number 7d4b02e5-969f-4cf8-a6a1-83d491976b33
2024-07-09 19:26:07.823  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0b435b1c-67e8-4635-83aa-e7941203851c: Amount of 233 has to sent to Account number 996ae7ec-d744-42a4-aa99-2abd05644b88
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 026ccd57-06f9-4363-997a-2d4a330df2b6: Amount of 715 has been received from Account number 6e9f5a57-7e8a-4345-afc6-4e86dcec4442
2024-07-09 19:26:07.823  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 996ae7ec-d744-42a4-aa99-2abd05644b88: Amount of 233 has been received from Account number 0b435b1c-67e8-4635-83aa-e7941203851c
2024-07-09 19:26:07.817  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 43b7631c-24ba-458a-aaa0-0a31144b5133: Amount of 563 has been received from Account number bd170d29-45e1-49ca-8ab5-5db6c40e22f2
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2eea2d8a-bca8-4abc-8791-35c36f1c5317: Amount of 806 has to sent to Account number bfa26d7e-11bc-4898-8bd5-6ae36583fec6
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4698c945-f197-45ec-9521-5db81a483cb8: Amount of 781 has to sent to Account number 23808ec3-a48d-43d9-bbcf-f7586c44ab33
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 768e2e43-ce20-4794-bb0b-350eb072645b: Amount of 121 has to sent to Account number cb2f77aa-130b-405c-a1ba-dc53b9caf2a8
2024-07-09 19:26:07.824  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 518baffb-49e1-4edd-a085-88719f27fc60: Amount of 326 has to sent to Account number 9d7f8814-fc92-4604-9036-39574a99185b
2024-07-09 19:26:07.817  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of f494af92-b51c-4fe2-b6bb-17af30c0b0ff: Amount of 446 has to sent to Account number 4d461d54-cec9-422e-af8a-a635fea002e6
2024-07-09 19:26:07.824  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 383d67b8-6b00-473f-8902-886c3c5c0ab9: Amount of 664 has to sent to Account number ebfc4040-e96f-4f36-a457-926c9ba6d56f
2024-07-09 19:26:07.823  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6f6dc8e5-56b9-4eb3-bb2a-d67ad199337b: Amount of 472 has been received from Account number ad404a33-0ab2-4251-b98a-d054a1197495
2024-07-09 19:26:07.824  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ebfc4040-e96f-4f36-a457-926c9ba6d56f: Amount of 664 has been received from Account number 383d67b8-6b00-473f-8902-886c3c5c0ab9
2024-07-09 19:26:07.824  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of cbfd0946-6574-4c99-b73c-d2024ac9f278: Amount of 491 has to sent to Account number aafa01a5-a425-4655-ad38-b6e44ae17914
2024-07-09 19:26:07.823  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 73c8ce48-2cc4-4584-ba6e-0a7ed2a7e730: Amount of 401 has to sent to Account number c3a6c777-f3a5-4dd7-9d8d-277875f3a5fd
2024-07-09 19:26:07.824  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of aafa01a5-a425-4655-ad38-b6e44ae17914: Amount of 491 has been received from Account number cbfd0946-6574-4c99-b73c-d2024ac9f278
2024-07-09 19:26:07.823  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a177f8eb-97e2-4a58-aed5-a029f4ebed52: Amount of 597 has been received from Account number a77747ca-4a33-42ef-85d7-edf2f78a2e2b
2024-07-09 19:26:07.824  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8ed7b8f2-46f2-4c7c-b3b3-8361ca0731f3: Amount of 207 has to sent to Account number aaac13e5-ab2d-49a2-8cf1-b895a2f90835
2024-07-09 19:26:07.823  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 055627c5-7b4c-4ed6-880c-667dac649c80: Amount of 637 has been received from Account number 70c7b436-3d48-48af-8a72-ebb56287c7c4
2024-07-09 19:26:07.824  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 00070f8e-fa9f-40fc-a42a-62e7578e683a: Amount of 15 has to sent to Account number 7dbe5eeb-4301-46cd-b867-fc02465a38ca
2024-07-09 19:26:07.823  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of f154ba42-88fc-4dc2-b599-e855e0ccae0e: Amount of 587 has to sent to Account number 04e40d6c-9070-487e-8688-5533c96bca3c
2024-07-09 19:26:07.824  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ec537b2-ee87-455c-9478-2fe7f9f2d64c: Amount of 431 has to sent to Account number 36b496ce-58f4-4301-a223-8fe2a1b5af7e
2024-07-09 19:26:07.823  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f219ee6-0939-4f29-9e84-83b93dcb263a: Amount of 559 has to sent to Account number 146f231b-2ee9-4b7c-99f9-6871a66e1dd8
2024-07-09 19:26:07.824  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 36b496ce-58f4-4301-a223-8fe2a1b5af7e: Amount of 431 has been received from Account number 3ec537b2-ee87-455c-9478-2fe7f9f2d64c
2024-07-09 19:26:07.824  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 146f231b-2ee9-4b7c-99f9-6871a66e1dd8: Amount of 559 has been received from Account number 7f219ee6-0939-4f29-9e84-83b93dcb263a
2024-07-09 19:26:07.823  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of b5d9297a-2fc3-48fa-8585-fd160968080e: Amount of 122 has been received from Account number 5026da47-080b-4b19-97d8-c51c0ea2ac61
2024-07-09 19:26:07.823  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6ea4411a-a6b2-485a-b46a-aab357f61591: Amount of 541 has been received from Account number 29b45b3f-20a9-491d-be66-958915e3632c
2024-07-09 19:26:07.823  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of c00e3040-d7e5-49c8-8fa1-728a3e1f6710: Amount of 353 has been received from Account number 15f196da-893d-428e-bcb6-294d985e8efd
2024-07-09 19:26:07.823  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 925ba6b1-dfb9-4202-a8bd-13d2a3c85eb9: Amount of 998 has been received from Account number dc95db47-867d-4d21-9fd0-ac1ac9300022
2024-07-09 19:26:07.824  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 21ee116c-c293-409d-914a-a3bd15a7414c: Amount of 796 has to sent to Account number 28179853-2bbe-41f6-a853-a5c110c34d86
2024-07-09 19:26:07.823  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 329dd8a2-1117-4ac1-8714-5dc95a3a9306: Amount of 461 has been received from Account number 470124a3-2919-40f4-ac4a-4e6c41a7a066
2024-07-09 19:26:07.823  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 210fc572-9b96-4ba9-b211-9fab1b45a613: Amount of 873 has to sent to Account number 55be289f-8162-4913-8274-e23f8fde702d
2024-07-09 19:26:07.823  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 361007da-b7ad-49a5-83fa-24de22910c83: Amount of 563 has to sent to Account number 60b0e449-76e6-4aa3-9646-1c0197526627
2024-07-09 19:26:07.824  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 55be289f-8162-4913-8274-e23f8fde702d: Amount of 873 has been received from Account number 210fc572-9b96-4ba9-b211-9fab1b45a613
2024-07-09 19:26:07.824  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of cb2f77aa-130b-405c-a1ba-dc53b9caf2a8: Amount of 121 has been received from Account number 768e2e43-ce20-4794-bb0b-350eb072645b
2024-07-09 19:26:07.824  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 60b0e449-76e6-4aa3-9646-1c0197526627: Amount of 563 has been received from Account number 361007da-b7ad-49a5-83fa-24de22910c83
2024-07-09 19:26:07.824  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d7f8814-fc92-4604-9036-39574a99185b: Amount of 326 has been received from Account number 518baffb-49e1-4edd-a085-88719f27fc60
2024-07-09 19:26:07.824  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 23808ec3-a48d-43d9-bbcf-f7586c44ab33: Amount of 781 has been received from Account number 4698c945-f197-45ec-9521-5db81a483cb8
2024-07-09 19:26:07.824  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of da100aff-c7be-4760-b7f5-3721e11fd51e: Amount of 926 has to sent to Account number 00c59752-aed7-431a-bbda-9609178e5bb3
2024-07-09 19:26:07.824  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of bfa26d7e-11bc-4898-8bd5-6ae36583fec6: Amount of 806 has been received from Account number 2eea2d8a-bca8-4abc-8791-35c36f1c5317
2024-07-09 19:26:07.824  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d461d54-cec9-422e-af8a-a635fea002e6: Amount of 446 has been received from Account number f494af92-b51c-4fe2-b6bb-17af30c0b0ff
2024-07-09 19:26:07.824  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of e3af6955-45df-4602-b58e-6a74a223a4e5: Amount of 529 has to sent to Account number 61d60feb-3254-4299-8f5e-594780e2c589
2024-07-09 19:26:07.824  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of bea99363-49e0-48d1-98c5-e7aa82b3884f: Amount of 499 has to sent to Account number a142aa02-4347-4b7e-bdb4-bf0889d09155
2024-07-09 19:26:07.824  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 61d60feb-3254-4299-8f5e-594780e2c589: Amount of 529 has been received from Account number e3af6955-45df-4602-b58e-6a74a223a4e5
2024-07-09 19:26:07.824  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9a92c34f-724c-416c-b7c1-073dad6f6279: Amount of 779 has to sent to Account number 749d52c6-dacc-4fa8-a5b5-c381c2842cd4
2024-07-09 19:26:07.824  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 88974aa9-e8e0-4463-82f8-2e19474116b9: Amount of 763 has to sent to Account number 6bc4d3a2-ae9f-4b8e-96e4-bf8ceb0bd90c
2024-07-09 19:26:07.824  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 749d52c6-dacc-4fa8-a5b5-c381c2842cd4: Amount of 779 has been received from Account number 9a92c34f-724c-416c-b7c1-073dad6f6279
2024-07-09 19:26:07.824  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6bc4d3a2-ae9f-4b8e-96e4-bf8ceb0bd90c: Amount of 763 has been received from Account number 88974aa9-e8e0-4463-82f8-2e19474116b9
2024-07-09 19:26:07.824  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3a6c777-f3a5-4dd7-9d8d-277875f3a5fd: Amount of 401 has been received from Account number 73c8ce48-2cc4-4584-ba6e-0a7ed2a7e730
2024-07-09 19:26:07.824  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of aaac13e5-ab2d-49a2-8cf1-b895a2f90835: Amount of 207 has been received from Account number 8ed7b8f2-46f2-4c7c-b3b3-8361ca0731f3
2024-07-09 19:26:07.824  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of fdbedf71-cb0b-4021-b338-63c99bac4db0: Amount of 367 has to sent to Account number 5a83ea1a-aeac-4995-a5f4-60bb0ffa3bf2
2024-07-09 19:26:07.824  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a83ea1a-aeac-4995-a5f4-60bb0ffa3bf2: Amount of 367 has been received from Account number fdbedf71-cb0b-4021-b338-63c99bac4db0
2024-07-09 19:26:07.824  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of f555d320-0ef5-45f4-bf0b-0c15c23a4e6c: Amount of 387 has to sent to Account number fdd9297a-b5e9-4d22-a532-0189facb6b49
2024-07-09 19:26:07.824  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 54c20a82-4cc9-458c-9883-bcf90787035d: Amount of 222 has to sent to Account number 47a26c24-864a-4b76-b73f-78136350e548
2024-07-09 19:26:07.824  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of fdd9297a-b5e9-4d22-a532-0189facb6b49: Amount of 387 has been received from Account number f555d320-0ef5-45f4-bf0b-0c15c23a4e6c
2024-07-09 19:26:07.824  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7dbe5eeb-4301-46cd-b867-fc02465a38ca: Amount of 15 has been received from Account number 00070f8e-fa9f-40fc-a42a-62e7578e683a
2024-07-09 19:26:07.824  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of c8b19564-9d1e-431d-a311-72a71cdbb93d: Amount of 971 has to sent to Account number 6d945622-9ba7-468d-a91d-65f98dcbb949
2024-07-09 19:26:07.824  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95249c28-ef60-442c-922e-d034dae47956: Amount of 698 has to sent to Account number f0d0ed17-60d7-4ea1-b416-7d404337ac2d
2024-07-09 19:26:07.824  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d945622-9ba7-468d-a91d-65f98dcbb949: Amount of 971 has been received from Account number c8b19564-9d1e-431d-a311-72a71cdbb93d
2024-07-09 19:26:07.824  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of f9b6e0cc-c1e8-41f8-b78a-5483086b107b: Amount of 429 has to sent to Account number e86bd8bb-b962-46a0-b14d-0d918abffc50
2024-07-09 19:26:07.824  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 04e40d6c-9070-487e-8688-5533c96bca3c: Amount of 587 has been received from Account number f154ba42-88fc-4dc2-b599-e855e0ccae0e
2024-07-09 19:26:07.824  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of e86bd8bb-b962-46a0-b14d-0d918abffc50: Amount of 429 has been received from Account number f9b6e0cc-c1e8-41f8-b78a-5483086b107b
2024-07-09 19:26:07.824  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of b27269a9-1426-4858-b1ad-90de02b1499d: Amount of 837 has to sent to Account number 6d38a3d8-1d5a-4a63-ab9f-ae1132c03b5c
2024-07-09 19:26:07.824  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of b0595b6f-3c02-472a-af88-aefbef9fdfac: Amount of 237 has to sent to Account number 72980820-e397-4a90-a921-54bf16ff023a
2024-07-09 19:26:07.824  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of b87e605b-db8d-45ae-8efd-4c0986fca3cd: Amount of 514 has to sent to Account number a50986ad-ae21-4c45-8cd1-eec21f09a1c0
2024-07-09 19:26:07.824  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3332e5ec-2280-4b15-953b-a9ed9d485962: Amount of 481 has to sent to Account number 4cc42e6c-a690-4359-b19e-64b4de98589c
2024-07-09 19:26:07.824  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 28179853-2bbe-41f6-a853-a5c110c34d86: Amount of 796 has been received from Account number 21ee116c-c293-409d-914a-a3bd15a7414c
2024-07-09 19:26:07.826  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4cc42e6c-a690-4359-b19e-64b4de98589c: Amount of 481 has been received from Account number 3332e5ec-2280-4b15-953b-a9ed9d485962
2024-07-09 19:26:07.826  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of a50986ad-ae21-4c45-8cd1-eec21f09a1c0: Amount of 514 has been received from Account number b87e605b-db8d-45ae-8efd-4c0986fca3cd
2024-07-09 19:26:07.826  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 72980820-e397-4a90-a921-54bf16ff023a: Amount of 237 has been received from Account number b0595b6f-3c02-472a-af88-aefbef9fdfac
2024-07-09 19:26:07.824  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6da2bdc-66d1-4a87-99f9-af42994ede44: Amount of 340 has to sent to Account number 93fb32d3-b5ff-490b-8181-d2d8989eb467
2024-07-09 19:26:07.826  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c2b3307-31a7-4ec9-b037-8b4bf1fb35cb: Amount of 233 has to sent to Account number 8db4db05-bd30-4f5f-aaf3-11248d890a1a
2024-07-09 19:26:07.826  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d38a3d8-1d5a-4a63-ab9f-ae1132c03b5c: Amount of 837 has been received from Account number b27269a9-1426-4858-b1ad-90de02b1499d
2024-07-09 19:26:07.824  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a543e582-5f1a-47c8-9ec3-7115f36221d7: Amount of 496 has to sent to Account number da82ac9d-c212-4377-af79-8c34d2dcad70
2024-07-09 19:26:07.824  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 390d6990-3b61-41ee-bfed-5593ae3096eb: Amount of 86 has to sent to Account number dff1b393-5bb6-456c-a1e0-9c2512578023
2024-07-09 19:26:07.824  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 00c59752-aed7-431a-bbda-9609178e5bb3: Amount of 926 has been received from Account number da100aff-c7be-4760-b7f5-3721e11fd51e
2024-07-09 19:26:07.826  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of dff1b393-5bb6-456c-a1e0-9c2512578023: Amount of 86 has been received from Account number 390d6990-3b61-41ee-bfed-5593ae3096eb
2024-07-09 19:26:07.824  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of aea86ca2-7f41-4350-ad92-923f0ab58360: Amount of 504 has to sent to Account number 3b4c1378-b6b4-44bd-845e-83df7da8f96a
2024-07-09 19:26:07.824  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8387effb-e36a-4eeb-ad70-e98206cf8b02: Amount of 20 has to sent to Account number c15383cd-b273-498e-ad30-e7e9406e94f8
2024-07-09 19:26:07.824  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of a142aa02-4347-4b7e-bdb4-bf0889d09155: Amount of 499 has been received from Account number bea99363-49e0-48d1-98c5-e7aa82b3884f
2024-07-09 19:26:07.826  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c15383cd-b273-498e-ad30-e7e9406e94f8: Amount of 20 has been received from Account number 8387effb-e36a-4eeb-ad70-e98206cf8b02
2024-07-09 19:26:07.824  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1f474c89-cd30-4d55-821b-9d5fba468df6: Amount of 558 has to sent to Account number fb70cc87-5447-484d-a0d4-f739e84f5604
2024-07-09 19:26:07.826  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of d1cf776e-821b-4c90-850e-734a475a273a: Amount of 641 has to sent to Account number 40068b2c-81b4-4041-9172-27a43350c93a
2024-07-09 19:26:07.824  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of b67bc240-6510-48ab-aa29-879bc1374413: Amount of 714 has to sent to Account number d744e454-0809-475d-97b9-037790095c17
2024-07-09 19:26:07.824  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0f4dc5e3-1ed0-48c1-a202-702cfe66cc73: Amount of 208 has to sent to Account number bf37bb39-e725-41f2-9e54-d69f889ffac1
2024-07-09 19:26:07.826  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 40068b2c-81b4-4041-9172-27a43350c93a: Amount of 641 has been received from Account number d1cf776e-821b-4c90-850e-734a475a273a
2024-07-09 19:26:07.824  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 47a26c24-864a-4b76-b73f-78136350e548: Amount of 222 has been received from Account number 54c20a82-4cc9-458c-9883-bcf90787035d
2024-07-09 19:26:07.826  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of fe939466-30af-4dd5-9320-e9ffaac46bc3: Amount of 995 has to sent to Account number 1e6ab4fc-a44b-4037-bb4f-22d736719c4b
2024-07-09 19:26:07.824  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of f0d0ed17-60d7-4ea1-b416-7d404337ac2d: Amount of 698 has been received from Account number 95249c28-ef60-442c-922e-d034dae47956
2024-07-09 19:26:07.826  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1e6ab4fc-a44b-4037-bb4f-22d736719c4b: Amount of 995 has been received from Account number fe939466-30af-4dd5-9320-e9ffaac46bc3
2024-07-09 19:26:07.824  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3312f487-b4fe-4355-a551-79a82755ecdb: Amount of 141 has to sent to Account number cc113449-227e-44e6-b9c6-bd453c08ca51
2024-07-09 19:26:07.826  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of bba59d29-a6c5-4687-b33d-686839745950: Amount of 43 has to sent to Account number 73637e34-4510-4f13-a47b-434c4ff3ae8a
2024-07-09 19:26:07.826  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ef85b47a-ca9d-414c-805f-2bf2fe7aa0ac: Amount of 982 has to sent to Account number 2a7efdd6-a4c3-48f7-867a-42eaa2893c24
2024-07-09 19:26:07.826  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of cc113449-227e-44e6-b9c6-bd453c08ca51: Amount of 141 has been received from Account number 3312f487-b4fe-4355-a551-79a82755ecdb
2024-07-09 19:26:07.826  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2a7efdd6-a4c3-48f7-867a-42eaa2893c24: Amount of 982 has been received from Account number ef85b47a-ca9d-414c-805f-2bf2fe7aa0ac
2024-07-09 19:26:07.826  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 03b21cbd-d419-48c1-b8c8-cda1fc3d30a1: Amount of 348 has to sent to Account number d2286b44-d54f-4326-9b72-9e53b9748ea9
2024-07-09 19:26:07.826  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 75a0373b-ecf4-47f3-a24f-6a4918ac2a9a: Amount of 610 has to sent to Account number e9029417-b91f-46f5-837c-f95eb1626cd7
2024-07-09 19:26:07.826  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of a7aae2c6-e76a-4f4d-8e06-ac55fc08d507: Amount of 554 has to sent to Account number 0c56d8fd-5727-4396-881e-c91360b08a98
2024-07-09 19:26:07.826  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2286b44-d54f-4326-9b72-9e53b9748ea9: Amount of 348 has been received from Account number 03b21cbd-d419-48c1-b8c8-cda1fc3d30a1
2024-07-09 19:26:07.826  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of d5f5e7c2-9e9d-456d-a56b-34024db52aed: Amount of 724 has to sent to Account number 1db60156-3aa5-4698-936d-df9ca685fb95
2024-07-09 19:26:07.826  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 55dee0cd-77d2-4e71-b05e-e4aa930f7919: Amount of 372 has to sent to Account number be22cbfc-c42c-44ef-8887-a310557c6781
2024-07-09 19:26:07.826  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c56d8fd-5727-4396-881e-c91360b08a98: Amount of 554 has been received from Account number a7aae2c6-e76a-4f4d-8e06-ac55fc08d507
2024-07-09 19:26:07.826  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of be22cbfc-c42c-44ef-8887-a310557c6781: Amount of 372 has been received from Account number 55dee0cd-77d2-4e71-b05e-e4aa930f7919
2024-07-09 19:26:07.826  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 79ca79fc-dbac-43e9-9fde-a4c18344640c: Amount of 105 has to sent to Account number 24f2d234-fa99-433a-baf9-d59b1b7ea458
2024-07-09 19:26:07.826  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa965ea8-bff7-4e8e-9a41-095a614fe503: Amount of 716 has to sent to Account number 7ed611fe-5ff2-429a-82c0-82f85566560f
2024-07-09 19:26:07.826  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 24f2d234-fa99-433a-baf9-d59b1b7ea458: Amount of 105 has been received from Account number 79ca79fc-dbac-43e9-9fde-a4c18344640c
2024-07-09 19:26:07.826  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 93fb32d3-b5ff-490b-8181-d2d8989eb467: Amount of 340 has been received from Account number d6da2bdc-66d1-4a87-99f9-af42994ede44
2024-07-09 19:26:07.826  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8db4db05-bd30-4f5f-aaf3-11248d890a1a: Amount of 233 has been received from Account number 0c2b3307-31a7-4ec9-b037-8b4bf1fb35cb
2024-07-09 19:26:07.827  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 368d10b1-7973-4607-9b35-b920f65e01af: Amount of 103 has to sent to Account number b56855bf-69ec-41e0-afaf-9d6027b6331b
2024-07-09 19:26:07.826  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of a63e1b22-d64c-483a-8a33-334a03b877ba: Amount of 773 has to sent to Account number ca0ec39b-f7ad-4456-8021-c77f7a79f5a6
2024-07-09 19:26:07.827  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of b56855bf-69ec-41e0-afaf-9d6027b6331b: Amount of 103 has been received from Account number 368d10b1-7973-4607-9b35-b920f65e01af
2024-07-09 19:26:07.826  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of da82ac9d-c212-4377-af79-8c34d2dcad70: Amount of 496 has been received from Account number a543e582-5f1a-47c8-9ec3-7115f36221d7
2024-07-09 19:26:07.827  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 350300f3-669e-44e0-8ccd-0fd8880e7b1d: Amount of 937 has to sent to Account number fa1ef894-cb94-43bd-9ed7-1f64d24b12bd
2024-07-09 19:26:07.826  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a7349f19-1819-4dc8-b859-cf7690af3069: Amount of 527 has to sent to Account number dda21429-9429-4ed3-a938-2a73ac7a3220
2024-07-09 19:26:07.826  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of be84dbb4-ddb1-4a0c-9a31-96503a778138: Amount of 180 has to sent to Account number 2429d84d-e8d6-48d5-a2a5-e3be3fb4c5e8
2024-07-09 19:26:07.827  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 212ccf22-832c-447e-ac95-974dc09b7699: Amount of 711 has to sent to Account number 2108bb2f-67cb-4c65-8fef-45c40779a709
2024-07-09 19:26:07.826  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3b4c1378-b6b4-44bd-845e-83df7da8f96a: Amount of 504 has been received from Account number aea86ca2-7f41-4350-ad92-923f0ab58360
2024-07-09 19:26:07.827  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of dda21429-9429-4ed3-a938-2a73ac7a3220: Amount of 527 has been received from Account number a7349f19-1819-4dc8-b859-cf7690af3069
2024-07-09 19:26:07.826  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed3ed941-43b5-4a9a-9190-c8e2a85a6a96: Amount of 800 has to sent to Account number 5489084d-9e35-4f8f-a6cd-ab06815325b7
2024-07-09 19:26:07.826  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb70cc87-5447-484d-a0d4-f739e84f5604: Amount of 558 has been received from Account number 1f474c89-cd30-4d55-821b-9d5fba468df6
2024-07-09 19:26:07.827  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5489084d-9e35-4f8f-a6cd-ab06815325b7: Amount of 800 has been received from Account number ed3ed941-43b5-4a9a-9190-c8e2a85a6a96
2024-07-09 19:26:07.826  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d744e454-0809-475d-97b9-037790095c17: Amount of 714 has been received from Account number b67bc240-6510-48ab-aa29-879bc1374413
2024-07-09 19:26:07.826  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf37bb39-e725-41f2-9e54-d69f889ffac1: Amount of 208 has been received from Account number 0f4dc5e3-1ed0-48c1-a202-702cfe66cc73
2024-07-09 19:26:07.827  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 13060658-7f13-45ab-bba7-2ba51a8dcc93: Amount of 464 has to sent to Account number d5626368-fa46-43a3-905f-06205d82c4e5
2024-07-09 19:26:07.826  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 431acbb3-9c7a-45aa-bcfc-5a17660aeb67: Amount of 629 has to sent to Account number 7549917d-e637-43d0-9ed3-f5248691d13c
2024-07-09 19:26:07.827  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d5626368-fa46-43a3-905f-06205d82c4e5: Amount of 464 has been received from Account number 13060658-7f13-45ab-bba7-2ba51a8dcc93
2024-07-09 19:26:07.826  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 73637e34-4510-4f13-a47b-434c4ff3ae8a: Amount of 43 has been received from Account number bba59d29-a6c5-4687-b33d-686839745950
2024-07-09 19:26:07.827  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 00dc28a5-b066-4be7-9cd8-027d247df8c0: Amount of 178 has to sent to Account number f21bab0d-5945-407e-8616-92b5585495af
2024-07-09 19:26:07.826  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of e9029417-b91f-46f5-837c-f95eb1626cd7: Amount of 610 has been received from Account number 75a0373b-ecf4-47f3-a24f-6a4918ac2a9a
2024-07-09 19:26:07.827  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of f21bab0d-5945-407e-8616-92b5585495af: Amount of 178 has been received from Account number 00dc28a5-b066-4be7-9cd8-027d247df8c0
2024-07-09 19:26:07.826  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d29a218-ce68-4eb9-801c-7235f215cc83: Amount of 46 has to sent to Account number e1162e1d-d962-4491-99ab-e6fd486bff16
2024-07-09 19:26:07.827  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 596273d7-78cd-48be-9d6f-7d92672ee317: Amount of 828 has to sent to Account number 7b9849aa-47d7-48d9-8bfe-8c7c6bfbc3e7
2024-07-09 19:26:07.827  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64780f10-223e-4de2-b1bd-3f80d230dde2: Amount of 702 has to sent to Account number e40c6094-ddad-4539-824d-4aed3724a073
2024-07-09 19:26:07.826  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1db60156-3aa5-4698-936d-df9ca685fb95: Amount of 724 has been received from Account number d5f5e7c2-9e9d-456d-a56b-34024db52aed
2024-07-09 19:26:07.827  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of e40c6094-ddad-4539-824d-4aed3724a073: Amount of 702 has been received from Account number 64780f10-223e-4de2-b1bd-3f80d230dde2
2024-07-09 19:26:07.826  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 45706189-47b0-4b5f-9a8c-8219ebe3610d: Amount of 126 has to sent to Account number ac04cacf-8501-49f3-a0e5-5c4fc46c82ce
2024-07-09 19:26:07.826  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 96574b15-3fda-4820-8b88-804fd4bae882: Amount of 231 has to sent to Account number b558f9b5-6ca8-4bc2-89a1-74a987adac22
2024-07-09 19:26:07.827  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac04cacf-8501-49f3-a0e5-5c4fc46c82ce: Amount of 126 has been received from Account number 45706189-47b0-4b5f-9a8c-8219ebe3610d
2024-07-09 19:26:07.827  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ed611fe-5ff2-429a-82c0-82f85566560f: Amount of 716 has been received from Account number fa965ea8-bff7-4e8e-9a41-095a614fe503
2024-07-09 19:26:07.827  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of e2095f5b-4bed-42c2-bb57-269be1244129: Amount of 48 has to sent to Account number 9d600c7a-4082-45ab-9129-5135cd0593d3
2024-07-09 19:26:07.827  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca0ec39b-f7ad-4456-8021-c77f7a79f5a6: Amount of 773 has been received from Account number a63e1b22-d64c-483a-8a33-334a03b877ba
2024-07-09 19:26:07.827  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d600c7a-4082-45ab-9129-5135cd0593d3: Amount of 48 has been received from Account number e2095f5b-4bed-42c2-bb57-269be1244129
2024-07-09 19:26:07.827  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of caf800b1-17c8-464b-a509-fff7f37a8b3f: Amount of 478 has to sent to Account number 445f62bb-4ee7-41ec-87fb-d88b005a45af
2024-07-09 19:26:07.827  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa1ef894-cb94-43bd-9ed7-1f64d24b12bd: Amount of 937 has been received from Account number 350300f3-669e-44e0-8ccd-0fd8880e7b1d
2024-07-09 19:26:07.827  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2108bb2f-67cb-4c65-8fef-45c40779a709: Amount of 711 has been received from Account number 212ccf22-832c-447e-ac95-974dc09b7699
2024-07-09 19:26:07.827  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ec1d01d5-a367-43de-b19b-4a1308a504a2: Amount of 422 has to sent to Account number b5e479c1-5464-427e-88fe-2a3083eee688
2024-07-09 19:26:07.827  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9cdb30f-255f-4b33-8520-59773bb7c3f2: Amount of 252 has to sent to Account number f355ddc3-02a2-4b2e-8b37-bb52d3d7df75
2024-07-09 19:26:07.827  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of b5e479c1-5464-427e-88fe-2a3083eee688: Amount of 422 has been received from Account number ec1d01d5-a367-43de-b19b-4a1308a504a2
2024-07-09 19:26:07.827  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2429d84d-e8d6-48d5-a2a5-e3be3fb4c5e8: Amount of 180 has been received from Account number be84dbb4-ddb1-4a0c-9a31-96503a778138
2024-07-09 19:26:07.827  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5e3e22c4-9a61-4e71-9fd4-3638e8d40fcc: Amount of 157 has to sent to Account number 345ebb64-fa1f-4974-b2c1-5a57097c383b
2024-07-09 19:26:07.827  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 345ebb64-fa1f-4974-b2c1-5a57097c383b: Amount of 157 has been received from Account number 5e3e22c4-9a61-4e71-9fd4-3638e8d40fcc
2024-07-09 19:26:07.827  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of be7a3ab8-d138-48ec-a6f2-c26c20d8fa00: Amount of 382 has to sent to Account number 8a1286cd-677e-4bdc-bf48-b8b06412424f
2024-07-09 19:26:07.827  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 149b4c70-e44e-4273-a4bc-7bf166156fe5: Amount of 256 has to sent to Account number 6ce8adde-e808-42a2-bf09-b8ad95e8dd77
2024-07-09 19:26:07.827  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8a1286cd-677e-4bdc-bf48-b8b06412424f: Amount of 382 has been received from Account number be7a3ab8-d138-48ec-a6f2-c26c20d8fa00
2024-07-09 19:26:07.827  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 071e4a75-dbe2-407f-9318-6bfaecc21677: Amount of 966 has to sent to Account number 1e571059-6466-4600-8aa3-64765af58927
2024-07-09 19:26:07.827  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9af3ed6c-e946-4019-8ce5-32c7f47a87b8: Amount of 869 has to sent to Account number a8244cd5-3fef-4888-993e-b6005d96ddab
2024-07-09 19:26:07.827  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9a7f0ca6-8d04-4740-87aa-0859422eb3fb: Amount of 278 has to sent to Account number a68d925f-a7f1-46b0-871b-fd16e1fbbfe6
2024-07-09 19:26:07.827  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7549917d-e637-43d0-9ed3-f5248691d13c: Amount of 629 has been received from Account number 431acbb3-9c7a-45aa-bcfc-5a17660aeb67
2024-07-09 19:26:07.827  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 82fd8793-85d9-489d-82bc-a4bcbe46eb63: Amount of 36 has to sent to Account number 8db287d6-4254-4d8c-8b22-07c371f812ec
2024-07-09 19:26:07.827  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1e571059-6466-4600-8aa3-64765af58927: Amount of 966 has been received from Account number 071e4a75-dbe2-407f-9318-6bfaecc21677
2024-07-09 19:26:07.827  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of e1162e1d-d962-4491-99ab-e6fd486bff16: Amount of 46 has been received from Account number 6d29a218-ce68-4eb9-801c-7235f215cc83
2024-07-09 19:26:07.827  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 32ccce19-81c0-48ea-8755-c7915dbf4886: Amount of 710 has to sent to Account number 343ccd5c-ba43-4a20-a3ee-eee11e5fbc8f
2024-07-09 19:26:07.827  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b9849aa-47d7-48d9-8bfe-8c7c6bfbc3e7: Amount of 828 has been received from Account number 596273d7-78cd-48be-9d6f-7d92672ee317
2024-07-09 19:26:07.829  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 66bbc359-d934-492d-948c-add18cadc509: Amount of 271 has to sent to Account number 479ef83b-977d-4e6a-b13c-baacfdb84cd9
2024-07-09 19:26:07.829  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of fe5e560a-1d1b-4d34-bfcf-6ae000bedd36: Amount of 173 has to sent to Account number 6e204da1-a2a3-42a2-aab1-b0332b542fc3
2024-07-09 19:26:07.827  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 919818c8-d7b0-48fc-9e39-4f5b1a473a93: Amount of 208 has to sent to Account number e0f4a190-c6c3-46c7-b8d9-9f7709d029e3
2024-07-09 19:26:07.829  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8acd7b27-ad4f-4ae1-aa9e-05ae7543f7c3: Amount of 36 has to sent to Account number f0603a86-a09a-4510-a16a-5c1439a1c84a
2024-07-09 19:26:07.829  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 343ccd5c-ba43-4a20-a3ee-eee11e5fbc8f: Amount of 710 has been received from Account number 32ccce19-81c0-48ea-8755-c7915dbf4886
2024-07-09 19:26:07.829  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6e204da1-a2a3-42a2-aab1-b0332b542fc3: Amount of 173 has been received from Account number fe5e560a-1d1b-4d34-bfcf-6ae000bedd36
2024-07-09 19:26:07.829  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of f0603a86-a09a-4510-a16a-5c1439a1c84a: Amount of 36 has been received from Account number 8acd7b27-ad4f-4ae1-aa9e-05ae7543f7c3
2024-07-09 19:26:07.829  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 47946273-c0c7-486e-8a28-e92e58e38353: Amount of 256 has to sent to Account number 0c4b403b-aa01-492d-936b-65f42816a1a6
2024-07-09 19:26:07.829  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8db287d6-4254-4d8c-8b22-07c371f812ec: Amount of 36 has been received from Account number 82fd8793-85d9-489d-82bc-a4bcbe46eb63
2024-07-09 19:26:07.829  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c4b403b-aa01-492d-936b-65f42816a1a6: Amount of 256 has been received from Account number 47946273-c0c7-486e-8a28-e92e58e38353
2024-07-09 19:26:07.829  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6c4d7a9b-d83c-4211-951b-531d535c78ee: Amount of 412 has to sent to Account number 5a341cc3-3b77-43dd-bd3f-f321f581f9a5
2024-07-09 19:26:07.829  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of efd7148f-1b2e-449d-bc62-92c8275d9ee4: Amount of 242 has to sent to Account number b989b476-c3a9-4b6a-8188-e71aec9bfcfa
2024-07-09 19:26:07.829  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a341cc3-3b77-43dd-bd3f-f321f581f9a5: Amount of 412 has been received from Account number 6c4d7a9b-d83c-4211-951b-531d535c78ee
2024-07-09 19:26:07.829  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of b989b476-c3a9-4b6a-8188-e71aec9bfcfa: Amount of 242 has been received from Account number efd7148f-1b2e-449d-bc62-92c8275d9ee4
2024-07-09 19:26:07.829  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of af503a5f-4a54-4ece-8b68-11707e85a2f2: Amount of 989 has to sent to Account number f2c86f78-35d6-4daf-a34d-6e9aad636f7a
2024-07-09 19:26:07.829  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2c86f78-35d6-4daf-a34d-6e9aad636f7a: Amount of 989 has been received from Account number af503a5f-4a54-4ece-8b68-11707e85a2f2
2024-07-09 19:26:07.827  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of b558f9b5-6ca8-4bc2-89a1-74a987adac22: Amount of 231 has been received from Account number 96574b15-3fda-4820-8b88-804fd4bae882
2024-07-09 19:26:07.829  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of c683d5c9-298b-4423-8afe-2e322c0642e6: Amount of 811 has to sent to Account number d3203154-58c6-416a-890a-f6f657aa492d
2024-07-09 19:26:07.829  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of d3203154-58c6-416a-890a-f6f657aa492d: Amount of 811 has been received from Account number c683d5c9-298b-4423-8afe-2e322c0642e6
2024-07-09 19:26:07.827  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of c8f43198-3abb-4235-8882-32dad15f8e5c: Amount of 168 has to sent to Account number aceef2ff-1d41-4480-8a53-c02a1add1b0e
2024-07-09 19:26:07.829  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of aceef2ff-1d41-4480-8a53-c02a1add1b0e: Amount of 168 has been received from Account number c8f43198-3abb-4235-8882-32dad15f8e5c
2024-07-09 19:26:07.827  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f55f9bb-5e62-4b2f-8980-38b993b61dc3: Amount of 616 has to sent to Account number aa0dc969-72fa-4b5b-9e9c-fb4d9e7ec1a7
2024-07-09 19:26:07.829  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of aa0dc969-72fa-4b5b-9e9c-fb4d9e7ec1a7: Amount of 616 has been received from Account number 3f55f9bb-5e62-4b2f-8980-38b993b61dc3
2024-07-09 19:26:07.827  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of dc5c03b7-2ecb-4507-87f6-6ddef4a44f99: Amount of 181 has to sent to Account number 2b06596b-6fbc-4c29-aa78-caa2f3e67000
2024-07-09 19:26:07.827  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 445f62bb-4ee7-41ec-87fb-d88b005a45af: Amount of 478 has been received from Account number caf800b1-17c8-464b-a509-fff7f37a8b3f
2024-07-09 19:26:07.827  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a88db7c8-460b-46dd-b1e9-b2cde6b9507f: Amount of 105 has to sent to Account number 706b4966-7d2d-4991-a022-06d43d7b0599
2024-07-09 19:26:07.829  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 73952043-d186-4924-a8e6-b3939782a199: Amount of 248 has to sent to Account number ed06b0b1-b8bb-4717-987e-842b112539b0
2024-07-09 19:26:07.829  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed06b0b1-b8bb-4717-987e-842b112539b0: Amount of 248 has been received from Account number 73952043-d186-4924-a8e6-b3939782a199
2024-07-09 19:26:07.827  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of f355ddc3-02a2-4b2e-8b37-bb52d3d7df75: Amount of 252 has been received from Account number a9cdb30f-255f-4b33-8520-59773bb7c3f2
2024-07-09 19:26:07.827  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of b5a396dc-6a17-4bea-8f1d-07948950ed0f: Amount of 709 has to sent to Account number 465ee007-62ea-47aa-beb5-df74a4ebfb48
2024-07-09 19:26:07.830  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of a7858e3f-a18a-4bb8-b99d-089d8a2ba4b4: Amount of 350 has to sent to Account number 600b7d04-d74f-4078-9910-68260151f461
2024-07-09 19:26:07.827  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3007e25b-c3b9-4970-8c54-698547dd3c7d: Amount of 634 has to sent to Account number e0a5ef87-3ce2-4ee2-a4ce-4f52f5f32848
2024-07-09 19:26:07.830  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 600b7d04-d74f-4078-9910-68260151f461: Amount of 350 has been received from Account number a7858e3f-a18a-4bb8-b99d-089d8a2ba4b4
2024-07-09 19:26:07.830  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of e0a5ef87-3ce2-4ee2-a4ce-4f52f5f32848: Amount of 634 has been received from Account number 3007e25b-c3b9-4970-8c54-698547dd3c7d
2024-07-09 19:26:07.830  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of c83a96c4-df77-4de5-bb18-379d04932f6e: Amount of 182 has to sent to Account number 6743c749-bcf8-4329-849e-afdd14373161
2024-07-09 19:26:07.830  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6743c749-bcf8-4329-849e-afdd14373161: Amount of 182 has been received from Account number c83a96c4-df77-4de5-bb18-379d04932f6e
2024-07-09 19:26:07.830  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f21f9b2-01be-4f7a-9bb1-84cc9985cca5: Amount of 457 has to sent to Account number 7a29f0e0-edd5-457b-88ad-8df765e13977
2024-07-09 19:26:07.830  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b10111a-ccfa-4a12-9194-4d009d46ea3a: Amount of 504 has to sent to Account number 1bedb08f-d7bf-4b9b-bfc3-7e505fcd2645
2024-07-09 19:26:07.830  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7a29f0e0-edd5-457b-88ad-8df765e13977: Amount of 457 has been received from Account number 4f21f9b2-01be-4f7a-9bb1-84cc9985cca5
2024-07-09 19:26:07.830  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1bedb08f-d7bf-4b9b-bfc3-7e505fcd2645: Amount of 504 has been received from Account number 8b10111a-ccfa-4a12-9194-4d009d46ea3a
2024-07-09 19:26:07.830  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 427b9250-f605-440d-9e32-24093ce5e6d5: Amount of 928 has to sent to Account number a5b6be04-d6c9-4006-a142-28aa790b2952
2024-07-09 19:26:07.830  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56c1dcab-464a-4f31-9bc7-1643c012690f: Amount of 877 has to sent to Account number eac97810-3340-4bbb-b75f-30baf8f52e6f
2024-07-09 19:26:07.830  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of a5b6be04-d6c9-4006-a142-28aa790b2952: Amount of 928 has been received from Account number 427b9250-f605-440d-9e32-24093ce5e6d5
2024-07-09 19:26:07.827  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 262b384f-5d72-4110-927a-2ff6201f611e: Amount of 589 has to sent to Account number c86bb664-a4f0-4786-8a6a-38fe240371b5
2024-07-09 19:26:07.830  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9c4727a-0440-4595-b48b-338a20b9d362: Amount of 416 has to sent to Account number ce75a4e8-98b0-4f71-aa3c-4a504963422e
2024-07-09 19:26:07.830  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c86bb664-a4f0-4786-8a6a-38fe240371b5: Amount of 589 has been received from Account number 262b384f-5d72-4110-927a-2ff6201f611e
2024-07-09 19:26:07.830  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ce75a4e8-98b0-4f71-aa3c-4a504963422e: Amount of 416 has been received from Account number a9c4727a-0440-4595-b48b-338a20b9d362
2024-07-09 19:26:07.830  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 643be501-d2e8-41b9-a1ed-3db5f42c27eb: Amount of 933 has to sent to Account number c98f3310-e343-46ea-9ae5-8b972a9a61bd
2024-07-09 19:26:07.830  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of fbae0449-1afa-4d5d-b0be-e588d760490f: Amount of 428 has to sent to Account number eeeee525-a02e-4f7e-89d2-f8fb633af4c5
2024-07-09 19:26:07.830  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c98f3310-e343-46ea-9ae5-8b972a9a61bd: Amount of 933 has been received from Account number 643be501-d2e8-41b9-a1ed-3db5f42c27eb
2024-07-09 19:26:07.830  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b06596b-6fbc-4c29-aa78-caa2f3e67000: Amount of 181 has been received from Account number dc5c03b7-2ecb-4507-87f6-6ddef4a44f99
2024-07-09 19:26:07.827  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6ce8adde-e808-42a2-bf09-b8ad95e8dd77: Amount of 256 has been received from Account number 149b4c70-e44e-4273-a4bc-7bf166156fe5
2024-07-09 19:26:07.827  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8244cd5-3fef-4888-993e-b6005d96ddab: Amount of 869 has been received from Account number 9af3ed6c-e946-4019-8ce5-32c7f47a87b8
2024-07-09 19:26:07.827  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a68d925f-a7f1-46b0-871b-fd16e1fbbfe6: Amount of 278 has been received from Account number 9a7f0ca6-8d04-4740-87aa-0859422eb3fb
2024-07-09 19:26:07.829  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of e9b2be1b-2b4c-4c62-bb84-77de63638d22: Amount of 900 has to sent to Account number c1ea15eb-4716-4f2d-b823-3da7e6b3735f
2024-07-09 19:26:07.830  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of abb0cb3d-176d-4726-ba8b-9fe127eab7ea: Amount of 338 has to sent to Account number 51110c09-e4d6-4659-b8c4-c724076bb699
2024-07-09 19:26:07.829  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 479ef83b-977d-4e6a-b13c-baacfdb84cd9: Amount of 271 has been received from Account number 66bbc359-d934-492d-948c-add18cadc509
2024-07-09 19:26:07.830  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f1ed09b4-ab56-4bdf-a458-c155151a4f94: Amount of 440 has to sent to Account number ef0cf501-7206-47cf-a40b-eb1129cb99ab
2024-07-09 19:26:07.829  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of b748f74e-70c9-4655-978c-ea25eafc2c60: Amount of 482 has to sent to Account number 733e6d79-c782-4fee-a291-5dff045ca7ce
2024-07-09 19:26:07.830  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c74026ac-57bc-4ff6-82ff-76cef5374ab4: Amount of 867 has to sent to Account number 47fd604c-9f71-4dae-9fbb-f299fcc8921a
2024-07-09 19:26:07.829  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 75a04004-573f-443f-9232-098610269350: Amount of 790 has to sent to Account number b372ab13-01f9-4e74-a208-011dff1446df
2024-07-09 19:26:07.830  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of b372ab13-01f9-4e74-a208-011dff1446df: Amount of 790 has been received from Account number 75a04004-573f-443f-9232-098610269350
2024-07-09 19:26:07.829  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac062a82-da29-41f6-bc2b-d6ad152d163c: Amount of 418 has to sent to Account number cd4759ab-b7f3-4cf4-bc6b-a9db07ddba95
2024-07-09 19:26:07.829  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of c8f76bb5-b53e-4ecd-82eb-258146b81fff: Amount of 559 has to sent to Account number 81f9a6d9-0cde-4e6d-a0ff-85e0229f1ece
2024-07-09 19:26:07.830  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of f4eb7981-d7f9-4dc7-9dc3-83c6c7c6d72d: Amount of 863 has to sent to Account number b4aa1e46-3587-494d-815e-272e36befdba
2024-07-09 19:26:07.830  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81f9a6d9-0cde-4e6d-a0ff-85e0229f1ece: Amount of 559 has been received from Account number c8f76bb5-b53e-4ecd-82eb-258146b81fff
2024-07-09 19:26:07.829  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 13c31c7c-cf96-424a-80be-e068f9e5d453: Amount of 497 has to sent to Account number 801900a6-f946-4a1c-b714-0e844a2312f4
2024-07-09 19:26:07.830  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of cd4759ab-b7f3-4cf4-bc6b-a9db07ddba95: Amount of 418 has been received from Account number ac062a82-da29-41f6-bc2b-d6ad152d163c
2024-07-09 19:26:07.829  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of e0f4a190-c6c3-46c7-b8d9-9f7709d029e3: Amount of 208 has been received from Account number 919818c8-d7b0-48fc-9e39-4f5b1a473a93
2024-07-09 19:26:07.830  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 801900a6-f946-4a1c-b714-0e844a2312f4: Amount of 497 has been received from Account number 13c31c7c-cf96-424a-80be-e068f9e5d453
2024-07-09 19:26:07.830  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of b3bb87bf-3872-4ee9-90f7-6a3710f26b41: Amount of 513 has to sent to Account number cae47a11-2706-434d-afd5-72badd2e9fef
2024-07-09 19:26:07.829  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed993bee-0bac-4b81-a932-bed8edadf447: Amount of 631 has to sent to Account number be7bab4d-a117-4a7c-acf7-17ec099fb770
2024-07-09 19:26:07.830  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of be7bab4d-a117-4a7c-acf7-17ec099fb770: Amount of 631 has been received from Account number ed993bee-0bac-4b81-a932-bed8edadf447
2024-07-09 19:26:07.830  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of cae47a11-2706-434d-afd5-72badd2e9fef: Amount of 513 has been received from Account number b3bb87bf-3872-4ee9-90f7-6a3710f26b41
2024-07-09 19:26:07.829  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of f3cf577d-d9f2-442d-8e3c-241e0842d66f: Amount of 486 has to sent to Account number 627876c1-ed2b-43e1-9c66-f8723360ae67
2024-07-09 19:26:07.830  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 465ee007-62ea-47aa-beb5-df74a4ebfb48: Amount of 709 has been received from Account number b5a396dc-6a17-4bea-8f1d-07948950ed0f
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 627876c1-ed2b-43e1-9c66-f8723360ae67: Amount of 486 has been received from Account number f3cf577d-d9f2-442d-8e3c-241e0842d66f
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 687d620a-c646-46e1-80a8-9e20754d6e7c: Amount of 202 has to sent to Account number 0bd5fafd-465f-46d1-85de-a669668fd4eb
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0bd5fafd-465f-46d1-85de-a669668fd4eb: Amount of 202 has been received from Account number 687d620a-c646-46e1-80a8-9e20754d6e7c
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 87a27ad3-7beb-4bdd-999e-81dabb8eb6d8: Amount of 950 has to sent to Account number 25fe4f92-59ad-4e68-92e6-a3ff79c0d925
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7618adb2-2b7d-4857-9238-00a654059e10: Amount of 861 has to sent to Account number b963bee3-64cd-4280-a1fe-1401cea58076
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of b963bee3-64cd-4280-a1fe-1401cea58076: Amount of 861 has been received from Account number 7618adb2-2b7d-4857-9238-00a654059e10
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d89f162f-7773-4994-a3f7-6d3442cb5054: Amount of 997 has to sent to Account number 3003ef12-0b92-4211-9d98-0ae965603b47
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25fe4f92-59ad-4e68-92e6-a3ff79c0d925: Amount of 950 has been received from Account number 87a27ad3-7beb-4bdd-999e-81dabb8eb6d8
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3003ef12-0b92-4211-9d98-0ae965603b47: Amount of 997 has been received from Account number d89f162f-7773-4994-a3f7-6d3442cb5054
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3800efbc-f69d-4d24-91ee-7c645575aca4: Amount of 249 has to sent to Account number 6b217e81-4926-410f-a26b-a07ad3c1fb24
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b217e81-4926-410f-a26b-a07ad3c1fb24: Amount of 249 has been received from Account number 3800efbc-f69d-4d24-91ee-7c645575aca4
2024-07-09 19:26:07.830  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3339da1a-91bb-4193-a033-3c61ee7682b0: Amount of 281 has to sent to Account number 22f9dab8-331f-4c18-934e-6f6b81e37bcd
2024-07-09 19:26:07.830  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 706b4966-7d2d-4991-a022-06d43d7b0599: Amount of 105 has been received from Account number a88db7c8-460b-46dd-b1e9-b2cde6b9507f
2024-07-09 19:26:07.830  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of eac97810-3340-4bbb-b75f-30baf8f52e6f: Amount of 877 has been received from Account number 56c1dcab-464a-4f31-9bc7-1643c012690f
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d3033cb-e299-48f5-9b73-1425920f7bed: Amount of 197 has to sent to Account number 268c2ec6-2b66-4ea8-89a2-48c92438c675
2024-07-09 19:26:07.832  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8995400d-0605-4ef6-ace6-7e35bb0ebeed: Amount of 994 has to sent to Account number 46f92ef7-4a07-4545-8b59-b1c3dc6ef6e4
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22f9dab8-331f-4c18-934e-6f6b81e37bcd: Amount of 281 has been received from Account number 3339da1a-91bb-4193-a033-3c61ee7682b0
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e0df136-ccb6-4a8c-b6cb-294dd9232e81: Amount of 804 has to sent to Account number 807d1a9f-8678-4d96-8308-96bb45434156
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 807d1a9f-8678-4d96-8308-96bb45434156: Amount of 804 has been received from Account number 9e0df136-ccb6-4a8c-b6cb-294dd9232e81
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 268c2ec6-2b66-4ea8-89a2-48c92438c675: Amount of 197 has been received from Account number 6d3033cb-e299-48f5-9b73-1425920f7bed
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 39ccfeda-1ebf-40b2-9c47-4d6d89784dfc: Amount of 117 has to sent to Account number cd43f449-7077-4eea-991b-9e807f7dd9a3
2024-07-09 19:26:07.830  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 709cecc0-8799-4a3f-a17f-7848cb764d71: Amount of 648 has to sent to Account number 29f7d56b-4fdc-4973-898f-23b0362c8c96
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of cd43f449-7077-4eea-991b-9e807f7dd9a3: Amount of 117 has been received from Account number 39ccfeda-1ebf-40b2-9c47-4d6d89784dfc
2024-07-09 19:26:07.832  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 29f7d56b-4fdc-4973-898f-23b0362c8c96: Amount of 648 has been received from Account number 709cecc0-8799-4a3f-a17f-7848cb764d71
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 563a02b8-b66c-4bb3-a72e-c4cb97e7152f: Amount of 78 has to sent to Account number db9dc406-a094-44dc-bc06-44219e22dd22
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of db9dc406-a094-44dc-bc06-44219e22dd22: Amount of 78 has been received from Account number 563a02b8-b66c-4bb3-a72e-c4cb97e7152f
2024-07-09 19:26:07.830  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of eeeee525-a02e-4f7e-89d2-f8fb633af4c5: Amount of 428 has been received from Account number fbae0449-1afa-4d5d-b0be-e588d760490f
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of b484660b-cfda-42f2-9a39-192809960e52: Amount of 999 has to sent to Account number afa9f4cd-b2eb-430a-9e53-d0d4f8ad2397
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of afa9f4cd-b2eb-430a-9e53-d0d4f8ad2397: Amount of 999 has been received from Account number b484660b-cfda-42f2-9a39-192809960e52
2024-07-09 19:26:07.832  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2f4c0850-c9ce-4d7e-85cf-6005f8efb583: Amount of 641 has to sent to Account number 8ddf0981-5361-4263-8b8f-492b427b2814
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of d61e7182-56a1-4f58-a933-3eaa98ff190a: Amount of 145 has to sent to Account number cd5a3fb7-a462-4e2c-bc3d-b5a10ffc5a7a
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of cd5a3fb7-a462-4e2c-bc3d-b5a10ffc5a7a: Amount of 145 has been received from Account number d61e7182-56a1-4f58-a933-3eaa98ff190a
2024-07-09 19:26:07.832  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 212beca8-cd4c-468c-ac59-c99a833d76f6: Amount of 814 has to sent to Account number a3c668ed-1734-4824-bd4b-4cbdb353f1bc
2024-07-09 19:26:07.832  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8ddf0981-5361-4263-8b8f-492b427b2814: Amount of 641 has been received from Account number 2f4c0850-c9ce-4d7e-85cf-6005f8efb583
2024-07-09 19:26:07.832  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of a3c668ed-1734-4824-bd4b-4cbdb353f1bc: Amount of 814 has been received from Account number 212beca8-cd4c-468c-ac59-c99a833d76f6
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 27f15879-d72e-49c6-9f51-7858ea2cd0b7: Amount of 601 has to sent to Account number 037d8d55-f43f-4f60-b8ac-71654273d5e3
2024-07-09 19:26:07.830  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 57da9023-57ee-470b-abdf-1d44c1b5ac14: Amount of 654 has to sent to Account number 9b8bc746-4660-448a-a2e3-0d5ef6d79d37
2024-07-09 19:26:07.830  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4c112961-e0f3-4672-8e61-70e71502b26f: Amount of 444 has to sent to Account number cbdb944b-f553-4c15-8acf-a66d501fbcc5
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 037d8d55-f43f-4f60-b8ac-71654273d5e3: Amount of 601 has been received from Account number 27f15879-d72e-49c6-9f51-7858ea2cd0b7
2024-07-09 19:26:07.832  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of cbdb944b-f553-4c15-8acf-a66d501fbcc5: Amount of 444 has been received from Account number 4c112961-e0f3-4672-8e61-70e71502b26f
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e4d74f6-8f27-4b95-ae12-4a346d2cc645: Amount of 850 has to sent to Account number 15b3a75a-dbd2-43cd-adcc-dee93edd24f2
2024-07-09 19:26:07.830  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of c1ea15eb-4716-4f2d-b823-3da7e6b3735f: Amount of 900 has been received from Account number e9b2be1b-2b4c-4c62-bb84-77de63638d22
2024-07-09 19:26:07.830  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 51110c09-e4d6-4659-b8c4-c724076bb699: Amount of 338 has been received from Account number abb0cb3d-176d-4726-ba8b-9fe127eab7ea
2024-07-09 19:26:07.830  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ef0cf501-7206-47cf-a40b-eb1129cb99ab: Amount of 440 has been received from Account number f1ed09b4-ab56-4bdf-a458-c155151a4f94
2024-07-09 19:26:07.830  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 733e6d79-c782-4fee-a291-5dff045ca7ce: Amount of 482 has been received from Account number b748f74e-70c9-4655-978c-ea25eafc2c60
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 72c6cf97-c6a5-4216-b02f-b0e570946417: Amount of 923 has to sent to Account number c53942a9-55a3-46d0-8deb-ec86ce8d711d
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c53942a9-55a3-46d0-8deb-ec86ce8d711d: Amount of 923 has been received from Account number 72c6cf97-c6a5-4216-b02f-b0e570946417
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ae47f00-9a4f-45d5-927e-6f1a63832bd1: Amount of 674 has to sent to Account number b23c50c8-4d8b-4866-b3fb-2f0bd343eec0
2024-07-09 19:26:07.830  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 47fd604c-9f71-4dae-9fbb-f299fcc8921a: Amount of 867 has been received from Account number c74026ac-57bc-4ff6-82ff-76cef5374ab4
2024-07-09 19:26:07.830  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of b4aa1e46-3587-494d-815e-272e36befdba: Amount of 863 has been received from Account number f4eb7981-d7f9-4dc7-9dc3-83c6c7c6d72d
2024-07-09 19:26:07.830  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf430866-a2de-40be-b5be-a08a8b4941d3: Amount of 312 has to sent to Account number c5455259-8c39-48c8-a6a3-a0f17980aa1b
2024-07-09 19:26:07.832  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53c23f7f-d567-4f83-924b-fc5c0ca7b0c3: Amount of 653 has to sent to Account number 3d1cb7bd-d846-4e30-8ff7-fe3bcb45da3d
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of c5455259-8c39-48c8-a6a3-a0f17980aa1b: Amount of 312 has been received from Account number bf430866-a2de-40be-b5be-a08a8b4941d3
2024-07-09 19:26:07.832  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d1cb7bd-d846-4e30-8ff7-fe3bcb45da3d: Amount of 653 has been received from Account number 53c23f7f-d567-4f83-924b-fc5c0ca7b0c3
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of f7a64b9b-bc7a-45b8-af67-fdcc3856bacc: Amount of 510 has to sent to Account number 3b50872a-6510-4105-9006-d3f5d167cf13
2024-07-09 19:26:07.830  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2a92d77-060d-4d02-97d9-7686210d8ed0: Amount of 285 has to sent to Account number d76e19ad-b743-476b-bd14-d67d9980ea1c
2024-07-09 19:26:07.830  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 160cc021-b957-4c23-b5e6-9b1c2b465ddc: Amount of 758 has to sent to Account number c412d5b1-8c63-4dfc-a233-e8a9a527d17e
2024-07-09 19:26:07.830  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd47b67a-290a-496f-9198-5f83505c4690: Amount of 439 has to sent to Account number 53375ca2-4522-4f6a-b7ec-ce5183f6bfd7
2024-07-09 19:26:07.832  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of c412d5b1-8c63-4dfc-a233-e8a9a527d17e: Amount of 758 has been received from Account number 160cc021-b957-4c23-b5e6-9b1c2b465ddc
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of aa527b46-62c1-463a-a074-9e53a4279dd9: Amount of 778 has to sent to Account number 50c63d86-708b-4733-a18f-989660167c91
2024-07-09 19:26:07.832  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53375ca2-4522-4f6a-b7ec-ce5183f6bfd7: Amount of 439 has been received from Account number dd47b67a-290a-496f-9198-5f83505c4690
2024-07-09 19:26:07.832  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of b361de62-f705-40b8-8598-def0c11fe0a9: Amount of 733 has to sent to Account number 5b3ad6bf-19e2-4d95-be90-bb0e53cdaace
2024-07-09 19:26:07.832  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b3ad6bf-19e2-4d95-be90-bb0e53cdaace: Amount of 733 has been received from Account number b361de62-f705-40b8-8598-def0c11fe0a9
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of bb3e8efb-1467-429b-a526-d7ed735095b6: Amount of 505 has to sent to Account number 59a53c80-6109-41a7-b4e1-b49a363b7392
2024-07-09 19:26:07.832  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a7c74e9d-025b-427a-a87a-7456cc39b7dd: Amount of 137 has to sent to Account number 955f31c5-3d78-4d1e-b6db-2d56764e232e
2024-07-09 19:26:07.832  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 955f31c5-3d78-4d1e-b6db-2d56764e232e: Amount of 137 has been received from Account number a7c74e9d-025b-427a-a87a-7456cc39b7dd
2024-07-09 19:26:07.832  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 46f92ef7-4a07-4545-8b59-b1c3dc6ef6e4: Amount of 994 has been received from Account number 8995400d-0605-4ef6-ace6-7e35bb0ebeed
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ead2d46d-9912-4348-8aea-1e6b76b0e773: Amount of 21 has to sent to Account number f1029e6b-f4a4-48f9-aa73-062a2d1caabd
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of e1dc956e-3ef7-479e-adfe-b5cd4f553968: Amount of 467 has to sent to Account number ce508596-1fa1-4d94-a623-540043f46d1c
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of f1029e6b-f4a4-48f9-aa73-062a2d1caabd: Amount of 21 has been received from Account number ead2d46d-9912-4348-8aea-1e6b76b0e773
2024-07-09 19:26:07.832  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 51019bc0-2399-43bc-87fb-cef8f98dcb7a: Amount of 723 has to sent to Account number c6fa7850-a88d-427a-bd35-d31bc0dc7aa1
2024-07-09 19:26:07.832  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of a84aea7f-3b78-4d7f-b904-1bf29382adce: Amount of 683 has to sent to Account number e1291cb8-807b-4877-8142-b9b04cf99fab
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of f3d00398-a1d3-4ee5-9de3-6559148ca28c: Amount of 361 has to sent to Account number c68f14d2-c20f-4767-a5c5-551599bcd2e2
2024-07-09 19:26:07.832  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c6fa7850-a88d-427a-bd35-d31bc0dc7aa1: Amount of 723 has been received from Account number 51019bc0-2399-43bc-87fb-cef8f98dcb7a
2024-07-09 19:26:07.832  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of e1291cb8-807b-4877-8142-b9b04cf99fab: Amount of 683 has been received from Account number a84aea7f-3b78-4d7f-b904-1bf29382adce
2024-07-09 19:26:07.832  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9b8bc746-4660-448a-a2e3-0d5ef6d79d37: Amount of 654 has been received from Account number 57da9023-57ee-470b-abdf-1d44c1b5ac14
2024-07-09 19:26:07.832  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4c1bec00-f109-4fc6-ac8e-5bf17ee10835: Amount of 359 has to sent to Account number 962f2070-3025-4343-9f8a-3ee8fc052064
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 15b3a75a-dbd2-43cd-adcc-dee93edd24f2: Amount of 850 has been received from Account number 2e4d74f6-8f27-4b95-ae12-4a346d2cc645
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 962f2070-3025-4343-9f8a-3ee8fc052064: Amount of 359 has been received from Account number 4c1bec00-f109-4fc6-ac8e-5bf17ee10835
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b261121-9b76-4486-aaf7-0f0e460d04b2: Amount of 217 has to sent to Account number 57fc5871-c57a-4f8d-ae3c-f51559158061
2024-07-09 19:26:07.832  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a1f864c-9607-4a77-9940-b18f5de4b001: Amount of 465 has to sent to Account number 5c876f67-0d43-46cc-8b5a-b75e7cc8846e
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of f05dddeb-02d9-4a30-9e36-2e9c8c3a4343: Amount of 824 has to sent to Account number ce5bcbfc-75dd-43dc-839e-6ca5095c3743
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5242f643-2b0e-4561-8ac7-24bd776d114a: Amount of 387 has to sent to Account number 9d6a57e3-5740-4a79-bfa0-dede27fbcd93
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of b23c50c8-4d8b-4866-b3fb-2f0bd343eec0: Amount of 674 has been received from Account number 2ae47f00-9a4f-45d5-927e-6f1a63832bd1
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 57fc5871-c57a-4f8d-ae3c-f51559158061: Amount of 217 has been received from Account number 6b261121-9b76-4486-aaf7-0f0e460d04b2
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c876f67-0d43-46cc-8b5a-b75e7cc8846e: Amount of 465 has been received from Account number 6a1f864c-9607-4a77-9940-b18f5de4b001
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 44a0b9db-e2b8-4d47-a061-a7a1315980f8: Amount of 468 has to sent to Account number c2fc95e3-f2b8-40e7-8320-924330a5bd41
2024-07-09 19:26:07.832  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 809c4fe2-a3fe-49c9-a2b4-2f2d940681ae: Amount of 821 has to sent to Account number dda42b0e-0a12-44f1-8e87-bdffe239ab20
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of eec8e90b-a559-4901-9850-37c1241c6758: Amount of 92 has to sent to Account number 4d8430dd-9591-4b46-881d-53be0e2954c3
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d8430dd-9591-4b46-881d-53be0e2954c3: Amount of 92 has been received from Account number eec8e90b-a559-4901-9850-37c1241c6758
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 94690506-1b86-4204-9f2a-499bc00839de: Amount of 97 has to sent to Account number 10e433ee-4ef2-4a73-aec4-2b726c749fda
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3277f3c1-26c3-442c-9f66-3ea249646717: Amount of 46 has to sent to Account number 3aa93f2d-0c51-411f-9ea4-169b11cc20ea
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of dda42b0e-0a12-44f1-8e87-bdffe239ab20: Amount of 821 has been received from Account number 809c4fe2-a3fe-49c9-a2b4-2f2d940681ae
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3aa93f2d-0c51-411f-9ea4-169b11cc20ea: Amount of 46 has been received from Account number 3277f3c1-26c3-442c-9f66-3ea249646717
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6951fa17-4cd7-4dff-bca1-d810996d64d5: Amount of 394 has to sent to Account number 9e322a41-8ffe-4cdf-a656-618ff68cb26b
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e322a41-8ffe-4cdf-a656-618ff68cb26b: Amount of 394 has been received from Account number 6951fa17-4cd7-4dff-bca1-d810996d64d5
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 10e433ee-4ef2-4a73-aec4-2b726c749fda: Amount of 97 has been received from Account number 94690506-1b86-4204-9f2a-499bc00839de
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 934d910c-751c-419d-8e4c-02e8ed25edbe: Amount of 766 has to sent to Account number 1ac4f13e-5e14-486a-ab4d-9d94b2fac622
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f281ee8-43af-4c8f-a03d-00b48f87ad0b: Amount of 588 has to sent to Account number 882244eb-6b8f-4bbb-bff9-be14ee0dd047
2024-07-09 19:26:07.832  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 04bcc752-7e3b-403a-8595-ad135d0e6f18: Amount of 844 has to sent to Account number 3d947f30-6038-42d8-8628-70822acf647d
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3b50872a-6510-4105-9006-d3f5d167cf13: Amount of 510 has been received from Account number f7a64b9b-bc7a-45b8-af67-fdcc3856bacc
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d947f30-6038-42d8-8628-70822acf647d: Amount of 844 has been received from Account number 04bcc752-7e3b-403a-8595-ad135d0e6f18
2024-07-09 19:26:07.832  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of d76e19ad-b743-476b-bd14-d67d9980ea1c: Amount of 285 has been received from Account number f2a92d77-060d-4d02-97d9-7686210d8ed0
2024-07-09 19:26:07.832  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf61dcdb-c681-4180-a0da-022799d5ea68: Amount of 596 has to sent to Account number 305351ba-c378-45cd-bf80-353685a0e123
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf1f1d45-a379-48ec-84ac-92aa91c8208a: Amount of 333 has to sent to Account number 8753dc03-0ea6-425b-a9dc-580c6ca07e34
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 305351ba-c378-45cd-bf80-353685a0e123: Amount of 596 has been received from Account number bf61dcdb-c681-4180-a0da-022799d5ea68
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8753dc03-0ea6-425b-a9dc-580c6ca07e34: Amount of 333 has been received from Account number bf1f1d45-a379-48ec-84ac-92aa91c8208a
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 955be0b3-7dd2-4b6b-b420-b4e479ebe662: Amount of 78 has to sent to Account number 3ccb0b5d-b36a-49b3-a19b-bc54f0a0aef9
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 59a53c80-6109-41a7-b4e1-b49a363b7392: Amount of 505 has been received from Account number bb3e8efb-1467-429b-a526-d7ed735095b6
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ccb0b5d-b36a-49b3-a19b-bc54f0a0aef9: Amount of 78 has been received from Account number 955be0b3-7dd2-4b6b-b420-b4e479ebe662
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ff1609f7-801b-40cc-8e4c-afb15a0a0f99: Amount of 334 has to sent to Account number b1dee5a1-39a7-43f4-837d-3894a8da6829
2024-07-09 19:26:07.832  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5bd2e5fd-3140-4c45-9a14-c4a6eda39543: Amount of 674 has to sent to Account number f167cce2-e85e-4b48-9285-2fbf6af3047d
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of b1dee5a1-39a7-43f4-837d-3894a8da6829: Amount of 334 has been received from Account number ff1609f7-801b-40cc-8e4c-afb15a0a0f99
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of f167cce2-e85e-4b48-9285-2fbf6af3047d: Amount of 674 has been received from Account number 5bd2e5fd-3140-4c45-9a14-c4a6eda39543
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4923ab33-2388-484a-b1b1-3872d365c05e: Amount of 752 has to sent to Account number 2851e650-9ba9-4b84-92d3-3a002f46e523
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 50c63d86-708b-4733-a18f-989660167c91: Amount of 778 has been received from Account number aa527b46-62c1-463a-a074-9e53a4279dd9
2024-07-09 19:26:07.832  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 66c5b384-2b18-4ea6-9dab-088c83bebe5a: Amount of 942 has to sent to Account number ee87de67-8706-485b-a59e-5564c3c2a491
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ce508596-1fa1-4d94-a623-540043f46d1c: Amount of 467 has been received from Account number e1dc956e-3ef7-479e-adfe-b5cd4f553968
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee87de67-8706-485b-a59e-5564c3c2a491: Amount of 942 has been received from Account number 66c5b384-2b18-4ea6-9dab-088c83bebe5a
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4173b3fa-c201-412a-beab-c2772c6807e6: Amount of 997 has to sent to Account number c0e155f0-d6a1-4be6-a414-63ac3b2c7cb8
2024-07-09 19:26:07.832  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of c68f14d2-c20f-4767-a5c5-551599bcd2e2: Amount of 361 has been received from Account number f3d00398-a1d3-4ee5-9de3-6559148ca28c
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of c0e155f0-d6a1-4be6-a414-63ac3b2c7cb8: Amount of 997 has been received from Account number 4173b3fa-c201-412a-beab-c2772c6807e6
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 486ddca5-4942-4928-aa79-d561c108aecd: Amount of 262 has to sent to Account number 77a0441c-3bb5-44b9-a807-04ce95e41672
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ba105052-26f4-42f7-aa55-7e883f37a18e: Amount of 552 has to sent to Account number e1f9eb39-6676-45d0-95fe-7eeef557e480
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of a33d7697-5e64-4821-bb8e-1692a3996be5: Amount of 246 has to sent to Account number 3b4f3897-8be8-40cc-a814-bc5ea5cc8b77
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4eec3b7b-08b5-4794-a230-aa6d3aff6137: Amount of 366 has to sent to Account number 319e1f70-7610-426d-8493-19c1e402ef6b
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 319e1f70-7610-426d-8493-19c1e402ef6b: Amount of 366 has been received from Account number 4eec3b7b-08b5-4794-a230-aa6d3aff6137
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6fc2c326-b6f7-4210-bbe6-0a0607a053ff: Amount of 754 has to sent to Account number 60574fbe-7ac8-47a2-9627-398f1e4f7835
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ce5bcbfc-75dd-43dc-839e-6ca5095c3743: Amount of 824 has been received from Account number f05dddeb-02d9-4a30-9e36-2e9c8c3a4343
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 60574fbe-7ac8-47a2-9627-398f1e4f7835: Amount of 754 has been received from Account number 6fc2c326-b6f7-4210-bbe6-0a0607a053ff
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d6a57e3-5740-4a79-bfa0-dede27fbcd93: Amount of 387 has been received from Account number 5242f643-2b0e-4561-8ac7-24bd776d114a
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2898a978-db1d-4b6c-8158-42f80f9d4171: Amount of 871 has to sent to Account number 4a72b2cd-57d2-48c6-8013-a4d719bb347d
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of e952b5b3-a5fb-467c-8fc9-fa44fe3d0de8: Amount of 878 has to sent to Account number 9f264401-f705-4c8d-8040-cce74b5bed91
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of c2fc95e3-f2b8-40e7-8320-924330a5bd41: Amount of 468 has been received from Account number 44a0b9db-e2b8-4d47-a061-a7a1315980f8
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 43ccc7c1-09e7-40d1-86c2-9f286c47c3c8: Amount of 688 has to sent to Account number fc7a6fe9-8087-4e7f-b9d8-27d5da5167bf
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4afb727b-a60d-4982-bf73-19b9e568eedb: Amount of 644 has to sent to Account number c171dcf2-93ac-4fff-afee-457d45c88091
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc7a6fe9-8087-4e7f-b9d8-27d5da5167bf: Amount of 688 has been received from Account number 43ccc7c1-09e7-40d1-86c2-9f286c47c3c8
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1ac4f13e-5e14-486a-ab4d-9d94b2fac622: Amount of 766 has been received from Account number 934d910c-751c-419d-8e4c-02e8ed25edbe
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4ca0a004-3a91-4131-8d08-f821ee99f432: Amount of 815 has to sent to Account number e3357bea-be0f-409b-b481-41107e61a551
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of c171dcf2-93ac-4fff-afee-457d45c88091: Amount of 644 has been received from Account number 4afb727b-a60d-4982-bf73-19b9e568eedb
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of e3357bea-be0f-409b-b481-41107e61a551: Amount of 815 has been received from Account number 4ca0a004-3a91-4131-8d08-f821ee99f432
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c3b2947-c2f8-43c1-b189-d4ffb7fbe641: Amount of 629 has to sent to Account number afc30777-d1f7-4b97-a214-4d725ee59eb0
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 882244eb-6b8f-4bbb-bff9-be14ee0dd047: Amount of 588 has been received from Account number 3f281ee8-43af-4c8f-a03d-00b48f87ad0b
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of d7f6131f-f768-4de4-9c11-f880d3f006da: Amount of 35 has to sent to Account number e8a55d0f-b721-4d90-adbb-0daa57a1e61d
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 69ff6d85-8bff-4651-ad6a-da9821d03609: Amount of 785 has to sent to Account number 5636c504-8062-4e9a-a3d4-e4b63b3282e9
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of e8a55d0f-b721-4d90-adbb-0daa57a1e61d: Amount of 35 has been received from Account number d7f6131f-f768-4de4-9c11-f880d3f006da
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 05f9a3a6-b77e-4c7b-83c6-2f271c594309: Amount of 792 has to sent to Account number 728e597d-a232-48c6-aa43-2764b9f8dd67
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of f320ba72-c1d5-4ce2-b6b1-cb1d72ad42fa: Amount of 795 has to sent to Account number 264bdc2a-0467-4eb0-84b7-f12c4ecd27a1
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 728e597d-a232-48c6-aa43-2764b9f8dd67: Amount of 792 has been received from Account number 05f9a3a6-b77e-4c7b-83c6-2f271c594309
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5636c504-8062-4e9a-a3d4-e4b63b3282e9: Amount of 785 has been received from Account number 69ff6d85-8bff-4651-ad6a-da9821d03609
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 397612d8-31a9-4a3e-85d9-a1ab63c607cc: Amount of 751 has to sent to Account number 58a9a726-81d1-4daf-a994-38e8bc0467ac
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of b88a47bb-50b6-436e-9123-e39e16aec60c: Amount of 133 has to sent to Account number 6c18db91-e869-4e6e-95aa-2e5c9f74885e
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 184056f2-c5ba-4682-bd8f-cd8a643babf0: Amount of 231 has to sent to Account number 070add38-0739-45b0-9413-044242b41470
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 070add38-0739-45b0-9413-044242b41470: Amount of 231 has been received from Account number 184056f2-c5ba-4682-bd8f-cd8a643babf0
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6c18db91-e869-4e6e-95aa-2e5c9f74885e: Amount of 133 has been received from Account number b88a47bb-50b6-436e-9123-e39e16aec60c
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of c68c1007-2879-4eb6-979a-ed2e6d84923b: Amount of 508 has to sent to Account number 35f6da5b-04ac-41aa-97eb-84f39ffc2c08
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 35f6da5b-04ac-41aa-97eb-84f39ffc2c08: Amount of 508 has been received from Account number c68c1007-2879-4eb6-979a-ed2e6d84923b
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 522eff30-8c1b-487c-9bb9-90c19a992048: Amount of 356 has to sent to Account number ce027fa7-e0e0-43a9-b0f0-bae0369f2f1c
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ce027fa7-e0e0-43a9-b0f0-bae0369f2f1c: Amount of 356 has been received from Account number 522eff30-8c1b-487c-9bb9-90c19a992048
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 51baef38-f365-42d6-95e8-1f0ca44cb4d0: Amount of 854 has to sent to Account number 4ba8225e-3b5b-44ce-bb85-9328cd319f5d
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 12a981f8-9d2f-42cb-9733-dbd1b011d08d: Amount of 997 has to sent to Account number d4d897ad-11de-42bb-9613-ed183cb45bc4
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4ba8225e-3b5b-44ce-bb85-9328cd319f5d: Amount of 854 has been received from Account number 51baef38-f365-42d6-95e8-1f0ca44cb4d0
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 68c5e79e-8aec-4de8-9885-9e670b47517f: Amount of 456 has to sent to Account number 33f49685-b35c-4576-bd68-98cfd4cecdc0
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2851e650-9ba9-4b84-92d3-3a002f46e523: Amount of 752 has been received from Account number 4923ab33-2388-484a-b1b1-3872d365c05e
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of f10fdb5b-f589-4fae-a20c-14db38597762: Amount of 607 has to sent to Account number d40f2d13-6593-4169-bbc7-58797ee74e93
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of d72793df-8dc1-4acb-83b3-1402437052f0: Amount of 755 has to sent to Account number 9d4a0cb8-f1fd-4e98-a139-a84a9755324a
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4b99ec2c-4738-46a8-ba8f-37d3511eb276: Amount of 495 has to sent to Account number f13d5c38-6b6e-4a98-aa54-4c5c27a13214
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d4a0cb8-f1fd-4e98-a139-a84a9755324a: Amount of 755 has been received from Account number d72793df-8dc1-4acb-83b3-1402437052f0
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e887f16-fa6c-4d6d-8f67-156033d964d4: Amount of 255 has to sent to Account number 46419401-89b3-48c7-bc98-47b80db29305
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77a0441c-3bb5-44b9-a807-04ce95e41672: Amount of 262 has been received from Account number 486ddca5-4942-4928-aa79-d561c108aecd
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 46419401-89b3-48c7-bc98-47b80db29305: Amount of 255 has been received from Account number 9e887f16-fa6c-4d6d-8f67-156033d964d4
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of e1f9eb39-6676-45d0-95fe-7eeef557e480: Amount of 552 has been received from Account number ba105052-26f4-42f7-aa55-7e883f37a18e
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1649feb5-fd0c-4585-b7b9-95ee36c79854: Amount of 20 has to sent to Account number 2a7fb987-8011-4b9f-81e5-2349865a25d5
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 74bc7214-ac07-4906-8a49-4bb60c347896: Amount of 498 has to sent to Account number 58f798a5-786a-4a8b-866b-d136b45dfba3
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 58f798a5-786a-4a8b-866b-d136b45dfba3: Amount of 498 has been received from Account number 74bc7214-ac07-4906-8a49-4bb60c347896
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2a7fb987-8011-4b9f-81e5-2349865a25d5: Amount of 20 has been received from Account number 1649feb5-fd0c-4585-b7b9-95ee36c79854
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 20a1c88f-bbba-48a0-8b1f-9a065f6ed957: Amount of 8 has to sent to Account number 4b546d84-9791-4b1d-9c9b-ebd4329121b9
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2d695b53-8732-4720-b8dd-0b7e185ea030: Amount of 410 has to sent to Account number ccec4ddb-526f-494c-8762-9f9ab38149f6
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3b4f3897-8be8-40cc-a814-bc5ea5cc8b77: Amount of 246 has been received from Account number a33d7697-5e64-4821-bb8e-1692a3996be5
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 74003333-80b6-46f8-b238-a04d270a9252: Amount of 778 has to sent to Account number 7456d849-e2e5-417b-ab23-1aa18f9a9c0f
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 97c95bf4-fc84-4b03-a39f-7981d7b58772: Amount of 987 has to sent to Account number 2966643a-8c2f-44ae-8b5e-2511f2ef9510
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7456d849-e2e5-417b-ab23-1aa18f9a9c0f: Amount of 778 has been received from Account number 74003333-80b6-46f8-b238-a04d270a9252
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2966643a-8c2f-44ae-8b5e-2511f2ef9510: Amount of 987 has been received from Account number 97c95bf4-fc84-4b03-a39f-7981d7b58772
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4a72b2cd-57d2-48c6-8013-a4d719bb347d: Amount of 871 has been received from Account number 2898a978-db1d-4b6c-8158-42f80f9d4171
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca244373-f340-4345-897b-a572452756e0: Amount of 43 has to sent to Account number 1f7f9e65-1874-4d18-a38f-29fa1f772306
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9f264401-f705-4c8d-8040-cce74b5bed91: Amount of 878 has been received from Account number e952b5b3-a5fb-467c-8fc9-fa44fe3d0de8
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 27b776b4-7449-4087-a3ef-945cc990f6e4: Amount of 537 has to sent to Account number d56fb624-e792-428d-84a8-150dddd431de
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of d452d290-e275-4f10-a951-452429e8189d: Amount of 480 has to sent to Account number aeeae245-9d84-4eae-a63b-90e17db8d7ed
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of aeeae245-9d84-4eae-a63b-90e17db8d7ed: Amount of 480 has been received from Account number d452d290-e275-4f10-a951-452429e8189d
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of afc30777-d1f7-4b97-a214-4d725ee59eb0: Amount of 629 has been received from Account number 8c3b2947-c2f8-43c1-b189-d4ffb7fbe641
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 264bdc2a-0467-4eb0-84b7-f12c4ecd27a1: Amount of 795 has been received from Account number f320ba72-c1d5-4ce2-b6b1-cb1d72ad42fa
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 60ffda99-c0c8-4af0-b176-ca2e7f81962f: Amount of 58 has to sent to Account number 4d77ef22-f8d7-46e8-bbbf-cc7dc4dce500
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 58a9a726-81d1-4daf-a994-38e8bc0467ac: Amount of 751 has been received from Account number 397612d8-31a9-4a3e-85d9-a1ab63c607cc
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1e239cdc-b539-41ae-8bf4-e34338ed8f88: Amount of 406 has to sent to Account number 09afd541-590e-4dc7-bf97-c6ae65bd8eec
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of d4d897ad-11de-42bb-9613-ed183cb45bc4: Amount of 997 has been received from Account number 12a981f8-9d2f-42cb-9733-dbd1b011d08d
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 06d6b3af-3488-48e8-9c8f-0ac81d0d0fc0: Amount of 122 has to sent to Account number 485342eb-6ed9-48e9-b354-871364087063
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 33f49685-b35c-4576-bd68-98cfd4cecdc0: Amount of 456 has been received from Account number 68c5e79e-8aec-4de8-9885-9e670b47517f
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of d40f2d13-6593-4169-bbc7-58797ee74e93: Amount of 607 has been received from Account number f10fdb5b-f589-4fae-a20c-14db38597762
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of f13d5c38-6b6e-4a98-aa54-4c5c27a13214: Amount of 495 has been received from Account number 4b99ec2c-4738-46a8-ba8f-37d3511eb276
2024-07-09 19:26:07.840  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 09afd541-590e-4dc7-bf97-c6ae65bd8eec: Amount of 406 has been received from Account number 1e239cdc-b539-41ae-8bf4-e34338ed8f88
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 965b916f-4ca8-4920-ad88-a72ce3a917f4: Amount of 858 has to sent to Account number 5bfd60d2-3039-43d5-b735-53064204bd8a
2024-07-09 19:26:07.840  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of e29c39ad-fc27-42ad-9c41-05ae26cde714: Amount of 199 has to sent to Account number 56076340-2f1b-4c85-87b2-dd91541ddf15
2024-07-09 19:26:07.840  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of acc18fc4-e9fb-4937-89f1-40b4f85a01bc: Amount of 174 has to sent to Account number 22fd2cbf-e872-4175-8453-62ee6e352e74
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 125694de-215c-4b8a-9b80-3aca61792b6f: Amount of 737 has to sent to Account number 8dfdebbc-4544-4ab1-98ee-eab1dd28246e
2024-07-09 19:26:07.840  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 485342eb-6ed9-48e9-b354-871364087063: Amount of 122 has been received from Account number 06d6b3af-3488-48e8-9c8f-0ac81d0d0fc0
2024-07-09 19:26:07.840  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f4116dd-b8d7-4b2e-b055-7e73688641b1: Amount of 162 has to sent to Account number d7c6e3b0-a6b0-4c99-aaf1-b717bddabef7
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4b546d84-9791-4b1d-9c9b-ebd4329121b9: Amount of 8 has been received from Account number 20a1c88f-bbba-48a0-8b1f-9a065f6ed957
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccec4ddb-526f-494c-8762-9f9ab38149f6: Amount of 410 has been received from Account number 2d695b53-8732-4720-b8dd-0b7e185ea030
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7713b3ef-ef07-432b-b2ab-6375fc9f9396: Amount of 806 has to sent to Account number dade84b5-8501-4799-a74f-7db8fb166558
2024-07-09 19:26:07.840  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1d8188a7-6088-4f5c-83c0-734128915ff8: Amount of 317 has to sent to Account number b86061d9-631c-4743-b496-0c6c9ddfc0ed
2024-07-09 19:26:07.840  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of dade84b5-8501-4799-a74f-7db8fb166558: Amount of 806 has been received from Account number 7713b3ef-ef07-432b-b2ab-6375fc9f9396
2024-07-09 19:26:07.840  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of b86061d9-631c-4743-b496-0c6c9ddfc0ed: Amount of 317 has been received from Account number 1d8188a7-6088-4f5c-83c0-734128915ff8
2024-07-09 19:26:07.840  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2aa4adea-f807-45e0-8255-e358a1acdbe8: Amount of 820 has to sent to Account number 65494690-5aa4-4174-9d15-6c7d306eb524
2024-07-09 19:26:07.840  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6934cac8-f2b2-46ff-bc90-8b6bd0a213e8: Amount of 322 has to sent to Account number c483d983-d185-4ab4-b927-38d64e972fbc
2024-07-09 19:26:07.840  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of fd226ff4-fd5c-40bb-8f3e-207ba5f6de84: Amount of 379 has to sent to Account number bd90ba30-35fb-4976-bbee-1f28e3d5c5ab
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22957b48-1288-49d1-9e1a-b597b1534bfa: Amount of 464 has to sent to Account number 93b153c0-572d-49f2-9374-1e9b86cd0e9b
2024-07-09 19:26:07.840  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of bd90ba30-35fb-4976-bbee-1f28e3d5c5ab: Amount of 379 has been received from Account number fd226ff4-fd5c-40bb-8f3e-207ba5f6de84
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1f7f9e65-1874-4d18-a38f-29fa1f772306: Amount of 43 has been received from Account number ca244373-f340-4345-897b-a572452756e0
2024-07-09 19:26:07.840  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 93b153c0-572d-49f2-9374-1e9b86cd0e9b: Amount of 464 has been received from Account number 22957b48-1288-49d1-9e1a-b597b1534bfa
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 06f9e938-569a-4ad3-b29a-2245af28e602: Amount of 593 has to sent to Account number ed1e31d9-3e2f-40d6-aa3e-295bfe20444b
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d56fb624-e792-428d-84a8-150dddd431de: Amount of 537 has been received from Account number 27b776b4-7449-4087-a3ef-945cc990f6e4
2024-07-09 19:26:07.840  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed1e31d9-3e2f-40d6-aa3e-295bfe20444b: Amount of 593 has been received from Account number 06f9e938-569a-4ad3-b29a-2245af28e602
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6910d7ab-70b3-4d57-b110-6668d9e63e33: Amount of 657 has to sent to Account number 25caef42-80d2-418b-b4ef-8f2e1925b505
2024-07-09 19:26:07.840  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ff8d1a1-4be6-4f2c-9cb4-661354ba5e20: Amount of 619 has to sent to Account number 7ea219c2-7ddc-4cd6-a3da-37e283684d56
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d038e17-18fc-41c9-be92-f2f0646673a9: Amount of 640 has to sent to Account number 05853c84-b5ac-4e58-a607-21a5f036c895
2024-07-09 19:26:07.835  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of b55d1228-6415-46b4-8664-4a72b7c081c7: Amount of 449 has to sent to Account number 26d3efc8-5a63-4df6-9eea-1c0aceb491e4
2024-07-09 19:26:07.835  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d77ef22-f8d7-46e8-bbbf-cc7dc4dce500: Amount of 58 has been received from Account number 60ffda99-c0c8-4af0-b176-ca2e7f81962f
2024-07-09 19:26:07.840  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5bfd60d2-3039-43d5-b735-53064204bd8a: Amount of 858 has been received from Account number 965b916f-4ca8-4920-ad88-a72ce3a917f4
2024-07-09 19:26:07.840  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56076340-2f1b-4c85-87b2-dd91541ddf15: Amount of 199 has been received from Account number e29c39ad-fc27-42ad-9c41-05ae26cde714
2024-07-09 19:26:07.840  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22fd2cbf-e872-4175-8453-62ee6e352e74: Amount of 174 has been received from Account number acc18fc4-e9fb-4937-89f1-40b4f85a01bc
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 05853c84-b5ac-4e58-a607-21a5f036c895: Amount of 640 has been received from Account number 8d038e17-18fc-41c9-be92-f2f0646673a9
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ecea2252-d7d6-458a-9614-ab6ec31c24c0: Amount of 439 has to sent to Account number eda6e3d2-de8f-4f13-8bf8-962c9bd82de9
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of f59419a0-e8d3-483f-b83f-8db0ceb59d63: Amount of 858 has to sent to Account number a90204e4-4937-45d5-9755-30c65f4c78d0
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26d3efc8-5a63-4df6-9eea-1c0aceb491e4: Amount of 449 has been received from Account number b55d1228-6415-46b4-8664-4a72b7c081c7
2024-07-09 19:26:07.840  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of e3c2d4f9-ca6d-4bdc-968f-30a07c977414: Amount of 909 has to sent to Account number 8d518524-215b-46fe-8eeb-54dae2ec5a9d
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5e3d171d-326d-4080-a6ea-82fdc216d893: Amount of 455 has to sent to Account number 6347b7d5-2c23-4895-a850-edbc043c9543
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d518524-215b-46fe-8eeb-54dae2ec5a9d: Amount of 909 has been received from Account number e3c2d4f9-ca6d-4bdc-968f-30a07c977414
2024-07-09 19:26:07.840  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6eff8d44-bb03-47f9-ae26-e2f54c3bf821: Amount of 390 has to sent to Account number 2f8a49aa-35be-4826-a78b-8a64f5022d3d
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of dcc92e94-8e93-4d4e-89db-b9c0ea80e1b7: Amount of 69 has to sent to Account number 4bea4283-d2dc-4918-940f-7dced027a68d
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4bea4283-d2dc-4918-940f-7dced027a68d: Amount of 69 has been received from Account number dcc92e94-8e93-4d4e-89db-b9c0ea80e1b7
2024-07-09 19:26:07.840  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of b1412300-76e1-40fa-8937-89e6cbf2616b: Amount of 955 has to sent to Account number 1eef0303-25d4-4c33-ad9c-b1d16ddcb772
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 84487494-600c-403d-bc8c-596d3fc75235: Amount of 363 has to sent to Account number aa69812f-c9d2-410e-80e6-95b03f389cac
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1eef0303-25d4-4c33-ad9c-b1d16ddcb772: Amount of 955 has been received from Account number b1412300-76e1-40fa-8937-89e6cbf2616b
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of aa69812f-c9d2-410e-80e6-95b03f389cac: Amount of 363 has been received from Account number 84487494-600c-403d-bc8c-596d3fc75235
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c6f3ec9-89d3-4ad8-b34f-25d4113cc45e: Amount of 817 has to sent to Account number e6eee51f-7b19-488d-b354-5db133e215c5
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6a2dc37-59c5-40b6-af25-e6d9fc9d95aa: Amount of 891 has to sent to Account number 45ba9512-5729-4868-8083-6b085be57d45
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of e6eee51f-7b19-488d-b354-5db133e215c5: Amount of 817 has been received from Account number 5c6f3ec9-89d3-4ad8-b34f-25d4113cc45e
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 45ba9512-5729-4868-8083-6b085be57d45: Amount of 891 has been received from Account number d6a2dc37-59c5-40b6-af25-e6d9fc9d95aa
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae7d9f5e-66cb-4d25-a0a9-2cb2b5488326: Amount of 494 has to sent to Account number 04be4351-77fd-4542-9118-c8ae277939c0
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1ba31c19-751d-479f-9e74-da0e6c484823: Amount of 973 has to sent to Account number 5c14b518-b32e-4c27-80cc-882d93fbf7c4
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c14b518-b32e-4c27-80cc-882d93fbf7c4: Amount of 973 has been received from Account number 1ba31c19-751d-479f-9e74-da0e6c484823
2024-07-09 19:26:07.840  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 14e3199d-6e53-4eec-8472-9dd8992c76a4: Amount of 53 has to sent to Account number 57fc64e8-6c1a-4089-b60f-2aa8eb7ed285
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 79e8fb04-6995-4c03-b8cc-b1beb97e4eb8: Amount of 896 has to sent to Account number 9ea79235-d6be-43a7-bdaf-f4811c6e673e
2024-07-09 19:26:07.840  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8dfdebbc-4544-4ab1-98ee-eab1dd28246e: Amount of 737 has been received from Account number 125694de-215c-4b8a-9b80-3aca61792b6f
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 57fc64e8-6c1a-4089-b60f-2aa8eb7ed285: Amount of 53 has been received from Account number 14e3199d-6e53-4eec-8472-9dd8992c76a4
2024-07-09 19:26:07.840  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of d7c6e3b0-a6b0-4c99-aaf1-b717bddabef7: Amount of 162 has been received from Account number 3f4116dd-b8d7-4b2e-b055-7e73688641b1
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d39591a-73d7-4258-9cdf-4634f0957f46: Amount of 378 has to sent to Account number 83001f0c-6f00-4823-92ec-e2b95ba2c506
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 113af7b7-069c-4a40-9cde-afc0a30a8692: Amount of 877 has to sent to Account number fc941edc-5325-4d08-92a1-e5589e8c185d
2024-07-09 19:26:07.840  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 65494690-5aa4-4174-9d15-6c7d306eb524: Amount of 820 has been received from Account number 2aa4adea-f807-45e0-8255-e358a1acdbe8
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 83001f0c-6f00-4823-92ec-e2b95ba2c506: Amount of 378 has been received from Account number 6d39591a-73d7-4258-9cdf-4634f0957f46
2024-07-09 19:26:07.840  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of c483d983-d185-4ab4-b927-38d64e972fbc: Amount of 322 has been received from Account number 6934cac8-f2b2-46ff-bc90-8b6bd0a213e8
2024-07-09 19:26:07.840  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3de29d01-764d-4ba4-ba8c-2f7121550985: Amount of 875 has to sent to Account number 837082dc-8735-4226-b078-8bae22613293
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of f58b8a3f-a6e5-4ff4-a580-3fc6599a144d: Amount of 638 has to sent to Account number f36620b7-9184-4c44-a7ba-cedf11a4329a
2024-07-09 19:26:07.840  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 438ab531-eabf-4907-9644-9a6969ab2320: Amount of 226 has to sent to Account number 75ac15b6-eb38-4021-ac0f-2fc52a31036f
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 837082dc-8735-4226-b078-8bae22613293: Amount of 875 has been received from Account number 3de29d01-764d-4ba4-ba8c-2f7121550985
2024-07-09 19:26:07.840  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 49b4055d-2f72-46aa-9e66-184a6c796571: Amount of 751 has to sent to Account number 99f18bc5-50cf-443c-9dc3-1ab8ab29a704
2024-07-09 19:26:07.840  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ea219c2-7ddc-4cd6-a3da-37e283684d56: Amount of 619 has been received from Account number 2ff8d1a1-4be6-4f2c-9cb4-661354ba5e20
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 99f18bc5-50cf-443c-9dc3-1ab8ab29a704: Amount of 751 has been received from Account number 49b4055d-2f72-46aa-9e66-184a6c796571
2024-07-09 19:26:07.840  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 778f266d-4635-42ca-9fd7-1148e0bfe993: Amount of 14 has to sent to Account number 92e8f747-e6c0-422d-8a4b-4bcd43b4e8fa
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7743704c-83ec-405a-92dc-294e486aa250: Amount of 224 has to sent to Account number 245f392c-5123-4bd0-b258-3a1c2d75135a
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2479ab84-50c5-4f68-989a-b91cf13dc2dd: Amount of 358 has to sent to Account number cc212cbe-8fa5-4fd9-bfa0-45bd08dd6b5f
2024-07-09 19:26:07.840  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25caef42-80d2-418b-b4ef-8f2e1925b505: Amount of 657 has been received from Account number 6910d7ab-70b3-4d57-b110-6668d9e63e33
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of cc212cbe-8fa5-4fd9-bfa0-45bd08dd6b5f: Amount of 358 has been received from Account number 2479ab84-50c5-4f68-989a-b91cf13dc2dd
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 67c39b7d-c304-48c2-91cf-56f9a1492559: Amount of 858 has to sent to Account number 95f195a9-622e-416f-8d1f-d4ea02dee74c
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 28f83e20-5893-4e32-99d9-4633dad5abdc: Amount of 489 has to sent to Account number 98e37cbb-2fb9-4feb-9ffd-886e8cd007da
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95f195a9-622e-416f-8d1f-d4ea02dee74c: Amount of 858 has been received from Account number 67c39b7d-c304-48c2-91cf-56f9a1492559
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98e37cbb-2fb9-4feb-9ffd-886e8cd007da: Amount of 489 has been received from Account number 28f83e20-5893-4e32-99d9-4633dad5abdc
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of eda6e3d2-de8f-4f13-8bf8-962c9bd82de9: Amount of 439 has been received from Account number ecea2252-d7d6-458a-9614-ab6ec31c24c0
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 79be906d-9a5e-407c-aac4-9fec2f56c1dc: Amount of 376 has to sent to Account number 41d88be5-d5cb-4622-98b2-16a2297bba71
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a96ba6fb-0afd-486c-b1fc-2dd19f93462d: Amount of 291 has to sent to Account number 93e885d5-b299-49ac-9588-924ca2af7f6e
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 41d88be5-d5cb-4622-98b2-16a2297bba71: Amount of 376 has been received from Account number 79be906d-9a5e-407c-aac4-9fec2f56c1dc
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of a90204e4-4937-45d5-9755-30c65f4c78d0: Amount of 858 has been received from Account number f59419a0-e8d3-483f-b83f-8db0ceb59d63
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4693660e-cbdc-4b83-b584-ac0c76fd4261: Amount of 913 has to sent to Account number 240f1cf5-f168-45b1-946f-b83d4f256e82
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of cd6cd00c-b137-49bb-9ea4-a8bdcdcfd7bb: Amount of 633 has to sent to Account number c0fb3d66-2736-4ace-9a32-211d4282863b
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6347b7d5-2c23-4895-a850-edbc043c9543: Amount of 455 has been received from Account number 5e3d171d-326d-4080-a6ea-82fdc216d893
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2f8a49aa-35be-4826-a78b-8a64f5022d3d: Amount of 390 has been received from Account number 6eff8d44-bb03-47f9-ae26-e2f54c3bf821
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 04be4351-77fd-4542-9118-c8ae277939c0: Amount of 494 has been received from Account number ae7d9f5e-66cb-4d25-a0a9-2cb2b5488326
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9ea79235-d6be-43a7-bdaf-f4811c6e673e: Amount of 896 has been received from Account number 79e8fb04-6995-4c03-b8cc-b1beb97e4eb8
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of b0f7ef56-ab05-4530-9112-732e677c0deb: Amount of 659 has to sent to Account number 3a3740b9-5293-4b3a-9b1e-30f71d8a27c2
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7aa48966-731a-4a7e-9225-8c623a19ad5f: Amount of 108 has to sent to Account number b8d5562a-4e62-4a3c-aa38-b52606da9228
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7cc33e6f-2c7c-460f-95f1-4eda7f09cf73: Amount of 847 has to sent to Account number cb0c61b3-961c-46e6-b577-7d39f1fd6f26
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc941edc-5325-4d08-92a1-e5589e8c185d: Amount of 877 has been received from Account number 113af7b7-069c-4a40-9cde-afc0a30a8692
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of cb0c61b3-961c-46e6-b577-7d39f1fd6f26: Amount of 847 has been received from Account number 7cc33e6f-2c7c-460f-95f1-4eda7f09cf73
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8751fd1d-bc12-4d2e-9d04-2ee14b8a15ed: Amount of 278 has to sent to Account number 515b6eba-f7d5-41bc-bc3b-c0849fbfd238
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98291299-ecb1-42d3-b9f1-f29768319dc6: Amount of 546 has to sent to Account number b24677da-5a4f-4704-9e88-6dc6099aaeb0
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of e16c9e85-cd16-49f7-b572-888dc7d19124: Amount of 255 has to sent to Account number 4d27d3b8-9ca4-4013-9333-4dd58d9a5a6d
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of b24677da-5a4f-4704-9e88-6dc6099aaeb0: Amount of 546 has been received from Account number 98291299-ecb1-42d3-b9f1-f29768319dc6
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d27d3b8-9ca4-4013-9333-4dd58d9a5a6d: Amount of 255 has been received from Account number e16c9e85-cd16-49f7-b572-888dc7d19124
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 515b6eba-f7d5-41bc-bc3b-c0849fbfd238: Amount of 278 has been received from Account number 8751fd1d-bc12-4d2e-9d04-2ee14b8a15ed
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of f83599a7-9c6f-4763-acd6-a9a2f110e655: Amount of 156 has to sent to Account number 128d2f04-d273-426a-a2a1-d97350576bc6
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 128d2f04-d273-426a-a2a1-d97350576bc6: Amount of 156 has been received from Account number f83599a7-9c6f-4763-acd6-a9a2f110e655
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2d3b6819-6d00-46d0-a955-13ed9d7870d9: Amount of 746 has to sent to Account number 7612aacb-8ac7-4564-9b38-d71de660f245
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ffac8a8a-cb33-4fce-9da2-1af2a1fad928: Amount of 17 has to sent to Account number 022bdf2c-4903-41a8-b96b-a5c40ad6d305
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7612aacb-8ac7-4564-9b38-d71de660f245: Amount of 746 has been received from Account number 2d3b6819-6d00-46d0-a955-13ed9d7870d9
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 022bdf2c-4903-41a8-b96b-a5c40ad6d305: Amount of 17 has been received from Account number ffac8a8a-cb33-4fce-9da2-1af2a1fad928
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of f36620b7-9184-4c44-a7ba-cedf11a4329a: Amount of 638 has been received from Account number f58b8a3f-a6e5-4ff4-a580-3fc6599a144d
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 75ac15b6-eb38-4021-ac0f-2fc52a31036f: Amount of 226 has been received from Account number 438ab531-eabf-4907-9644-9a6969ab2320
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of f471e77a-ad81-4c1f-9f61-74f33c655322: Amount of 974 has to sent to Account number 2de1417a-c0cd-475c-afe8-ce8c109dc550
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 245f392c-5123-4bd0-b258-3a1c2d75135a: Amount of 224 has been received from Account number 7743704c-83ec-405a-92dc-294e486aa250
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2de1417a-c0cd-475c-afe8-ce8c109dc550: Amount of 974 has been received from Account number f471e77a-ad81-4c1f-9f61-74f33c655322
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 92e8f747-e6c0-422d-8a4b-4bcd43b4e8fa: Amount of 14 has been received from Account number 778f266d-4635-42ca-9fd7-1148e0bfe993
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 691a4684-c766-4547-ad53-7e7603e37855: Amount of 718 has to sent to Account number bc226025-447d-42bf-b835-0a498152b14b
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f0f171e-4685-4331-8d98-03838d8dc620: Amount of 181 has to sent to Account number 828fcb3a-ea96-4be2-b121-226f9e2a91dc
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc226025-447d-42bf-b835-0a498152b14b: Amount of 718 has been received from Account number 691a4684-c766-4547-ad53-7e7603e37855
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 828fcb3a-ea96-4be2-b121-226f9e2a91dc: Amount of 181 has been received from Account number 8f0f171e-4685-4331-8d98-03838d8dc620
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of c9480002-196c-4ffa-9a5a-593f802a0a97: Amount of 6 has to sent to Account number 10376ce7-8371-48e8-8f6d-91eca2cd1790
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of bbad9532-a00d-4c06-8c85-0878c486c47c: Amount of 849 has to sent to Account number 3dc3070e-c3a9-4d1c-8f67-ef5818fe8813
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 10376ce7-8371-48e8-8f6d-91eca2cd1790: Amount of 6 has been received from Account number c9480002-196c-4ffa-9a5a-593f802a0a97
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3dc3070e-c3a9-4d1c-8f67-ef5818fe8813: Amount of 849 has been received from Account number bbad9532-a00d-4c06-8c85-0878c486c47c
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 06ead588-ab2f-41d9-adc6-5244c703e108: Amount of 615 has to sent to Account number 3a9902e1-917b-4552-8071-c7b289a2dd5e
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of c06190c6-fc12-42bd-b0e7-ade318e0d94f: Amount of 340 has to sent to Account number f20b401d-32d1-4c56-b8ff-3062f2eb8aec
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of e2192f99-9fc0-4f58-9fdb-a293ce26971a: Amount of 867 has to sent to Account number f9eb1885-fde0-40e4-9cb2-2b2d8be649e1
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed62fe94-9d56-4c8f-9851-4709547f5dfa: Amount of 588 has to sent to Account number 9aba9309-a779-46fb-b72a-348d306c652d
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 93e885d5-b299-49ac-9588-924ca2af7f6e: Amount of 291 has been received from Account number a96ba6fb-0afd-486c-b1fc-2dd19f93462d
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of eac9f1bd-82a8-4527-945c-00c735e2052a: Amount of 18 has to sent to Account number dfafa1a9-6b33-48c5-97cd-21fd49eda639
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 240f1cf5-f168-45b1-946f-b83d4f256e82: Amount of 913 has been received from Account number 4693660e-cbdc-4b83-b584-ac0c76fd4261
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of c0fb3d66-2736-4ace-9a32-211d4282863b: Amount of 633 has been received from Account number cd6cd00c-b137-49bb-9ea4-a8bdcdcfd7bb
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5593403d-45bb-40c6-b8a9-ea5580a56dea: Amount of 159 has to sent to Account number 2bb3cfbd-d82a-41c1-b06e-34dd737f1e1b
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 57ee550c-3392-4469-91ee-c7d5a96e4202: Amount of 607 has to sent to Account number 0bd6c742-7919-460e-bdd7-f0afe1429fc5
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a3740b9-5293-4b3a-9b1e-30f71d8a27c2: Amount of 659 has been received from Account number b0f7ef56-ab05-4530-9112-732e677c0deb
2024-07-09 19:26:07.843  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of cdfb85dc-0bdf-4cff-85d6-f2bdc0eeb1bb: Amount of 371 has to sent to Account number a7b8bd39-c603-4297-b1b8-fb19f61d2756
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of b8d5562a-4e62-4a3c-aa38-b52606da9228: Amount of 108 has been received from Account number 7aa48966-731a-4a7e-9225-8c623a19ad5f
2024-07-09 19:26:07.844  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of f774546a-efca-4153-9bb4-a26f7eaefeac: Amount of 161 has to sent to Account number c2c1c32f-bd62-4677-a1a9-451079b449c6
2024-07-09 19:26:07.844  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 384ebf6a-b528-42fd-8cf0-fc457b5cc664: Amount of 794 has to sent to Account number 4280bffd-30fd-48aa-9a48-ee90651d5823
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of d460fce1-d460-49e0-9c54-1e1c644b6624: Amount of 51 has to sent to Account number 1144b527-562a-494f-bfb6-fe6aa0e24c26
2024-07-09 19:26:07.844  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4280bffd-30fd-48aa-9a48-ee90651d5823: Amount of 794 has been received from Account number 384ebf6a-b528-42fd-8cf0-fc457b5cc664
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 522614dc-4940-4e12-ae1c-054f865be38a: Amount of 36 has to sent to Account number d7f0a457-987c-4eb5-8624-9b2a946ed0bc
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of f709fb41-9557-4f5b-a4e2-20cbe2e780ad: Amount of 531 has to sent to Account number d0e18a0c-21d5-4881-b66b-212acd0e9534
2024-07-09 19:26:07.844  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of d7f0a457-987c-4eb5-8624-9b2a946ed0bc: Amount of 36 has been received from Account number 522614dc-4940-4e12-ae1c-054f865be38a
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 32c63aaa-69cf-4eb4-8076-db2ba2f9b05b: Amount of 181 has to sent to Account number af9cb387-6019-424b-8ea7-eee32c1b167b
2024-07-09 19:26:07.844  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd56955b-a9c2-48ad-9a10-027cf5c84024: Amount of 917 has to sent to Account number a9592fe6-c558-4c55-9ad1-cf71fc2a4a26
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 00c871df-f3e3-41c8-a006-d0df84ab31f0: Amount of 429 has to sent to Account number 3f693d06-aa60-4a9a-9abe-7784be6ba785
2024-07-09 19:26:07.844  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9592fe6-c558-4c55-9ad1-cf71fc2a4a26: Amount of 917 has been received from Account number dd56955b-a9c2-48ad-9a10-027cf5c84024
2024-07-09 19:26:07.841  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9c24b1a3-99c2-4d19-8059-31d564e1e591: Amount of 852 has to sent to Account number 5d0054b1-716c-410e-89c9-f9418ef229fe
2024-07-09 19:26:07.844  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2f58cb45-4dd4-4c21-af07-f163bf62e91c: Amount of 896 has to sent to Account number c1b96320-a0a1-44db-8cd0-69f7c3e4629d
2024-07-09 19:26:07.844  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of c1b96320-a0a1-44db-8cd0-69f7c3e4629d: Amount of 896 has been received from Account number 2f58cb45-4dd4-4c21-af07-f163bf62e91c
2024-07-09 19:26:07.844  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f693d06-aa60-4a9a-9abe-7784be6ba785: Amount of 429 has been received from Account number 00c871df-f3e3-41c8-a006-d0df84ab31f0
2024-07-09 19:26:07.844  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2478f68a-00f7-43a5-8931-f8062bb88434: Amount of 917 has to sent to Account number 36434733-1c12-44c2-ae60-8acf0cbfb1d3
2024-07-09 19:26:07.844  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 36434733-1c12-44c2-ae60-8acf0cbfb1d3: Amount of 917 has been received from Account number 2478f68a-00f7-43a5-8931-f8062bb88434
2024-07-09 19:26:07.841  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of b3a1086b-94be-4b7e-b0d4-e450eb50cf10: Amount of 748 has to sent to Account number 36f190c4-f66b-49b2-9b58-5068114ecdfc
2024-07-09 19:26:07.844  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 427ccb09-d738-4fa8-b186-b8ce17697dd8: Amount of 515 has to sent to Account number ebc10503-a587-4ba7-95a7-2d9fc5a36f28
2024-07-09 19:26:07.844  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of c52965b4-9955-4729-8f9e-363c3d5af279: Amount of 301 has to sent to Account number 761e4b43-dfde-48f6-87c9-e7d26fb31ddb
2024-07-09 19:26:07.844  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ebc10503-a587-4ba7-95a7-2d9fc5a36f28: Amount of 515 has been received from Account number 427ccb09-d738-4fa8-b186-b8ce17697dd8
2024-07-09 19:26:07.844  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 36f190c4-f66b-49b2-9b58-5068114ecdfc: Amount of 748 has been received from Account number b3a1086b-94be-4b7e-b0d4-e450eb50cf10
2024-07-09 19:26:07.844  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of b1849f8c-c523-47af-b59d-f35a74dda3c3: Amount of 56 has to sent to Account number 875a7acd-a4cc-4a44-a5ae-74d13cba0082
2024-07-09 19:26:07.844  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0bd6c742-7919-460e-bdd7-f0afe1429fc5: Amount of 607 has been received from Account number 57ee550c-3392-4469-91ee-c7d5a96e4202
2024-07-09 19:26:07.844  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2bb3cfbd-d82a-41c1-b06e-34dd737f1e1b: Amount of 159 has been received from Account number 5593403d-45bb-40c6-b8a9-ea5580a56dea
2024-07-09 19:26:07.843  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a9902e1-917b-4552-8071-c7b289a2dd5e: Amount of 615 has been received from Account number 06ead588-ab2f-41d9-adc6-5244c703e108
2024-07-09 19:26:07.844  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1144b527-562a-494f-bfb6-fe6aa0e24c26: Amount of 51 has been received from Account number d460fce1-d460-49e0-9c54-1e1c644b6624
2024-07-09 19:26:07.844  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of c2c1c32f-bd62-4677-a1a9-451079b449c6: Amount of 161 has been received from Account number f774546a-efca-4153-9bb4-a26f7eaefeac
2024-07-09 19:26:07.844  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 152d379c-4908-4ee1-80ee-9b4d250a71eb: Amount of 486 has to sent to Account number 9be5dccd-046a-4e5e-a49f-cfb978ce5f62
2024-07-09 19:26:07.844  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c07d1561-002e-4c28-8b14-9637c4313ae3: Amount of 451 has to sent to Account number 749205e9-03b8-45ab-87b0-598e9f8cdf41
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 898b15a3-6123-40a8-a331-6067fcccd8f9: Amount of 861 has to sent to Account number 73d32d64-4888-4c40-9dda-3323a3a0bc46
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c55af34-f9a3-4978-b56e-466e4371ddda: Amount of 270 has to sent to Account number dd35d0f6-5387-4189-8283-b3ec29265f33
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 73d32d64-4888-4c40-9dda-3323a3a0bc46: Amount of 861 has been received from Account number 898b15a3-6123-40a8-a331-6067fcccd8f9
2024-07-09 19:26:07.844  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2f4b3b1a-1b9b-4bc6-91e5-3ff078d927e9: Amount of 728 has to sent to Account number b641a7b5-956a-493d-9ff0-cf43a7a0d608
2024-07-09 19:26:07.844  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2f1b57c6-45a3-46cc-a706-9458977a2b75: Amount of 971 has to sent to Account number 3af67d5b-aa33-4e3f-8d90-e9cd6beec1f9
2024-07-09 19:26:07.844  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of dfafa1a9-6b33-48c5-97cd-21fd49eda639: Amount of 18 has been received from Account number eac9f1bd-82a8-4527-945c-00c735e2052a
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 520ea11b-5af5-441a-b606-08d8b8085eb5: Amount of 521 has to sent to Account number 9b9a667e-d415-49e5-855c-136eab9dd375
2024-07-09 19:26:07.844  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 80ba18d9-f6cf-4d27-8073-539dea2ba870: Amount of 544 has to sent to Account number 2ebe6725-1bfd-429a-8cac-bf25ef2aeb65
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9b9a667e-d415-49e5-855c-136eab9dd375: Amount of 521 has been received from Account number 520ea11b-5af5-441a-b606-08d8b8085eb5
2024-07-09 19:26:07.844  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9aba9309-a779-46fb-b72a-348d306c652d: Amount of 588 has been received from Account number ed62fe94-9d56-4c8f-9851-4709547f5dfa
2024-07-09 19:26:07.844  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of af9cb387-6019-424b-8ea7-eee32c1b167b: Amount of 181 has been received from Account number 32c63aaa-69cf-4eb4-8076-db2ba2f9b05b
2024-07-09 19:26:07.844  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d0054b1-716c-410e-89c9-f9418ef229fe: Amount of 852 has been received from Account number 9c24b1a3-99c2-4d19-8059-31d564e1e591
2024-07-09 19:26:07.844  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of f20b401d-32d1-4c56-b8ff-3062f2eb8aec: Amount of 340 has been received from Account number c06190c6-fc12-42bd-b0e7-ade318e0d94f
2024-07-09 19:26:07.844  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of f9eb1885-fde0-40e4-9cb2-2b2d8be649e1: Amount of 867 has been received from Account number e2192f99-9fc0-4f58-9fdb-a293ce26971a
2024-07-09 19:26:07.845  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 80cfae17-dec1-493e-a327-5d6b56255cee: Amount of 276 has to sent to Account number b5242f9b-1a47-4adb-928e-c40286366cd5
2024-07-09 19:26:07.845  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b36df55-c349-4b92-9551-96bc7796eb59: Amount of 852 has to sent to Account number aeaab4d5-aa8b-4d68-91b6-efc16a0b502a
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9be5dccd-046a-4e5e-a49f-cfb978ce5f62: Amount of 486 has been received from Account number 152d379c-4908-4ee1-80ee-9b4d250a71eb
2024-07-09 19:26:07.845  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 749205e9-03b8-45ab-87b0-598e9f8cdf41: Amount of 451 has been received from Account number c07d1561-002e-4c28-8b14-9637c4313ae3
2024-07-09 19:26:07.844  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d0e18a0c-21d5-4881-b66b-212acd0e9534: Amount of 531 has been received from Account number f709fb41-9557-4f5b-a4e2-20cbe2e780ad
2024-07-09 19:26:07.845  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6c9113b5-eb72-4947-9090-ca53628495a5: Amount of 223 has to sent to Account number d0b5eca5-224a-4b1c-b456-72720c5eacbd
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 47c3b88b-8835-4b61-ad6f-5beab875f2c9: Amount of 798 has to sent to Account number 622794cd-e2ff-4876-9a2f-40a30a64a871
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd35d0f6-5387-4189-8283-b3ec29265f33: Amount of 270 has been received from Account number 8c55af34-f9a3-4978-b56e-466e4371ddda
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 875a7acd-a4cc-4a44-a5ae-74d13cba0082: Amount of 56 has been received from Account number b1849f8c-c523-47af-b59d-f35a74dda3c3
2024-07-09 19:26:07.845  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of aeaab4d5-aa8b-4d68-91b6-efc16a0b502a: Amount of 852 has been received from Account number 2b36df55-c349-4b92-9551-96bc7796eb59
2024-07-09 19:26:07.844  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of a7b8bd39-c603-4297-b1b8-fb19f61d2756: Amount of 371 has been received from Account number cdfb85dc-0bdf-4cff-85d6-f2bdc0eeb1bb
2024-07-09 19:26:07.845  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ebe6725-1bfd-429a-8cac-bf25ef2aeb65: Amount of 544 has been received from Account number 80ba18d9-f6cf-4d27-8073-539dea2ba870
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 84631da4-1173-4f03-8ff8-136c1f839741: Amount of 795 has to sent to Account number bd76b5c2-1c4e-4001-87d5-7d913c0c313c
2024-07-09 19:26:07.845  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3388f0a-f94d-44c7-ab97-f0e3cab2a55a: Amount of 646 has to sent to Account number b493038e-f577-4b71-8301-3ded8a1eb2ba
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of bd76b5c2-1c4e-4001-87d5-7d913c0c313c: Amount of 795 has been received from Account number 84631da4-1173-4f03-8ff8-136c1f839741
2024-07-09 19:26:07.845  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of b493038e-f577-4b71-8301-3ded8a1eb2ba: Amount of 646 has been received from Account number c3388f0a-f94d-44c7-ab97-f0e3cab2a55a
2024-07-09 19:26:07.845  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of d0b5eca5-224a-4b1c-b456-72720c5eacbd: Amount of 223 has been received from Account number 6c9113b5-eb72-4947-9090-ca53628495a5
2024-07-09 19:26:07.845  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 87484d6c-9346-460d-b3b8-1aadcebf224d: Amount of 200 has to sent to Account number efb64f44-4da1-4266-a844-a2fc74886287
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5060e987-3966-4132-a9a8-c178589f1add: Amount of 816 has to sent to Account number 7fd0b146-29e4-4e9e-b946-f78be70d3048
2024-07-09 19:26:07.845  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of da800a57-98f8-457c-9d70-ce11582181eb: Amount of 428 has to sent to Account number 13e858bb-1395-4ffe-9bbc-c3bc9112ebb3
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7fd0b146-29e4-4e9e-b946-f78be70d3048: Amount of 816 has been received from Account number 5060e987-3966-4132-a9a8-c178589f1add
2024-07-09 19:26:07.845  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of efb64f44-4da1-4266-a844-a2fc74886287: Amount of 200 has been received from Account number 87484d6c-9346-460d-b3b8-1aadcebf224d
2024-07-09 19:26:07.844  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 761e4b43-dfde-48f6-87c9-e7d26fb31ddb: Amount of 301 has been received from Account number c52965b4-9955-4729-8f9e-363c3d5af279
2024-07-09 19:26:07.845  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 13e858bb-1395-4ffe-9bbc-c3bc9112ebb3: Amount of 428 has been received from Account number da800a57-98f8-457c-9d70-ce11582181eb
2024-07-09 19:26:07.845  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 67279fb5-24b4-4679-8e91-20dfe8be3c45: Amount of 62 has to sent to Account number 22b7da0e-2d88-4d70-902b-b8131c7d104e
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of f0d199f8-1c50-4801-aa62-33a1dda0a239: Amount of 74 has to sent to Account number 112db980-e940-4da9-8f18-250126cebf05
2024-07-09 19:26:07.845  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22b7da0e-2d88-4d70-902b-b8131c7d104e: Amount of 62 has been received from Account number 67279fb5-24b4-4679-8e91-20dfe8be3c45
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 791d815b-1b9d-4b81-a8d5-b23e7e6bd31b: Amount of 390 has to sent to Account number 184b3e96-d9a3-4c84-9753-1a945b918b29
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 112db980-e940-4da9-8f18-250126cebf05: Amount of 74 has been received from Account number f0d199f8-1c50-4801-aa62-33a1dda0a239
2024-07-09 19:26:07.845  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 76b6cb28-cce6-4bac-8b3e-a270bbc7000c: Amount of 196 has to sent to Account number d90b72b9-9ad1-4d65-8f7d-84d8cc1a65fc
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 184b3e96-d9a3-4c84-9753-1a945b918b29: Amount of 390 has been received from Account number 791d815b-1b9d-4b81-a8d5-b23e7e6bd31b
2024-07-09 19:26:07.845  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed7d0b91-b0d1-4249-ba73-16cf38955317: Amount of 389 has to sent to Account number 8fbfcf02-2bd0-4551-8221-6ce2eb67082b
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b25a333-666e-4503-a423-94d4ed04a6f3: Amount of 216 has to sent to Account number 9945c1a7-73bd-432f-982e-e90adbfabf46
2024-07-09 19:26:07.845  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8fbfcf02-2bd0-4551-8221-6ce2eb67082b: Amount of 389 has been received from Account number ed7d0b91-b0d1-4249-ba73-16cf38955317
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e9da6e3-1b64-491a-aa1a-ca9f5c2d953f: Amount of 471 has to sent to Account number 481e07ed-40e9-4bb4-ac78-b4774935fa93
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 13696d7e-b6a3-410b-b7a6-73bc5cc682d2: Amount of 695 has to sent to Account number 2d2d1617-4120-4180-9bf3-427298ff4a4d
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 40ddb181-38a1-436a-a560-4ac4ef60224d: Amount of 791 has to sent to Account number 2ea469ac-6f4a-4166-9b2c-da5f782c19d7
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 622794cd-e2ff-4876-9a2f-40a30a64a871: Amount of 798 has been received from Account number 47c3b88b-8835-4b61-ad6f-5beab875f2c9
2024-07-09 19:26:07.845  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3af67d5b-aa33-4e3f-8d90-e9cd6beec1f9: Amount of 971 has been received from Account number 2f1b57c6-45a3-46cc-a706-9458977a2b75
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of b641a7b5-956a-493d-9ff0-cf43a7a0d608: Amount of 728 has been received from Account number 2f4b3b1a-1b9b-4bc6-91e5-3ff078d927e9
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of e3c14d65-da39-43d3-8404-3e5d3bedc537: Amount of 186 has to sent to Account number f4913745-6c58-4ab6-847a-b439f52f17c2
2024-07-09 19:26:07.845  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d63f902-3ae6-427f-a05c-050d52c76d40: Amount of 519 has to sent to Account number 9c2af528-11bd-46d3-bfcf-296fbda96dc3
2024-07-09 19:26:07.845  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 46c6794a-b3f9-43d7-81d4-5efee1746070: Amount of 817 has to sent to Account number f97f80dc-3749-4a48-9ede-a3789d3a4a88
2024-07-09 19:26:07.845  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of cc0e3d07-ac1e-4fe4-8a77-b9c9204193a5: Amount of 322 has to sent to Account number 371d172c-d99e-4d07-8948-ee22f0c997f4
2024-07-09 19:26:07.845  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9c2af528-11bd-46d3-bfcf-296fbda96dc3: Amount of 519 has been received from Account number 3d63f902-3ae6-427f-a05c-050d52c76d40
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9f45ab23-93bc-44ec-bad4-08f757a4e16a: Amount of 930 has to sent to Account number 91b82200-c3f3-4ebc-bef4-da0c300ede86
2024-07-09 19:26:07.845  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of e08f49fd-3267-4780-a159-0cda68d18e6a: Amount of 901 has to sent to Account number e3b2035b-c035-4233-a5c7-4eeccc03d255
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 91b82200-c3f3-4ebc-bef4-da0c300ede86: Amount of 930 has been received from Account number 9f45ab23-93bc-44ec-bad4-08f757a4e16a
2024-07-09 19:26:07.845  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 31742e67-e496-42ed-8e83-d13d48566b91: Amount of 882 has to sent to Account number 0e7f9bdd-142c-4fa0-be44-cdc67e7f829f
2024-07-09 19:26:07.845  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of fea8700c-d748-4c00-bf96-22cd1705baa7: Amount of 568 has to sent to Account number 12ce33c9-bdf4-402e-b4b1-080e83c3fc42
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 397a6595-adf9-44c3-9ba2-18ab8eeaf71c: Amount of 725 has to sent to Account number 4907bf64-22ab-49cf-9133-ffe349dae9f9
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6dfdd41c-2816-4283-bf14-cd3232945753: Amount of 371 has to sent to Account number d66e37fe-c592-4f8c-a10a-6b000637bdf0
2024-07-09 19:26:07.845  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of b5242f9b-1a47-4adb-928e-c40286366cd5: Amount of 276 has been received from Account number 80cfae17-dec1-493e-a327-5d6b56255cee
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4907bf64-22ab-49cf-9133-ffe349dae9f9: Amount of 725 has been received from Account number 397a6595-adf9-44c3-9ba2-18ab8eeaf71c
2024-07-09 19:26:07.845  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d90b72b9-9ad1-4d65-8f7d-84d8cc1a65fc: Amount of 196 has been received from Account number 76b6cb28-cce6-4bac-8b3e-a270bbc7000c
2024-07-09 19:26:07.847  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 12ce33c9-bdf4-402e-b4b1-080e83c3fc42: Amount of 568 has been received from Account number fea8700c-d748-4c00-bf96-22cd1705baa7
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ffa99acd-e266-4231-b7af-6c25c4cbdabe: Amount of 973 has to sent to Account number 8278f3f3-d918-42ed-ab82-c0a717157aef
2024-07-09 19:26:07.847  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 18ddb001-be66-469d-a457-c9dc08581d37: Amount of 127 has to sent to Account number f4684d1c-abfe-43fb-aff6-342fa534e3b6
2024-07-09 19:26:07.845  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of decec0f6-e614-4385-8da2-52128dc92cc4: Amount of 723 has to sent to Account number baaa5b60-7616-499f-8c74-a8addd63df80
2024-07-09 19:26:07.847  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0eca7311-ce87-419b-a334-80836ab45d9e: Amount of 770 has to sent to Account number d701c6a0-3268-455e-bbd6-a84535555129
2024-07-09 19:26:07.847  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of f4684d1c-abfe-43fb-aff6-342fa534e3b6: Amount of 127 has been received from Account number 18ddb001-be66-469d-a457-c9dc08581d37
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9945c1a7-73bd-432f-982e-e90adbfabf46: Amount of 216 has been received from Account number 7b25a333-666e-4503-a423-94d4ed04a6f3
2024-07-09 19:26:07.847  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 82686bc5-587c-437f-8dfc-21ac9cd07b45: Amount of 843 has to sent to Account number a6198bdf-9d9a-4f55-b5d6-bac4aabcea1d
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8ede5e52-656d-4bc7-b283-f1599b5eb750: Amount of 374 has to sent to Account number f872dc55-bf2d-4298-be57-c8f3ca96093f
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a7b972a8-529c-4ebd-9b76-4e2a619928dc: Amount of 889 has to sent to Account number 1fb8965a-0db7-44e1-a45a-87fa636d2e6f
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2d2d1617-4120-4180-9bf3-427298ff4a4d: Amount of 695 has been received from Account number 13696d7e-b6a3-410b-b7a6-73bc5cc682d2
2024-07-09 19:26:07.845  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 61b350cc-c5d4-4e3a-9bc7-c87c1caec124: Amount of 707 has to sent to Account number f6e5045c-bfd7-44c4-9c76-633393bc9740
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf13601e-81b7-465b-b5a8-03ea67c3d3b0: Amount of 474 has to sent to Account number f8a174f2-33a2-437c-b54a-0415806c7c3e
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 905394cb-68ed-4324-b7ca-7f2a71a6421a: Amount of 379 has to sent to Account number 8b3b0ffa-3fe5-4f8d-b89f-88e0a4654b5a
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ea469ac-6f4a-4166-9b2c-da5f782c19d7: Amount of 791 has been received from Account number 40ddb181-38a1-436a-a560-4ac4ef60224d
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of f8a174f2-33a2-437c-b54a-0415806c7c3e: Amount of 474 has been received from Account number bf13601e-81b7-465b-b5a8-03ea67c3d3b0
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 481e07ed-40e9-4bb4-ac78-b4774935fa93: Amount of 471 has been received from Account number 2e9da6e3-1b64-491a-aa1a-ca9f5c2d953f
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of f4913745-6c58-4ab6-847a-b439f52f17c2: Amount of 186 has been received from Account number e3c14d65-da39-43d3-8404-3e5d3bedc537
2024-07-09 19:26:07.845  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42c0c209-883c-41a3-8fc0-63a7bea8d317: Amount of 66 has to sent to Account number 1da5f7e1-23fe-4262-bc8f-bb40ae432db3
2024-07-09 19:26:07.845  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f97f80dc-3749-4a48-9ede-a3789d3a4a88: Amount of 817 has been received from Account number 46c6794a-b3f9-43d7-81d4-5efee1746070
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of c855f42e-9401-499d-b747-d377f8abad7e: Amount of 8 has to sent to Account number e5098b59-80ce-4182-aeb6-b721c27a557a
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1da5f7e1-23fe-4262-bc8f-bb40ae432db3: Amount of 66 has been received from Account number 42c0c209-883c-41a3-8fc0-63a7bea8d317
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of e5098b59-80ce-4182-aeb6-b721c27a557a: Amount of 8 has been received from Account number c855f42e-9401-499d-b747-d377f8abad7e
2024-07-09 19:26:07.845  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 371d172c-d99e-4d07-8948-ee22f0c997f4: Amount of 322 has been received from Account number cc0e3d07-ac1e-4fe4-8a77-b9c9204193a5
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac0bbd05-6693-4a52-ac3e-43352ee546e5: Amount of 716 has to sent to Account number af6c3fa4-af45-407c-badd-f199a798171a
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of af6c3fa4-af45-407c-badd-f199a798171a: Amount of 716 has been received from Account number ac0bbd05-6693-4a52-ac3e-43352ee546e5
2024-07-09 19:26:07.847  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1f96d3e5-3bcd-4933-aac7-c1c78caa2bd4: Amount of 222 has to sent to Account number 253da48d-deb4-4902-acec-07bdebf3faa5
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7382a48e-0521-43ea-b5d0-70ab72c40895: Amount of 771 has to sent to Account number e28ec1bc-6e91-4450-8b1c-d7f0f3bd28e2
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of e28ec1bc-6e91-4450-8b1c-d7f0f3bd28e2: Amount of 771 has been received from Account number 7382a48e-0521-43ea-b5d0-70ab72c40895
2024-07-09 19:26:07.845  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of e3b2035b-c035-4233-a5c7-4eeccc03d255: Amount of 901 has been received from Account number e08f49fd-3267-4780-a159-0cda68d18e6a
2024-07-09 19:26:07.847  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e7f9bdd-142c-4fa0-be44-cdc67e7f829f: Amount of 882 has been received from Account number 31742e67-e496-42ed-8e83-d13d48566b91
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of d66e37fe-c592-4f8c-a10a-6b000637bdf0: Amount of 371 has been received from Account number 6dfdd41c-2816-4283-bf14-cd3232945753
2024-07-09 19:26:07.847  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 107542ad-9fac-4379-bfd9-7e3d39e13f61: Amount of 757 has to sent to Account number 6f2f038d-459b-4488-9a07-a77b5b88b05e
2024-07-09 19:26:07.847  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6f2f038d-459b-4488-9a07-a77b5b88b05e: Amount of 757 has been received from Account number 107542ad-9fac-4379-bfd9-7e3d39e13f61
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 37a1e532-8245-4b0f-9b6e-152f7a55883f: Amount of 406 has to sent to Account number 19f388d3-c384-4abd-9a24-4e9d93323d52
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of e626d9b1-6eea-42a3-9681-e6519b2c6409: Amount of 840 has to sent to Account number c80dbb64-273f-424f-b239-98bef2ed0225
2024-07-09 19:26:07.847  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2a4de3ea-ee80-4556-8ea2-45eafdfab8de: Amount of 445 has to sent to Account number b880ded8-dc68-4fcc-bb63-c4d11084e5dc
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8278f3f3-d918-42ed-ab82-c0a717157aef: Amount of 973 has been received from Account number ffa99acd-e266-4231-b7af-6c25c4cbdabe
2024-07-09 19:26:07.847  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of baaa5b60-7616-499f-8c74-a8addd63df80: Amount of 723 has been received from Account number decec0f6-e614-4385-8da2-52128dc92cc4
2024-07-09 19:26:07.847  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of d701c6a0-3268-455e-bbd6-a84535555129: Amount of 770 has been received from Account number 0eca7311-ce87-419b-a334-80836ab45d9e
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 69a7c281-6098-48bc-a347-d80026eb94de: Amount of 152 has to sent to Account number ba27499b-f161-4ecb-93bc-b0a4d70b5787
2024-07-09 19:26:07.847  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6aec1cd7-313b-455e-bcd5-0ed625588c63: Amount of 640 has to sent to Account number 728003b5-110e-4d26-939a-682eae747aaa
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1fb8965a-0db7-44e1-a45a-87fa636d2e6f: Amount of 889 has been received from Account number a7b972a8-529c-4ebd-9b76-4e2a619928dc
2024-07-09 19:26:07.847  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of f6e5045c-bfd7-44c4-9c76-633393bc9740: Amount of 707 has been received from Account number 61b350cc-c5d4-4e3a-9bc7-c87c1caec124
2024-07-09 19:26:07.847  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of a6198bdf-9d9a-4f55-b5d6-bac4aabcea1d: Amount of 843 has been received from Account number 82686bc5-587c-437f-8dfc-21ac9cd07b45
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of f872dc55-bf2d-4298-be57-c8f3ca96093f: Amount of 374 has been received from Account number 8ede5e52-656d-4bc7-b283-f1599b5eb750
2024-07-09 19:26:07.847  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22d4b3ae-9039-44e8-ae06-ddb754ce0bb2: Amount of 20 has to sent to Account number 7e01f30d-74f9-4e44-9330-f4828ee191c5
2024-07-09 19:26:07.847  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ec260af-2b37-45cd-ac01-ca35e312bf19: Amount of 334 has to sent to Account number fc62b88c-c80d-4b2f-9bb6-425ad09d9dc0
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b3b0ffa-3fe5-4f8d-b89f-88e0a4654b5a: Amount of 379 has been received from Account number 905394cb-68ed-4324-b7ca-7f2a71a6421a
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 01059473-7595-4e42-b804-feed9e5915ea: Amount of 124 has to sent to Account number c8b8c6d6-f98c-482f-b4f3-a5e9648e2fbe
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of c926819f-b550-4f6d-8176-8b7e1fd285d1: Amount of 834 has to sent to Account number 665d386f-6fbb-4171-9e9e-acafa6f4bbae
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of e14c6a79-c249-4484-bd2f-ca7dc79b490c: Amount of 234 has to sent to Account number 15278007-4b1b-4454-a1cb-94896f954c94
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of c8b8c6d6-f98c-482f-b4f3-a5e9648e2fbe: Amount of 124 has been received from Account number 01059473-7595-4e42-b804-feed9e5915ea
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5331b5a2-aa69-48e2-9c27-ee6c6cdc7aa8: Amount of 559 has to sent to Account number d4c9db72-c7f3-49e7-b55e-ec06d4c25ce5
2024-07-09 19:26:07.847  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7269748a-33a9-4a78-8c1e-0dcb0bbbdb85: Amount of 573 has to sent to Account number c6de86ee-f065-4907-8e92-a6a9a62fb1fa
2024-07-09 19:26:07.847  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 253da48d-deb4-4902-acec-07bdebf3faa5: Amount of 222 has been received from Account number 1f96d3e5-3bcd-4933-aac7-c1c78caa2bd4
2024-07-09 19:26:07.847  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c6de86ee-f065-4907-8e92-a6a9a62fb1fa: Amount of 573 has been received from Account number 7269748a-33a9-4a78-8c1e-0dcb0bbbdb85
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of d4c9db72-c7f3-49e7-b55e-ec06d4c25ce5: Amount of 559 has been received from Account number 5331b5a2-aa69-48e2-9c27-ee6c6cdc7aa8
2024-07-09 19:26:07.847  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf9b1f98-d64d-40bf-ba0c-d0b59d21e0b9: Amount of 844 has to sent to Account number 0cb49937-3370-4f9f-a505-fb1f3a308e8a
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of b09e827e-1124-4c32-834f-daa45d0fcdb1: Amount of 186 has to sent to Account number ea92abe6-26b8-422b-b80a-bcee2be2f8a3
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9b820a4d-b8ba-4487-a8af-227ec6bd85dd: Amount of 161 has to sent to Account number 95cfb08c-442c-424a-b049-1ab3250d0512
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ea92abe6-26b8-422b-b80a-bcee2be2f8a3: Amount of 186 has been received from Account number b09e827e-1124-4c32-834f-daa45d0fcdb1
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95cfb08c-442c-424a-b049-1ab3250d0512: Amount of 161 has been received from Account number 9b820a4d-b8ba-4487-a8af-227ec6bd85dd
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b5762d1-6438-46c9-8bb9-f40957682a60: Amount of 549 has to sent to Account number b4f6f1a0-e065-4f06-81c6-3e6fd209f8d5
2024-07-09 19:26:07.847  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of f53de79d-411f-499b-960d-db494e40f635: Amount of 483 has to sent to Account number e6cd1d78-6926-44fe-ac65-f32f2a35213f
2024-07-09 19:26:07.847  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 14d9d057-10ef-4b18-ac2b-4017eb962173: Amount of 329 has to sent to Account number 1feade5f-1ac3-401c-ac8d-a7372c645b4f
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 19f388d3-c384-4abd-9a24-4e9d93323d52: Amount of 406 has been received from Account number 37a1e532-8245-4b0f-9b6e-152f7a55883f
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1feade5f-1ac3-401c-ac8d-a7372c645b4f: Amount of 329 has been received from Account number 14d9d057-10ef-4b18-ac2b-4017eb962173
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of e6cd1d78-6926-44fe-ac65-f32f2a35213f: Amount of 483 has been received from Account number f53de79d-411f-499b-960d-db494e40f635
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c80dbb64-273f-424f-b239-98bef2ed0225: Amount of 840 has been received from Account number e626d9b1-6eea-42a3-9681-e6519b2c6409
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4952a520-894e-4f96-b529-9220fb87f6c2: Amount of 89 has to sent to Account number 092b978c-6c99-424b-8d27-9653590abe45
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 092b978c-6c99-424b-8d27-9653590abe45: Amount of 89 has been received from Account number 4952a520-894e-4f96-b529-9220fb87f6c2
2024-07-09 19:26:07.847  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of b880ded8-dc68-4fcc-bb63-c4d11084e5dc: Amount of 445 has been received from Account number 2a4de3ea-ee80-4556-8ea2-45eafdfab8de
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9bab14d2-7c81-4e48-aa1a-855d10344e8a: Amount of 271 has to sent to Account number 36d6f7de-4443-484f-9ee1-1e2e98f93aa4
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ba27499b-f161-4ecb-93bc-b0a4d70b5787: Amount of 152 has been received from Account number 69a7c281-6098-48bc-a347-d80026eb94de
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 36d6f7de-4443-484f-9ee1-1e2e98f93aa4: Amount of 271 has been received from Account number 9bab14d2-7c81-4e48-aa1a-855d10344e8a
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 608bc77d-f746-47ba-83a9-959f8320fed4: Amount of 935 has to sent to Account number 9a0808e6-3b9a-433e-a620-64fb3e24f219
2024-07-09 19:26:07.847  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 046285fa-d53f-425e-a636-29840e8c204d: Amount of 337 has to sent to Account number 27f058cc-a3d3-4d42-8936-3e1bdc653399
2024-07-09 19:26:07.847  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 728003b5-110e-4d26-939a-682eae747aaa: Amount of 640 has been received from Account number 6aec1cd7-313b-455e-bcd5-0ed625588c63
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ea5bb8d-d468-4dc6-8b48-6c66ed2a3977: Amount of 54 has to sent to Account number d23eff37-79ac-4fd2-b36e-ea6295f321a6
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of d35c0bed-8ebb-41e0-8eb4-797f56c3b109: Amount of 324 has to sent to Account number 072d8aa2-1f63-4629-be99-a962a5aea73e
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ef98dfb0-0c5c-4298-b4f7-21901b4384f9: Amount of 361 has to sent to Account number a4ae4eac-d9b6-440d-8e0b-7140dd8b2490
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 072d8aa2-1f63-4629-be99-a962a5aea73e: Amount of 324 has been received from Account number d35c0bed-8ebb-41e0-8eb4-797f56c3b109
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of f5e5ef5f-4feb-4747-98dc-694bafb5c1e5: Amount of 522 has to sent to Account number bda2a3d0-4227-44a5-a3b2-16c96444a160
2024-07-09 19:26:07.847  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7e01f30d-74f9-4e44-9330-f4828ee191c5: Amount of 20 has been received from Account number 22d4b3ae-9039-44e8-ae06-ddb754ce0bb2
2024-07-09 19:26:07.847  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc62b88c-c80d-4b2f-9bb6-425ad09d9dc0: Amount of 334 has been received from Account number 7ec260af-2b37-45cd-ac01-ca35e312bf19
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e62ee21-53e2-4977-9ba6-d29908b1b1f6: Amount of 503 has to sent to Account number 801c07a4-9e35-4f67-9c74-6434327b0bbe
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 665d386f-6fbb-4171-9e9e-acafa6f4bbae: Amount of 834 has been received from Account number c926819f-b550-4f6d-8176-8b7e1fd285d1
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 65c99352-8cae-495c-97f1-ca386b059821: Amount of 967 has to sent to Account number 3fd0abb8-8c58-4bab-8c9f-da73c276c8f0
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f60b031-0bc7-479e-aaa9-d862204bec46: Amount of 578 has to sent to Account number 46d1b3fb-5010-4d1d-9bc1-438683290bc6
2024-07-09 19:26:07.847  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 15278007-4b1b-4454-a1cb-94896f954c94: Amount of 234 has been received from Account number e14c6a79-c249-4484-bd2f-ca7dc79b490c
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 46d1b3fb-5010-4d1d-9bc1-438683290bc6: Amount of 578 has been received from Account number 4f60b031-0bc7-479e-aaa9-d862204bec46
2024-07-09 19:26:07.847  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 18b9e2fe-f6da-4ed0-9841-fe3bb34451f0: Amount of 203 has to sent to Account number d0533caf-55c5-4ee5-861c-ee743f8cf428
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3fd0abb8-8c58-4bab-8c9f-da73c276c8f0: Amount of 967 has been received from Account number 65c99352-8cae-495c-97f1-ca386b059821
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of a40c29ea-503e-4d55-b914-683a9e6a73f4: Amount of 223 has to sent to Account number d9cbb182-3d62-44a8-8d79-b08d6dac96a3
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of d0533caf-55c5-4ee5-861c-ee743f8cf428: Amount of 203 has been received from Account number 18b9e2fe-f6da-4ed0-9841-fe3bb34451f0
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of d9cbb182-3d62-44a8-8d79-b08d6dac96a3: Amount of 223 has been received from Account number a40c29ea-503e-4d55-b914-683a9e6a73f4
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9f22b8c1-05ae-4943-8c4b-0f9edbffcece: Amount of 621 has to sent to Account number a8844f32-3deb-41d5-91a1-b898514e4a1c
2024-07-09 19:26:07.847  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0cb49937-3370-4f9f-a505-fb1f3a308e8a: Amount of 844 has been received from Account number bf9b1f98-d64d-40bf-ba0c-d0b59d21e0b9
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 128317cb-4a9a-4c27-9dee-c6cf25d18836: Amount of 68 has to sent to Account number 685c07bf-fd44-47ed-bb09-b3ed274fab98
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95ce5b3e-bbe1-4102-9c98-4377d1844737: Amount of 324 has to sent to Account number 4eba68ea-5531-4801-9fb3-9e3aaa5bc9ea
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of b4f6f1a0-e065-4f06-81c6-3e6fd209f8d5: Amount of 549 has been received from Account number 5b5762d1-6438-46c9-8bb9-f40957682a60
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 527e3772-eaf7-4200-96f0-dec829defac5: Amount of 192 has to sent to Account number 11e1acbf-c89b-4838-8da2-979c77981bd9
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of c9fdb1b5-b8dc-4d37-8d2e-7213d59bd3d3: Amount of 90 has to sent to Account number 37ba07fe-c08e-44c9-b2e5-99def16dc34e
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 37ba07fe-c08e-44c9-b2e5-99def16dc34e: Amount of 90 has been received from Account number c9fdb1b5-b8dc-4d37-8d2e-7213d59bd3d3
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 685c07bf-fd44-47ed-bb09-b3ed274fab98: Amount of 68 has been received from Account number 128317cb-4a9a-4c27-9dee-c6cf25d18836
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 10aee845-43cc-4a72-bcd0-fd26409e304c: Amount of 585 has to sent to Account number b7683f36-3ce3-454d-be1a-b7ca497cb26d
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 20575e23-0c84-4769-966b-516b9924c0a7: Amount of 382 has to sent to Account number 28b15554-248a-4387-8b58-3de47960dba0
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9a0808e6-3b9a-433e-a620-64fb3e24f219: Amount of 935 has been received from Account number 608bc77d-f746-47ba-83a9-959f8320fed4
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 28b15554-248a-4387-8b58-3de47960dba0: Amount of 382 has been received from Account number 20575e23-0c84-4769-966b-516b9924c0a7
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 27f058cc-a3d3-4d42-8936-3e1bdc653399: Amount of 337 has been received from Account number 046285fa-d53f-425e-a636-29840e8c204d
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 616c2b29-bb6f-48af-8366-5dd65ff57141: Amount of 520 has to sent to Account number e2cf2dae-9e5e-4e5b-b403-7b69f65a7c1d
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of e2cf2dae-9e5e-4e5b-b403-7b69f65a7c1d: Amount of 520 has been received from Account number 616c2b29-bb6f-48af-8366-5dd65ff57141
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of c33b5cee-197f-4cb9-8595-a7aa1a510108: Amount of 753 has to sent to Account number 629812be-8142-4f94-a0b6-6f79bd9f4584
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3bb21035-21d4-40d0-82fb-3bd2b14d90f5: Amount of 128 has to sent to Account number eccd2a65-72d9-4504-bdfb-0fdd7d88ea74
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3b73b8ea-b23e-48a9-8dc6-384378ebdb1f: Amount of 783 has to sent to Account number 658d91d3-f816-461f-9549-c3b7124a4b5c
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 629812be-8142-4f94-a0b6-6f79bd9f4584: Amount of 753 has been received from Account number c33b5cee-197f-4cb9-8595-a7aa1a510108
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 658d91d3-f816-461f-9549-c3b7124a4b5c: Amount of 783 has been received from Account number 3b73b8ea-b23e-48a9-8dc6-384378ebdb1f
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of d23eff37-79ac-4fd2-b36e-ea6295f321a6: Amount of 54 has been received from Account number 7ea5bb8d-d468-4dc6-8b48-6c66ed2a3977
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e3ec690-0d13-438e-9658-0024a79b7912: Amount of 570 has to sent to Account number 770682cf-a7a6-489f-b8ca-d0b36ac486b4
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of bda2a3d0-4227-44a5-a3b2-16c96444a160: Amount of 522 has been received from Account number f5e5ef5f-4feb-4747-98dc-694bafb5c1e5
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 801c07a4-9e35-4f67-9c74-6434327b0bbe: Amount of 503 has been received from Account number 0e62ee21-53e2-4977-9ba6-d29908b1b1f6
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 770682cf-a7a6-489f-b8ca-d0b36ac486b4: Amount of 570 has been received from Account number 8e3ec690-0d13-438e-9658-0024a79b7912
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4ae4eac-d9b6-440d-8e0b-7140dd8b2490: Amount of 361 has been received from Account number ef98dfb0-0c5c-4298-b4f7-21901b4384f9
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of dfde229c-1693-4d3b-a4bc-c04f1a9ef4f1: Amount of 64 has to sent to Account number b1ebeccd-992a-474e-9f11-e76b2d01e0fe
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7d569d0e-8333-4681-b793-531401e92d9f: Amount of 688 has to sent to Account number 3a137685-4b8c-440b-8719-0ce48ac90e1e
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of e50ae322-9284-402c-bbdb-3065e1075df7: Amount of 518 has to sent to Account number bc8d61ca-62f1-44b5-b6e6-9f1a50f6dfa0
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of b1ebeccd-992a-474e-9f11-e76b2d01e0fe: Amount of 64 has been received from Account number dfde229c-1693-4d3b-a4bc-c04f1a9ef4f1
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of d994112f-c774-43b1-9b02-75d8e2a4677b: Amount of 474 has to sent to Account number 402de5ae-e640-4ce9-94f3-17614af9a7ac
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8844f32-3deb-41d5-91a1-b898514e4a1c: Amount of 621 has been received from Account number 9f22b8c1-05ae-4943-8c4b-0f9edbffcece
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 402de5ae-e640-4ce9-94f3-17614af9a7ac: Amount of 474 has been received from Account number d994112f-c774-43b1-9b02-75d8e2a4677b
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4eba68ea-5531-4801-9fb3-9e3aaa5bc9ea: Amount of 324 has been received from Account number 95ce5b3e-bbe1-4102-9c98-4377d1844737
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of faf1bb94-a8ef-4b99-95c2-0ead1d61754d: Amount of 297 has to sent to Account number a7ab444f-e678-4325-b175-f764cc32ccf6
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8ecf8b3-c9a1-4a78-923c-8415f8481931: Amount of 665 has to sent to Account number 38445d0e-3fa8-4487-82d4-e1994fd62317
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 11e1acbf-c89b-4838-8da2-979c77981bd9: Amount of 192 has been received from Account number 527e3772-eaf7-4200-96f0-dec829defac5
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7247ff11-e132-4c41-8a59-dc8b5a240408: Amount of 32 has to sent to Account number 43e85b79-ca35-49f3-b579-7ea49ce0533b
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a7ab444f-e678-4325-b175-f764cc32ccf6: Amount of 297 has been received from Account number faf1bb94-a8ef-4b99-95c2-0ead1d61754d
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6ab4b9ee-34d5-45f8-b4ba-d1ab3f77af04: Amount of 915 has to sent to Account number 5cd6c970-0e5f-4643-9a4b-eef2a41c0a76
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3291d673-06fb-435d-9a39-cab664a23b14: Amount of 182 has to sent to Account number 2cb7b19c-5f7e-4661-bc79-43e5fa2c381f
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2130e3cb-5922-442e-a583-f696d5d24d9b: Amount of 452 has to sent to Account number d0c26948-c820-4223-9e8b-64a5f19ac700
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 43e85b79-ca35-49f3-b579-7ea49ce0533b: Amount of 32 has been received from Account number 7247ff11-e132-4c41-8a59-dc8b5a240408
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of b7683f36-3ce3-454d-be1a-b7ca497cb26d: Amount of 585 has been received from Account number 10aee845-43cc-4a72-bcd0-fd26409e304c
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f820298-86ad-484d-a5de-bc2c70939010: Amount of 647 has to sent to Account number 2a0b0e85-f6e9-47c3-afbe-ce54ea76c137
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3c059453-b14b-4d46-aa6c-94b6c013b6f3: Amount of 294 has to sent to Account number cf1689ca-cb6f-47da-8274-5f97266f4f21
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of b88e2214-b531-4237-88df-f337da392f5e: Amount of 727 has to sent to Account number 5f41a4ad-eb74-4b3c-9d37-3e10e8ad3d47
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf1689ca-cb6f-47da-8274-5f97266f4f21: Amount of 294 has been received from Account number 3c059453-b14b-4d46-aa6c-94b6c013b6f3
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of eccd2a65-72d9-4504-bdfb-0fdd7d88ea74: Amount of 128 has been received from Account number 3bb21035-21d4-40d0-82fb-3bd2b14d90f5
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5517175d-dd53-4f2d-b890-a7564de58729: Amount of 480 has to sent to Account number 547fac7a-9df1-439c-9985-110b6572faaf
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 72cf5cfc-f28e-40bb-87d0-79caf1c9fd22: Amount of 682 has to sent to Account number 0fdadb77-a75b-452d-b450-1da496e37575
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 547fac7a-9df1-439c-9985-110b6572faaf: Amount of 480 has been received from Account number 5517175d-dd53-4f2d-b890-a7564de58729
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of f39e6eeb-010b-4b95-acd6-4bea42a6e4ef: Amount of 370 has to sent to Account number 4071a4c8-32f4-4b02-95ce-fddbd0882997
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of f613460f-425f-49c0-9338-62b3101076ab: Amount of 961 has to sent to Account number 45845148-def9-475a-8403-febae421520a
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5e4c9720-d59a-448d-82ce-db04b4a4d68b: Amount of 292 has to sent to Account number b18872fe-adff-4103-a393-80f14b140023
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5110b7fc-2722-40df-b817-d93eba5d368c: Amount of 634 has to sent to Account number 24b9ffb2-082d-403a-a5a6-bf5994de538d
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of b18872fe-adff-4103-a393-80f14b140023: Amount of 292 has been received from Account number 5e4c9720-d59a-448d-82ce-db04b4a4d68b
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb1fa080-8e10-4ab3-92a5-0e9d7b034af4: Amount of 747 has to sent to Account number bac5c494-9bca-4071-b7ac-f751e90b27e5
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of fff8a425-903d-48db-b309-91c68463e7b1: Amount of 857 has to sent to Account number d0e75ccf-7b8d-4c15-83bc-cc6db3ebd4a8
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a1e1e7b-c02d-4254-b14b-10ed09be94ae: Amount of 256 has to sent to Account number e0a748d2-bcf8-4678-af8d-6504f01b98a3
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a137685-4b8c-440b-8719-0ce48ac90e1e: Amount of 688 has been received from Account number 7d569d0e-8333-4681-b793-531401e92d9f
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc8d61ca-62f1-44b5-b6e6-9f1a50f6dfa0: Amount of 518 has been received from Account number e50ae322-9284-402c-bbdb-3065e1075df7
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 14a34cf2-3b18-40c0-8f91-4c31042408f1: Amount of 635 has to sent to Account number e7b1986d-efc2-4b63-b5db-317977ab6dec
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1fdabc36-a442-4aef-b678-17bb9b4ce30e: Amount of 911 has to sent to Account number ef3118ba-62c1-4b80-a0b2-a0ea0aaaabd0
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9768847e-2677-4f2f-96fb-2316d00fae85: Amount of 364 has to sent to Account number 8d243480-b0c0-4b06-b9e3-e74ba5579323
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53b85b93-40d6-427a-b6fb-9600d5230329: Amount of 213 has to sent to Account number 62eb1798-d918-4917-91e0-2c478756cb8a
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of e7b1986d-efc2-4b63-b5db-317977ab6dec: Amount of 635 has been received from Account number 14a34cf2-3b18-40c0-8f91-4c31042408f1
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d243480-b0c0-4b06-b9e3-e74ba5579323: Amount of 364 has been received from Account number 9768847e-2677-4f2f-96fb-2316d00fae85
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 38445d0e-3fa8-4487-82d4-e1994fd62317: Amount of 665 has been received from Account number a8ecf8b3-c9a1-4a78-923c-8415f8481931
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2cb7b19c-5f7e-4661-bc79-43e5fa2c381f: Amount of 182 has been received from Account number 3291d673-06fb-435d-9a39-cab664a23b14
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5cd6c970-0e5f-4643-9a4b-eef2a41c0a76: Amount of 915 has been received from Account number 6ab4b9ee-34d5-45f8-b4ba-d1ab3f77af04
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d0c26948-c820-4223-9e8b-64a5f19ac700: Amount of 452 has been received from Account number 2130e3cb-5922-442e-a583-f696d5d24d9b
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f8bbe07-8516-4482-be32-9678455d0991: Amount of 507 has to sent to Account number 934b4255-cb00-4c91-9f14-acd8252c8a4d
2024-07-09 19:26:07.853  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of efd988a9-6203-4ae0-8e99-e664684c4a1e: Amount of 158 has to sent to Account number 27eddb1e-5885-4fee-a01f-ab3b818236d7
2024-07-09 19:26:07.853  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of e6366e7b-df59-42b8-b59d-96944970388b: Amount of 788 has to sent to Account number 79874628-513b-41cb-8a28-998613e1b131
2024-07-09 19:26:07.853  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of e76d666f-33a7-46f7-94fd-68ee26ff13ba: Amount of 629 has to sent to Account number 458d998e-7a63-465d-b5f1-bc92fabaf5b0
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2a0b0e85-f6e9-47c3-afbe-ce54ea76c137: Amount of 647 has been received from Account number 7f820298-86ad-484d-a5de-bc2c70939010
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f41a4ad-eb74-4b3c-9d37-3e10e8ad3d47: Amount of 727 has been received from Account number b88e2214-b531-4237-88df-f337da392f5e
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d5914cc-8b02-40c1-9912-149068b9007f: Amount of 101 has to sent to Account number 24bf8222-f2f5-45bc-8a51-35f153bc453a
2024-07-09 19:26:07.853  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 458d998e-7a63-465d-b5f1-bc92fabaf5b0: Amount of 629 has been received from Account number e76d666f-33a7-46f7-94fd-68ee26ff13ba
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 35d226f8-855b-4d32-8f8b-16b3e6ea1234: Amount of 782 has to sent to Account number cbd1140d-61eb-4bec-8856-9da45feb49a5
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0fdadb77-a75b-452d-b450-1da496e37575: Amount of 682 has been received from Account number 72cf5cfc-f28e-40bb-87d0-79caf1c9fd22
2024-07-09 19:26:07.853  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ce6cfd4-869e-4fe2-9469-fe01ad835fbc: Amount of 392 has to sent to Account number a0785958-919c-49ee-afc0-8f64e808b580
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 45845148-def9-475a-8403-febae421520a: Amount of 961 has been received from Account number f613460f-425f-49c0-9338-62b3101076ab
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4071a4c8-32f4-4b02-95ce-fddbd0882997: Amount of 370 has been received from Account number f39e6eeb-010b-4b95-acd6-4bea42a6e4ef
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 24b9ffb2-082d-403a-a5a6-bf5994de538d: Amount of 634 has been received from Account number 5110b7fc-2722-40df-b817-d93eba5d368c
2024-07-09 19:26:07.853  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a75ba03-75d4-448a-b28a-c25afaadf8fd: Amount of 363 has to sent to Account number f191ec6f-540a-42c3-9cf4-03fc9d8853bb
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of d0e75ccf-7b8d-4c15-83bc-cc6db3ebd4a8: Amount of 857 has been received from Account number fff8a425-903d-48db-b309-91c68463e7b1
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of bac5c494-9bca-4071-b7ac-f751e90b27e5: Amount of 747 has been received from Account number eb1fa080-8e10-4ab3-92a5-0e9d7b034af4
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of e0a748d2-bcf8-4678-af8d-6504f01b98a3: Amount of 256 has been received from Account number 3a1e1e7b-c02d-4254-b14b-10ed09be94ae
2024-07-09 19:26:07.853  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e428146-2cd8-4ee7-962d-b21dfee73dba: Amount of 280 has to sent to Account number 699471f0-6916-4c8f-931f-eb35e7225d85
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ef3118ba-62c1-4b80-a0b2-a0ea0aaaabd0: Amount of 911 has been received from Account number 1fdabc36-a442-4aef-b678-17bb9b4ce30e
2024-07-09 19:26:07.853  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of f8592919-ff3a-413f-b4dd-8b859444f1a9: Amount of 634 has to sent to Account number a673abc2-0edd-4e56-bf96-503e5d3b8b18
2024-07-09 19:26:07.850  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 62eb1798-d918-4917-91e0-2c478756cb8a: Amount of 213 has been received from Account number 53b85b93-40d6-427a-b6fb-9600d5230329
2024-07-09 19:26:07.853  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a673abc2-0edd-4e56-bf96-503e5d3b8b18: Amount of 634 has been received from Account number f8592919-ff3a-413f-b4dd-8b859444f1a9
2024-07-09 19:26:07.850  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d06f98c-3e88-4044-a476-69db9ab19302: Amount of 237 has to sent to Account number 0ff0cc3e-c1a2-4199-9450-70803366ef87
2024-07-09 19:26:07.853  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 934b4255-cb00-4c91-9f14-acd8252c8a4d: Amount of 507 has been received from Account number 8f8bbe07-8516-4482-be32-9678455d0991
2024-07-09 19:26:07.853  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ff0cc3e-c1a2-4199-9450-70803366ef87: Amount of 237 has been received from Account number 9d06f98c-3e88-4044-a476-69db9ab19302
2024-07-09 19:26:07.853  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 79874628-513b-41cb-8a28-998613e1b131: Amount of 788 has been received from Account number e6366e7b-df59-42b8-b59d-96944970388b
2024-07-09 19:26:07.853  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of b77cc58e-96b9-4e54-8145-71567f81ba69: Amount of 253 has to sent to Account number 26322804-fed0-45c1-9bf8-6f44ab0df7af
2024-07-09 19:26:07.853  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of bad015e0-b462-466d-aab3-a2ab5f4dadbf: Amount of 199 has to sent to Account number 7445ce11-a6cf-4f21-bd06-5649dd840fb2
2024-07-09 19:26:07.853  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5abf4a28-a161-419d-9233-ec4cbf680656: Amount of 982 has to sent to Account number 559bda86-c3ba-4c20-acae-db4fe8502261
2024-07-09 19:26:07.853  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 27eddb1e-5885-4fee-a01f-ab3b818236d7: Amount of 158 has been received from Account number efd988a9-6203-4ae0-8e99-e664684c4a1e
2024-07-09 19:26:07.853  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 559bda86-c3ba-4c20-acae-db4fe8502261: Amount of 982 has been received from Account number 5abf4a28-a161-419d-9233-ec4cbf680656
2024-07-09 19:26:07.853  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7445ce11-a6cf-4f21-bd06-5649dd840fb2: Amount of 199 has been received from Account number bad015e0-b462-466d-aab3-a2ab5f4dadbf
2024-07-09 19:26:07.853  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of f67bde14-e6aa-4107-ae0e-c60954366771: Amount of 61 has to sent to Account number 8c59a0cc-2939-48da-8a1a-0af0a615c184
2024-07-09 19:26:07.853  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6cf9fd3-701e-4352-b897-dd1e4d4e5879: Amount of 860 has to sent to Account number 5f81cb7d-c6cb-496d-88f4-54ee58df55a0
2024-07-09 19:26:07.853  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6ff8f30d-4e25-4b28-a599-bf20bea58068: Amount of 703 has to sent to Account number 7926fd52-2671-4cc6-af1c-7db8dcf65afe
2024-07-09 19:26:07.853  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 565d1df3-0080-44e5-8118-91e43a1dcb94: Amount of 22 has to sent to Account number be21db05-d8ec-46a4-a730-b9e18b496c6a
2024-07-09 19:26:07.853  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f81cb7d-c6cb-496d-88f4-54ee58df55a0: Amount of 860 has been received from Account number d6cf9fd3-701e-4352-b897-dd1e4d4e5879
2024-07-09 19:26:07.853  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of be21db05-d8ec-46a4-a730-b9e18b496c6a: Amount of 22 has been received from Account number 565d1df3-0080-44e5-8118-91e43a1dcb94
2024-07-09 19:26:07.853  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 24bf8222-f2f5-45bc-8a51-35f153bc453a: Amount of 101 has been received from Account number 3d5914cc-8b02-40c1-9912-149068b9007f
2024-07-09 19:26:07.853  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c378cd7f-0d03-4a41-ab3d-720446ce8bd7: Amount of 815 has to sent to Account number 943f7840-38ad-4f84-b41a-2f3a24b5640b
2024-07-09 19:26:07.853  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of a7b884c3-6fbb-4835-8ba3-3ee4962467b3: Amount of 520 has to sent to Account number bf724e0a-10e9-4b52-8d95-7977c2b263c9
2024-07-09 19:26:07.853  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 943f7840-38ad-4f84-b41a-2f3a24b5640b: Amount of 815 has been received from Account number c378cd7f-0d03-4a41-ab3d-720446ce8bd7
2024-07-09 19:26:07.853  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf724e0a-10e9-4b52-8d95-7977c2b263c9: Amount of 520 has been received from Account number a7b884c3-6fbb-4835-8ba3-3ee4962467b3
2024-07-09 19:26:07.853  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of c6fe2e46-73ad-49bc-8458-4a67bbc66a9c: Amount of 154 has to sent to Account number 993a2648-1414-4219-9076-07016e499d55
2024-07-09 19:26:07.853  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d8512ae-0f0b-430c-a56c-a63d41feddc1: Amount of 383 has to sent to Account number 9f2f2bb6-4548-4c33-bf79-e04026275ae6
2024-07-09 19:26:07.853  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 993a2648-1414-4219-9076-07016e499d55: Amount of 154 has been received from Account number c6fe2e46-73ad-49bc-8458-4a67bbc66a9c
2024-07-09 19:26:07.853  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9f2f2bb6-4548-4c33-bf79-e04026275ae6: Amount of 383 has been received from Account number 5d8512ae-0f0b-430c-a56c-a63d41feddc1
2024-07-09 19:26:07.853  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of f90ea905-43a9-43a8-8187-b732485dd8e2: Amount of 892 has to sent to Account number 7d08f68f-a7f6-48c2-a89b-9dc18d10c811
2024-07-09 19:26:07.853  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of cbd1140d-61eb-4bec-8856-9da45feb49a5: Amount of 782 has been received from Account number 35d226f8-855b-4d32-8f8b-16b3e6ea1234
2024-07-09 19:26:07.853  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of a0785958-919c-49ee-afc0-8f64e808b580: Amount of 392 has been received from Account number 2ce6cfd4-869e-4fe2-9469-fe01ad835fbc
2024-07-09 19:26:07.853  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8b02cc4-07ad-4be1-8474-7323cea3b02d: Amount of 547 has to sent to Account number 7d354503-c458-4648-b31d-cc87520aa383
2024-07-09 19:26:07.853  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6bc685c9-d9ab-4bc0-a1b0-cad0cf2f1fd6: Amount of 350 has to sent to Account number 7ee1b7a7-d5b0-4d43-8d8a-e0173f20b413
2024-07-09 19:26:07.853  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of f191ec6f-540a-42c3-9cf4-03fc9d8853bb: Amount of 363 has been received from Account number 0a75ba03-75d4-448a-b28a-c25afaadf8fd
2024-07-09 19:26:08.125  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 075513b9-992a-4a53-a98e-67eb0e7f9a94: Amount of 328 has to sent to Account number 626e20ff-c695-457d-88e5-d0cdf836dacd
2024-07-09 19:26:08.125  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of fd625505-e594-4a11-9e2c-5f3bc7b7dd5d: Amount of 396 has to sent to Account number c32de631-940e-44c3-bef3-d16de0ca449d
2024-07-09 19:26:08.125  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of a270c90d-63fa-4bf1-baa7-ad79e78f16e8: Amount of 795 has to sent to Account number e03cd365-a539-48b9-8fed-c9353c587f49
2024-07-09 19:26:07.853  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of a781e088-accb-4db9-95a7-7bb00ed7f210: Amount of 231 has to sent to Account number d3d55d57-ecb5-45d7-9d59-33d6f11745e9
2024-07-09 19:26:08.125  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7d354503-c458-4648-b31d-cc87520aa383: Amount of 547 has been received from Account number a8b02cc4-07ad-4be1-8474-7323cea3b02d
2024-07-09 19:26:08.125  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ee1b7a7-d5b0-4d43-8d8a-e0173f20b413: Amount of 350 has been received from Account number 6bc685c9-d9ab-4bc0-a1b0-cad0cf2f1fd6
2024-07-09 19:26:08.125  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of c32de631-940e-44c3-bef3-d16de0ca449d: Amount of 396 has been received from Account number fd625505-e594-4a11-9e2c-5f3bc7b7dd5d
2024-07-09 19:26:08.125  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ec49bf27-c847-454c-8597-99fdd4dc05ec: Amount of 543 has to sent to Account number 9eb19c59-cbad-4b55-a3fa-ae368d55fca7
2024-07-09 19:26:08.125  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of e03cd365-a539-48b9-8fed-c9353c587f49: Amount of 795 has been received from Account number a270c90d-63fa-4bf1-baa7-ad79e78f16e8
2024-07-09 19:26:07.853  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca2cac5a-050c-4cde-b363-9d087007a572: Amount of 191 has to sent to Account number dba89a4d-e03f-4afc-8a3d-db93abc8c19d
2024-07-09 19:26:08.125  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of c7a8598d-0536-41d3-b9bc-196e645461e8: Amount of 667 has to sent to Account number 93c163a1-fe0c-43fe-94c9-2ee4f104bcbb
2024-07-09 19:26:08.125  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of d3d55d57-ecb5-45d7-9d59-33d6f11745e9: Amount of 231 has been received from Account number a781e088-accb-4db9-95a7-7bb00ed7f210
2024-07-09 19:26:08.125  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7d791a3d-09ec-4daa-834a-87acaa97008d: Amount of 14 has to sent to Account number 1524db95-7d0c-47d3-96ee-718021b1a73e
2024-07-09 19:26:08.125  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of b02b66b7-f65d-44e6-afd2-2719bdf0cc76: Amount of 533 has to sent to Account number 100291f8-8133-4304-91d7-7efb3b3406a3
2024-07-09 19:26:08.125  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9eb19c59-cbad-4b55-a3fa-ae368d55fca7: Amount of 543 has been received from Account number ec49bf27-c847-454c-8597-99fdd4dc05ec
2024-07-09 19:26:08.125  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of dba89a4d-e03f-4afc-8a3d-db93abc8c19d: Amount of 191 has been received from Account number ca2cac5a-050c-4cde-b363-9d087007a572
2024-07-09 19:26:08.125  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 93c163a1-fe0c-43fe-94c9-2ee4f104bcbb: Amount of 667 has been received from Account number c7a8598d-0536-41d3-b9bc-196e645461e8
2024-07-09 19:26:08.125  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1524db95-7d0c-47d3-96ee-718021b1a73e: Amount of 14 has been received from Account number 7d791a3d-09ec-4daa-834a-87acaa97008d
2024-07-09 19:26:08.125  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 630a0b5b-6a58-4526-a99d-c902720c7695: Amount of 182 has to sent to Account number 29107c95-c2cc-4edf-ba44-8b89a658f340
2024-07-09 19:26:08.125  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of aad03863-c76c-4619-991d-024c1757c984: Amount of 634 has to sent to Account number 62b131fe-6c63-47ff-91ac-c5ee0419d466
2024-07-09 19:26:08.125  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 29107c95-c2cc-4edf-ba44-8b89a658f340: Amount of 182 has been received from Account number 630a0b5b-6a58-4526-a99d-c902720c7695
2024-07-09 19:26:08.125  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 62b131fe-6c63-47ff-91ac-c5ee0419d466: Amount of 634 has been received from Account number aad03863-c76c-4619-991d-024c1757c984
2024-07-09 19:26:07.853  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 699471f0-6916-4c8f-931f-eb35e7225d85: Amount of 280 has been received from Account number 2e428146-2cd8-4ee7-962d-b21dfee73dba
2024-07-09 19:26:07.853  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2432768-b68d-4789-a986-fce875f78ea0: Amount of 423 has to sent to Account number 4f420a33-3a21-4745-a01e-1d406553f9d2
2024-07-09 19:26:08.125  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of b4517afd-2252-4d6d-9a0e-8c1df0241ce2: Amount of 585 has to sent to Account number 85467aa9-a2ea-42cf-8165-9a49b07626f5
2024-07-09 19:26:07.853  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of b5db0ba6-c2d2-463e-afed-02c8055fa233: Amount of 515 has to sent to Account number 4e4907e8-9ff4-4cae-9d37-5a2b6c68a89c
2024-07-09 19:26:08.125  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 85467aa9-a2ea-42cf-8165-9a49b07626f5: Amount of 585 has been received from Account number b4517afd-2252-4d6d-9a0e-8c1df0241ce2
2024-07-09 19:26:07.853  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 99ee0f81-327b-4d28-a9e3-4cf7e13347b8: Amount of 171 has to sent to Account number 3ac1912f-e072-4be0-b073-861a67ff1b5b
2024-07-09 19:26:07.853  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26322804-fed0-45c1-9bf8-6f44ab0df7af: Amount of 253 has been received from Account number b77cc58e-96b9-4e54-8145-71567f81ba69
2024-07-09 19:26:08.125  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of cc67f0eb-08ec-4082-87d3-b2cef8b186b0: Amount of 74 has to sent to Account number 3757a971-4d27-4a31-a344-f0c3c5016da7
2024-07-09 19:26:07.853  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of c74a9ded-0bdf-4b4c-a83f-ff1069c40599: Amount of 448 has to sent to Account number 0fb4f376-8345-477a-ae3f-6e87884f746a
2024-07-09 19:26:08.125  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3757a971-4d27-4a31-a344-f0c3c5016da7: Amount of 74 has been received from Account number cc67f0eb-08ec-4082-87d3-b2cef8b186b0
2024-07-09 19:26:08.125  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of b6449c3a-1c78-433c-b895-0c6f38d131b1: Amount of 102 has to sent to Account number a05f2bb6-29cd-472f-b274-7c8f0bfd5007
2024-07-09 19:26:07.853  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c59a0cc-2939-48da-8a1a-0af0a615c184: Amount of 61 has been received from Account number f67bde14-e6aa-4107-ae0e-c60954366771
2024-07-09 19:26:08.125  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of a05f2bb6-29cd-472f-b274-7c8f0bfd5007: Amount of 102 has been received from Account number b6449c3a-1c78-433c-b895-0c6f38d131b1
2024-07-09 19:26:07.853  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of b42f114b-06cd-432e-ac3e-c41cc648b799: Amount of 240 has to sent to Account number 76a5698a-c93f-4480-ad05-ca68718d9b2b
2024-07-09 19:26:08.125  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f5df086-ee62-4ac2-8da9-7b5bf39a3417: Amount of 451 has to sent to Account number 67b9382a-1624-4423-b210-94994a61cd64
2024-07-09 19:26:07.853  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42e24e2e-e0aa-4b7c-8026-927836d3fcb0: Amount of 855 has to sent to Account number c591488e-83b1-4fde-b6e5-baaa741e04a7
2024-07-09 19:26:07.853  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7926fd52-2671-4cc6-af1c-7db8dcf65afe: Amount of 703 has been received from Account number 6ff8f30d-4e25-4b28-a599-bf20bea58068
2024-07-09 19:26:07.853  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of d5f0a433-53f9-4be9-aeda-cbcdc6e1bb04: Amount of 188 has to sent to Account number de8ea220-294d-419f-8cf8-79afa237f1b7
2024-07-09 19:26:08.125  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 67b9382a-1624-4423-b210-94994a61cd64: Amount of 451 has been received from Account number 7f5df086-ee62-4ac2-8da9-7b5bf39a3417
2024-07-09 19:26:08.125  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d5f0acb-b0aa-44d0-aec5-a840ff27f641: Amount of 58 has to sent to Account number f85248ec-7112-4d9a-a2aa-3446b89bd38d
2024-07-09 19:26:07.853  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7d08f68f-a7f6-48c2-a89b-9dc18d10c811: Amount of 892 has been received from Account number f90ea905-43a9-43a8-8187-b732485dd8e2
2024-07-09 19:26:08.125  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of de8ea220-294d-419f-8cf8-79afa237f1b7: Amount of 188 has been received from Account number d5f0a433-53f9-4be9-aeda-cbcdc6e1bb04
2024-07-09 19:26:08.125  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of f85248ec-7112-4d9a-a2aa-3446b89bd38d: Amount of 58 has been received from Account number 5d5f0acb-b0aa-44d0-aec5-a840ff27f641
2024-07-09 19:26:08.125  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 626e20ff-c695-457d-88e5-d0cdf836dacd: Amount of 328 has been received from Account number 075513b9-992a-4a53-a98e-67eb0e7f9a94
2024-07-09 19:26:08.125  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 37f44df5-42c5-437c-8e68-a893717f6b19: Amount of 421 has to sent to Account number 66ea0923-f847-40fd-8b3c-41f340b94660
2024-07-09 19:26:08.125  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of f79b34ac-7a90-4c86-b1d2-04d618ec75e4: Amount of 751 has to sent to Account number facc025a-97af-47cd-b9a2-711fd1c3e9e3
2024-07-09 19:26:08.125  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of db4abb3f-1600-423a-a9cb-c2c4878afe77: Amount of 165 has to sent to Account number 60a092eb-4d90-4d32-8922-636f1009ae26
2024-07-09 19:26:08.125  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1cb5d4a1-7c04-44f4-8481-89337753424b: Amount of 123 has to sent to Account number 293c53f2-b1e7-42de-b334-2cac8f6ce3a8
2024-07-09 19:26:08.125  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of bae9ec36-ec0a-4651-aebc-da3155aa5afc: Amount of 693 has to sent to Account number 9dffa0c7-e6ca-4256-b379-1a24c8a5e482
2024-07-09 19:26:08.125  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of facc025a-97af-47cd-b9a2-711fd1c3e9e3: Amount of 751 has been received from Account number f79b34ac-7a90-4c86-b1d2-04d618ec75e4
2024-07-09 19:26:08.125  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ece7cf3a-9fa2-4acd-8e72-ab849ad6cc73: Amount of 357 has to sent to Account number 262b3784-6293-48f7-b8b8-a686c53976b6
2024-07-09 19:26:08.125  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 60a092eb-4d90-4d32-8922-636f1009ae26: Amount of 165 has been received from Account number db4abb3f-1600-423a-a9cb-c2c4878afe77
2024-07-09 19:26:08.125  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 66ea0923-f847-40fd-8b3c-41f340b94660: Amount of 421 has been received from Account number 37f44df5-42c5-437c-8e68-a893717f6b19
2024-07-09 19:26:08.125  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 100291f8-8133-4304-91d7-7efb3b3406a3: Amount of 533 has been received from Account number b02b66b7-f65d-44e6-afd2-2719bdf0cc76
2024-07-09 19:26:08.125  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 262b3784-6293-48f7-b8b8-a686c53976b6: Amount of 357 has been received from Account number ece7cf3a-9fa2-4acd-8e72-ab849ad6cc73
2024-07-09 19:26:08.125  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of a25b1e6d-2f69-441d-bb91-7ce1074199fb: Amount of 765 has to sent to Account number 9652769f-5f98-478e-a9bd-3751a886077e
2024-07-09 19:26:08.125  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of b78d8f3c-6775-4c53-b739-056c0798dedf: Amount of 174 has to sent to Account number 994ee6f0-dd3c-4860-b9c7-8e643070c03c
2024-07-09 19:26:08.125  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 31576ab1-07c8-40ac-98cf-919930c6b365: Amount of 282 has to sent to Account number 68be5a2e-b432-44ab-92e8-b087c876454b
2024-07-09 19:26:08.125  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 36e9a31d-d4dd-427a-99f4-570075b39142: Amount of 608 has to sent to Account number 0700261e-c095-4726-b649-5c6b351cd905
2024-07-09 19:26:08.125  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c8377b5-2fd6-4bec-87c7-9c19d16814b7: Amount of 144 has to sent to Account number e90853b7-d4ad-453c-95e9-86c6ee50c7d4
2024-07-09 19:26:08.125  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6bf3a752-f066-420c-9406-e38ecd351ec8: Amount of 584 has to sent to Account number 204ca53b-1391-4ac0-828d-a853d6a2df3f
2024-07-09 19:26:08.125  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 994ee6f0-dd3c-4860-b9c7-8e643070c03c: Amount of 174 has been received from Account number b78d8f3c-6775-4c53-b739-056c0798dedf
2024-07-09 19:26:08.125  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 68be5a2e-b432-44ab-92e8-b087c876454b: Amount of 282 has been received from Account number 31576ab1-07c8-40ac-98cf-919930c6b365
2024-07-09 19:26:08.125  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f420a33-3a21-4745-a01e-1d406553f9d2: Amount of 423 has been received from Account number d2432768-b68d-4789-a986-fce875f78ea0
2024-07-09 19:26:08.125  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4e4907e8-9ff4-4cae-9d37-5a2b6c68a89c: Amount of 515 has been received from Account number b5db0ba6-c2d2-463e-afed-02c8055fa233
2024-07-09 19:26:08.125  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ac1912f-e072-4be0-b073-861a67ff1b5b: Amount of 171 has been received from Account number 99ee0f81-327b-4d28-a9e3-4cf7e13347b8
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 67d9ad5f-11a5-42cc-a2dc-56d4458b79c6: Amount of 623 has to sent to Account number 3570f2c6-884c-4642-aa9c-49b726980d84
2024-07-09 19:26:08.125  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0fb4f376-8345-477a-ae3f-6e87884f746a: Amount of 448 has been received from Account number c74a9ded-0bdf-4b4c-a83f-ff1069c40599
2024-07-09 19:26:08.125  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of b83a3cf6-25d7-4e22-a9bb-755631f84b8b: Amount of 710 has to sent to Account number 2796fc45-9f2a-44be-9141-f7738157df59
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 88d55377-4232-4058-bddc-a7f915cbe552: Amount of 476 has to sent to Account number 2b92c470-9e6f-4b5f-a7b2-b0cffc158b04
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 04e218f5-db0b-4256-be23-cc375d1ec6c8: Amount of 875 has to sent to Account number cbf4b8b8-07c7-4186-8ce3-442543f59e27
2024-07-09 19:26:08.125  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b51a677-e32d-4e86-ab23-8beb70922166: Amount of 699 has to sent to Account number 29746b63-0ad1-4bb9-8088-96985acbe023
2024-07-09 19:26:08.125  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 76a5698a-c93f-4480-ad05-ca68718d9b2b: Amount of 240 has been received from Account number b42f114b-06cd-432e-ac3e-c41cc648b799
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b92c470-9e6f-4b5f-a7b2-b0cffc158b04: Amount of 476 has been received from Account number 88d55377-4232-4058-bddc-a7f915cbe552
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 29746b63-0ad1-4bb9-8088-96985acbe023: Amount of 699 has been received from Account number 6b51a677-e32d-4e86-ab23-8beb70922166
2024-07-09 19:26:08.125  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of c591488e-83b1-4fde-b6e5-baaa741e04a7: Amount of 855 has been received from Account number 42e24e2e-e0aa-4b7c-8026-927836d3fcb0
2024-07-09 19:26:08.125  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53c78871-1f50-46c7-af21-f3504efe0f8c: Amount of 308 has to sent to Account number e8a3b345-2d19-4a33-a2d9-a3b34d0f1c68
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of b1df917d-0ac9-4ef8-826e-be4a6cc7b00b: Amount of 647 has to sent to Account number 25d04b5b-451d-4cc4-af83-8522008e5d12
2024-07-09 19:26:08.125  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 723d69e4-5338-40d3-b0a1-7aea941c5016: Amount of 967 has to sent to Account number 3fa93d21-cdab-400b-b240-8952091c5f5c
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25d04b5b-451d-4cc4-af83-8522008e5d12: Amount of 647 has been received from Account number b1df917d-0ac9-4ef8-826e-be4a6cc7b00b
2024-07-09 19:26:08.125  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 293c53f2-b1e7-42de-b334-2cac8f6ce3a8: Amount of 123 has been received from Account number 1cb5d4a1-7c04-44f4-8481-89337753424b
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of f64028ba-409b-4708-b31d-677354f87e2e: Amount of 110 has to sent to Account number be02285a-4930-4bf9-a82c-616b91f7c719
2024-07-09 19:26:08.125  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9dffa0c7-e6ca-4256-b379-1a24c8a5e482: Amount of 693 has been received from Account number bae9ec36-ec0a-4651-aebc-da3155aa5afc
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of be02285a-4930-4bf9-a82c-616b91f7c719: Amount of 110 has been received from Account number f64028ba-409b-4708-b31d-677354f87e2e
2024-07-09 19:26:08.125  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of b4e6e048-f013-43be-9836-fcbd7e012dd9: Amount of 595 has to sent to Account number c823662a-b8fc-4aa5-b33f-02c901ce6dcb
2024-07-09 19:26:08.125  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98e4a57b-6b4d-4936-9dba-9b3ba041d552: Amount of 116 has to sent to Account number 2363d01e-e933-485a-b502-ed21cb0e2222
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of c823662a-b8fc-4aa5-b33f-02c901ce6dcb: Amount of 595 has been received from Account number b4e6e048-f013-43be-9836-fcbd7e012dd9
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 43bbedb5-bd4a-492b-ab1d-6c5c0e21d37f: Amount of 130 has to sent to Account number 11b2f3ad-dcbc-4bcb-be4a-0c4332666c94
2024-07-09 19:26:08.125  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9652769f-5f98-478e-a9bd-3751a886077e: Amount of 765 has been received from Account number a25b1e6d-2f69-441d-bb91-7ce1074199fb
2024-07-09 19:26:08.125  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0700261e-c095-4726-b649-5c6b351cd905: Amount of 608 has been received from Account number 36e9a31d-d4dd-427a-99f4-570075b39142
2024-07-09 19:26:08.125  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of e90853b7-d4ad-453c-95e9-86c6ee50c7d4: Amount of 144 has been received from Account number 1c8377b5-2fd6-4bec-87c7-9c19d16814b7
2024-07-09 19:26:08.125  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of c1880936-e43d-4a2b-9531-cf443e27e43b: Amount of 309 has to sent to Account number cbae2357-f449-4cc5-be4b-64127b93e021
2024-07-09 19:26:08.125  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 204ca53b-1391-4ac0-828d-a853d6a2df3f: Amount of 584 has been received from Account number 6bf3a752-f066-420c-9406-e38ecd351ec8
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of cbae2357-f449-4cc5-be4b-64127b93e021: Amount of 309 has been received from Account number c1880936-e43d-4a2b-9531-cf443e27e43b
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed3d8704-5d0c-4d1e-926f-64ce81e3df2a: Amount of 3 has to sent to Account number 07ead665-831c-4de6-8a39-5647164d3c68
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6403c4fe-c9f0-4451-889c-5183b629762f: Amount of 395 has to sent to Account number b584fe77-9661-4187-99cd-abfec5af8438
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3570f2c6-884c-4642-aa9c-49b726980d84: Amount of 623 has been received from Account number 67d9ad5f-11a5-42cc-a2dc-56d4458b79c6
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 07ead665-831c-4de6-8a39-5647164d3c68: Amount of 3 has been received from Account number ed3d8704-5d0c-4d1e-926f-64ce81e3df2a
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of b584fe77-9661-4187-99cd-abfec5af8438: Amount of 395 has been received from Account number 6403c4fe-c9f0-4451-889c-5183b629762f
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of c137ff69-c593-4ccf-9a21-9d4a93177578: Amount of 411 has to sent to Account number 8067cde2-05be-4d80-8e11-1f8679dfaaff
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2796fc45-9f2a-44be-9141-f7738157df59: Amount of 710 has been received from Account number b83a3cf6-25d7-4e22-a9bb-755631f84b8b
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 627684ff-ec61-4432-bc20-3616e8b1e3b6: Amount of 83 has to sent to Account number fdb75466-a48a-4ca5-8375-5c93113a84a9
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of cbf4b8b8-07c7-4186-8ce3-442543f59e27: Amount of 875 has been received from Account number 04e218f5-db0b-4256-be23-cc375d1ec6c8
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0627ea27-ac58-4de2-a2ea-981a292cca37: Amount of 187 has to sent to Account number a6907b05-cce7-4b5a-bd89-c89d7363b70e
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of d17cff09-c27e-4ef1-ab67-da8bd26e681a: Amount of 517 has to sent to Account number 1cb5894b-c780-4cfe-a01d-18618c1f3de1
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0792c396-2cec-414f-b437-338ccef8f8a0: Amount of 501 has to sent to Account number 39a41379-52af-4b17-bfc1-9c5db6483462
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of e8a3b345-2d19-4a33-a2d9-a3b34d0f1c68: Amount of 308 has been received from Account number 53c78871-1f50-46c7-af21-f3504efe0f8c
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 39a41379-52af-4b17-bfc1-9c5db6483462: Amount of 501 has been received from Account number 0792c396-2cec-414f-b437-338ccef8f8a0
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3fa93d21-cdab-400b-b240-8952091c5f5c: Amount of 967 has been received from Account number 723d69e4-5338-40d3-b0a1-7aea941c5016
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77489c06-100d-440b-8062-fd4f930f258b: Amount of 703 has to sent to Account number 3a10a7fd-5162-4986-8ada-6c017f037f72
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 33787abb-ea1e-475b-86e4-cc0a5e04224c: Amount of 738 has to sent to Account number 35e0b2e3-3289-467f-bc07-3bb36ca22c9b
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a10a7fd-5162-4986-8ada-6c017f037f72: Amount of 703 has been received from Account number 77489c06-100d-440b-8062-fd4f930f258b
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2613a075-0fad-4440-a0c6-59ab10a7145f: Amount of 465 has to sent to Account number e1ab23d9-613e-4950-bfd8-a46a72489a13
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 35e0b2e3-3289-467f-bc07-3bb36ca22c9b: Amount of 738 has been received from Account number 33787abb-ea1e-475b-86e4-cc0a5e04224c
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 31fedd11-0f20-4228-906b-eded0a7fabcd: Amount of 817 has to sent to Account number 451e9cae-8217-4b95-99f2-cf6b8e4d580b
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 806dad67-a09d-423b-a8b5-503f7b00b785: Amount of 528 has to sent to Account number 6bbc6587-ae92-445c-a259-816188cd11ae
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 60a70cc2-111c-4232-8f5d-dd392859b163: Amount of 84 has to sent to Account number d2ab0bf9-9130-4e45-99ba-819c620adde9
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2363d01e-e933-485a-b502-ed21cb0e2222: Amount of 116 has been received from Account number 98e4a57b-6b4d-4936-9dba-9b3ba041d552
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2ab0bf9-9130-4e45-99ba-819c620adde9: Amount of 84 has been received from Account number 60a70cc2-111c-4232-8f5d-dd392859b163
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 08549c8b-6ae6-461f-a8ba-e231f6b1bbbe: Amount of 712 has to sent to Account number 75d76953-537e-471c-99b1-d2874d6b99e9
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 11b2f3ad-dcbc-4bcb-be4a-0c4332666c94: Amount of 130 has been received from Account number 43bbedb5-bd4a-492b-ab1d-6c5c0e21d37f
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b3265f2-6a82-4add-ab11-b9d4a9e2155d: Amount of 750 has to sent to Account number 576e615c-bf4d-474c-a23d-ac4246ba8c2b
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 75d76953-537e-471c-99b1-d2874d6b99e9: Amount of 712 has been received from Account number 08549c8b-6ae6-461f-a8ba-e231f6b1bbbe
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 576e615c-bf4d-474c-a23d-ac4246ba8c2b: Amount of 750 has been received from Account number 2b3265f2-6a82-4add-ab11-b9d4a9e2155d
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2c3a1cc-ca8c-44f5-b867-161b5a8b41f6: Amount of 130 has to sent to Account number e2b84e16-ffe4-4eb6-ab8c-e22a61ed5dae
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of f51188b1-6242-4439-8dac-c74127c8623d: Amount of 554 has to sent to Account number feb6d34d-3718-4edf-bd3c-553c8c6ed0f5
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of e2b84e16-ffe4-4eb6-ab8c-e22a61ed5dae: Amount of 130 has been received from Account number d2c3a1cc-ca8c-44f5-b867-161b5a8b41f6
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of feb6d34d-3718-4edf-bd3c-553c8c6ed0f5: Amount of 554 has been received from Account number f51188b1-6242-4439-8dac-c74127c8623d
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5eb78910-159d-40b9-8232-594d3fa7ea6b: Amount of 549 has to sent to Account number f39b52fd-9eba-49c0-a6e1-b56e6da0a15a
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 23d61e94-b461-4490-839d-dcc0e1645540: Amount of 565 has to sent to Account number aef21d4d-19a9-4035-8779-4a297550e054
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4dc1a309-731a-49ef-9af4-bb5195096901: Amount of 710 has to sent to Account number 989ae417-c0ab-45e6-976e-6659f86e0486
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4f6d32a-da3f-4f81-9a88-3efdb8a80493: Amount of 650 has to sent to Account number c8113ec0-25a9-4a6a-ac03-5612a7045daf
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 989ae417-c0ab-45e6-976e-6659f86e0486: Amount of 710 has been received from Account number 4dc1a309-731a-49ef-9af4-bb5195096901
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c77dc70-75f6-4561-9746-0717f295aa73: Amount of 868 has to sent to Account number 8435ee61-782b-42b9-a219-660b448d12fa
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of cae9c741-2ff8-4945-83f7-aadff3832078: Amount of 631 has to sent to Account number fab9d712-a23b-4d29-91ca-6686d69ab025
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8435ee61-782b-42b9-a219-660b448d12fa: Amount of 868 has been received from Account number 5c77dc70-75f6-4561-9746-0717f295aa73
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 084a34e8-de55-4378-b15d-9c7f683861cf: Amount of 339 has to sent to Account number 51e386f7-32ee-4830-8989-f901041acc9b
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of fab9d712-a23b-4d29-91ca-6686d69ab025: Amount of 631 has been received from Account number cae9c741-2ff8-4945-83f7-aadff3832078
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 51e386f7-32ee-4830-8989-f901041acc9b: Amount of 339 has been received from Account number 084a34e8-de55-4378-b15d-9c7f683861cf
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7d6c2be6-47fb-4485-9135-47cf5467379f: Amount of 549 has to sent to Account number 5eef2baa-cff5-4e08-a29c-92d4d37c9816
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8067cde2-05be-4d80-8e11-1f8679dfaaff: Amount of 411 has been received from Account number c137ff69-c593-4ccf-9a21-9d4a93177578
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of fdb75466-a48a-4ca5-8375-5c93113a84a9: Amount of 83 has been received from Account number 627684ff-ec61-4432-bc20-3616e8b1e3b6
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5ac677b4-9683-4689-a412-66d21d792b7c: Amount of 349 has to sent to Account number 52d9a8b5-7fe3-4528-9657-9355dd1b22c1
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a6907b05-cce7-4b5a-bd89-c89d7363b70e: Amount of 187 has been received from Account number 0627ea27-ac58-4de2-a2ea-981a292cca37
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 52d9a8b5-7fe3-4528-9657-9355dd1b22c1: Amount of 349 has been received from Account number 5ac677b4-9683-4689-a412-66d21d792b7c
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6ad049e7-d5b4-4abd-9152-fe36f689963c: Amount of 370 has to sent to Account number fa1e07dc-fb35-4bf3-aa67-281ac67b00e1
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1cb5894b-c780-4cfe-a01d-18618c1f3de1: Amount of 517 has been received from Account number d17cff09-c27e-4ef1-ab67-da8bd26e681a
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 41b4a0d7-7372-4ef9-8720-8140b8e370e2: Amount of 681 has to sent to Account number ae234504-9447-44df-81c3-b2a419b2fae1
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of e1ab23d9-613e-4950-bfd8-a46a72489a13: Amount of 465 has been received from Account number 2613a075-0fad-4440-a0c6-59ab10a7145f
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 451e9cae-8217-4b95-99f2-cf6b8e4d580b: Amount of 817 has been received from Account number 31fedd11-0f20-4228-906b-eded0a7fabcd
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6bbc6587-ae92-445c-a259-816188cd11ae: Amount of 528 has been received from Account number 806dad67-a09d-423b-a8b5-503f7b00b785
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 705bb791-b5c1-4450-bdc9-0c66703adf74: Amount of 948 has to sent to Account number a2189e1b-b00f-4c8c-8bae-9026b67b94cb
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0156d8cc-f48f-4713-9bbf-635868d87f2c: Amount of 615 has to sent to Account number 0f62b017-b13d-4162-b3b8-e5cfd0252222
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of a2189e1b-b00f-4c8c-8bae-9026b67b94cb: Amount of 948 has been received from Account number 705bb791-b5c1-4450-bdc9-0c66703adf74
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of f29521f6-ea4d-499d-bbc7-c4f2b95495f4: Amount of 937 has to sent to Account number e72491a5-f065-4df5-85b0-ca4a6198372a
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e91f0a8-005e-46d2-83b2-5c08b2623dd5: Amount of 637 has to sent to Account number b13e9379-3310-4b9c-854b-b2d51b6134d9
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0f62b017-b13d-4162-b3b8-e5cfd0252222: Amount of 615 has been received from Account number 0156d8cc-f48f-4713-9bbf-635868d87f2c
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of bbd4ca9b-84b0-4079-b879-f18f91747b8d: Amount of 585 has to sent to Account number 008ffe1d-fd9c-4ca1-b069-9ba03589cfb6
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 65a99583-1d89-4453-a041-90f67044ed28: Amount of 284 has to sent to Account number 4b3542cd-44c3-49ab-9624-516eab56e2c2
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of f39b52fd-9eba-49c0-a6e1-b56e6da0a15a: Amount of 549 has been received from Account number 5eb78910-159d-40b9-8232-594d3fa7ea6b
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4b3542cd-44c3-49ab-9624-516eab56e2c2: Amount of 284 has been received from Account number 65a99583-1d89-4453-a041-90f67044ed28
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of aef21d4d-19a9-4035-8779-4a297550e054: Amount of 565 has been received from Account number 23d61e94-b461-4490-839d-dcc0e1645540
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of c8113ec0-25a9-4a6a-ac03-5612a7045daf: Amount of 650 has been received from Account number a4f6d32a-da3f-4f81-9a88-3efdb8a80493
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 00ad67a1-be4d-42a4-85b4-e5feed327431: Amount of 644 has to sent to Account number 40ca3128-a2b4-49b7-a403-07a9a6ca5713
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3dee445a-ff18-4b84-b55b-6a65981790a4: Amount of 292 has to sent to Account number d1293ae9-203f-4054-877c-5577cf6103b5
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of b12befde-7891-4c9a-b947-7dfd29de984a: Amount of 958 has to sent to Account number dae3651c-0dc8-4b9e-8c2b-20b8119a453c
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac60c050-a29c-45e9-bd38-c2842100545a: Amount of 817 has to sent to Account number 885473be-2957-4a26-988b-b7c0e97425e9
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5eef2baa-cff5-4e08-a29c-92d4d37c9816: Amount of 549 has been received from Account number 7d6c2be6-47fb-4485-9135-47cf5467379f
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of d1293ae9-203f-4054-877c-5577cf6103b5: Amount of 292 has been received from Account number 3dee445a-ff18-4b84-b55b-6a65981790a4
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 825fcf95-7c53-4d78-875b-189398f716d4: Amount of 958 has to sent to Account number 16f631ac-d852-4b35-a65d-d7859783f7f4
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of dae3651c-0dc8-4b9e-8c2b-20b8119a453c: Amount of 958 has been received from Account number b12befde-7891-4c9a-b947-7dfd29de984a
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of f6fce586-22a3-4b3d-af59-a9bd91acbd45: Amount of 857 has to sent to Account number e9c15ef0-7e9a-4b9a-a7ac-99ed21483207
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22589597-3344-447b-adcc-4d1d4cf17022: Amount of 272 has to sent to Account number 06938f08-0c7d-4b01-a523-4f6c0f1b97dc
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9fb62a6-8d13-4495-9cf4-c28f2130f8d8: Amount of 668 has to sent to Account number dcaa8a16-54a5-4f7e-88e8-7cab948b3aa9
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of f9011e16-d4fd-4596-941d-76f22caf7db9: Amount of 90 has to sent to Account number 8c0f8975-af28-4331-9009-97deb4d517cc
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7664ace8-c93f-4476-89bd-a7784bd30b69: Amount of 378 has to sent to Account number f1769f16-def4-4bf8-bf77-9b69ec9a6c65
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa1e07dc-fb35-4bf3-aa67-281ac67b00e1: Amount of 370 has been received from Account number 6ad049e7-d5b4-4abd-9152-fe36f689963c
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c0f8975-af28-4331-9009-97deb4d517cc: Amount of 90 has been received from Account number f9011e16-d4fd-4596-941d-76f22caf7db9
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3085d4fd-8be2-4121-84fa-d164724dd27d: Amount of 155 has to sent to Account number 9baa26ff-ca4b-46c2-a9b4-bb10eb6d5e32
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae234504-9447-44df-81c3-b2a419b2fae1: Amount of 681 has been received from Account number 41b4a0d7-7372-4ef9-8720-8140b8e370e2
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 993ffada-0c2c-4d32-80ca-66e6b0abfe7a: Amount of 694 has to sent to Account number b290e31c-f90d-496d-844d-c63d62531a5d
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of e72491a5-f065-4df5-85b0-ca4a6198372a: Amount of 937 has been received from Account number f29521f6-ea4d-499d-bbc7-c4f2b95495f4
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of b290e31c-f90d-496d-844d-c63d62531a5d: Amount of 694 has been received from Account number 993ffada-0c2c-4d32-80ca-66e6b0abfe7a
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of b13e9379-3310-4b9c-854b-b2d51b6134d9: Amount of 637 has been received from Account number 0e91f0a8-005e-46d2-83b2-5c08b2623dd5
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 008ffe1d-fd9c-4ca1-b069-9ba03589cfb6: Amount of 585 has been received from Account number bbd4ca9b-84b0-4079-b879-f18f91747b8d
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 336ba972-b209-4a92-8947-c1fdcfc7efbd: Amount of 71 has to sent to Account number 19935588-04c9-4ef9-8158-1022b3075c4b
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0d0583be-e3e7-4955-aee7-ac5048fd5be4: Amount of 523 has to sent to Account number d7fe9680-9ed5-4837-a8bf-0d7f03cf5975
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 130c5716-00f6-4cd5-af4e-c36f22b2c15e: Amount of 308 has to sent to Account number efcc54e0-8245-467a-9281-e5c0040ffd28
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of d733ada8-5139-4aae-b696-39ada063a717: Amount of 337 has to sent to Account number 2266ba9d-0179-4dcc-ae8c-2cecc99078f7
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of aa2992f8-4b47-4e0f-8096-98e77f62dfc6: Amount of 651 has to sent to Account number a89279b8-e603-46e2-973e-f1f833e91116
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2266ba9d-0179-4dcc-ae8c-2cecc99078f7: Amount of 337 has been received from Account number d733ada8-5139-4aae-b696-39ada063a717
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1b089481-dbdd-4025-9cd4-89ed33ec2aa6: Amount of 69 has to sent to Account number 7d4efc6e-fcb9-43ab-936d-5bf0b2fde189
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 40ca3128-a2b4-49b7-a403-07a9a6ca5713: Amount of 644 has been received from Account number 00ad67a1-be4d-42a4-85b4-e5feed327431
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 885473be-2957-4a26-988b-b7c0e97425e9: Amount of 817 has been received from Account number ac60c050-a29c-45e9-bd38-c2842100545a
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64769c43-4a3b-4c15-a885-15202ce70243: Amount of 766 has to sent to Account number 13110e6d-1c7d-4861-a774-9396d0ed1416
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7d4efc6e-fcb9-43ab-936d-5bf0b2fde189: Amount of 69 has been received from Account number 1b089481-dbdd-4025-9cd4-89ed33ec2aa6
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 16f631ac-d852-4b35-a65d-d7859783f7f4: Amount of 958 has been received from Account number 825fcf95-7c53-4d78-875b-189398f716d4
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of d665a140-0375-4f94-b16b-1b1266594025: Amount of 129 has to sent to Account number b5c3bd72-b99a-471b-b910-f65ad7ec627c
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f1940fab-0f97-4f66-9c2f-ad8ad73d3a21: Amount of 705 has to sent to Account number 765a6629-1c55-4a88-9421-af9cdbbb3c79
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of b5c3bd72-b99a-471b-b910-f65ad7ec627c: Amount of 129 has been received from Account number d665a140-0375-4f94-b16b-1b1266594025
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 765a6629-1c55-4a88-9421-af9cdbbb3c79: Amount of 705 has been received from Account number f1940fab-0f97-4f66-9c2f-ad8ad73d3a21
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of e9c15ef0-7e9a-4b9a-a7ac-99ed21483207: Amount of 857 has been received from Account number f6fce586-22a3-4b3d-af59-a9bd91acbd45
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 822d6b28-7ec4-41da-bda7-443273328db3: Amount of 634 has to sent to Account number ee40a469-b170-43ac-944e-f4343ff40162
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of dcaa8a16-54a5-4f7e-88e8-7cab948b3aa9: Amount of 668 has been received from Account number a9fb62a6-8d13-4495-9cf4-c28f2130f8d8
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee40a469-b170-43ac-944e-f4343ff40162: Amount of 634 has been received from Account number 822d6b28-7ec4-41da-bda7-443273328db3
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 35b68a54-bbe7-49a4-8051-5fc15bd96ca8: Amount of 262 has to sent to Account number 65013b87-2eda-47e8-b5e9-109dbc89e691
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 06938f08-0c7d-4b01-a523-4f6c0f1b97dc: Amount of 272 has been received from Account number 22589597-3344-447b-adcc-4d1d4cf17022
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of f1769f16-def4-4bf8-bf77-9b69ec9a6c65: Amount of 378 has been received from Account number 7664ace8-c93f-4476-89bd-a7784bd30b69
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 05d92fc4-9de0-412b-82a1-030b34d679c1: Amount of 381 has to sent to Account number 0187da3b-752e-487b-bbac-16b59a729091
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 516411b8-30a0-4343-a4fe-69410361ab7d: Amount of 83 has to sent to Account number 164767a0-b3d4-4e5c-b38a-98be981f71c1
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0187da3b-752e-487b-bbac-16b59a729091: Amount of 381 has been received from Account number 05d92fc4-9de0-412b-82a1-030b34d679c1
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae0be87b-13ab-46b8-88cc-14c80441f0d6: Amount of 19 has to sent to Account number f3f11b6e-1331-4c0d-ac9c-b7664535459c
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2924156e-424e-46d2-9444-90f9f486c438: Amount of 870 has to sent to Account number 3181cbae-3ee1-4fc2-81f7-52ca00ae1afc
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 717df37f-e884-408e-ab75-3d6c09ac194e: Amount of 398 has to sent to Account number a5d90db9-c5f2-45f3-8eae-f6f0b276d0c9
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3181cbae-3ee1-4fc2-81f7-52ca00ae1afc: Amount of 870 has been received from Account number 2924156e-424e-46d2-9444-90f9f486c438
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a5d90db9-c5f2-45f3-8eae-f6f0b276d0c9: Amount of 398 has been received from Account number 717df37f-e884-408e-ab75-3d6c09ac194e
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 185e33f6-b7d3-4d4a-b384-4d16f5560814: Amount of 682 has to sent to Account number ac016c27-362e-4770-9810-f33f70b01e4e
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 06af4349-b84e-45e6-a0b4-61aa07494113: Amount of 312 has to sent to Account number 467eac4d-6f2b-4494-b114-48fac4980cea
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9baa26ff-ca4b-46c2-a9b4-bb10eb6d5e32: Amount of 155 has been received from Account number 3085d4fd-8be2-4121-84fa-d164724dd27d
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1139c317-0f94-4e58-b5c6-7342a1ce6856: Amount of 879 has to sent to Account number a23d12c3-1ed9-4c30-bbff-e85ae5b4c83b
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 19935588-04c9-4ef9-8158-1022b3075c4b: Amount of 71 has been received from Account number 336ba972-b209-4a92-8947-c1fdcfc7efbd
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of a23d12c3-1ed9-4c30-bbff-e85ae5b4c83b: Amount of 879 has been received from Account number 1139c317-0f94-4e58-b5c6-7342a1ce6856
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4b56c662-f767-4f28-bddb-368e2ad4e221: Amount of 185 has to sent to Account number 9909099c-ccd6-4f2d-bc5a-79867b78e207
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of efcc54e0-8245-467a-9281-e5c0040ffd28: Amount of 308 has been received from Account number 130c5716-00f6-4cd5-af4e-c36f22b2c15e
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of f97597a1-ffe9-4985-81d7-c27018275569: Amount of 453 has to sent to Account number 406e57a2-9392-4c48-9b71-48a78791729e
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of cfe47517-9386-49f1-888e-612eee75b8c3: Amount of 860 has to sent to Account number 9a3557b5-a0f3-4183-aeff-744ba62e2298
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of d7fe9680-9ed5-4837-a8bf-0d7f03cf5975: Amount of 523 has been received from Account number 0d0583be-e3e7-4955-aee7-ac5048fd5be4
2024-07-09 19:26:08.129  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of a89279b8-e603-46e2-973e-f1f833e91116: Amount of 651 has been received from Account number aa2992f8-4b47-4e0f-8096-98e77f62dfc6
2024-07-09 19:26:08.129  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of abdff4db-6fec-46e1-bd8c-4a46e6a7b3da: Amount of 249 has to sent to Account number 3ce4e903-3404-4e19-a59b-0bb636f0914c
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6f57158b-28c6-4d17-82a3-55e7f1767a87: Amount of 713 has to sent to Account number ad21cae8-b9d6-43f1-971f-823748700d7c
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ce4e903-3404-4e19-a59b-0bb636f0914c: Amount of 249 has been received from Account number abdff4db-6fec-46e1-bd8c-4a46e6a7b3da
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of e451e7b8-d7f1-4c5f-86a5-664dd8dbc78c: Amount of 273 has to sent to Account number a724153f-91da-4a9e-ab4e-dfcff4068693
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6845eecb-ba5f-4649-aa98-d30d7043d5f1: Amount of 210 has to sent to Account number 235e093d-546a-4b89-b2d6-8180d32cf843
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of a724153f-91da-4a9e-ab4e-dfcff4068693: Amount of 273 has been received from Account number e451e7b8-d7f1-4c5f-86a5-664dd8dbc78c
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 13110e6d-1c7d-4861-a774-9396d0ed1416: Amount of 766 has been received from Account number 64769c43-4a3b-4c15-a885-15202ce70243
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2003ea50-a54e-456b-b9c7-c86f7405712d: Amount of 797 has to sent to Account number 09593990-ee02-48c7-a876-c4f412b1d9a2
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 09c660a3-8b4c-4dc2-9eea-c8299b8940e2: Amount of 611 has to sent to Account number 5ac6f0c4-6789-4d0d-9e97-720727960d20
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 09593990-ee02-48c7-a876-c4f412b1d9a2: Amount of 797 has been received from Account number 2003ea50-a54e-456b-b9c7-c86f7405712d
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 09ea522a-3a47-43dc-afb2-f4d1a1c73676: Amount of 717 has to sent to Account number e6dfbb93-d7e2-44b2-b39d-c2a5e444a21a
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5ac6f0c4-6789-4d0d-9e97-720727960d20: Amount of 611 has been received from Account number 09c660a3-8b4c-4dc2-9eea-c8299b8940e2
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of e6dfbb93-d7e2-44b2-b39d-c2a5e444a21a: Amount of 717 has been received from Account number 09ea522a-3a47-43dc-afb2-f4d1a1c73676
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 65013b87-2eda-47e8-b5e9-109dbc89e691: Amount of 262 has been received from Account number 35b68a54-bbe7-49a4-8051-5fc15bd96ca8
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2316cf5e-2794-4d24-b78c-d1987537052b: Amount of 921 has to sent to Account number e063126d-4d88-4238-a66f-7932a1e61369
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of e10a2c91-e98b-486e-9736-bf0dd1b9a199: Amount of 178 has to sent to Account number b8649e65-bf67-4bcc-9752-6601b0cf064d
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9f035622-962f-4ca5-ad8b-fccfb74058a7: Amount of 902 has to sent to Account number c8db7f65-8903-4453-b6ce-3097561c2cef
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of b8649e65-bf67-4bcc-9752-6601b0cf064d: Amount of 178 has been received from Account number e10a2c91-e98b-486e-9736-bf0dd1b9a199
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 164767a0-b3d4-4e5c-b38a-98be981f71c1: Amount of 83 has been received from Account number 516411b8-30a0-4343-a4fe-69410361ab7d
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c8db7f65-8903-4453-b6ce-3097561c2cef: Amount of 902 has been received from Account number 9f035622-962f-4ca5-ad8b-fccfb74058a7
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of bbf8be12-fea3-4208-80ec-381d6284a165: Amount of 751 has to sent to Account number 5ab3ec38-cc3a-4a3c-8648-764e3dc068da
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5ab3ec38-cc3a-4a3c-8648-764e3dc068da: Amount of 751 has been received from Account number bbf8be12-fea3-4208-80ec-381d6284a165
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a544604-be03-45b8-a1d0-31ec1f39a84f: Amount of 674 has to sent to Account number a8274a9a-3931-4f50-8ae8-72426e115a8c
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of f3f11b6e-1331-4c0d-ac9c-b7664535459c: Amount of 19 has been received from Account number ae0be87b-13ab-46b8-88cc-14c80441f0d6
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 284c9855-beaf-4097-b579-55bdff17573e: Amount of 166 has to sent to Account number 978a50d7-546d-47fe-ab6b-bdeb5ec7ffad
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1559b891-5edf-41bd-9f18-c30cd3cdd65d: Amount of 295 has to sent to Account number 710efef1-26e0-427f-9fd3-ca4ff25a518f
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 978a50d7-546d-47fe-ab6b-bdeb5ec7ffad: Amount of 166 has been received from Account number 284c9855-beaf-4097-b579-55bdff17573e
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4b8c90dc-6ac7-4ffa-80ec-37cf94976a7d: Amount of 527 has to sent to Account number 7ff2ab29-f6f9-44eb-b38f-d251ea8ac0e0
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 467eac4d-6f2b-4494-b114-48fac4980cea: Amount of 312 has been received from Account number 06af4349-b84e-45e6-a0b4-61aa07494113
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ff2ab29-f6f9-44eb-b38f-d251ea8ac0e0: Amount of 527 has been received from Account number 4b8c90dc-6ac7-4ffa-80ec-37cf94976a7d
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac016c27-362e-4770-9810-f33f70b01e4e: Amount of 682 has been received from Account number 185e33f6-b7d3-4d4a-b384-4d16f5560814
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9dadfa5a-9d13-4cea-8235-21d813d8b520: Amount of 491 has to sent to Account number cb8e4f5a-fdef-484c-bb04-a3d6c167f875
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 156f45a9-0884-4ca9-96eb-2a0914bef9ee: Amount of 59 has to sent to Account number 0b37baa8-44ca-4d7d-9fc7-c71b959f276b
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of cb8e4f5a-fdef-484c-bb04-a3d6c167f875: Amount of 491 has been received from Account number 9dadfa5a-9d13-4cea-8235-21d813d8b520
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 28b45cfb-6ece-41eb-83c9-b17f72428740: Amount of 318 has to sent to Account number 4eda478c-ca59-4468-9cf3-755e4e2566cf
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b96ddfe-9085-4d89-932b-0d9391c58aba: Amount of 597 has to sent to Account number 90428a96-828e-4d80-90f2-937e73c5c204
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 399a9cb0-eb5c-4b20-aa38-bb414dda7af4: Amount of 947 has to sent to Account number baf85f14-21e9-4c9a-98d1-6b9b6dd8b551
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4eda478c-ca59-4468-9cf3-755e4e2566cf: Amount of 318 has been received from Account number 28b45cfb-6ece-41eb-83c9-b17f72428740
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90428a96-828e-4d80-90f2-937e73c5c204: Amount of 597 has been received from Account number 7b96ddfe-9085-4d89-932b-0d9391c58aba
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 616ce30c-dd78-404b-be04-af70127e8203: Amount of 757 has to sent to Account number 0a162490-d224-44fa-bbd9-e36ac34b0ce7
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4b6adb6f-d7b3-4362-b8dd-7006419070c2: Amount of 977 has to sent to Account number e2ac1cf5-acf3-45c5-ae1a-2f301e5a7d17
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9909099c-ccd6-4f2d-bc5a-79867b78e207: Amount of 185 has been received from Account number 4b56c662-f767-4f28-bddb-368e2ad4e221
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a162490-d224-44fa-bbd9-e36ac34b0ce7: Amount of 757 has been received from Account number 616ce30c-dd78-404b-be04-af70127e8203
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 406e57a2-9392-4c48-9b71-48a78791729e: Amount of 453 has been received from Account number f97597a1-ffe9-4985-81d7-c27018275569
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9a3557b5-a0f3-4183-aeff-744ba62e2298: Amount of 860 has been received from Account number cfe47517-9386-49f1-888e-612eee75b8c3
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 44ee94ea-20e6-436e-b2ce-5a0f604f2d1d: Amount of 904 has to sent to Account number 1181abd9-da77-4c9e-bf48-62d71b8b1d8b
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8fa4215-4868-4cf5-b1ae-da1129b33837: Amount of 79 has to sent to Account number d44d92a2-2ca9-45f6-b58c-1f206285a838
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of c239482e-6f2d-46d0-914d-ed3162222ba0: Amount of 820 has to sent to Account number c8453bd8-54da-4393-b763-33e220cb2ac7
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 89d41149-d410-4804-b48a-2f985d78e7ec: Amount of 642 has to sent to Account number c6a41459-a538-4961-b724-2730626098ca
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1181abd9-da77-4c9e-bf48-62d71b8b1d8b: Amount of 904 has been received from Account number 44ee94ea-20e6-436e-b2ce-5a0f604f2d1d
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of c8453bd8-54da-4393-b763-33e220cb2ac7: Amount of 820 has been received from Account number c239482e-6f2d-46d0-914d-ed3162222ba0
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of eeda398d-14e5-40f4-a213-2be32598308b: Amount of 386 has to sent to Account number 9119063d-6cf8-4c31-96f7-dc002285099e
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9119063d-6cf8-4c31-96f7-dc002285099e: Amount of 386 has been received from Account number eeda398d-14e5-40f4-a213-2be32598308b
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ad21cae8-b9d6-43f1-971f-823748700d7c: Amount of 713 has been received from Account number 6f57158b-28c6-4d17-82a3-55e7f1767a87
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9fedb59f-975f-4d7c-9822-74fde1919c9f: Amount of 821 has to sent to Account number 4e361cba-9dbf-497e-9aa0-2b22b66ba688
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9a7410a6-ede2-474f-b1e0-3305e89ee616: Amount of 657 has to sent to Account number a1ca0934-b260-4594-8c64-f6f2505aa1ba
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of d0135907-25f9-4d0d-8588-9db740d55101: Amount of 996 has to sent to Account number eca902d2-4f1d-43ce-a3e1-5363224bc03b
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c739f3e-7b32-4f46-89d8-65cfde8a48a5: Amount of 95 has to sent to Account number c14bdc57-3a11-471d-a784-b27b3ec72666
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of e83288ca-7f2b-4906-ac57-75a2637a6f7f: Amount of 785 has to sent to Account number 774169c4-77e9-4ca2-bdab-a6932792b959
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 235e093d-546a-4b89-b2d6-8180d32cf843: Amount of 210 has been received from Account number 6845eecb-ba5f-4649-aa98-d30d7043d5f1
2024-07-09 19:26:08.134  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of a1ca0934-b260-4594-8c64-f6f2505aa1ba: Amount of 657 has been received from Account number 9a7410a6-ede2-474f-b1e0-3305e89ee616
2024-07-09 19:26:08.134  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of eca902d2-4f1d-43ce-a3e1-5363224bc03b: Amount of 996 has been received from Account number d0135907-25f9-4d0d-8588-9db740d55101
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7bb922b8-d0e9-45c0-8e52-a94c40bccf52: Amount of 913 has to sent to Account number 5a9ebd91-fcf4-4bc9-949e-2dd7633189b4
2024-07-09 19:26:08.134  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6f75a8aa-f558-44de-a87c-9d9393d1c261: Amount of 235 has to sent to Account number baed2b4b-d0d9-43b6-bdbb-b432124c04a7
2024-07-09 19:26:08.134  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6b5dd06-28bc-4377-b6a4-1514a5eea71a: Amount of 806 has to sent to Account number 1155d1a7-5450-445d-9083-ca30b2d5f775
2024-07-09 19:26:08.134  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of c14bdc57-3a11-471d-a784-b27b3ec72666: Amount of 95 has been received from Account number 5c739f3e-7b32-4f46-89d8-65cfde8a48a5
2024-07-09 19:26:08.134  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1155d1a7-5450-445d-9083-ca30b2d5f775: Amount of 806 has been received from Account number d6b5dd06-28bc-4377-b6a4-1514a5eea71a
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 59c10e4e-deeb-49bd-8bba-bcddf08e090a: Amount of 591 has to sent to Account number 7f747d70-6e83-4f85-9ae5-d68211f7b333
2024-07-09 19:26:08.134  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of fbabc2fe-6da2-477c-ac59-f048c5bad9d8: Amount of 584 has to sent to Account number cd5edacb-ed93-4d60-b154-cdf8e6901179
2024-07-09 19:26:08.134  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f747d70-6e83-4f85-9ae5-d68211f7b333: Amount of 591 has been received from Account number 59c10e4e-deeb-49bd-8bba-bcddf08e090a
2024-07-09 19:26:08.134  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of cd5edacb-ed93-4d60-b154-cdf8e6901179: Amount of 584 has been received from Account number fbabc2fe-6da2-477c-ac59-f048c5bad9d8
2024-07-09 19:26:08.134  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 21fe1791-66c9-475d-b71f-dfafeac71b50: Amount of 569 has to sent to Account number 499b0f2c-1f16-4653-994c-97e54c84c3bf
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of e063126d-4d88-4238-a66f-7932a1e61369: Amount of 921 has been received from Account number 2316cf5e-2794-4d24-b78c-d1987537052b
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c77c7c7c-3bae-4f5d-b4f2-b69dd4df202c: Amount of 332 has to sent to Account number efddadaf-eaf5-4d73-ac8d-ed8a0d425eaf
2024-07-09 19:26:08.134  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of efddadaf-eaf5-4d73-ac8d-ed8a0d425eaf: Amount of 332 has been received from Account number c77c7c7c-3bae-4f5d-b4f2-b69dd4df202c
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8274a9a-3931-4f50-8ae8-72426e115a8c: Amount of 674 has been received from Account number 3a544604-be03-45b8-a1d0-31ec1f39a84f
2024-07-09 19:26:08.134  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ba6b73e6-f9b3-4708-aac5-a21b0b006552: Amount of 916 has to sent to Account number f4542451-7acf-4055-805d-c9b2da820bd9
2024-07-09 19:26:08.134  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 176d8f80-b223-44e0-b508-5ac08ddbb98b: Amount of 426 has to sent to Account number 48d7fdec-dc8f-4f1b-a63b-f696dc0db682
2024-07-09 19:26:08.134  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of f4542451-7acf-4055-805d-c9b2da820bd9: Amount of 916 has been received from Account number ba6b73e6-f9b3-4708-aac5-a21b0b006552
2024-07-09 19:26:08.134  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 48d7fdec-dc8f-4f1b-a63b-f696dc0db682: Amount of 426 has been received from Account number 176d8f80-b223-44e0-b508-5ac08ddbb98b
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 710efef1-26e0-427f-9fd3-ca4ff25a518f: Amount of 295 has been received from Account number 1559b891-5edf-41bd-9f18-c30cd3cdd65d
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 61064470-6dcb-4e6b-9cda-e6ecce69a0f0: Amount of 390 has to sent to Account number 9c288070-0d83-472e-b9ac-24c801de6378
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0b37baa8-44ca-4d7d-9fc7-c71b959f276b: Amount of 59 has been received from Account number 156f45a9-0884-4ca9-96eb-2a0914bef9ee
2024-07-09 19:26:08.134  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9c288070-0d83-472e-b9ac-24c801de6378: Amount of 390 has been received from Account number 61064470-6dcb-4e6b-9cda-e6ecce69a0f0
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of baf85f14-21e9-4c9a-98d1-6b9b6dd8b551: Amount of 947 has been received from Account number 399a9cb0-eb5c-4b20-aa38-bb414dda7af4
2024-07-09 19:26:08.134  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 85076533-7d01-48a7-8760-7c45f86f7b0e: Amount of 44 has to sent to Account number c727ddc3-9092-4741-b668-b2b5e52d584a
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a0fba6b7-8747-4016-95dc-7a7cb2e1d956: Amount of 50 has to sent to Account number de124875-c424-4ee5-82c1-4182a804ddc2
2024-07-09 19:26:08.134  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of c727ddc3-9092-4741-b668-b2b5e52d584a: Amount of 44 has been received from Account number 85076533-7d01-48a7-8760-7c45f86f7b0e
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of e2ac1cf5-acf3-45c5-ae1a-2f301e5a7d17: Amount of 977 has been received from Account number 4b6adb6f-d7b3-4362-b8dd-7006419070c2
2024-07-09 19:26:08.134  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of f37a6f2d-5ea5-4e84-aa71-56e547f8c1dd: Amount of 66 has to sent to Account number 39ce1485-bacf-47d3-a911-9bb48ba74b75
2024-07-09 19:26:08.134  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2124f35c-1a29-41b5-bf84-e54e82a412ee: Amount of 302 has to sent to Account number dd9f211c-fa3b-4747-8223-f13d1ba6bcfe
2024-07-09 19:26:08.134  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8726dfc7-d26b-47a6-9513-55e6b3e90f5e: Amount of 117 has to sent to Account number 0e2f2a24-6ced-4f20-8314-b53b2a3f49d9
2024-07-09 19:26:08.134  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd9f211c-fa3b-4747-8223-f13d1ba6bcfe: Amount of 302 has been received from Account number 2124f35c-1a29-41b5-bf84-e54e82a412ee
2024-07-09 19:26:08.134  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e2f2a24-6ced-4f20-8314-b53b2a3f49d9: Amount of 117 has been received from Account number 8726dfc7-d26b-47a6-9513-55e6b3e90f5e
2024-07-09 19:26:08.134  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 405799e3-0005-411a-8f8c-1a05639ffbe3: Amount of 191 has to sent to Account number 61fe06c4-ad55-4cfa-baf6-7aabd0106e76
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 36e68b5f-b39c-4e70-ad4b-307673f510fe: Amount of 527 has to sent to Account number f79a6139-191b-46ab-834d-f82dcf3597f5
2024-07-09 19:26:08.134  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3cb925be-ce04-4a75-9df9-9f605294a935: Amount of 233 has to sent to Account number e3750a0d-cb13-4480-926c-19fe7d328e65
2024-07-09 19:26:08.132  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of d44d92a2-2ca9-45f6-b58c-1f206285a838: Amount of 79 has been received from Account number a8fa4215-4868-4cf5-b1ae-da1129b33837
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of c6a41459-a538-4961-b724-2730626098ca: Amount of 642 has been received from Account number 89d41149-d410-4804-b48a-2f985d78e7ec
2024-07-09 19:26:08.132  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4e361cba-9dbf-497e-9aa0-2b22b66ba688: Amount of 821 has been received from Account number 9fedb59f-975f-4d7c-9822-74fde1919c9f
2024-07-09 19:26:08.134  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 774169c4-77e9-4ca2-bdab-a6932792b959: Amount of 785 has been received from Account number e83288ca-7f2b-4906-ac57-75a2637a6f7f
2024-07-09 19:26:08.134  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2cd9a620-6492-4fc6-b0d4-469f76cdf5f6: Amount of 364 has to sent to Account number 28cd48f5-baa2-4e23-87ad-c5e294bffcdf
2024-07-09 19:26:08.134  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9b2c2b73-9189-4d88-a4ca-827c9324a3e2: Amount of 228 has to sent to Account number 893ce59d-fb60-4654-9f0c-155a55e8b354
2024-07-09 19:26:08.134  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a9ebd91-fcf4-4bc9-949e-2dd7633189b4: Amount of 913 has been received from Account number 7bb922b8-d0e9-45c0-8e52-a94c40bccf52
2024-07-09 19:26:08.134  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 28cd48f5-baa2-4e23-87ad-c5e294bffcdf: Amount of 364 has been received from Account number 2cd9a620-6492-4fc6-b0d4-469f76cdf5f6
2024-07-09 19:26:08.134  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb77b020-e471-4645-a2df-0ed6bf468be3: Amount of 971 has to sent to Account number 82500949-6859-4a33-b1e5-3ff6c935159a
2024-07-09 19:26:08.134  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of baed2b4b-d0d9-43b6-bdbb-b432124c04a7: Amount of 235 has been received from Account number 6f75a8aa-f558-44de-a87c-9d9393d1c261
2024-07-09 19:26:08.134  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of b598de9f-1f38-4921-adc5-50febd174b58: Amount of 190 has to sent to Account number 1010278a-7a08-43de-bc0a-0a645be03f32
2024-07-09 19:26:08.134  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81efe159-82dd-414d-89f5-f44073b78430: Amount of 188 has to sent to Account number ae166c45-f7d8-4249-83aa-07feb654af37
2024-07-09 19:26:08.134  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 79bdbdb1-1c40-416b-8906-9a7d1700dcfc: Amount of 354 has to sent to Account number 8c544c23-f5f0-41ae-95ee-a427e7c7f97b
2024-07-09 19:26:08.134  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae166c45-f7d8-4249-83aa-07feb654af37: Amount of 188 has been received from Account number 81efe159-82dd-414d-89f5-f44073b78430
2024-07-09 19:26:08.134  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c544c23-f5f0-41ae-95ee-a427e7c7f97b: Amount of 354 has been received from Account number 79bdbdb1-1c40-416b-8906-9a7d1700dcfc
2024-07-09 19:26:08.134  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 581991c1-b649-442e-8bba-1dafaf15d01c: Amount of 263 has to sent to Account number f8891fbe-2444-4328-8a3d-c5870bfd580e
2024-07-09 19:26:08.134  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0398f1a9-e8e2-4581-b35e-6c38a1c086d7: Amount of 810 has to sent to Account number 2f3a5935-0db0-400a-8ae3-2e7699ed6fc3
2024-07-09 19:26:08.134  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 499b0f2c-1f16-4653-994c-97e54c84c3bf: Amount of 569 has been received from Account number 21fe1791-66c9-475d-b71f-dfafeac71b50
2024-07-09 19:26:08.134  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 12de15a5-6c4d-495e-8cc4-16ef085bf989: Amount of 83 has to sent to Account number ae6b7efe-9f43-4cd4-92fb-4964f233b918
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of f8891fbe-2444-4328-8a3d-c5870bfd580e: Amount of 263 has been received from Account number 581991c1-b649-442e-8bba-1dafaf15d01c
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4a04a12e-b322-49bb-922f-08cdc57a7e1a: Amount of 978 has to sent to Account number 5e11252f-fbdb-4592-91d5-27934576a763
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ffa4e853-e4c5-4f84-b279-65ae7f9095c2: Amount of 763 has to sent to Account number 6d7f0614-a4a7-4a94-a64d-3bb81eebd080
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5e11252f-fbdb-4592-91d5-27934576a763: Amount of 978 has been received from Account number 4a04a12e-b322-49bb-922f-08cdc57a7e1a
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d7f0614-a4a7-4a94-a64d-3bb81eebd080: Amount of 763 has been received from Account number ffa4e853-e4c5-4f84-b279-65ae7f9095c2
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2f3a5935-0db0-400a-8ae3-2e7699ed6fc3: Amount of 810 has been received from Account number 0398f1a9-e8e2-4581-b35e-6c38a1c086d7
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of c6289db8-22d4-496e-99c6-b58443d99e3d: Amount of 702 has to sent to Account number 9d955304-30a0-4f8d-bec8-e01cd874c417
2024-07-09 19:26:08.134  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 045671d8-fe03-403a-a415-575b1b8b18da: Amount of 80 has to sent to Account number 54be63d3-1786-447f-8d03-3c66be4f8096
2024-07-09 19:26:08.134  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2d87254d-f39b-4768-a7af-20a196d3acd2: Amount of 848 has to sent to Account number 904ff414-d8aa-4b50-90f2-c7e6ee5710a0
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 54be63d3-1786-447f-8d03-3c66be4f8096: Amount of 80 has been received from Account number 045671d8-fe03-403a-a415-575b1b8b18da
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 904ff414-d8aa-4b50-90f2-c7e6ee5710a0: Amount of 848 has been received from Account number 2d87254d-f39b-4768-a7af-20a196d3acd2
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of fd7026e1-3526-47e1-a7fd-8f958fcd0995: Amount of 937 has to sent to Account number 5c344cdc-3604-4271-a251-b11ba8c12429
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c344cdc-3604-4271-a251-b11ba8c12429: Amount of 937 has been received from Account number fd7026e1-3526-47e1-a7fd-8f958fcd0995
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of b353029d-07cd-4f1b-9601-d702915536bb: Amount of 320 has to sent to Account number ed954617-1eaa-442b-ab6f-8e477cae53e0
2024-07-09 19:26:08.134  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 216d5021-74b0-4242-899a-3c72435632d5: Amount of 458 has to sent to Account number 5d715530-d314-4af0-9f04-8ca481ab3cb8
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7392240f-967b-4df7-987f-fa0a20c5dc5e: Amount of 931 has to sent to Account number 5bc800c8-7388-4327-8654-84cf7d8513da
2024-07-09 19:26:08.134  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of cfde471f-9b90-44af-be49-8829626d5c8c: Amount of 97 has to sent to Account number 64bae984-bcba-40ad-b339-5417502c32b6
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d715530-d314-4af0-9f04-8ca481ab3cb8: Amount of 458 has been received from Account number 216d5021-74b0-4242-899a-3c72435632d5
2024-07-09 19:26:08.134  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of de124875-c424-4ee5-82c1-4182a804ddc2: Amount of 50 has been received from Account number a0fba6b7-8747-4016-95dc-7a7cb2e1d956
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 94e69d59-3aa2-4a57-9699-98763fd28ec8: Amount of 457 has to sent to Account number ac5003ba-5bca-49b3-b18a-f76e002a2c02
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of e11a0c5d-9deb-4e9f-a34a-e784214ae65d: Amount of 135 has to sent to Account number 8f94365c-c88b-464b-a3f5-4c2803acfcb6
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac5003ba-5bca-49b3-b18a-f76e002a2c02: Amount of 457 has been received from Account number 94e69d59-3aa2-4a57-9699-98763fd28ec8
2024-07-09 19:26:08.134  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 39ce1485-bacf-47d3-a911-9bb48ba74b75: Amount of 66 has been received from Account number f37a6f2d-5ea5-4e84-aa71-56e547f8c1dd
2024-07-09 19:26:08.134  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 61fe06c4-ad55-4cfa-baf6-7aabd0106e76: Amount of 191 has been received from Account number 405799e3-0005-411a-8f8c-1a05639ffbe3
2024-07-09 19:26:08.134  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of f79a6139-191b-46ab-834d-f82dcf3597f5: Amount of 527 has been received from Account number 36e68b5f-b39c-4e70-ad4b-307673f510fe
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 04e697cf-f658-459b-830f-8204851b1efc: Amount of 443 has to sent to Account number 8b4ccba9-8b1d-4ba3-b089-64fa250e0aea
2024-07-09 19:26:08.134  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of e3750a0d-cb13-4480-926c-19fe7d328e65: Amount of 233 has been received from Account number 3cb925be-ce04-4a75-9df9-9f605294a935
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b4ccba9-8b1d-4ba3-b089-64fa250e0aea: Amount of 443 has been received from Account number 04e697cf-f658-459b-830f-8204851b1efc
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1f518e1c-aae5-4dc6-a563-fd29cd1cd71c: Amount of 42 has to sent to Account number 7298067a-f2d6-42a1-a51f-8566a41970eb
2024-07-09 19:26:08.134  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b5b5cad-3d9d-44ae-9808-2037f97bf370: Amount of 700 has to sent to Account number 2f2802d0-f555-4abb-9234-1616239302e0
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 59fca096-6aa8-43ba-b14b-5d8a862ef8ea: Amount of 476 has to sent to Account number ae8a7166-d72b-4e85-803a-c77bdd5e60df
2024-07-09 19:26:08.134  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b5c0ac1-ddda-45ba-a1e5-e0ee7e139d16: Amount of 995 has to sent to Account number d67f9ce6-c3da-4eb2-be00-53619a817e83
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae8a7166-d72b-4e85-803a-c77bdd5e60df: Amount of 476 has been received from Account number 59fca096-6aa8-43ba-b14b-5d8a862ef8ea
2024-07-09 19:26:08.134  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 893ce59d-fb60-4654-9f0c-155a55e8b354: Amount of 228 has been received from Account number 9b2c2b73-9189-4d88-a4ca-827c9324a3e2
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 008cd2a1-7863-49b6-9a66-1b190e6912e9: Amount of 768 has to sent to Account number 00eb510b-4b76-496a-b304-bd577fa156d8
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 00eb510b-4b76-496a-b304-bd577fa156d8: Amount of 768 has been received from Account number 008cd2a1-7863-49b6-9a66-1b190e6912e9
2024-07-09 19:26:08.134  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5726dda2-8779-4d33-8fb8-56ca9209e97e: Amount of 42 has to sent to Account number 03a8687d-8991-470b-bda8-cd90200323e6
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d9682db3-038d-4db6-bf0c-25f86d2a6450: Amount of 956 has to sent to Account number f75a73f4-06bf-4e07-bfb8-c1e8c54d1e32
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 03a8687d-8991-470b-bda8-cd90200323e6: Amount of 42 has been received from Account number 5726dda2-8779-4d33-8fb8-56ca9209e97e
2024-07-09 19:26:08.134  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 82500949-6859-4a33-b1e5-3ff6c935159a: Amount of 971 has been received from Account number fb77b020-e471-4645-a2df-0ed6bf468be3
2024-07-09 19:26:08.134  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1010278a-7a08-43de-bc0a-0a645be03f32: Amount of 190 has been received from Account number b598de9f-1f38-4921-adc5-50febd174b58
2024-07-09 19:26:08.134  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4fff544e-b94b-42fa-8fe3-c8b85cbfa4e7: Amount of 762 has to sent to Account number a87a10af-0653-45c8-af19-4b0ca36f7cc4
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3b10a176-687e-40ca-85f2-80e9e0f7056e: Amount of 729 has to sent to Account number 2e1a049f-c64d-4053-9ff9-670d21b204c4
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of a87a10af-0653-45c8-af19-4b0ca36f7cc4: Amount of 762 has been received from Account number 4fff544e-b94b-42fa-8fe3-c8b85cbfa4e7
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae6b7efe-9f43-4cd4-92fb-4964f233b918: Amount of 83 has been received from Account number 12de15a5-6c4d-495e-8cc4-16ef085bf989
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ddc7fd0c-018e-47b8-83fa-24e9425a68bd: Amount of 526 has to sent to Account number 298a0186-4b91-4583-a75b-c182ca60cdf0
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 643c00aa-6047-488b-9665-67bdef2a9758: Amount of 343 has to sent to Account number 53a02846-142d-47bb-9fca-c68b460815ae
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 10faccc5-6c3d-46e9-a7fb-3afb0f559bed: Amount of 920 has to sent to Account number 97871f0e-82cd-4feb-9603-54a2273b719c
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d9d5e6e-c9e3-40d4-9242-6ece83c25103: Amount of 684 has to sent to Account number 7661be5a-f97a-44a2-8d80-80eb892a4120
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d955304-30a0-4f8d-bec8-e01cd874c417: Amount of 702 has been received from Account number c6289db8-22d4-496e-99c6-b58443d99e3d
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed954617-1eaa-442b-ab6f-8e477cae53e0: Amount of 320 has been received from Account number b353029d-07cd-4f1b-9601-d702915536bb
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of faf7a953-b784-4678-b42d-bc42b3165e1e: Amount of 516 has to sent to Account number 2009edea-9dc7-47fa-a859-bdf35bbd8857
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5bc800c8-7388-4327-8654-84cf7d8513da: Amount of 931 has been received from Account number 7392240f-967b-4df7-987f-fa0a20c5dc5e
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2009edea-9dc7-47fa-a859-bdf35bbd8857: Amount of 516 has been received from Account number faf7a953-b784-4678-b42d-bc42b3165e1e
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64bae984-bcba-40ad-b339-5417502c32b6: Amount of 97 has been received from Account number cfde471f-9b90-44af-be49-8829626d5c8c
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 485d8534-c420-4c6f-9b83-4a517da32d8a: Amount of 914 has to sent to Account number b0aebf8e-b849-4e69-a763-f5028d7e5914
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of b0aebf8e-b849-4e69-a763-f5028d7e5914: Amount of 914 has been received from Account number 485d8534-c420-4c6f-9b83-4a517da32d8a
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ecfd4c86-7ce6-48b8-a934-6bfcdd4ec507: Amount of 874 has to sent to Account number 8751c773-e9c2-4514-ba2b-a50c726f57f5
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64700780-eb61-44f8-a352-d632ab00eb07: Amount of 920 has to sent to Account number 55b37516-6ad2-46b1-b9a5-20115ab3b256
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f94365c-c88b-464b-a3f5-4c2803acfcb6: Amount of 135 has been received from Account number e11a0c5d-9deb-4e9f-a34a-e784214ae65d
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 55b37516-6ad2-46b1-b9a5-20115ab3b256: Amount of 920 has been received from Account number 64700780-eb61-44f8-a352-d632ab00eb07
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of bd51b0c6-8383-4799-a0e0-09935f02431e: Amount of 650 has to sent to Account number e8a621bc-66cb-4e7c-9289-af0c419b4f7b
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d3945a2-13f9-427c-9319-5e70db3cf2c7: Amount of 526 has to sent to Account number 58abf855-a61d-4f0c-9f80-3a5034ad03ec
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf09a126-49e0-4b96-832f-1956f0b1d0b5: Amount of 23 has to sent to Account number 9b083bac-c251-48fe-b3e0-92cfde9e411c
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 58abf855-a61d-4f0c-9f80-3a5034ad03ec: Amount of 526 has been received from Account number 6d3945a2-13f9-427c-9319-5e70db3cf2c7
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7298067a-f2d6-42a1-a51f-8566a41970eb: Amount of 42 has been received from Account number 1f518e1c-aae5-4dc6-a563-fd29cd1cd71c
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2339972d-c036-4645-a87f-429303d1c651: Amount of 863 has to sent to Account number cdffa391-daab-4e90-b54e-879590fa3d86
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 73b103f3-11fb-46a8-88fe-0073fe24823f: Amount of 474 has to sent to Account number f3518303-7c7a-4e00-99af-4f21ed50e4c9
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2f2802d0-f555-4abb-9234-1616239302e0: Amount of 700 has been received from Account number 7b5b5cad-3d9d-44ae-9808-2037f97bf370
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of cdffa391-daab-4e90-b54e-879590fa3d86: Amount of 863 has been received from Account number 2339972d-c036-4645-a87f-429303d1c651
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of d67f9ce6-c3da-4eb2-be00-53619a817e83: Amount of 995 has been received from Account number 5b5c0ac1-ddda-45ba-a1e5-e0ee7e139d16
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 60c6afc0-83ce-4141-bb2b-24f3c93f0d00: Amount of 539 has to sent to Account number 146bec6d-9d36-422f-82a0-55c9fc7bbc9a
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of e40fcc56-0d5d-4b2a-8491-c5e19b3a1176: Amount of 945 has to sent to Account number bdb33148-c4fe-47a9-bcac-7b7d6dc96036
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of bdb33148-c4fe-47a9-bcac-7b7d6dc96036: Amount of 945 has been received from Account number e40fcc56-0d5d-4b2a-8491-c5e19b3a1176
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 146bec6d-9d36-422f-82a0-55c9fc7bbc9a: Amount of 539 has been received from Account number 60c6afc0-83ce-4141-bb2b-24f3c93f0d00
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of f75a73f4-06bf-4e07-bfb8-c1e8c54d1e32: Amount of 956 has been received from Account number d9682db3-038d-4db6-bf0c-25f86d2a6450
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7e8448c2-b704-4ae6-9040-5514b105a5ad: Amount of 764 has to sent to Account number f3ca47dc-1db5-4f17-8d76-d9c3742b1315
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f21cbbb-9aa9-4e56-b113-08ea2138a9f0: Amount of 746 has to sent to Account number e1a2e15a-6761-4c0d-802c-f3cfa956b85f
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of e1a2e15a-6761-4c0d-802c-f3cfa956b85f: Amount of 746 has been received from Account number 5f21cbbb-9aa9-4e56-b113-08ea2138a9f0
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e1a049f-c64d-4053-9ff9-670d21b204c4: Amount of 729 has been received from Account number 3b10a176-687e-40ca-85f2-80e9e0f7056e
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81e0439f-7baf-4092-9066-4c85c4922ee7: Amount of 21 has to sent to Account number 0ec83e0c-c00b-4d6a-b76c-a9304d9377f6
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 298a0186-4b91-4583-a75b-c182ca60cdf0: Amount of 526 has been received from Account number ddc7fd0c-018e-47b8-83fa-24e9425a68bd
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ec83e0c-c00b-4d6a-b76c-a9304d9377f6: Amount of 21 has been received from Account number 81e0439f-7baf-4092-9066-4c85c4922ee7
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53a02846-142d-47bb-9fca-c68b460815ae: Amount of 343 has been received from Account number 643c00aa-6047-488b-9665-67bdef2a9758
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0563c26a-2fc2-480d-afa5-cc3d50c4c04c: Amount of 571 has to sent to Account number 5dba6a27-154d-4624-ac0d-788a8d8091ea
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77940baa-d65f-4351-9f2c-fb5d9fabd6ab: Amount of 129 has to sent to Account number b750524a-5333-48f4-8204-1e1b417b6e9b
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5dba6a27-154d-4624-ac0d-788a8d8091ea: Amount of 571 has been received from Account number 0563c26a-2fc2-480d-afa5-cc3d50c4c04c
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d9d37ded-95d2-460e-aab6-914f1496aaa1: Amount of 949 has to sent to Account number 36a6fbdb-7aeb-4f71-a618-44747d0e1923
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 97871f0e-82cd-4feb-9603-54a2273b719c: Amount of 920 has been received from Account number 10faccc5-6c3d-46e9-a7fb-3afb0f559bed
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 36a6fbdb-7aeb-4f71-a618-44747d0e1923: Amount of 949 has been received from Account number d9d37ded-95d2-460e-aab6-914f1496aaa1
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of c56c586e-6f74-446b-b94d-1ccbfa9bbea4: Amount of 689 has to sent to Account number a0ee6ca3-afe4-4420-8faf-3ccc6b264ce3
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7661be5a-f97a-44a2-8d80-80eb892a4120: Amount of 684 has been received from Account number 3d9d5e6e-c9e3-40d4-9242-6ece83c25103
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 805dd04b-4f86-48df-8283-70df403c49e8: Amount of 377 has to sent to Account number cdfd1a99-9353-4d7c-9ce6-55c618c642b3
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 46aa3aaf-81ec-4e56-9adf-8397ab8375cb: Amount of 65 has to sent to Account number ad953ff6-5be4-426f-a05f-c422cce6c894
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of a0ee6ca3-afe4-4420-8faf-3ccc6b264ce3: Amount of 689 has been received from Account number c56c586e-6f74-446b-b94d-1ccbfa9bbea4
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 083e798b-ace7-4964-a142-ec4d7cc7dee2: Amount of 460 has to sent to Account number b264c422-c062-47f2-81eb-767693ff6b11
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8beb5ab2-4ba7-420a-a541-22674cc825e8: Amount of 977 has to sent to Account number d4f4c99e-908d-4c08-ae66-9cca374803ca
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c95e817b-f0d8-4902-a77d-39f090fd87e0: Amount of 55 has to sent to Account number 009f8b81-8564-43cb-8dd0-d0c81eb109f5
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e6a6ad5-d67d-42a7-ae87-fe9b6023262d: Amount of 876 has to sent to Account number 346c300e-2f10-4c94-8582-44655adc7356
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 009f8b81-8564-43cb-8dd0-d0c81eb109f5: Amount of 55 has been received from Account number c95e817b-f0d8-4902-a77d-39f090fd87e0
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8751c773-e9c2-4514-ba2b-a50c726f57f5: Amount of 874 has been received from Account number ecfd4c86-7ce6-48b8-a934-6bfcdd4ec507
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 346c300e-2f10-4c94-8582-44655adc7356: Amount of 876 has been received from Account number 0e6a6ad5-d67d-42a7-ae87-fe9b6023262d
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 018a804c-e60a-445e-b95c-7f954c590a50: Amount of 483 has to sent to Account number 0d2d46b3-c17e-428e-9dc8-1763a4c4be6d
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of e8a621bc-66cb-4e7c-9289-af0c419b4f7b: Amount of 650 has been received from Account number bd51b0c6-8383-4799-a0e0-09935f02431e
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0d2d46b3-c17e-428e-9dc8-1763a4c4be6d: Amount of 483 has been received from Account number 018a804c-e60a-445e-b95c-7f954c590a50
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9b083bac-c251-48fe-b3e0-92cfde9e411c: Amount of 23 has been received from Account number bf09a126-49e0-4b96-832f-1956f0b1d0b5
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a637e988-557c-45db-ac1c-d46a1dcdb5b6: Amount of 358 has to sent to Account number fafd34dd-fdfe-4ea4-b73f-93ac989426d6
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc92e8e1-d1bd-4307-ab42-89da2e76897b: Amount of 899 has to sent to Account number 02db3af7-a600-4c4b-9b89-ad105cf45bc1
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of fafd34dd-fdfe-4ea4-b73f-93ac989426d6: Amount of 358 has been received from Account number a637e988-557c-45db-ac1c-d46a1dcdb5b6
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 02db3af7-a600-4c4b-9b89-ad105cf45bc1: Amount of 899 has been received from Account number fc92e8e1-d1bd-4307-ab42-89da2e76897b
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of f3518303-7c7a-4e00-99af-4f21ed50e4c9: Amount of 474 has been received from Account number 73b103f3-11fb-46a8-88fe-0073fe24823f
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of e774969f-1994-41e4-9754-b31a883ad00f: Amount of 749 has to sent to Account number fc3c321c-58eb-4056-936c-61a2dff44c31
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 947d6126-64bd-4e30-8d9d-78a6ba848b1d: Amount of 229 has to sent to Account number 8bf90395-e5d4-47f7-ad7b-f219f6b5b574
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc3c321c-58eb-4056-936c-61a2dff44c31: Amount of 749 has been received from Account number e774969f-1994-41e4-9754-b31a883ad00f
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of c431c058-d3e3-495f-84db-99a9b7bfe84a: Amount of 422 has to sent to Account number 80bdbcda-4ef5-4734-b5d4-ad64fc8230ae
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of a508c56c-2480-409d-a285-2547171439dd: Amount of 298 has to sent to Account number de8200c2-dcca-463d-97ce-b03a05102365
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of f3ca47dc-1db5-4f17-8d76-d9c3742b1315: Amount of 764 has been received from Account number 7e8448c2-b704-4ae6-9040-5514b105a5ad
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of a183d2be-f6ed-4137-a3aa-7cfcbde7b239: Amount of 574 has to sent to Account number c74f3f60-d9da-4d06-a26c-19e134f24514
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of b28ba272-50ea-4bba-a46c-82ceaccc6f96: Amount of 267 has to sent to Account number ea6b4a61-b03d-4801-a8c9-a2d077543a04
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of c74f3f60-d9da-4d06-a26c-19e134f24514: Amount of 574 has been received from Account number a183d2be-f6ed-4137-a3aa-7cfcbde7b239
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6fbb43c8-ab65-46a0-af25-7e962433ffac: Amount of 670 has to sent to Account number 690744e2-aa70-467f-8dd8-9541144b01f8
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of bd872316-7784-451d-a6f1-2557131feac6: Amount of 189 has to sent to Account number 541423e9-a51e-4fd0-a939-efd39fe6fa9d
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3cc5546b-5d8b-4a18-b40d-21e3dc47f4a8: Amount of 35 has to sent to Account number 7029beb8-2d19-458d-8572-5157ec16130c
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 541423e9-a51e-4fd0-a939-efd39fe6fa9d: Amount of 189 has been received from Account number bd872316-7784-451d-a6f1-2557131feac6
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of b750524a-5333-48f4-8204-1e1b417b6e9b: Amount of 129 has been received from Account number 77940baa-d65f-4351-9f2c-fb5d9fabd6ab
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2fb8b6c3-fa76-470d-b82c-5d13f30330cb: Amount of 86 has to sent to Account number 5f08c280-d65e-497c-84f3-719743a27653
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f08c280-d65e-497c-84f3-719743a27653: Amount of 86 has been received from Account number 2fb8b6c3-fa76-470d-b82c-5d13f30330cb
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of cdfd1a99-9353-4d7c-9ce6-55c618c642b3: Amount of 377 has been received from Account number 805dd04b-4f86-48df-8283-70df403c49e8
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of bdd92225-f674-4105-857f-e4c09c8b60ec: Amount of 627 has to sent to Account number af7b07c4-af44-4aec-9eb2-2978f04f6e07
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ad953ff6-5be4-426f-a05f-c422cce6c894: Amount of 65 has been received from Account number 46aa3aaf-81ec-4e56-9adf-8397ab8375cb
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 06088c40-dc6d-43bc-ade8-882d7936a6fe: Amount of 508 has to sent to Account number 6be1daac-1e77-4791-a069-71b42f6904fa
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of b264c422-c062-47f2-81eb-767693ff6b11: Amount of 460 has been received from Account number 083e798b-ace7-4964-a142-ec4d7cc7dee2
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6be1daac-1e77-4791-a069-71b42f6904fa: Amount of 508 has been received from Account number 06088c40-dc6d-43bc-ade8-882d7936a6fe
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d4f4c99e-908d-4c08-ae66-9cca374803ca: Amount of 977 has been received from Account number 8beb5ab2-4ba7-420a-a541-22674cc825e8
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 118d658b-41c1-4bb3-bf4a-c3829f02dffa: Amount of 2 has to sent to Account number 11575009-db65-4ef7-832f-adb080c19566
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc23439a-3ade-45a0-af60-744b7a935ed4: Amount of 649 has to sent to Account number ff4a9a7a-54e0-41ca-82b4-24002cfc9855
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 11575009-db65-4ef7-832f-adb080c19566: Amount of 2 has been received from Account number 118d658b-41c1-4bb3-bf4a-c3829f02dffa
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f8b2915a-f49e-46a2-8c2b-1804df6cef87: Amount of 281 has to sent to Account number d652e90a-9c4a-4857-ad53-4954784fd6bb
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e1d7fde-4790-4cab-b9eb-2c91ddc672c4: Amount of 693 has to sent to Account number 07f36509-7c26-4c53-a875-8f71981a44c3
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ff4a9a7a-54e0-41ca-82b4-24002cfc9855: Amount of 649 has been received from Account number fc23439a-3ade-45a0-af60-744b7a935ed4
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 071798aa-c6fa-4504-ac0a-d81028388169: Amount of 977 has to sent to Account number 832e4738-7f16-454e-be10-cd78886af59d
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of d00f3dfb-637e-4f85-8475-2c224272b79b: Amount of 803 has to sent to Account number 5aa3ecfc-479e-4ff6-bab2-faac8b562cfe
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 832e4738-7f16-454e-be10-cd78886af59d: Amount of 977 has been received from Account number 071798aa-c6fa-4504-ac0a-d81028388169
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6acbdc60-47bd-4a0b-ad11-a7a27cd94c52: Amount of 969 has to sent to Account number 192e64c2-6ccb-42eb-8183-098f8ed0783c
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of d08c90f3-ba3a-4f61-907f-dd82179e5d7b: Amount of 974 has to sent to Account number 9e38e786-415a-4100-8000-a7c41c17ed68
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ab59753f-4c5d-4584-ac23-3fcc033e8532: Amount of 60 has to sent to Account number e2517722-26cb-47e1-a443-0a14afbece07
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 83749d8b-d901-4d2e-b7ae-20f80f941e04: Amount of 135 has to sent to Account number b18d73ef-81da-4707-8f49-97214a89cb8e
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of e2517722-26cb-47e1-a443-0a14afbece07: Amount of 60 has been received from Account number ab59753f-4c5d-4584-ac23-3fcc033e8532
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f2a72d7-6412-4a51-8acf-34d0cef28e4f: Amount of 95 has to sent to Account number 2bf6e72c-e7b5-402b-bb69-3c93bc2fb838
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2bf6e72c-e7b5-402b-bb69-3c93bc2fb838: Amount of 95 has been received from Account number 8f2a72d7-6412-4a51-8acf-34d0cef28e4f
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 689b676c-0107-4cb7-a40e-57c6a078415b: Amount of 886 has to sent to Account number 4829d6ad-11c2-46dd-b40e-126ddf5fb59c
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a254dd59-f29c-42b5-b70a-8177b665ac8e: Amount of 748 has to sent to Account number 66c7b950-9978-4e90-8859-f52e504c1338
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4829d6ad-11c2-46dd-b40e-126ddf5fb59c: Amount of 886 has been received from Account number 689b676c-0107-4cb7-a40e-57c6a078415b
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7956152c-961e-4fa2-9829-8abd1f75c859: Amount of 502 has to sent to Account number c98b4ef7-d8a1-4cc7-9bae-f784477bda9f
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of c98b4ef7-d8a1-4cc7-9bae-f784477bda9f: Amount of 502 has been received from Account number 7956152c-961e-4fa2-9829-8abd1f75c859
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of d82feb51-aeca-4338-ab9e-aacfe85167b1: Amount of 209 has to sent to Account number a13177aa-481a-46b5-97b9-767ff172a84b
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8bf90395-e5d4-47f7-ad7b-f219f6b5b574: Amount of 229 has been received from Account number 947d6126-64bd-4e30-8d9d-78a6ba848b1d
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of a532a474-12d6-4799-9394-02cbf5654bfe: Amount of 840 has to sent to Account number b8af3c10-0dad-464a-a1be-ec2e036e70ed
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 80bdbcda-4ef5-4734-b5d4-ad64fc8230ae: Amount of 422 has been received from Account number c431c058-d3e3-495f-84db-99a9b7bfe84a
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of b8af3c10-0dad-464a-a1be-ec2e036e70ed: Amount of 840 has been received from Account number a532a474-12d6-4799-9394-02cbf5654bfe
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of de8200c2-dcca-463d-97ce-b03a05102365: Amount of 298 has been received from Account number a508c56c-2480-409d-a285-2547171439dd
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 45b29ca5-75a7-4642-9107-6391ac5a91e6: Amount of 817 has to sent to Account number 56437212-420d-41c9-933b-e267eed61552
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ea6b4a61-b03d-4801-a8c9-a2d077543a04: Amount of 267 has been received from Account number b28ba272-50ea-4bba-a46c-82ceaccc6f96
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56437212-420d-41c9-933b-e267eed61552: Amount of 817 has been received from Account number 45b29ca5-75a7-4642-9107-6391ac5a91e6
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9bc275a0-b1f7-4c1a-9bd0-ac1b8dcf88c3: Amount of 577 has to sent to Account number 64a6f49e-071b-4b2f-934a-b93a31683762
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of dc7a4113-78d5-49ba-b60e-ce1bbda9f4ef: Amount of 333 has to sent to Account number dd1ba30f-3ab6-45d7-9259-6ba6c957fd68
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64a6f49e-071b-4b2f-934a-b93a31683762: Amount of 577 has been received from Account number 9bc275a0-b1f7-4c1a-9bd0-ac1b8dcf88c3
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd1ba30f-3ab6-45d7-9259-6ba6c957fd68: Amount of 333 has been received from Account number dc7a4113-78d5-49ba-b60e-ce1bbda9f4ef
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 690744e2-aa70-467f-8dd8-9541144b01f8: Amount of 670 has been received from Account number 6fbb43c8-ab65-46a0-af25-7e962433ffac
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 836c2903-c7f1-4794-a4bc-cbb93259edca: Amount of 337 has to sent to Account number f8d279fc-0065-4588-8c1c-ba1dd5687791
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7029beb8-2d19-458d-8572-5157ec16130c: Amount of 35 has been received from Account number 3cc5546b-5d8b-4a18-b40d-21e3dc47f4a8
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of f8d279fc-0065-4588-8c1c-ba1dd5687791: Amount of 337 has been received from Account number 836c2903-c7f1-4794-a4bc-cbb93259edca
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8ed98423-56cf-4a1c-978b-bec19da1e15e: Amount of 73 has to sent to Account number 605e7fa1-5086-4c30-a890-531f7c04ba81
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a0bb36cf-678b-420f-9595-c099a5f37e3a: Amount of 964 has to sent to Account number afa03dab-06ea-4a26-a399-5ec6f4807553
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of bd673645-0bb1-4241-996f-9cfb112950ac: Amount of 124 has to sent to Account number 5b32bd1c-b641-4849-b3e0-bd1ed584b12a
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of af7b07c4-af44-4aec-9eb2-2978f04f6e07: Amount of 627 has been received from Account number bdd92225-f674-4105-857f-e4c09c8b60ec
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of afa03dab-06ea-4a26-a399-5ec6f4807553: Amount of 964 has been received from Account number a0bb36cf-678b-420f-9595-c099a5f37e3a
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 32bba36c-f11a-4267-8f00-8aef12fd7a85: Amount of 486 has to sent to Account number f4ecb44e-8ccc-4ea1-8020-b4491ba9dd27
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of f4ecb44e-8ccc-4ea1-8020-b4491ba9dd27: Amount of 486 has been received from Account number 32bba36c-f11a-4267-8f00-8aef12fd7a85
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a89629bd-8284-40fe-bb05-be753f41cdaa: Amount of 992 has to sent to Account number e0431041-7adb-4c1f-a8e5-c3815d69e2dd
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf31a705-fb91-445b-bf44-727870dbfa07: Amount of 944 has to sent to Account number d2755be9-b46a-4646-ad72-05ccdd88092d
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b32bd1c-b641-4849-b3e0-bd1ed584b12a: Amount of 124 has been received from Account number bd673645-0bb1-4241-996f-9cfb112950ac
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 605e7fa1-5086-4c30-a890-531f7c04ba81: Amount of 73 has been received from Account number 8ed98423-56cf-4a1c-978b-bec19da1e15e
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2755be9-b46a-4646-ad72-05ccdd88092d: Amount of 944 has been received from Account number cf31a705-fb91-445b-bf44-727870dbfa07
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 319df96f-eaea-4204-b00e-2c588eee5d8e: Amount of 863 has to sent to Account number 4ab0a4bb-5cd5-4003-bb81-120c37ecdb13
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6ed0ef4a-5fe3-4182-8a98-e9e82ecd0bc5: Amount of 437 has to sent to Account number 9505d70f-29dd-4816-a694-1f02bad50212
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4ab0a4bb-5cd5-4003-bb81-120c37ecdb13: Amount of 863 has been received from Account number 319df96f-eaea-4204-b00e-2c588eee5d8e
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of d652e90a-9c4a-4857-ad53-4954784fd6bb: Amount of 281 has been received from Account number f8b2915a-f49e-46a2-8c2b-1804df6cef87
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of b1dce17f-91f1-4951-9810-d65812d660f0: Amount of 482 has to sent to Account number c1a08cc3-8e03-409c-a8e7-c770da41e5af
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of c1a08cc3-8e03-409c-a8e7-c770da41e5af: Amount of 482 has been received from Account number b1dce17f-91f1-4951-9810-d65812d660f0
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 48e6aad0-d439-4509-8f37-2f7e96576e52: Amount of 912 has to sent to Account number 391ab3fb-8c5e-46e9-967d-b29ede38ec94
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 74724233-67e6-494c-82a4-eedc83e6ef7a: Amount of 534 has to sent to Account number b1b51310-436c-4f9c-9e1b-80bddea2fbd8
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 391ab3fb-8c5e-46e9-967d-b29ede38ec94: Amount of 912 has been received from Account number 48e6aad0-d439-4509-8f37-2f7e96576e52
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of b1b51310-436c-4f9c-9e1b-80bddea2fbd8: Amount of 534 has been received from Account number 74724233-67e6-494c-82a4-eedc83e6ef7a
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 07f36509-7c26-4c53-a875-8f71981a44c3: Amount of 693 has been received from Account number 9e1d7fde-4790-4cab-b9eb-2c91ddc672c4
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 86d0eb75-3f16-4fac-a4df-b8de47182d39: Amount of 445 has to sent to Account number d958d91b-ef36-4902-842a-ecb7f1f053a6
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 61341a7e-08d4-4354-b4b0-7004c6ffe8ff: Amount of 669 has to sent to Account number a083fd1e-46b1-4b4b-857b-69cf017a00b1
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c35552b5-0a0c-4a3e-9e87-275590c36261: Amount of 350 has to sent to Account number f701654a-be12-488b-8270-cfb5f54b95ac
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d958d91b-ef36-4902-842a-ecb7f1f053a6: Amount of 445 has been received from Account number 86d0eb75-3f16-4fac-a4df-b8de47182d39
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of f701654a-be12-488b-8270-cfb5f54b95ac: Amount of 350 has been received from Account number c35552b5-0a0c-4a3e-9e87-275590c36261
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b17cc4e-d097-44b2-a4dd-9cee4248286c: Amount of 707 has to sent to Account number efde2f4b-5880-437e-8435-4cac66d72ba7
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e9ab978-c359-44e0-976a-9ad1f1ce72ac: Amount of 729 has to sent to Account number f9adde05-9ae5-4efd-a1c9-aaf918b22844
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5aa3ecfc-479e-4ff6-bab2-faac8b562cfe: Amount of 803 has been received from Account number d00f3dfb-637e-4f85-8475-2c224272b79b
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of bd730031-2247-4a66-b5b9-ef261e552be7: Amount of 873 has to sent to Account number d16a5009-3e7a-41a8-9bd0-ce80335ca34e
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 192e64c2-6ccb-42eb-8183-098f8ed0783c: Amount of 969 has been received from Account number 6acbdc60-47bd-4a0b-ad11-a7a27cd94c52
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e38e786-415a-4100-8000-a7c41c17ed68: Amount of 974 has been received from Account number d08c90f3-ba3a-4f61-907f-dd82179e5d7b
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 836501f1-d8cd-4bd3-8bc8-f7e5ddca3006: Amount of 197 has to sent to Account number e920c9d1-b9bf-4c11-8443-0543c29a2934
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4518689-c309-40e8-8731-897e349f4328: Amount of 386 has to sent to Account number 5a460bd9-4f3f-4999-8dd2-8b78e6cf7bbf
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of b18d73ef-81da-4707-8f49-97214a89cb8e: Amount of 135 has been received from Account number 83749d8b-d901-4d2e-b7ae-20f80f941e04
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a460bd9-4f3f-4999-8dd2-8b78e6cf7bbf: Amount of 386 has been received from Account number a4518689-c309-40e8-8731-897e349f4328
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 66c7b950-9978-4e90-8859-f52e504c1338: Amount of 748 has been received from Account number a254dd59-f29c-42b5-b70a-8177b665ac8e
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5e5fbb47-b4fb-4f72-bc6d-f1489dad4f02: Amount of 370 has to sent to Account number 6735ee11-5d25-438b-a110-d67389caeb4f
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of a13177aa-481a-46b5-97b9-767ff172a84b: Amount of 209 has been received from Account number d82feb51-aeca-4338-ab9e-aacfe85167b1
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6735ee11-5d25-438b-a110-d67389caeb4f: Amount of 370 has been received from Account number 5e5fbb47-b4fb-4f72-bc6d-f1489dad4f02
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 112ad1d3-eeb4-4240-ac8a-4c5dce0bf286: Amount of 591 has to sent to Account number 435fc1bb-be01-4c28-9496-655dc5b8839d
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e7c998a-b757-4d29-8f68-92ce5df3bd09: Amount of 949 has to sent to Account number 86a44744-7138-4772-b49e-fefd7ba0d7fc
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 435fc1bb-be01-4c28-9496-655dc5b8839d: Amount of 591 has been received from Account number 112ad1d3-eeb4-4240-ac8a-4c5dce0bf286
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 86a44744-7138-4772-b49e-fefd7ba0d7fc: Amount of 949 has been received from Account number 0e7c998a-b757-4d29-8f68-92ce5df3bd09
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f83a999-c6f0-4324-92bf-59d46a342913: Amount of 555 has to sent to Account number 95b8f308-a105-4885-9528-2ea2f0691a77
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3865f958-acc8-4497-9a0e-ac55ab3d0709: Amount of 390 has to sent to Account number 4bf4bd95-b9d4-4436-bc99-34e870a99551
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 97400a6d-425e-4c9a-8d05-37cf7d7395d1: Amount of 138 has to sent to Account number ea670eb6-25bd-4c5e-807a-ad0a9cea0da2
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6f70458-b25a-4db8-8bed-7971f03caec6: Amount of 573 has to sent to Account number 6be08777-d788-4cb6-9a3c-97f059016447
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ea670eb6-25bd-4c5e-807a-ad0a9cea0da2: Amount of 138 has been received from Account number 97400a6d-425e-4c9a-8d05-37cf7d7395d1
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6be08777-d788-4cb6-9a3c-97f059016447: Amount of 573 has been received from Account number d6f70458-b25a-4db8-8bed-7971f03caec6
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 66ec292a-55be-48fe-abb9-2d12f0118be2: Amount of 819 has to sent to Account number 54ab3a1c-4bc5-4298-9780-d136931f3eca
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 54ab3a1c-4bc5-4298-9780-d136931f3eca: Amount of 819 has been received from Account number 66ec292a-55be-48fe-abb9-2d12f0118be2
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of c9125172-c1a0-46ea-882b-686aa20407de: Amount of 147 has to sent to Account number c73d5055-19ef-4689-b5fc-4858490562f7
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ab0747a-bc27-4029-8cf4-f335e142def1: Amount of 447 has to sent to Account number 7171ae43-d755-440c-8194-eb4abb323593
2024-07-09 19:26:08.135  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 72a7cbf8-f9ec-443f-a6b9-2355681dcacd: Amount of 630 has to sent to Account number 4f783330-e797-420a-a420-67d948364f2d
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7171ae43-d755-440c-8194-eb4abb323593: Amount of 447 has been received from Account number 0ab0747a-bc27-4029-8cf4-f335e142def1
2024-07-09 19:26:08.135  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c61c72e-381c-49e9-94a3-84d476799d7e: Amount of 532 has to sent to Account number 68bdc0a4-0900-4ba5-8a58-0632d281b8a9
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1ac90a87-fb9c-4d81-ba2b-ec1f69269281: Amount of 883 has to sent to Account number 25f4c806-2d2e-4834-b44f-a1a869eb1a83
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f783330-e797-420a-a420-67d948364f2d: Amount of 630 has been received from Account number 72a7cbf8-f9ec-443f-a6b9-2355681dcacd
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 68bdc0a4-0900-4ba5-8a58-0632d281b8a9: Amount of 532 has been received from Account number 0c61c72e-381c-49e9-94a3-84d476799d7e
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of e0431041-7adb-4c1f-a8e5-c3815d69e2dd: Amount of 992 has been received from Account number a89629bd-8284-40fe-bb05-be753f41cdaa
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d6b1410-6e97-4812-8e54-8d8596efa53e: Amount of 94 has to sent to Account number a3281e00-a419-4c1f-89da-1061bc7aefe4
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of a3281e00-a419-4c1f-89da-1061bc7aefe4: Amount of 94 has been received from Account number 3d6b1410-6e97-4812-8e54-8d8596efa53e
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6126c80d-dd90-4c9e-8454-e164edfd38cc: Amount of 998 has to sent to Account number d4e809b4-0c25-415b-9856-153a5dc0064e
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4c7e3330-f933-4adb-bc56-1042c58966b3: Amount of 516 has to sent to Account number bb2478f4-b206-4fac-9009-547d9420aae9
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of d4e809b4-0c25-415b-9856-153a5dc0064e: Amount of 998 has been received from Account number 6126c80d-dd90-4c9e-8454-e164edfd38cc
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 906bcbd5-ac73-44b8-8a4f-5fa38f291a64: Amount of 192 has to sent to Account number 2885c957-3231-43dc-a981-c8748a6af918
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of f83ffb61-bf54-4834-99c5-c31f9a7eb5af: Amount of 654 has to sent to Account number 56a9f553-ca3a-454b-97b3-50e9dc95e090
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of a2a64d5f-447f-4d24-8e95-b61b31032ffe: Amount of 234 has to sent to Account number 15ba8e83-34f7-471b-849f-dd93738ff1c3
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56a9f553-ca3a-454b-97b3-50e9dc95e090: Amount of 654 has been received from Account number f83ffb61-bf54-4834-99c5-c31f9a7eb5af
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9505d70f-29dd-4816-a694-1f02bad50212: Amount of 437 has been received from Account number 6ed0ef4a-5fe3-4182-8a98-e9e82ecd0bc5
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 28d053af-8efe-43a5-8cef-83530268a48e: Amount of 363 has to sent to Account number c0bc47df-e98e-4858-af38-203db444668c
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of a083fd1e-46b1-4b4b-857b-69cf017a00b1: Amount of 669 has been received from Account number 61341a7e-08d4-4354-b4b0-7004c6ffe8ff
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c0bc47df-e98e-4858-af38-203db444668c: Amount of 363 has been received from Account number 28d053af-8efe-43a5-8cef-83530268a48e
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of efde2f4b-5880-437e-8435-4cac66d72ba7: Amount of 707 has been received from Account number 2b17cc4e-d097-44b2-a4dd-9cee4248286c
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 57b58ea1-0edf-499a-b040-7ebc3fa595b5: Amount of 787 has to sent to Account number 5d44f0eb-e5aa-4e71-ba85-6745c22a726f
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of f9adde05-9ae5-4efd-a1c9-aaf918b22844: Amount of 729 has been received from Account number 2e9ab978-c359-44e0-976a-9ad1f1ce72ac
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 78b3977d-eac6-421a-b0e4-6f4b1c4b8ca6: Amount of 213 has to sent to Account number 791ff61d-7c83-40a4-b0f0-bf5953716650
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of d16a5009-3e7a-41a8-9bd0-ce80335ca34e: Amount of 873 has been received from Account number bd730031-2247-4a66-b5b9-ef261e552be7
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 791ff61d-7c83-40a4-b0f0-bf5953716650: Amount of 213 has been received from Account number 78b3977d-eac6-421a-b0e4-6f4b1c4b8ca6
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 929b5d5c-1542-4e24-9fac-7fd68241191e: Amount of 379 has to sent to Account number 4d5fe759-305d-4dc1-858e-9e7db6686451
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of dcfe05e6-9cfe-4aa4-84d0-e0fc40ec5d04: Amount of 913 has to sent to Account number c6c5fa79-6f5c-40b2-b033-30b4a2916d53
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c6c5fa79-6f5c-40b2-b033-30b4a2916d53: Amount of 913 has been received from Account number dcfe05e6-9cfe-4aa4-84d0-e0fc40ec5d04
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of e920c9d1-b9bf-4c11-8443-0543c29a2934: Amount of 197 has been received from Account number 836501f1-d8cd-4bd3-8bc8-f7e5ddca3006
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e20af4a-a633-4f8f-b4cd-dc89113b9461: Amount of 867 has to sent to Account number 2ce673be-b2a4-48ed-af83-e40a041c4be1
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9407ba63-be74-475a-a346-286f223e58b8: Amount of 937 has to sent to Account number ecc2e922-7de2-4f2c-953b-fc6f79bc7789
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of daedb646-2465-4399-862d-9e9ce8223167: Amount of 859 has to sent to Account number e60cd41d-c178-464d-ae37-3ff30c721620
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ecc2e922-7de2-4f2c-953b-fc6f79bc7789: Amount of 937 has been received from Account number 9407ba63-be74-475a-a346-286f223e58b8
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of e60cd41d-c178-464d-ae37-3ff30c721620: Amount of 859 has been received from Account number daedb646-2465-4399-862d-9e9ce8223167
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of c10a4881-9c38-4c3c-adaf-23ceed8eca9c: Amount of 434 has to sent to Account number fa7da19f-baa2-44a6-b79e-d7d556621dcf
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of e937bae0-cce9-4e0c-b809-0b675b0de7c7: Amount of 592 has to sent to Account number 5b5d5d60-775e-4f63-bded-41449612615c
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa7da19f-baa2-44a6-b79e-d7d556621dcf: Amount of 434 has been received from Account number c10a4881-9c38-4c3c-adaf-23ceed8eca9c
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b5d5d60-775e-4f63-bded-41449612615c: Amount of 592 has been received from Account number e937bae0-cce9-4e0c-b809-0b675b0de7c7
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5fab56b5-d9c4-4174-9f74-444c7973d98a: Amount of 80 has to sent to Account number edd8f000-aee3-48b6-94a3-e42a086b841c
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of c56c6296-1162-4174-b061-ecdcfaee89b9: Amount of 150 has to sent to Account number 65ace85f-c8be-44e7-b6a7-9d6444e3b838
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95b8f308-a105-4885-9528-2ea2f0691a77: Amount of 555 has been received from Account number 4f83a999-c6f0-4324-92bf-59d46a342913
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 65ace85f-c8be-44e7-b6a7-9d6444e3b838: Amount of 150 has been received from Account number c56c6296-1162-4174-b061-ecdcfaee89b9
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4bf4bd95-b9d4-4436-bc99-34e870a99551: Amount of 390 has been received from Account number 3865f958-acc8-4497-9a0e-ac55ab3d0709
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of c73d5055-19ef-4689-b5fc-4858490562f7: Amount of 147 has been received from Account number c9125172-c1a0-46ea-882b-686aa20407de
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 65c0e0ef-e795-4ee2-b3a4-8d9063a77237: Amount of 452 has to sent to Account number 796764f5-bdc6-4e3d-837f-011a0b743c3c
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 796764f5-bdc6-4e3d-837f-011a0b743c3c: Amount of 452 has been received from Account number 65c0e0ef-e795-4ee2-b3a4-8d9063a77237
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25f4c806-2d2e-4834-b44f-a1a869eb1a83: Amount of 883 has been received from Account number 1ac90a87-fb9c-4d81-ba2b-ec1f69269281
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb81813b-5ec0-4830-adc4-b68811ac1651: Amount of 499 has to sent to Account number 1a70b96b-2048-4c46-997a-93ed15aea412
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ba422fb0-d039-4534-ac13-b9b99b901a1e: Amount of 20 has to sent to Account number b411c1ff-e002-4c8a-ac67-5bac10656200
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1a70b96b-2048-4c46-997a-93ed15aea412: Amount of 499 has been received from Account number eb81813b-5ec0-4830-adc4-b68811ac1651
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of b411c1ff-e002-4c8a-ac67-5bac10656200: Amount of 20 has been received from Account number ba422fb0-d039-4534-ac13-b9b99b901a1e
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of bb2478f4-b206-4fac-9009-547d9420aae9: Amount of 516 has been received from Account number 4c7e3330-f933-4adb-bc56-1042c58966b3
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 131c991d-eb94-4d5f-b385-c18d9c517a6e: Amount of 455 has to sent to Account number c8c3dea6-1887-456d-a3fe-7311c1626fb5
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of c8c3dea6-1887-456d-a3fe-7311c1626fb5: Amount of 455 has been received from Account number 131c991d-eb94-4d5f-b385-c18d9c517a6e
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 509c3874-f4cb-4872-9700-287f0a11806a: Amount of 640 has to sent to Account number b0b42d5a-c4d7-4f50-95b2-e648e31388f9
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of b0b42d5a-c4d7-4f50-95b2-e648e31388f9: Amount of 640 has been received from Account number 509c3874-f4cb-4872-9700-287f0a11806a
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2885c957-3231-43dc-a981-c8748a6af918: Amount of 192 has been received from Account number 906bcbd5-ac73-44b8-8a4f-5fa38f291a64
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of fac87c6a-e6c7-4c7c-9ac2-3c6285704857: Amount of 88 has to sent to Account number b4ee2646-c2fe-4315-806b-3e24f27007b6
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of f3e3e8f7-160c-4917-8349-7678ea72d982: Amount of 135 has to sent to Account number ee12fbfe-6b61-4b8d-a3e4-dca209349a2c
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 15ba8e83-34f7-471b-849f-dd93738ff1c3: Amount of 234 has been received from Account number a2a64d5f-447f-4d24-8e95-b61b31032ffe
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee12fbfe-6b61-4b8d-a3e4-dca209349a2c: Amount of 135 has been received from Account number f3e3e8f7-160c-4917-8349-7678ea72d982
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee22878b-d944-403f-80e1-dcf02a396a6e: Amount of 973 has to sent to Account number 5c67bdcc-22e4-40cc-a308-c81e8ac1c13f
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of f74d413a-29b7-4650-ab97-35a758ff5e6c: Amount of 296 has to sent to Account number b837ff98-7dfa-4768-b650-3d563e87a6a7
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c67bdcc-22e4-40cc-a308-c81e8ac1c13f: Amount of 973 has been received from Account number ee22878b-d944-403f-80e1-dcf02a396a6e
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 01724e46-7d17-428a-bf6d-c40758851b34: Amount of 797 has to sent to Account number 9df8ea98-4603-4e62-b8eb-831770130214
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ea2fb6e2-0b1c-42be-ac09-0d4aaf784455: Amount of 751 has to sent to Account number 48891ca4-d5b2-468f-b633-88cc4b2aeca7
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of b72bb430-2cd5-4941-a22c-d0e6ea29291c: Amount of 958 has to sent to Account number e7d1d48b-7b6c-4afb-9081-63008a21dbdc
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d44f0eb-e5aa-4e71-ba85-6745c22a726f: Amount of 787 has been received from Account number 57b58ea1-0edf-499a-b040-7ebc3fa595b5
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of db1de325-c608-4f27-af7b-3d41bea08856: Amount of 373 has to sent to Account number 461c8ddc-378d-42a3-aa34-ff418807ca94
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of a48a560e-a918-4968-bc45-fca1187b89c0: Amount of 147 has to sent to Account number d5fd4750-aedb-4205-87b7-063144d36975
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of d5fd4750-aedb-4205-87b7-063144d36975: Amount of 147 has been received from Account number a48a560e-a918-4968-bc45-fca1187b89c0
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6be5713c-1817-4f70-8ade-2f2c755581a7: Amount of 329 has to sent to Account number 6cacd81f-01db-44a2-a07a-95a4aea1cd9f
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6cacd81f-01db-44a2-a07a-95a4aea1cd9f: Amount of 329 has been received from Account number 6be5713c-1817-4f70-8ade-2f2c755581a7
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5075fae7-31e3-47a5-a232-65a568fb254c: Amount of 719 has to sent to Account number 1a49e4c6-c482-40b5-a014-ed34fc673020
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1f906990-ebb2-475d-a3e5-5a4908715e3d: Amount of 489 has to sent to Account number 22a8733d-f24a-4fb1-bfd6-5e69f72a0ef7
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22a8733d-f24a-4fb1-bfd6-5e69f72a0ef7: Amount of 489 has been received from Account number 1f906990-ebb2-475d-a3e5-5a4908715e3d
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of f9dec8f2-256d-4d4e-8900-64b56122ab21: Amount of 11 has to sent to Account number b9d98876-a988-4b3b-ac60-ae1ef4cd5b42
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of b9d98876-a988-4b3b-ac60-ae1ef4cd5b42: Amount of 11 has been received from Account number f9dec8f2-256d-4d4e-8900-64b56122ab21
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 905e42ce-e941-4453-9184-2cc64177e25c: Amount of 212 has to sent to Account number 8d255234-564c-4c12-8cf1-c3b422d81208
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d255234-564c-4c12-8cf1-c3b422d81208: Amount of 212 has been received from Account number 905e42ce-e941-4453-9184-2cc64177e25c
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d5fe759-305d-4dc1-858e-9e7db6686451: Amount of 379 has been received from Account number 929b5d5c-1542-4e24-9fac-7fd68241191e
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1b1d8580-eafe-4696-ab6d-3d4f979098b1: Amount of 129 has to sent to Account number fb8492b6-c8bf-471e-8a51-c8b4e829ef79
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb8492b6-c8bf-471e-8a51-c8b4e829ef79: Amount of 129 has been received from Account number 1b1d8580-eafe-4696-ab6d-3d4f979098b1
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7fe8e047-9737-4f4f-87ce-1d43c9f4063e: Amount of 932 has to sent to Account number 73d64069-bbae-4f76-ae88-3ec7065261da
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 73d64069-bbae-4f76-ae88-3ec7065261da: Amount of 932 has been received from Account number 7fe8e047-9737-4f4f-87ce-1d43c9f4063e
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 461c8ddc-378d-42a3-aa34-ff418807ca94: Amount of 373 has been received from Account number db1de325-c608-4f27-af7b-3d41bea08856
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c37a8bc9-92fd-45c8-a7a5-04c4bc0c98f2: Amount of 291 has to sent to Account number 2da858ce-e9f8-4608-bcbb-2c7232a095c4
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2da858ce-e9f8-4608-bcbb-2c7232a095c4: Amount of 291 has been received from Account number c37a8bc9-92fd-45c8-a7a5-04c4bc0c98f2
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 59d06059-d6ac-43ae-b209-c27c85498765: Amount of 586 has to sent to Account number c3ad11fd-8e1b-42df-b23c-45470fd74078
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3ad11fd-8e1b-42df-b23c-45470fd74078: Amount of 586 has been received from Account number 59d06059-d6ac-43ae-b209-c27c85498765
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c251851-830b-42be-83d6-4820d7372250: Amount of 326 has to sent to Account number bc78e814-6f1a-4367-ac6e-7833c231a3fd
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d7fefc77-2990-48f8-9401-5eace236c95d: Amount of 329 has to sent to Account number e7b9d671-c986-4ff0-b9da-464e66ebb3db
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of e7b9d671-c986-4ff0-b9da-464e66ebb3db: Amount of 329 has been received from Account number d7fefc77-2990-48f8-9401-5eace236c95d
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ce673be-b2a4-48ed-af83-e40a041c4be1: Amount of 867 has been received from Account number 3e20af4a-a633-4f8f-b4cd-dc89113b9461
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c33c0f1-3a6e-460f-924e-03e061d1ba95: Amount of 87 has to sent to Account number 4375c75a-6cb2-4a85-a69b-4ed1099c7710
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4375c75a-6cb2-4a85-a69b-4ed1099c7710: Amount of 87 has been received from Account number 0c33c0f1-3a6e-460f-924e-03e061d1ba95
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95c7aa76-6de7-4bb7-8dac-58bd6db3f433: Amount of 359 has to sent to Account number a9703c19-e4d2-4bdf-abdf-7aee807d621f
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d74f3ed-36ca-4384-b48f-1d5cdfd884bc: Amount of 29 has to sent to Account number 9aa50662-653a-48dc-b4f2-5f375c47efe2
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9703c19-e4d2-4bdf-abdf-7aee807d621f: Amount of 359 has been received from Account number 95c7aa76-6de7-4bb7-8dac-58bd6db3f433
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9aa50662-653a-48dc-b4f2-5f375c47efe2: Amount of 29 has been received from Account number 6d74f3ed-36ca-4384-b48f-1d5cdfd884bc
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of f7c37249-8fe1-455a-be7c-67bc08bc4a7f: Amount of 428 has to sent to Account number 2123e8a3-e49e-4144-9ae5-555d34fff730
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 359dbd18-eb89-4a00-9968-936f9838f06d: Amount of 288 has to sent to Account number 8d688564-690e-491d-97ff-d8591545e2d6
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 572b4b26-ef7f-419f-85ad-c9a548abff1e: Amount of 206 has to sent to Account number c1371c11-5e52-468a-b252-d88c46d8d24e
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d688564-690e-491d-97ff-d8591545e2d6: Amount of 288 has been received from Account number 359dbd18-eb89-4a00-9968-936f9838f06d
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of e7d1d48b-7b6c-4afb-9081-63008a21dbdc: Amount of 958 has been received from Account number b72bb430-2cd5-4941-a22c-d0e6ea29291c
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ec590096-be9b-496c-b466-5521e99c287f: Amount of 494 has to sent to Account number 788e967b-9890-43a3-9b28-bda52a557688
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of c550ef2b-88d5-404e-a944-4d0e00920280: Amount of 560 has to sent to Account number c3ed9a67-7179-440d-9a47-1af382bc0d2e
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 36703016-f1bf-4f2d-ae8b-249ca9c9e304: Amount of 470 has to sent to Account number 9477d36e-6868-4964-9cfb-d6760cfc4a8c
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 48891ca4-d5b2-468f-b633-88cc4b2aeca7: Amount of 751 has been received from Account number ea2fb6e2-0b1c-42be-ac09-0d4aaf784455
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9477d36e-6868-4964-9cfb-d6760cfc4a8c: Amount of 470 has been received from Account number 36703016-f1bf-4f2d-ae8b-249ca9c9e304
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7741f6a9-c1c1-4e5f-a37e-07341040aef9: Amount of 786 has to sent to Account number 5fa1873a-c15f-4115-8989-0aed7727a791
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5fa1873a-c15f-4115-8989-0aed7727a791: Amount of 786 has been received from Account number 7741f6a9-c1c1-4e5f-a37e-07341040aef9
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of edd8f000-aee3-48b6-94a3-e42a086b841c: Amount of 80 has been received from Account number 5fab56b5-d9c4-4174-9f74-444c7973d98a
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of f93e07f4-ebb1-4167-862e-a1a1408254ed: Amount of 100 has to sent to Account number 1712d885-fbd4-43cf-a472-5b7d2f76f5d0
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22930a17-4f99-42ad-8467-e274d4f830ca: Amount of 834 has to sent to Account number 0430fd0f-ef0f-48db-8422-62d4fb956e55
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0430fd0f-ef0f-48db-8422-62d4fb956e55: Amount of 834 has been received from Account number 22930a17-4f99-42ad-8467-e274d4f830ca
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e2bab64-68bf-4c3e-af48-1309b0daefd7: Amount of 987 has to sent to Account number 3111edb9-069a-4578-bbaa-398f4d51b25b
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of d93ef1b8-762b-4053-aa9e-4626fa6281b3: Amount of 257 has to sent to Account number 5e8946e6-31f5-400c-b686-f96069329d58
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ff208d17-e48c-4ea5-8b76-836a18c2816d: Amount of 667 has to sent to Account number deaf0117-ed7e-4fb2-9484-c974f646a997
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of bcaa1f5c-f2ab-481c-b702-5d9ad28bb090: Amount of 67 has to sent to Account number 15abb877-b7ae-490e-a4b2-166bc00803c4
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of cbbb81cc-c566-48e5-b73a-ce52d6cb3cf2: Amount of 878 has to sent to Account number 3f154b8f-9838-4312-8fe6-9bc43664aeb2
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 15abb877-b7ae-490e-a4b2-166bc00803c4: Amount of 67 has been received from Account number bcaa1f5c-f2ab-481c-b702-5d9ad28bb090
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f154b8f-9838-4312-8fe6-9bc43664aeb2: Amount of 878 has been received from Account number cbbb81cc-c566-48e5-b73a-ce52d6cb3cf2
2024-07-09 19:26:08.141  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of f51b64dd-3e91-4c38-91d5-761e2e8a415a: Amount of 927 has to sent to Account number 822cd07a-588b-476f-bb5a-750f7ddd4141
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 523df3fd-398a-4b9d-934d-e5380d907936: Amount of 492 has to sent to Account number a9fee9e0-bd0d-4520-a283-7c107e56c8e0
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of a1d837f5-91b1-42fc-b732-e425e2afcfbf: Amount of 672 has to sent to Account number fffded55-2ca9-4a51-ac6f-a1945a558788
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of b4ee2646-c2fe-4315-806b-3e24f27007b6: Amount of 88 has been received from Account number fac87c6a-e6c7-4c7c-9ac2-3c6285704857
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of fffded55-2ca9-4a51-ac6f-a1945a558788: Amount of 672 has been received from Account number a1d837f5-91b1-42fc-b732-e425e2afcfbf
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 229076cb-4b35-4c9a-8430-f8f5c3f972d9: Amount of 872 has to sent to Account number d49531d3-a444-4aa9-963f-c4f64401ffa8
2024-07-09 19:26:08.141  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of b837ff98-7dfa-4768-b650-3d563e87a6a7: Amount of 296 has been received from Account number f74d413a-29b7-4650-ab97-35a758ff5e6c
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 559caabc-4706-4b99-8c75-1cc989f5ddfa: Amount of 354 has to sent to Account number c02552e2-12ed-4ebe-a450-f0ed31395c27
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1a49e4c6-c482-40b5-a014-ed34fc673020: Amount of 719 has been received from Account number 5075fae7-31e3-47a5-a232-65a568fb254c
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of c02552e2-12ed-4ebe-a450-f0ed31395c27: Amount of 354 has been received from Account number 559caabc-4706-4b99-8c75-1cc989f5ddfa
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac37ae2a-593e-4659-a60d-6d710548a8e5: Amount of 392 has to sent to Account number 13c75c83-99bf-48ee-b690-d3f7e2806592
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc78e814-6f1a-4367-ac6e-7833c231a3fd: Amount of 326 has been received from Account number 2c251851-830b-42be-83d6-4820d7372250
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2123e8a3-e49e-4144-9ae5-555d34fff730: Amount of 428 has been received from Account number f7c37249-8fe1-455a-be7c-67bc08bc4a7f
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 141ea204-2b89-4fb4-9fb0-0634dd78500f: Amount of 310 has to sent to Account number 64983dcb-9e5c-4889-9deb-701fe1bf06d9
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64a3ffad-f607-4c4a-b5bb-c2c8bd119709: Amount of 147 has to sent to Account number 0f60d534-d20a-4939-b676-6e4208111e32
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64983dcb-9e5c-4889-9deb-701fe1bf06d9: Amount of 310 has been received from Account number 141ea204-2b89-4fb4-9fb0-0634dd78500f
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0f60d534-d20a-4939-b676-6e4208111e32: Amount of 147 has been received from Account number 64a3ffad-f607-4c4a-b5bb-c2c8bd119709
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of a88ef51f-4ad8-4ccf-808a-5d7207456852: Amount of 226 has to sent to Account number 8ce76632-d648-4635-8fdd-87a906486406
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7914ebef-6280-4d73-9e1e-d460c7e711e1: Amount of 818 has to sent to Account number bdfbc0be-d9b8-4bdc-9bb9-871981540d00
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of bdfbc0be-d9b8-4bdc-9bb9-871981540d00: Amount of 818 has been received from Account number 7914ebef-6280-4d73-9e1e-d460c7e711e1
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8ce76632-d648-4635-8fdd-87a906486406: Amount of 226 has been received from Account number a88ef51f-4ad8-4ccf-808a-5d7207456852
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of c1371c11-5e52-468a-b252-d88c46d8d24e: Amount of 206 has been received from Account number 572b4b26-ef7f-419f-85ad-c9a548abff1e
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1d6edf49-edb1-4e3f-b7f3-27eb4d73e3bc: Amount of 646 has to sent to Account number 0c97f261-9df0-4c36-9c7c-4905d466b1eb
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 409e2807-c534-46fc-859f-e8000f202755: Amount of 933 has to sent to Account number 8d0957fe-f6e3-4b4f-8872-64fbe8c8f561
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d0957fe-f6e3-4b4f-8872-64fbe8c8f561: Amount of 933 has been received from Account number 409e2807-c534-46fc-859f-e8000f202755
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3669a7a2-682a-4c3b-8b2d-b11e99d2eccb: Amount of 374 has to sent to Account number c3793a8f-055f-4029-96db-b899a05af147
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3793a8f-055f-4029-96db-b899a05af147: Amount of 374 has been received from Account number 3669a7a2-682a-4c3b-8b2d-b11e99d2eccb
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of e9d0f07f-ab1c-46b0-acb8-055228728d81: Amount of 865 has to sent to Account number a822b4e0-4d95-4730-9c98-e1b7103d378a
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of a822b4e0-4d95-4730-9c98-e1b7103d378a: Amount of 865 has been received from Account number e9d0f07f-ab1c-46b0-acb8-055228728d81
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c78f8249-d789-4a17-b723-a84ad13d9ec2: Amount of 695 has to sent to Account number 47ec7ac0-70b0-4593-a36f-3f77a85ec690
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 47ec7ac0-70b0-4593-a36f-3f77a85ec690: Amount of 695 has been received from Account number c78f8249-d789-4a17-b723-a84ad13d9ec2
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 788e967b-9890-43a3-9b28-bda52a557688: Amount of 494 has been received from Account number ec590096-be9b-496c-b466-5521e99c287f
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 94e17012-88c1-41de-9c15-5a8b74497c37: Amount of 432 has to sent to Account number f841fb69-fbb5-4bb8-95d2-96f41bfa615b
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of f841fb69-fbb5-4bb8-95d2-96f41bfa615b: Amount of 432 has been received from Account number 94e17012-88c1-41de-9c15-5a8b74497c37
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9df8ea98-4603-4e62-b8eb-831770130214: Amount of 797 has been received from Account number 01724e46-7d17-428a-bf6d-c40758851b34
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3ed9a67-7179-440d-9a47-1af382bc0d2e: Amount of 560 has been received from Account number c550ef2b-88d5-404e-a944-4d0e00920280
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f5a9d47-c9a0-4787-8365-d59a567449c4: Amount of 53 has to sent to Account number 0919a76f-2d12-4d68-95cc-0b34fc45f31c
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 00eed6bf-d775-4a47-9da1-5132ad2a568a: Amount of 518 has to sent to Account number cc40b5be-9623-4b43-865a-ba34f0fa7a49
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1712d885-fbd4-43cf-a472-5b7d2f76f5d0: Amount of 100 has been received from Account number f93e07f4-ebb1-4167-862e-a1a1408254ed
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of cc40b5be-9623-4b43-865a-ba34f0fa7a49: Amount of 518 has been received from Account number 00eed6bf-d775-4a47-9da1-5132ad2a568a
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa75ff79-e62b-4b35-b88f-d46b6be4f3a0: Amount of 388 has to sent to Account number a514a77b-ea90-4610-84bb-d3d63846d400
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of da747701-5dcb-4e04-8a95-9b9b996a9997: Amount of 326 has to sent to Account number ad974945-398b-4dad-9bdf-b2692970658d
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of dff858b0-4247-47a0-89c9-ef3803c76e65: Amount of 693 has to sent to Account number 317583ca-4a9a-4062-8ee2-cc374b279c31
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ad974945-398b-4dad-9bdf-b2692970658d: Amount of 326 has been received from Account number da747701-5dcb-4e04-8a95-9b9b996a9997
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3111edb9-069a-4578-bbaa-398f4d51b25b: Amount of 987 has been received from Account number 8e2bab64-68bf-4c3e-af48-1309b0daefd7
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 52f162c4-e817-4a94-a278-927cecdae034: Amount of 215 has to sent to Account number 0affadb7-7edc-43a1-b5a9-5478822063b9
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0affadb7-7edc-43a1-b5a9-5478822063b9: Amount of 215 has been received from Account number 52f162c4-e817-4a94-a278-927cecdae034
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 39e47414-0f2d-4278-9ac1-6ae2a201e653: Amount of 239 has to sent to Account number e36aec3f-1223-4147-a4e2-f26e52f23b9a
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5e8946e6-31f5-400c-b686-f96069329d58: Amount of 257 has been received from Account number d93ef1b8-762b-4053-aa9e-4626fa6281b3
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of c2aaef4d-1f16-4aca-871b-343c2e71c7f8: Amount of 422 has to sent to Account number 3d0c7db4-2ab6-43b7-ab36-4da537340995
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of deaf0117-ed7e-4fb2-9484-c974f646a997: Amount of 667 has been received from Account number ff208d17-e48c-4ea5-8b76-836a18c2816d
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d0c7db4-2ab6-43b7-ab36-4da537340995: Amount of 422 has been received from Account number c2aaef4d-1f16-4aca-871b-343c2e71c7f8
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 822cd07a-588b-476f-bb5a-750f7ddd4141: Amount of 927 has been received from Account number f51b64dd-3e91-4c38-91d5-761e2e8a415a
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of e97adf20-d4f5-4483-b32f-18a3197ad6e7: Amount of 239 has to sent to Account number 0d76e9fe-0c56-486f-8648-3eb22bd523a4
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 27a56aaa-4a75-48bd-99c8-730363ecfae4: Amount of 560 has to sent to Account number 58c71b45-494f-4e28-97bf-a29bae0f1757
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0d76e9fe-0c56-486f-8648-3eb22bd523a4: Amount of 239 has been received from Account number e97adf20-d4f5-4483-b32f-18a3197ad6e7
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9fee9e0-bd0d-4520-a283-7c107e56c8e0: Amount of 492 has been received from Account number 523df3fd-398a-4b9d-934d-e5380d907936
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 21823115-732f-4bf0-a693-5b89a27285f4: Amount of 302 has to sent to Account number cd1196ff-b26d-424f-a346-48f522749323
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of cfba6582-735b-4cc8-afe5-b4248c5d4532: Amount of 45 has to sent to Account number 28e4f28d-baaa-48c9-9a1a-f2354501db8d
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 46f9777e-9c65-4ae0-85c4-cc20b82b2f9e: Amount of 48 has to sent to Account number 2552ec98-07ee-4e9c-8507-9e73d4b40dd0
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of d49531d3-a444-4aa9-963f-c4f64401ffa8: Amount of 872 has been received from Account number 229076cb-4b35-4c9a-8430-f8f5c3f972d9
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2552ec98-07ee-4e9c-8507-9e73d4b40dd0: Amount of 48 has been received from Account number 46f9777e-9c65-4ae0-85c4-cc20b82b2f9e
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 494759ec-a597-4273-a67e-0bbf97c14f3b: Amount of 714 has to sent to Account number 0f4e4771-f749-43f6-a45e-815eb16b61b2
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0aeedbb7-4597-4e40-b2f4-0da100ad4f2e: Amount of 882 has to sent to Account number 100e37d3-f60d-457f-a42f-1019b94d5fac
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of fe06e40e-0793-4e3b-8451-9401ee6175ad: Amount of 546 has to sent to Account number a0ecbbcf-9186-4a24-9836-0c38644683a5
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 100e37d3-f60d-457f-a42f-1019b94d5fac: Amount of 882 has been received from Account number 0aeedbb7-4597-4e40-b2f4-0da100ad4f2e
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 63f70ff3-e8bf-48d7-b99b-d5199ba38d80: Amount of 275 has to sent to Account number 4b30a0cd-bbc9-4e0a-8f92-7e2cb70789f4
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 13c75c83-99bf-48ee-b690-d3f7e2806592: Amount of 392 has been received from Account number ac37ae2a-593e-4659-a60d-6d710548a8e5
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 16148da4-6479-4d4c-b597-1b3f6f20a29d: Amount of 766 has to sent to Account number 5890d73c-6ae6-4b57-8c8a-c87d1243850f
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5890d73c-6ae6-4b57-8c8a-c87d1243850f: Amount of 766 has been received from Account number 16148da4-6479-4d4c-b597-1b3f6f20a29d
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a6e3b68-58d6-4b00-8b09-7a016291fb3a: Amount of 254 has to sent to Account number a97d3d99-f410-4e66-aced-6ca140f307e6
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a465f12-134e-4271-a1bb-7f872b9a036a: Amount of 521 has to sent to Account number a6dfdb0f-cadd-4bee-bbc6-db4a5663e662
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c97f261-9df0-4c36-9c7c-4905d466b1eb: Amount of 646 has been received from Account number 1d6edf49-edb1-4e3f-b7f3-27eb4d73e3bc
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of a6dfdb0f-cadd-4bee-bbc6-db4a5663e662: Amount of 521 has been received from Account number 3a465f12-134e-4271-a1bb-7f872b9a036a
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of a714993d-f71c-40d6-9a2d-a1328d73cbff: Amount of 156 has to sent to Account number 959aa36c-cb7c-4da9-be09-9e390590cf00
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6f55774f-b052-4e45-a978-8a7204d1ec61: Amount of 650 has to sent to Account number d434fb3a-d264-4083-a2a4-a1fe23ef9532
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8811ee0e-e3c7-4f13-9e50-bc8b06109842: Amount of 185 has to sent to Account number 7478d7e4-895b-499a-a1ec-47322c8c698c
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of d434fb3a-d264-4083-a2a4-a1fe23ef9532: Amount of 650 has been received from Account number 6f55774f-b052-4e45-a978-8a7204d1ec61
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7478d7e4-895b-499a-a1ec-47322c8c698c: Amount of 185 has been received from Account number 8811ee0e-e3c7-4f13-9e50-bc8b06109842
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7bd01b1b-c771-46ef-a0e7-3c99b51d5699: Amount of 617 has to sent to Account number c91d7797-740f-4d55-ac0d-e288183ecf1e
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c91d7797-740f-4d55-ac0d-e288183ecf1e: Amount of 617 has been received from Account number 7bd01b1b-c771-46ef-a0e7-3c99b51d5699
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0d329c0c-d81a-4133-a85a-50d70df4187e: Amount of 961 has to sent to Account number 950ac11f-2755-4701-9427-701a39c23629
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3361680-630b-4494-af75-b3d77a24e324: Amount of 627 has to sent to Account number c74d2295-c6af-4cb2-8f33-3e22b6860b16
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0919a76f-2d12-4d68-95cc-0b34fc45f31c: Amount of 53 has been received from Account number 5f5a9d47-c9a0-4787-8365-d59a567449c4
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of c74d2295-c6af-4cb2-8f33-3e22b6860b16: Amount of 627 has been received from Account number c3361680-630b-4494-af75-b3d77a24e324
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2f9a3f81-15d7-4d28-867c-306c9472c20b: Amount of 577 has to sent to Account number 78073c13-f3b7-4583-b06e-eb6105ef5c12
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of efadf957-4d09-47bf-9c25-276861390f38: Amount of 903 has to sent to Account number b929f394-0cbb-4744-a314-ffda4539cdb7
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 78073c13-f3b7-4583-b06e-eb6105ef5c12: Amount of 577 has been received from Account number 2f9a3f81-15d7-4d28-867c-306c9472c20b
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of b929f394-0cbb-4744-a314-ffda4539cdb7: Amount of 903 has been received from Account number efadf957-4d09-47bf-9c25-276861390f38
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a34da96c-8ddc-418a-8ebd-23c19f205092: Amount of 854 has to sent to Account number 165abe66-035f-40ef-b536-bc38583d8c04
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ecbd693e-ae78-4064-936d-77ae5152d1ad: Amount of 928 has to sent to Account number 77552cd0-a9e0-4b79-b795-787f564dc3ca
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 165abe66-035f-40ef-b536-bc38583d8c04: Amount of 854 has been received from Account number a34da96c-8ddc-418a-8ebd-23c19f205092
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a514a77b-ea90-4610-84bb-d3d63846d400: Amount of 388 has been received from Account number fa75ff79-e62b-4b35-b88f-d46b6be4f3a0
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 255b24f1-220f-42cb-8953-4a1011c4fbd2: Amount of 6 has to sent to Account number 87c1c818-cecd-49c0-b42d-02061664ae3e
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 87c1c818-cecd-49c0-b42d-02061664ae3e: Amount of 6 has been received from Account number 255b24f1-220f-42cb-8953-4a1011c4fbd2
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of f58c68b7-9336-435a-b49b-f8f4a8e397b6: Amount of 484 has to sent to Account number dde5f070-f3b3-46d3-8d7b-3bccab7377a4
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of dde5f070-f3b3-46d3-8d7b-3bccab7377a4: Amount of 484 has been received from Account number f58c68b7-9336-435a-b49b-f8f4a8e397b6
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7e080599-5feb-4194-95e0-f253c8a3e2ac: Amount of 124 has to sent to Account number fdadbbf0-a1c0-4d0b-87d2-80c17a2552c7
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 317583ca-4a9a-4062-8ee2-cc374b279c31: Amount of 693 has been received from Account number dff858b0-4247-47a0-89c9-ef3803c76e65
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of fdadbbf0-a1c0-4d0b-87d2-80c17a2552c7: Amount of 124 has been received from Account number 7e080599-5feb-4194-95e0-f253c8a3e2ac
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 80db9c14-d214-472a-9afd-ac81691c396b: Amount of 199 has to sent to Account number 9f092adb-f471-4978-9038-737450d000cb
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9f092adb-f471-4978-9038-737450d000cb: Amount of 199 has been received from Account number 80db9c14-d214-472a-9afd-ac81691c396b
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 491df973-b88e-42e4-aa8d-6381f048d743: Amount of 364 has to sent to Account number 71e3302a-9c76-48ee-8c51-c8d1c5ce0431
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of e36aec3f-1223-4147-a4e2-f26e52f23b9a: Amount of 239 has been received from Account number 39e47414-0f2d-4278-9ac1-6ae2a201e653
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of c1861f14-86fd-4ee1-a7b8-253468e98555: Amount of 992 has to sent to Account number b188f3b2-f076-454a-b3b8-ad5623348cf6
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 404434fd-8647-4f26-9e09-97d0b3b4360a: Amount of 5 has to sent to Account number 8a2d3bdf-746d-4839-9de9-6c75ea089373
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 04210052-499d-43bf-81c3-8a9d21493bb1: Amount of 134 has to sent to Account number 5f6e6008-3ec6-4380-9464-bc0523009f80
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 08b79696-3a80-4744-98a3-08a94289781f: Amount of 818 has to sent to Account number 45f474a2-56a6-4c3e-98f1-d4ddb8dcec5e
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f6e6008-3ec6-4380-9464-bc0523009f80: Amount of 134 has been received from Account number 04210052-499d-43bf-81c3-8a9d21493bb1
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of b0356bf7-0016-40cf-8962-eb6f9b63f0ef: Amount of 96 has to sent to Account number ee2f97e8-d66e-4034-aa1b-fcf1c55eca34
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 58c71b45-494f-4e28-97bf-a29bae0f1757: Amount of 560 has been received from Account number 27a56aaa-4a75-48bd-99c8-730363ecfae4
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 35391921-b09b-48f7-949e-e998b897e71b: Amount of 222 has to sent to Account number 719800ea-c740-4570-ae47-6d1965935e02
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of cd1196ff-b26d-424f-a346-48f522749323: Amount of 302 has been received from Account number 21823115-732f-4bf0-a693-5b89a27285f4
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7efdfd19-fe9e-4c16-a261-94b2dd341fe2: Amount of 489 has to sent to Account number e266372f-7448-4aad-a2dd-48f3f2e33599
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of e266372f-7448-4aad-a2dd-48f3f2e33599: Amount of 489 has been received from Account number 7efdfd19-fe9e-4c16-a261-94b2dd341fe2
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 28e4f28d-baaa-48c9-9a1a-f2354501db8d: Amount of 45 has been received from Account number cfba6582-735b-4cc8-afe5-b4248c5d4532
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0f4e4771-f749-43f6-a45e-815eb16b61b2: Amount of 714 has been received from Account number 494759ec-a597-4273-a67e-0bbf97c14f3b
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of a0ecbbcf-9186-4a24-9836-0c38644683a5: Amount of 546 has been received from Account number fe06e40e-0793-4e3b-8451-9401ee6175ad
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of d3e31678-7081-4448-bded-db4439c56d32: Amount of 193 has to sent to Account number 5304e641-e0c4-43f1-98d1-b7bc2789f7d0
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4b30a0cd-bbc9-4e0a-8f92-7e2cb70789f4: Amount of 275 has been received from Account number 63f70ff3-e8bf-48d7-b99b-d5199ba38d80
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5304e641-e0c4-43f1-98d1-b7bc2789f7d0: Amount of 193 has been received from Account number d3e31678-7081-4448-bded-db4439c56d32
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e78756f-74c1-4c76-9b3f-2f51787f1dea: Amount of 992 has to sent to Account number 021da7bc-f9fb-488a-bf55-4ef6ca04883d
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 535645b8-b281-44bd-b7cb-171ed815310f: Amount of 289 has to sent to Account number 17444a9a-cc01-487c-b703-c938016b24cf
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of a605ad41-f2fc-4f2b-9080-fd9a01e7beaa: Amount of 429 has to sent to Account number 9864d05e-d175-4ba0-bc0a-a274d6daf025
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d8897e0f-49bf-451a-9015-9163fc725594: Amount of 924 has to sent to Account number 8c2d9dd2-0b42-4aaa-81d3-d7674d97f909
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of a97d3d99-f410-4e66-aced-6ca140f307e6: Amount of 254 has been received from Account number 3a6e3b68-58d6-4b00-8b09-7a016291fb3a
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 959aa36c-cb7c-4da9-be09-9e390590cf00: Amount of 156 has been received from Account number a714993d-f71c-40d6-9a2d-a1328d73cbff
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf4766f7-34ee-4fbe-af98-d5d428c3eb93: Amount of 654 has to sent to Account number 44ddaa50-2bea-4880-ac24-395bcec92dbd
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of d5f442b8-979b-4c5b-aa61-c03719e95cb8: Amount of 998 has to sent to Account number 2ed0ea4e-76e3-4ce7-9e18-4c92dac1d16c
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of dc17a65f-511f-4069-a1d5-17e5a6d394e0: Amount of 192 has to sent to Account number e6339aa1-421c-4222-9536-770df80098e4
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e4bf910-e693-4e3a-8a6c-695a53f16c1f: Amount of 997 has to sent to Account number b7381874-b3cf-4b25-aa52-5a836ba27e9d
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of e6339aa1-421c-4222-9536-770df80098e4: Amount of 192 has been received from Account number dc17a65f-511f-4069-a1d5-17e5a6d394e0
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of b7381874-b3cf-4b25-aa52-5a836ba27e9d: Amount of 997 has been received from Account number 0e4bf910-e693-4e3a-8a6c-695a53f16c1f
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of f404eab2-56ba-4f32-b12e-e2b533cc9e03: Amount of 898 has to sent to Account number da0f3a29-bf76-4397-a192-7006e1bc9636
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c9bfa5b-c5fb-43cb-811c-f7affee675a4: Amount of 141 has to sent to Account number 08871c04-cfb9-4f0f-a9f9-180e5105296b
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 950ac11f-2755-4701-9427-701a39c23629: Amount of 961 has been received from Account number 0d329c0c-d81a-4133-a85a-50d70df4187e
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77552cd0-a9e0-4b79-b795-787f564dc3ca: Amount of 928 has been received from Account number ecbd693e-ae78-4064-936d-77ae5152d1ad
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 30b5ba62-bec1-42b8-8e2d-3b325aac2047: Amount of 40 has to sent to Account number 1ddf412c-16c5-4ac5-bd94-b587ff7c8e32
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a5350993-e8f3-48f9-b0b4-f7301e1b5f7b: Amount of 681 has to sent to Account number 67874857-fc70-4149-82a3-5f9cae5c5a51
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4ca926f5-55ea-4648-9358-d8dec027a648: Amount of 235 has to sent to Account number 68722c29-5ded-4575-b07a-29686eca9890
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 67874857-fc70-4149-82a3-5f9cae5c5a51: Amount of 681 has been received from Account number a5350993-e8f3-48f9-b0b4-f7301e1b5f7b
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 68722c29-5ded-4575-b07a-29686eca9890: Amount of 235 has been received from Account number 4ca926f5-55ea-4648-9358-d8dec027a648
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 71e3302a-9c76-48ee-8c51-c8d1c5ce0431: Amount of 364 has been received from Account number 491df973-b88e-42e4-aa8d-6381f048d743
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 96d13761-3e4f-4a4b-931e-765f722c61e1: Amount of 231 has to sent to Account number d303c929-a8ee-4b9a-b4bd-d35a4640f308
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of d303c929-a8ee-4b9a-b4bd-d35a4640f308: Amount of 231 has been received from Account number 96d13761-3e4f-4a4b-931e-765f722c61e1
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a34f212d-74b8-4925-8b19-1aa0d3902cfb: Amount of 122 has to sent to Account number f6c575d1-91de-4fbe-9472-e8ea3110013e
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 20ebd2ae-10e0-4aec-be8e-3744db90e1a4: Amount of 788 has to sent to Account number 38927a80-e100-4687-89e7-417fca419310
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of f6c575d1-91de-4fbe-9472-e8ea3110013e: Amount of 122 has been received from Account number a34f212d-74b8-4925-8b19-1aa0d3902cfb
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8a2d3bdf-746d-4839-9de9-6c75ea089373: Amount of 5 has been received from Account number 404434fd-8647-4f26-9e09-97d0b3b4360a
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of b188f3b2-f076-454a-b3b8-ad5623348cf6: Amount of 992 has been received from Account number c1861f14-86fd-4ee1-a7b8-253468e98555
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 74f9b3b8-170f-4e5a-9bf0-44c3c3f8ee77: Amount of 179 has to sent to Account number 26050e47-9d27-4b33-982d-f90d592a8324
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee2f97e8-d66e-4034-aa1b-fcf1c55eca34: Amount of 96 has been received from Account number b0356bf7-0016-40cf-8962-eb6f9b63f0ef
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 45f474a2-56a6-4c3e-98f1-d4ddb8dcec5e: Amount of 818 has been received from Account number 08b79696-3a80-4744-98a3-08a94289781f
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 719800ea-c740-4570-ae47-6d1965935e02: Amount of 222 has been received from Account number 35391921-b09b-48f7-949e-e998b897e71b
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a0318191-044b-43f1-961d-741695b7a70c: Amount of 808 has to sent to Account number 6b68dff5-280c-4863-b444-d2d334029c5f
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6886df92-356d-4e74-8349-d375b3644418: Amount of 181 has to sent to Account number d7c29d04-2695-44d9-b0be-4753c62d9a77
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b68dff5-280c-4863-b444-d2d334029c5f: Amount of 808 has been received from Account number a0318191-044b-43f1-961d-741695b7a70c
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of d7c29d04-2695-44d9-b0be-4753c62d9a77: Amount of 181 has been received from Account number 6886df92-356d-4e74-8349-d375b3644418
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a24bd4b2-9d3b-42b8-8974-c1965e03c01a: Amount of 539 has to sent to Account number 2ab5907c-2e10-4be1-ae7e-5f9ca2d3cc47
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ee1bf66-c9f9-47a2-b3f9-78fe11776ac7: Amount of 159 has to sent to Account number 63b6209f-44b6-465a-a1ee-5d11b1f9f009
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 63b6209f-44b6-465a-a1ee-5d11b1f9f009: Amount of 159 has been received from Account number 2ee1bf66-c9f9-47a2-b3f9-78fe11776ac7
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 851a6daf-4fcf-4196-ab84-1cdac41a3b16: Amount of 53 has to sent to Account number 09d28d75-c83e-40bb-8801-f45ef9f50cc7
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of caedb681-fffa-4d4b-bcc7-0e305eee8000: Amount of 20 has to sent to Account number 64ab8378-92c0-4819-b1b5-34ae3566af21
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7635ae45-302b-453a-a1f1-d60362a0e1cc: Amount of 466 has to sent to Account number 58237c56-2764-4eb1-a1a8-1780b7beebe0
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca1790b3-c82f-4652-b8bf-a8dd21a61b4a: Amount of 651 has to sent to Account number 8eff674f-ad94-49e9-98af-3d9a4b3b178e
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 09d28d75-c83e-40bb-8801-f45ef9f50cc7: Amount of 53 has been received from Account number 851a6daf-4fcf-4196-ab84-1cdac41a3b16
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 021da7bc-f9fb-488a-bf55-4ef6ca04883d: Amount of 992 has been received from Account number 0e78756f-74c1-4c76-9b3f-2f51787f1dea
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8eff674f-ad94-49e9-98af-3d9a4b3b178e: Amount of 651 has been received from Account number ca1790b3-c82f-4652-b8bf-a8dd21a61b4a
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95701292-e8a6-427a-95b0-81f0eb684446: Amount of 819 has to sent to Account number e9bdc2b2-7013-482f-aee9-b32d033de289
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of e9bdc2b2-7013-482f-aee9-b32d033de289: Amount of 819 has been received from Account number 95701292-e8a6-427a-95b0-81f0eb684446
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 17444a9a-cc01-487c-b703-c938016b24cf: Amount of 289 has been received from Account number 535645b8-b281-44bd-b7cb-171ed815310f
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5187d4eb-754b-435d-b244-9c7634f704bb: Amount of 409 has to sent to Account number 25cc907e-58aa-49b7-82e4-0a1400da73a3
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25cc907e-58aa-49b7-82e4-0a1400da73a3: Amount of 409 has been received from Account number 5187d4eb-754b-435d-b244-9c7634f704bb
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9864d05e-d175-4ba0-bc0a-a274d6daf025: Amount of 429 has been received from Account number a605ad41-f2fc-4f2b-9080-fd9a01e7beaa
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f9b67f62-3819-4dd2-89e4-025209a6c0c0: Amount of 998 has to sent to Account number 479f69ac-3c41-410e-8e89-034e93cff151
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of d09fc4d7-542c-48a2-be90-ecf0088fa17f: Amount of 284 has to sent to Account number c635bd10-914b-4a3d-9a72-e956f45c118b
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 479f69ac-3c41-410e-8e89-034e93cff151: Amount of 998 has been received from Account number f9b67f62-3819-4dd2-89e4-025209a6c0c0
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 67b40874-2285-44c9-8013-98dcc22122b3: Amount of 135 has to sent to Account number 3ed17907-e980-4c51-8fe5-0df3f2eccdc7
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c2d9dd2-0b42-4aaa-81d3-d7674d97f909: Amount of 924 has been received from Account number d8897e0f-49bf-451a-9015-9163fc725594
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ed17907-e980-4c51-8fe5-0df3f2eccdc7: Amount of 135 has been received from Account number 67b40874-2285-44c9-8013-98dcc22122b3
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 44ddaa50-2bea-4880-ac24-395bcec92dbd: Amount of 654 has been received from Account number bf4766f7-34ee-4fbe-af98-d5d428c3eb93
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 47b19b4d-fb25-4537-813b-f9a1212e965f: Amount of 323 has to sent to Account number f33a4aa9-d391-47c4-83a7-632d6d08f0d4
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of f33a4aa9-d391-47c4-83a7-632d6d08f0d4: Amount of 323 has been received from Account number 47b19b4d-fb25-4537-813b-f9a1212e965f
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of b3afb020-a494-4074-adfe-968f0f0a2ed2: Amount of 600 has to sent to Account number 8e37bef8-8f20-4968-9507-3b27e6d113ed
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ed0ea4e-76e3-4ce7-9e18-4c92dac1d16c: Amount of 998 has been received from Account number d5f442b8-979b-4c5b-aa61-c03719e95cb8
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e37bef8-8f20-4968-9507-3b27e6d113ed: Amount of 600 has been received from Account number b3afb020-a494-4074-adfe-968f0f0a2ed2
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of da0f3a29-bf76-4397-a192-7006e1bc9636: Amount of 898 has been received from Account number f404eab2-56ba-4f32-b12e-e2b533cc9e03
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of bb797642-966c-434b-9188-3e5258681335: Amount of 204 has to sent to Account number b68a4d8b-5cb2-4c0e-a97f-a926f7de616d
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of b68a4d8b-5cb2-4c0e-a97f-a926f7de616d: Amount of 204 has been received from Account number bb797642-966c-434b-9188-3e5258681335
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 08871c04-cfb9-4f0f-a9f9-180e5105296b: Amount of 141 has been received from Account number 1c9bfa5b-c5fb-43cb-811c-f7affee675a4
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1ddf412c-16c5-4ac5-bd94-b587ff7c8e32: Amount of 40 has been received from Account number 30b5ba62-bec1-42b8-8e2d-3b325aac2047
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac1b9158-9f5e-4c24-ab9d-9566b95fbfec: Amount of 943 has to sent to Account number 7bb76a0c-f89e-4f3f-8648-e3fe58bc79f3
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 38927a80-e100-4687-89e7-417fca419310: Amount of 788 has been received from Account number 20ebd2ae-10e0-4aec-be8e-3744db90e1a4
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9a1f6444-5205-40a7-b1e4-e2ac6c8a2a75: Amount of 958 has to sent to Account number b6f65d8e-616c-47c4-87c4-70c39bb564fc
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f87b31c-7595-4eae-8b84-2118b7d28b66: Amount of 692 has to sent to Account number 0f8f9799-936c-4874-b262-ec5d1955e8c1
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of d39197b4-9f96-4829-aa66-287776c86f59: Amount of 113 has to sent to Account number c9d434d6-31ee-41c6-b5c6-37002333d92a
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of b6f65d8e-616c-47c4-87c4-70c39bb564fc: Amount of 958 has been received from Account number 9a1f6444-5205-40a7-b1e4-e2ac6c8a2a75
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0f8f9799-936c-4874-b262-ec5d1955e8c1: Amount of 692 has been received from Account number 8f87b31c-7595-4eae-8b84-2118b7d28b66
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e3989ea-254a-408e-b80d-4ee2c07223a1: Amount of 370 has to sent to Account number bea47be8-2767-4187-a097-2fac0b42c8b2
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of bea47be8-2767-4187-a097-2fac0b42c8b2: Amount of 370 has been received from Account number 8e3989ea-254a-408e-b80d-4ee2c07223a1
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26050e47-9d27-4b33-982d-f90d592a8324: Amount of 179 has been received from Account number 74f9b3b8-170f-4e5a-9bf0-44c3c3f8ee77
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 10b8b174-3e5b-406a-8d1a-c24fff188d7c: Amount of 793 has to sent to Account number f60cde52-747b-43e2-bfdd-337ec70aa90c
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of f60cde52-747b-43e2-bfdd-337ec70aa90c: Amount of 793 has been received from Account number 10b8b174-3e5b-406a-8d1a-c24fff188d7c
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of cd0c1a24-53e5-4cbf-a4d3-9fbbb61e3566: Amount of 834 has to sent to Account number 4f2b3ab3-81a9-46c2-91fe-b46733ea363f
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2f8c9de-64ba-45cc-9d22-6c925bcba555: Amount of 252 has to sent to Account number 801f83f5-1e95-404a-bbc9-0754abd87056
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ab5907c-2e10-4be1-ae7e-5f9ca2d3cc47: Amount of 539 has been received from Account number a24bd4b2-9d3b-42b8-8974-c1965e03c01a
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 801f83f5-1e95-404a-bbc9-0754abd87056: Amount of 252 has been received from Account number d2f8c9de-64ba-45cc-9d22-6c925bcba555
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of c13f5708-68e0-4d2c-8e8c-e1c861f929d3: Amount of 362 has to sent to Account number 9b576808-3e07-446e-9fdf-0cf50a6c0bab
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 61314f78-7f5a-477a-87e0-300896dcd6fe: Amount of 47 has to sent to Account number edf8f4b0-75bd-494e-971e-1466dd5d7b0d
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64ab8378-92c0-4819-b1b5-34ae3566af21: Amount of 20 has been received from Account number caedb681-fffa-4d4b-bcc7-0e305eee8000
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 45836a39-1ba7-43b4-94ba-8800267c2b85: Amount of 55 has to sent to Account number a807ecd9-f654-4568-b427-954eb388ade6
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of a807ecd9-f654-4568-b427-954eb388ade6: Amount of 55 has been received from Account number 45836a39-1ba7-43b4-94ba-8800267c2b85
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26a034e2-e93e-46bd-bbd8-1def045e024e: Amount of 672 has to sent to Account number 1e4d1afe-8b2e-43f6-8e40-65fa38064b2c
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 58237c56-2764-4eb1-a1a8-1780b7beebe0: Amount of 466 has been received from Account number 7635ae45-302b-453a-a1f1-d60362a0e1cc
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1e4d1afe-8b2e-43f6-8e40-65fa38064b2c: Amount of 672 has been received from Account number 26a034e2-e93e-46bd-bbd8-1def045e024e
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d390e93-f9d3-4930-b1ef-ee7d54ac8f28: Amount of 986 has to sent to Account number 0573b98c-cdf4-4715-95d1-8c095a7b359f
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 028794a1-f3f1-4688-b815-b994c7cdcc7e: Amount of 412 has to sent to Account number f0efa22c-23b6-4f6c-b075-95472f81f0f2
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0573b98c-cdf4-4715-95d1-8c095a7b359f: Amount of 986 has been received from Account number 9d390e93-f9d3-4930-b1ef-ee7d54ac8f28
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4642f9c5-83bf-4379-8a17-8ad15e864ebb: Amount of 406 has to sent to Account number 99e43c42-c59e-4f52-80a0-a8a897a927ce
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 99e43c42-c59e-4f52-80a0-a8a897a927ce: Amount of 406 has been received from Account number 4642f9c5-83bf-4379-8a17-8ad15e864ebb
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd4da9ef-9b3a-46a5-8949-af0dc0f558ac: Amount of 726 has to sent to Account number dcdb4dd5-9011-4a5a-af01-01e9caf4a686
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of dcdb4dd5-9011-4a5a-af01-01e9caf4a686: Amount of 726 has been received from Account number dd4da9ef-9b3a-46a5-8949-af0dc0f558ac
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0775fe00-362f-48d8-809a-e84de40c72f5: Amount of 363 has to sent to Account number 28262e25-b821-4d80-b9fe-af2eb0d11035
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 28262e25-b821-4d80-b9fe-af2eb0d11035: Amount of 363 has been received from Account number 0775fe00-362f-48d8-809a-e84de40c72f5
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 31414e0f-ede4-430d-947a-f37cf5a7585e: Amount of 454 has to sent to Account number e47a3aa9-82a1-4378-9a24-ea637c8c6b73
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of c635bd10-914b-4a3d-9a72-e956f45c118b: Amount of 284 has been received from Account number d09fc4d7-542c-48a2-be90-ecf0088fa17f
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of e47a3aa9-82a1-4378-9a24-ea637c8c6b73: Amount of 454 has been received from Account number 31414e0f-ede4-430d-947a-f37cf5a7585e
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1b6f5a00-c458-4b30-8467-3ff38a558e29: Amount of 234 has to sent to Account number 8eb66822-6147-49d2-8a3d-dad9767deec4
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of b15498e9-4131-4277-84c7-bfbcd576e0b4: Amount of 761 has to sent to Account number a74e5165-f6b1-4155-8dd2-aba255a724a7
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ebdf0e06-dd77-45df-84a1-a496de2dc60c: Amount of 900 has to sent to Account number a52a319c-014e-4cd4-83f8-0ebe36ca44b0
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of aa3ee10a-09f2-4980-a855-ee48c6af8f88: Amount of 466 has to sent to Account number 48ce0215-2bdc-4293-b76f-555f1976f604
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 618c12c9-9691-43a3-b576-a4a76d46746c: Amount of 785 has to sent to Account number d9a3fe94-5ab3-48dd-acb1-a3c9a150b257
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 93429326-2fda-40a6-ac6a-60e25ba71cd9: Amount of 266 has to sent to Account number e389c65c-70de-4c27-8ac4-b049a6f87d87
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 269bf542-16fe-4f30-998b-c6af324faf90: Amount of 441 has to sent to Account number f868731c-0a23-4fcf-8559-9b98e50e2179
2024-07-09 19:26:08.144  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9da2a6d8-991a-4230-8f59-5058ee7f5d28: Amount of 515 has to sent to Account number 556566f7-1e29-4baf-818f-ccf1a77ca02a
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of e389c65c-70de-4c27-8ac4-b049a6f87d87: Amount of 266 has been received from Account number 93429326-2fda-40a6-ac6a-60e25ba71cd9
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 556566f7-1e29-4baf-818f-ccf1a77ca02a: Amount of 515 has been received from Account number 9da2a6d8-991a-4230-8f59-5058ee7f5d28
2024-07-09 19:26:08.144  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7bb76a0c-f89e-4f3f-8648-e3fe58bc79f3: Amount of 943 has been received from Account number ac1b9158-9f5e-4c24-ab9d-9566b95fbfec
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of c6949b1d-cf3c-4a4a-aab4-3fe19fe52013: Amount of 436 has to sent to Account number 077d8dfc-b38a-4e95-90f3-7b219b7bce29
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of b68803ec-e55e-4b35-b47f-b8161ab8b297: Amount of 650 has to sent to Account number 21c6fa92-59fd-43a6-9586-65c6c806691f
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 831dc8f2-0665-44f2-b78b-67cd3bfebbb9: Amount of 914 has to sent to Account number c3a7672e-b3c2-43e5-9059-00765b38ed2b
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 21c6fa92-59fd-43a6-9586-65c6c806691f: Amount of 650 has been received from Account number b68803ec-e55e-4b35-b47f-b8161ab8b297
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5bc89fec-e015-4a0e-90a7-d583d1d4a49a: Amount of 245 has to sent to Account number 4fed72ef-bcb8-4e63-92d3-3e73d085c815
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3a7672e-b3c2-43e5-9059-00765b38ed2b: Amount of 914 has been received from Account number 831dc8f2-0665-44f2-b78b-67cd3bfebbb9
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of c9d434d6-31ee-41c6-b5c6-37002333d92a: Amount of 113 has been received from Account number d39197b4-9f96-4829-aa66-287776c86f59
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5793c602-7f6c-49d7-9af2-d426f77035e0: Amount of 338 has to sent to Account number f7f6b5f2-fefb-47c4-90d2-0877f326ab41
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 973e980d-dfc8-49be-8418-ac8eeca1c39f: Amount of 292 has to sent to Account number 5a351507-49af-4252-b0c1-4680aa9b91ed
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of f7f6b5f2-fefb-47c4-90d2-0877f326ab41: Amount of 338 has been received from Account number 5793c602-7f6c-49d7-9af2-d426f77035e0
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f2b3ab3-81a9-46c2-91fe-b46733ea363f: Amount of 834 has been received from Account number cd0c1a24-53e5-4cbf-a4d3-9fbbb61e3566
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9b576808-3e07-446e-9fdf-0cf50a6c0bab: Amount of 362 has been received from Account number c13f5708-68e0-4d2c-8e8c-e1c861f929d3
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6809ed40-121c-40e5-9278-b750f079437f: Amount of 328 has to sent to Account number 58fffd55-2c04-4c93-99a4-5cb287123e47
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 58fffd55-2c04-4c93-99a4-5cb287123e47: Amount of 328 has been received from Account number 6809ed40-121c-40e5-9278-b750f079437f
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 28fb3c21-0cc4-434a-a462-240966523162: Amount of 92 has to sent to Account number 45f8e82b-84a9-4151-b0f9-48516acc5f53
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f91e16b-82ba-42ee-88c5-b62b2db93c28: Amount of 64 has to sent to Account number 8ffbe860-4f2e-4549-9f2c-116a1bdf7046
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 45f8e82b-84a9-4151-b0f9-48516acc5f53: Amount of 92 has been received from Account number 28fb3c21-0cc4-434a-a462-240966523162
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8ffbe860-4f2e-4549-9f2c-116a1bdf7046: Amount of 64 has been received from Account number 3f91e16b-82ba-42ee-88c5-b62b2db93c28
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2117ff75-998a-41ca-a636-7c61b35a5d16: Amount of 918 has to sent to Account number c1b630be-f3a9-4e56-8685-478149f48cb3
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 32b3a3f8-4f22-41ee-a391-e00c63e52ecc: Amount of 464 has to sent to Account number dec68dab-87f6-40e1-86a6-e3a98f160ce5
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of dec68dab-87f6-40e1-86a6-e3a98f160ce5: Amount of 464 has been received from Account number 32b3a3f8-4f22-41ee-a391-e00c63e52ecc
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of c1b630be-f3a9-4e56-8685-478149f48cb3: Amount of 918 has been received from Account number 2117ff75-998a-41ca-a636-7c61b35a5d16
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4ab74ed6-25a0-41d1-97fb-2affa92fdabe: Amount of 932 has to sent to Account number 5ae7ca45-986b-41d4-989a-940914e4bbc9
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5ae7ca45-986b-41d4-989a-940914e4bbc9: Amount of 932 has been received from Account number 4ab74ed6-25a0-41d1-97fb-2affa92fdabe
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1b57f0f7-b46b-4be4-8f72-ca102ef9d055: Amount of 136 has to sent to Account number 4579ac22-688d-47aa-bb70-99dce14602c7
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb0d0e70-0731-449e-bbe0-536f1afc13f3: Amount of 90 has to sent to Account number 9e7a21dd-9a78-46f4-88d4-bd8e6f4c832d
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4579ac22-688d-47aa-bb70-99dce14602c7: Amount of 136 has been received from Account number 1b57f0f7-b46b-4be4-8f72-ca102ef9d055
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e7a21dd-9a78-46f4-88d4-bd8e6f4c832d: Amount of 90 has been received from Account number eb0d0e70-0731-449e-bbe0-536f1afc13f3
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26c31740-193e-40da-af74-f6b1283cc585: Amount of 239 has to sent to Account number eeb53913-384a-449c-ac0e-fee9e27ff31b
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of eeb53913-384a-449c-ac0e-fee9e27ff31b: Amount of 239 has been received from Account number 26c31740-193e-40da-af74-f6b1283cc585
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of edf8f4b0-75bd-494e-971e-1466dd5d7b0d: Amount of 47 has been received from Account number 61314f78-7f5a-477a-87e0-300896dcd6fe
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of f0efa22c-23b6-4f6c-b075-95472f81f0f2: Amount of 412 has been received from Account number 028794a1-f3f1-4688-b815-b994c7cdcc7e
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of abd79609-411d-4b23-9c86-70ee6bf5dbd0: Amount of 582 has to sent to Account number 2b7cbb87-f253-4e80-aa1b-4590ba2d5580
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa38741e-4444-4b96-aa78-f4780421e257: Amount of 324 has to sent to Account number df503e0a-17c1-468b-9b9f-3b9885604c45
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b7cbb87-f253-4e80-aa1b-4590ba2d5580: Amount of 582 has been received from Account number abd79609-411d-4b23-9c86-70ee6bf5dbd0
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of df503e0a-17c1-468b-9b9f-3b9885604c45: Amount of 324 has been received from Account number fa38741e-4444-4b96-aa78-f4780421e257
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 85eb7920-9d70-4865-9e51-fec45dbd4116: Amount of 314 has to sent to Account number e56ffe2e-a6d3-4420-bd73-fb3e173a994f
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of e56ffe2e-a6d3-4420-bd73-fb3e173a994f: Amount of 314 has been received from Account number 85eb7920-9d70-4865-9e51-fec45dbd4116
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of c6cbdde4-f5cf-442f-a57a-3a4d9c9926ec: Amount of 444 has to sent to Account number 390e0220-bdb3-4cf9-87f1-4f5aba8cd33d
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of d86a62da-4948-4367-8911-e5edeabab610: Amount of 22 has to sent to Account number 5af793b9-9cb3-4fe2-9e41-c5a58f1bda23
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 390e0220-bdb3-4cf9-87f1-4f5aba8cd33d: Amount of 444 has been received from Account number c6cbdde4-f5cf-442f-a57a-3a4d9c9926ec
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b6ccc31-0174-4fc2-a3e9-51e9f8d20d11: Amount of 449 has to sent to Account number e61b60cc-4c74-4fbc-8a8f-9aceaedb37f0
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 00a1080b-2103-45f4-ba9d-87e4417eace1: Amount of 766 has to sent to Account number 6a6cc64a-5107-4f1e-a510-b0f6ca025136
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8eb66822-6147-49d2-8a3d-dad9767deec4: Amount of 234 has been received from Account number 1b6f5a00-c458-4b30-8467-3ff38a558e29
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a6cc64a-5107-4f1e-a510-b0f6ca025136: Amount of 766 has been received from Account number 00a1080b-2103-45f4-ba9d-87e4417eace1
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of cae85e55-59b7-4a4d-b596-9e7520ab36d0: Amount of 377 has to sent to Account number 330f44eb-8d85-4500-bddd-9a7f231b708d
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of a74e5165-f6b1-4155-8dd2-aba255a724a7: Amount of 761 has been received from Account number b15498e9-4131-4277-84c7-bfbcd576e0b4
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 330f44eb-8d85-4500-bddd-9a7f231b708d: Amount of 377 has been received from Account number cae85e55-59b7-4a4d-b596-9e7520ab36d0
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of c09ec327-22df-4ef2-b7c0-81395a34c3af: Amount of 538 has to sent to Account number af54a446-b491-4ff4-b0e9-11fe78e031bb
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of a52a319c-014e-4cd4-83f8-0ebe36ca44b0: Amount of 900 has been received from Account number ebdf0e06-dd77-45df-84a1-a496de2dc60c
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 48ce0215-2bdc-4293-b76f-555f1976f604: Amount of 466 has been received from Account number aa3ee10a-09f2-4980-a855-ee48c6af8f88
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d9a3fe94-5ab3-48dd-acb1-a3c9a150b257: Amount of 785 has been received from Account number 618c12c9-9691-43a3-b576-a4a76d46746c
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of f868731c-0a23-4fcf-8559-9b98e50e2179: Amount of 441 has been received from Account number 269bf542-16fe-4f30-998b-c6af324faf90
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42d1fce4-e212-4b18-9cdf-d57c2dbf86af: Amount of 924 has to sent to Account number 2ca444bc-4808-4c37-a559-e03039bc0dab
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ca444bc-4808-4c37-a559-e03039bc0dab: Amount of 924 has been received from Account number 42d1fce4-e212-4b18-9cdf-d57c2dbf86af
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 44582ccc-e86a-419c-a102-c766bb356606: Amount of 308 has to sent to Account number 4aa0e56b-37a8-41f1-8e31-928f4863ae65
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 077d8dfc-b38a-4e95-90f3-7b219b7bce29: Amount of 436 has been received from Account number c6949b1d-cf3c-4a4a-aab4-3fe19fe52013
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of d9f90888-f3f5-4938-953e-1ddd951cf50b: Amount of 293 has to sent to Account number e1b7a94a-8a8e-4182-a6da-867a8d5a2c8d
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4aa0e56b-37a8-41f1-8e31-928f4863ae65: Amount of 308 has been received from Account number 44582ccc-e86a-419c-a102-c766bb356606
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of e1b7a94a-8a8e-4182-a6da-867a8d5a2c8d: Amount of 293 has been received from Account number d9f90888-f3f5-4938-953e-1ddd951cf50b
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9bc212d8-fccd-43a6-b7ee-12a1832ff232: Amount of 119 has to sent to Account number 7d85ed8e-9532-437f-8766-795a552bd91a
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of b56d964e-41da-4ae6-8ffc-2307dd84676d: Amount of 792 has to sent to Account number ae9c9e4b-a5e9-4cbc-916d-16eb6c95eea1
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4fed72ef-bcb8-4e63-92d3-3e73d085c815: Amount of 245 has been received from Account number 5bc89fec-e015-4a0e-90a7-d583d1d4a49a
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a351507-49af-4252-b0c1-4680aa9b91ed: Amount of 292 has been received from Account number 973e980d-dfc8-49be-8418-ac8eeca1c39f
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 898d96a6-e136-4e0b-a270-8d6e7670d1f1: Amount of 595 has to sent to Account number 75cf38b9-fa62-4e3f-bc79-c190587732a5
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of b43a0d1d-a139-416d-aad1-ce3258068ef7: Amount of 609 has to sent to Account number cc78e9da-e3d4-4aae-82e7-cba893a7d780
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 75cf38b9-fa62-4e3f-bc79-c190587732a5: Amount of 595 has been received from Account number 898d96a6-e136-4e0b-a270-8d6e7670d1f1
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of cc78e9da-e3d4-4aae-82e7-cba893a7d780: Amount of 609 has been received from Account number b43a0d1d-a139-416d-aad1-ce3258068ef7
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of a6d41f18-dadd-4bee-86fe-a3655dbce65a: Amount of 5 has to sent to Account number eafb682e-e1d0-4ce7-83e0-55aba84d8324
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of eafb682e-e1d0-4ce7-83e0-55aba84d8324: Amount of 5 has been received from Account number a6d41f18-dadd-4bee-86fe-a3655dbce65a
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8557d82a-9355-4782-898e-a69968310256: Amount of 310 has to sent to Account number cec92282-0b1e-4841-980a-a953c682943e
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of cec92282-0b1e-4841-980a-a953c682943e: Amount of 310 has been received from Account number 8557d82a-9355-4782-898e-a69968310256
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 57fcfff3-bf0e-4c3b-b582-29607f7a54de: Amount of 996 has to sent to Account number 1e0abc9e-007a-42cf-b664-7b9355a28c70
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1e0abc9e-007a-42cf-b664-7b9355a28c70: Amount of 996 has been received from Account number 57fcfff3-bf0e-4c3b-b582-29607f7a54de
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2eec12d5-9783-4660-89a7-57214e18f960: Amount of 581 has to sent to Account number 72ed939b-9a56-4bf5-9f0b-6a76277d992b
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 72ed939b-9a56-4bf5-9f0b-6a76277d992b: Amount of 581 has been received from Account number 2eec12d5-9783-4660-89a7-57214e18f960
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of afee675e-5cfd-4977-bc07-f05483d11fcb: Amount of 352 has to sent to Account number bd1f03d4-9306-4595-98d8-42a295dbe2fb
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of bd1f03d4-9306-4595-98d8-42a295dbe2fb: Amount of 352 has been received from Account number afee675e-5cfd-4977-bc07-f05483d11fcb
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 884bd150-2140-4afe-8495-7e66381a352c: Amount of 147 has to sent to Account number 9406b3e5-a5fc-41f2-8650-e60a39a4c4a1
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9406b3e5-a5fc-41f2-8650-e60a39a4c4a1: Amount of 147 has been received from Account number 884bd150-2140-4afe-8495-7e66381a352c
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of d638567c-2cb9-48ab-b0ef-e6e94fb7850a: Amount of 308 has to sent to Account number 25e3c149-3497-4586-b546-076d6af870bd
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25e3c149-3497-4586-b546-076d6af870bd: Amount of 308 has been received from Account number d638567c-2cb9-48ab-b0ef-e6e94fb7850a
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5482db22-a9cc-4a54-8fa2-eceb7de99796: Amount of 648 has to sent to Account number e7fdd956-5116-43e0-9df2-fe2511342ff8
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of e7fdd956-5116-43e0-9df2-fe2511342ff8: Amount of 648 has been received from Account number 5482db22-a9cc-4a54-8fa2-eceb7de99796
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 94a7ccb1-51d0-42b8-a540-7c4aee35200b: Amount of 813 has to sent to Account number dada6077-f318-4f5a-99f9-e6fa8631e3ed
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of dada6077-f318-4f5a-99f9-e6fa8631e3ed: Amount of 813 has been received from Account number 94a7ccb1-51d0-42b8-a540-7c4aee35200b
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc400351-4a1f-451d-a453-deb4e7d7b8d9: Amount of 452 has to sent to Account number 7aa0a157-4a05-4d7a-b889-9f3f9a79e834
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7aa0a157-4a05-4d7a-b889-9f3f9a79e834: Amount of 452 has been received from Account number bc400351-4a1f-451d-a453-deb4e7d7b8d9
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a2c0a260-de3c-4df7-80da-5df67633d5f9: Amount of 712 has to sent to Account number 47dd8e53-d601-45e4-9e45-5ca91b6e2fbd
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 47dd8e53-d601-45e4-9e45-5ca91b6e2fbd: Amount of 712 has been received from Account number a2c0a260-de3c-4df7-80da-5df67633d5f9
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a3994899-5924-4e62-843e-ad6e199c3fdd: Amount of 788 has to sent to Account number 910fafc1-95f4-47c8-8d73-fa3cc502c8b9
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 910fafc1-95f4-47c8-8d73-fa3cc502c8b9: Amount of 788 has been received from Account number a3994899-5924-4e62-843e-ad6e199c3fdd
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf3f21c5-0502-4d96-beee-04364404569c: Amount of 752 has to sent to Account number 64cc6944-8ad1-421f-b101-4d3a4e4d1997
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64cc6944-8ad1-421f-b101-4d3a4e4d1997: Amount of 752 has been received from Account number bf3f21c5-0502-4d96-beee-04364404569c
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9ef1164-e319-47b8-a451-c32a08486c1e: Amount of 589 has to sent to Account number 81f65801-202e-45ee-88ef-8b53c5c2e455
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81f65801-202e-45ee-88ef-8b53c5c2e455: Amount of 589 has been received from Account number a9ef1164-e319-47b8-a451-c32a08486c1e
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of d9eb4160-d7ee-42e0-a50a-c1edad770797: Amount of 397 has to sent to Account number 903a50ce-4c42-479e-844b-051ffbb076eb
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 903a50ce-4c42-479e-844b-051ffbb076eb: Amount of 397 has been received from Account number d9eb4160-d7ee-42e0-a50a-c1edad770797
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8a97f03e-d2dd-49ae-bc21-dccff18820aa: Amount of 331 has to sent to Account number 8c785630-1d32-4a94-9b78-52b3bb165135
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c785630-1d32-4a94-9b78-52b3bb165135: Amount of 331 has been received from Account number 8a97f03e-d2dd-49ae-bc21-dccff18820aa
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 82d30d29-0d5d-4474-98b4-65cba3f9a275: Amount of 562 has to sent to Account number bc1ed92d-26ee-4c38-80c5-382369fbbddb
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc1ed92d-26ee-4c38-80c5-382369fbbddb: Amount of 562 has been received from Account number 82d30d29-0d5d-4474-98b4-65cba3f9a275
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 992fb603-7d27-4b2a-b424-6eb95ec858dd: Amount of 626 has to sent to Account number 94188a25-d5f2-4816-966f-66c33ec4fd55
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 94188a25-d5f2-4816-966f-66c33ec4fd55: Amount of 626 has been received from Account number 992fb603-7d27-4b2a-b424-6eb95ec858dd
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3144dd2d-15f3-4fde-acfa-69d6677d2209: Amount of 528 has to sent to Account number 113af550-4fc5-4a69-9fbf-0a0297691422
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 113af550-4fc5-4a69-9fbf-0a0297691422: Amount of 528 has been received from Account number 3144dd2d-15f3-4fde-acfa-69d6677d2209
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of b6a75f67-f6a6-4cb6-8b92-40349458285e: Amount of 233 has to sent to Account number 85b8773a-d120-42b8-a020-d5c76f42a0bd
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 649d59a9-710b-4145-b6dd-cf86f80f362a: Amount of 921 has to sent to Account number 624a8d5c-49b8-40aa-b09f-4edafe73645e
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 85b8773a-d120-42b8-a020-d5c76f42a0bd: Amount of 233 has been received from Account number b6a75f67-f6a6-4cb6-8b92-40349458285e
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7db33b57-0c85-4807-8571-45889e9a3298: Amount of 286 has to sent to Account number e09cc3bb-2e0e-41ad-acd9-32e46fcded0d
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of e09cc3bb-2e0e-41ad-acd9-32e46fcded0d: Amount of 286 has been received from Account number 7db33b57-0c85-4807-8571-45889e9a3298
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 345cae4c-880e-465b-9568-d72f8ad9320e: Amount of 334 has to sent to Account number 496db04f-70c2-40d6-a865-ba08cad4c8a8
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 496db04f-70c2-40d6-a865-ba08cad4c8a8: Amount of 334 has been received from Account number 345cae4c-880e-465b-9568-d72f8ad9320e
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of eecc7856-a25f-4345-bb9d-681f02693ca3: Amount of 588 has to sent to Account number adcd2915-68cf-4fbd-a518-aaf4d4a8d03b
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 042e0b41-42cc-4cf4-8644-fd05f76e9bcc: Amount of 290 has to sent to Account number 73e61bc2-1b5f-4c6f-a43e-a743f26a4d1a
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of adcd2915-68cf-4fbd-a518-aaf4d4a8d03b: Amount of 588 has been received from Account number eecc7856-a25f-4345-bb9d-681f02693ca3
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 73e61bc2-1b5f-4c6f-a43e-a743f26a4d1a: Amount of 290 has been received from Account number 042e0b41-42cc-4cf4-8644-fd05f76e9bcc
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of f26aa34a-f03e-4217-9434-ca85c84060a1: Amount of 921 has to sent to Account number d06a42af-ed32-49ab-84f8-8446b05bbb1c
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of d06a42af-ed32-49ab-84f8-8446b05bbb1c: Amount of 921 has been received from Account number f26aa34a-f03e-4217-9434-ca85c84060a1
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1e8072d9-27a5-4226-a7f3-c2e3ed67bd70: Amount of 241 has to sent to Account number bf159cea-4984-4d8f-86a0-7eabb88244b2
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26c8b600-3076-4b2c-a2c3-2ab4aafb8d9e: Amount of 759 has to sent to Account number 57b663d6-9e49-400a-af4b-358fb47c8f3b
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 838cda81-fb12-4d1e-854b-69d339cc9a8d: Amount of 590 has to sent to Account number 0188f171-dbdc-4b1a-a764-1760c10fbfac
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5af793b9-9cb3-4fe2-9e41-c5a58f1bda23: Amount of 22 has been received from Account number d86a62da-4948-4367-8911-e5edeabab610
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of e61b60cc-4c74-4fbc-8a8f-9aceaedb37f0: Amount of 449 has been received from Account number 6b6ccc31-0174-4fc2-a3e9-51e9f8d20d11
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4ac1d014-4892-4507-beae-5dd30fd5c5fd: Amount of 896 has to sent to Account number 951304d8-08ac-4407-8956-32be7941754e
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 421fd34a-37f8-4e00-9641-45c5cca22fb3: Amount of 345 has to sent to Account number 997665cd-5b11-47dc-a745-e5c524ab051d
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 951304d8-08ac-4407-8956-32be7941754e: Amount of 896 has been received from Account number 4ac1d014-4892-4507-beae-5dd30fd5c5fd
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of c5e6f820-0ab6-4812-a7ae-1c857f5d295d: Amount of 457 has to sent to Account number 18b8b047-5314-4aa9-87bd-f049ce14a1dc
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 660b6127-af39-4991-a7e2-47401261adaa: Amount of 819 has to sent to Account number b7254c5b-426c-4750-b83e-828df90744ab
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 18b8b047-5314-4aa9-87bd-f049ce14a1dc: Amount of 457 has been received from Account number c5e6f820-0ab6-4812-a7ae-1c857f5d295d
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of b7254c5b-426c-4750-b83e-828df90744ab: Amount of 819 has been received from Account number 660b6127-af39-4991-a7e2-47401261adaa
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3aa9982-67c6-408f-93fa-43dd3ef51bf6: Amount of 596 has to sent to Account number a81eeb6c-745a-4bd0-b375-55a9b06da166
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of af54a446-b491-4ff4-b0e9-11fe78e031bb: Amount of 538 has been received from Account number c09ec327-22df-4ef2-b7c0-81395a34c3af
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 47c20c88-8f01-488b-a8f0-c94cde8fa3f8: Amount of 434 has to sent to Account number 35288752-172d-4418-ad5f-edaa52a74135
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 35288752-172d-4418-ad5f-edaa52a74135: Amount of 434 has been received from Account number 47c20c88-8f01-488b-a8f0-c94cde8fa3f8
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9cb14612-a67c-4f5f-9fe4-68dfa7d5a3d7: Amount of 179 has to sent to Account number da80f52a-2198-4f54-a104-4e651ebdc9a7
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ccd4052-6522-444b-86aa-15a784c92a3a: Amount of 283 has to sent to Account number 9f1b60d3-eae0-4c60-904e-9475ca0b0e19
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9f1b60d3-eae0-4c60-904e-9475ca0b0e19: Amount of 283 has been received from Account number 0ccd4052-6522-444b-86aa-15a784c92a3a
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 50223dde-c3f1-4e3e-af6f-f0e1a4983f58: Amount of 228 has to sent to Account number 59614de7-0e5c-4169-b9c2-87b5c9e81a95
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 59614de7-0e5c-4169-b9c2-87b5c9e81a95: Amount of 228 has been received from Account number 50223dde-c3f1-4e3e-af6f-f0e1a4983f58
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1bea3ec2-4522-4065-a36e-1cab1affddaf: Amount of 362 has to sent to Account number 05c55265-c8d1-4126-a1e3-99bf63617550
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of b3349291-ee98-48d2-9578-4c08769b8d7e: Amount of 942 has to sent to Account number 73571f9c-cd1f-4b1a-8185-b692a0b090c1
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 05c55265-c8d1-4126-a1e3-99bf63617550: Amount of 362 has been received from Account number 1bea3ec2-4522-4065-a36e-1cab1affddaf
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 465a1628-b244-465a-8d32-0942e4e5761a: Amount of 128 has to sent to Account number 2ebb7c9e-fb65-41db-989c-b3c8adb5df00
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7677051f-2a99-4587-9ee0-056eff3cae92: Amount of 9 has to sent to Account number 9b0642b9-98b6-49c3-8bbf-23ab91767a86
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ebb7c9e-fb65-41db-989c-b3c8adb5df00: Amount of 128 has been received from Account number 465a1628-b244-465a-8d32-0942e4e5761a
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9b0642b9-98b6-49c3-8bbf-23ab91767a86: Amount of 9 has been received from Account number 7677051f-2a99-4587-9ee0-056eff3cae92
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 61f3489c-475b-4771-a05e-2d94128b3943: Amount of 212 has to sent to Account number 6562d690-f82a-4c98-bff8-42b9ecac3c64
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1d4269c3-9fe5-4952-98cc-8284afb5c755: Amount of 833 has to sent to Account number ea009f40-b497-462f-8483-f3c56337db4c
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6562d690-f82a-4c98-bff8-42b9ecac3c64: Amount of 212 has been received from Account number 61f3489c-475b-4771-a05e-2d94128b3943
2024-07-09 19:26:08.153  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7d85ed8e-9532-437f-8766-795a552bd91a: Amount of 119 has been received from Account number 9bc212d8-fccd-43a6-b7ee-12a1832ff232
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of d82e9c36-7c96-4fb9-9e52-caa9cac85517: Amount of 386 has to sent to Account number 049da367-a343-4433-8ef8-44e08e29815c
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 049da367-a343-4433-8ef8-44e08e29815c: Amount of 386 has been received from Account number d82e9c36-7c96-4fb9-9e52-caa9cac85517
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6e2b3651-8641-4e9b-be53-6c8ddc51878c: Amount of 753 has to sent to Account number 52455121-bbd5-44de-b240-5b20570d21d5
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 52455121-bbd5-44de-b240-5b20570d21d5: Amount of 753 has been received from Account number 6e2b3651-8641-4e9b-be53-6c8ddc51878c
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 45ef1f7c-28c9-4859-8887-292242717e35: Amount of 154 has to sent to Account number 84b39336-faa9-4ed0-adc6-32175373bc39
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae9c9e4b-a5e9-4cbc-916d-16eb6c95eea1: Amount of 792 has been received from Account number b56d964e-41da-4ae6-8ffc-2307dd84676d
2024-07-09 19:26:08.153  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1af4e3b7-f1e8-4a3e-a720-65d0dcdc16a6: Amount of 249 has to sent to Account number 563df702-461b-49fc-aeb4-1742e5a69447
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 15c01138-30cc-489b-930a-7d69fc04b37d: Amount of 658 has to sent to Account number 84583e2b-6e3e-4919-9929-b391f46a51f1
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 84583e2b-6e3e-4919-9929-b391f46a51f1: Amount of 658 has been received from Account number 15c01138-30cc-489b-930a-7d69fc04b37d
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 553731e1-ea82-48fa-9b47-369d6f4aee15: Amount of 391 has to sent to Account number a39f4c51-2fc1-4e3e-9f86-02840eb63bed
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a39f4c51-2fc1-4e3e-9f86-02840eb63bed: Amount of 391 has been received from Account number 553731e1-ea82-48fa-9b47-369d6f4aee15
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0b9620f8-145c-4c5a-97e3-4c31d4c411be: Amount of 515 has to sent to Account number 33f79f41-5bb7-4075-9be0-a9bd4b53ee8a
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of e0ba0c8a-0bbb-4298-a757-ef83cc4964cd: Amount of 994 has to sent to Account number f98ee8a7-c277-407d-a759-3cf15a7ff74d
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ff99cc5a-eb0d-44fd-ac71-aa31b72b49e7: Amount of 843 has to sent to Account number 810a9e99-9c45-4262-b9c9-aff43b13c5fd
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 624a8d5c-49b8-40aa-b09f-4edafe73645e: Amount of 921 has been received from Account number 649d59a9-710b-4145-b6dd-cf86f80f362a
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 810a9e99-9c45-4262-b9c9-aff43b13c5fd: Amount of 843 has been received from Account number ff99cc5a-eb0d-44fd-ac71-aa31b72b49e7
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of e6aaa6c0-528f-49e1-ad08-ff56bf50d082: Amount of 527 has to sent to Account number 29951357-f258-403a-b039-6ce88cec4d69
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 05d5c2b0-ebbe-433a-86b2-bad9b98db006: Amount of 600 has to sent to Account number 0dda2549-a5ff-4cac-b464-748fb1b588a7
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c6a16b5-f27c-40c0-a5f5-f8b4d141e9a1: Amount of 677 has to sent to Account number 047cc59d-e30b-452b-a68f-cfb21e5b3441
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e88fcb2-cb96-4cfd-96cf-4a72d2afdb07: Amount of 387 has to sent to Account number c4d67d94-4a4b-4a1e-8503-363878f7e76c
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 047cc59d-e30b-452b-a68f-cfb21e5b3441: Amount of 677 has been received from Account number 2c6a16b5-f27c-40c0-a5f5-f8b4d141e9a1
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of c4d67d94-4a4b-4a1e-8503-363878f7e76c: Amount of 387 has been received from Account number 3e88fcb2-cb96-4cfd-96cf-4a72d2afdb07
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of accdabd9-12e5-4c9e-8efb-c23e212465f2: Amount of 857 has to sent to Account number e328cb63-f287-4bff-a965-9ae806984a66
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of f91391b2-2d79-41db-ba96-0201a0a9431a: Amount of 243 has to sent to Account number 93ee1407-72b1-4415-9cf1-6dd9808d43b6
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf159cea-4984-4d8f-86a0-7eabb88244b2: Amount of 241 has been received from Account number 1e8072d9-27a5-4226-a7f3-c2e3ed67bd70
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 93ee1407-72b1-4415-9cf1-6dd9808d43b6: Amount of 243 has been received from Account number f91391b2-2d79-41db-ba96-0201a0a9431a
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of e6d88cd6-6a16-4549-9e27-b403490febff: Amount of 931 has to sent to Account number 02d74bf5-8694-422c-b4c5-26d51548cd73
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0188f171-dbdc-4b1a-a764-1760c10fbfac: Amount of 590 has been received from Account number 838cda81-fb12-4d1e-854b-69d339cc9a8d
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 02d74bf5-8694-422c-b4c5-26d51548cd73: Amount of 931 has been received from Account number e6d88cd6-6a16-4549-9e27-b403490febff
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 31da63d4-33bf-4a20-abfa-8e7b4eedf41d: Amount of 896 has to sent to Account number ddcf6cc0-0379-4c88-9402-e5f9a9bd92ce
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 57b663d6-9e49-400a-af4b-358fb47c8f3b: Amount of 759 has been received from Account number 26c8b600-3076-4b2c-a2c3-2ab4aafb8d9e
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ddcf6cc0-0379-4c88-9402-e5f9a9bd92ce: Amount of 896 has been received from Account number 31da63d4-33bf-4a20-abfa-8e7b4eedf41d
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6460f77b-d165-4ddc-8e8d-a865251d335d: Amount of 932 has to sent to Account number 0c74ae99-98ff-459b-86c5-e334e0517608
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 997665cd-5b11-47dc-a745-e5c524ab051d: Amount of 345 has been received from Account number 421fd34a-37f8-4e00-9641-45c5cca22fb3
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c74ae99-98ff-459b-86c5-e334e0517608: Amount of 932 has been received from Account number 6460f77b-d165-4ddc-8e8d-a865251d335d
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of d557b3f7-ce0b-4efc-a8d6-2a3e3108b165: Amount of 91 has to sent to Account number 2cad2a18-0b42-4042-ae7c-fc3911653517
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2cad2a18-0b42-4042-ae7c-fc3911653517: Amount of 91 has been received from Account number d557b3f7-ce0b-4efc-a8d6-2a3e3108b165
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of da62671c-ba96-4669-86b3-641d618cd957: Amount of 640 has to sent to Account number b24c0cf4-4fa3-41ae-8c6d-6fd1f5f1394f
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of b24c0cf4-4fa3-41ae-8c6d-6fd1f5f1394f: Amount of 640 has been received from Account number da62671c-ba96-4669-86b3-641d618cd957
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 051f4a90-c015-4530-8ed2-37be18067024: Amount of 202 has to sent to Account number 5eae47ff-a608-418e-b46b-1e7e10d7482c
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5eae47ff-a608-418e-b46b-1e7e10d7482c: Amount of 202 has been received from Account number 051f4a90-c015-4530-8ed2-37be18067024
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 21b2248e-8c2f-48af-9a43-da70502dc18b: Amount of 506 has to sent to Account number 2709ecfd-8976-4aff-bb91-aac0006747db
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2709ecfd-8976-4aff-bb91-aac0006747db: Amount of 506 has been received from Account number 21b2248e-8c2f-48af-9a43-da70502dc18b
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 607aa9eb-7058-4afe-9b6f-4c02bbd3d107: Amount of 721 has to sent to Account number 9c3597ca-8581-43a2-98e9-b619a1d4de64
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ace25129-7fee-4308-b8b8-2bdd1975b5e8: Amount of 405 has to sent to Account number 637590b6-769e-4743-a77a-693ccca2cdea
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 637590b6-769e-4743-a77a-693ccca2cdea: Amount of 405 has been received from Account number ace25129-7fee-4308-b8b8-2bdd1975b5e8
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3eb68053-562c-4255-aabd-ea84a4664a22: Amount of 73 has to sent to Account number d118a404-85e8-48d8-b2b8-60264474a8ba
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ad4af8d-b176-46fc-b681-bca2d4ac4231: Amount of 669 has to sent to Account number b9445d83-0a09-4212-8736-6c8bf3584099
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of b9445d83-0a09-4212-8736-6c8bf3584099: Amount of 669 has been received from Account number 3ad4af8d-b176-46fc-b681-bca2d4ac4231
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of d118a404-85e8-48d8-b2b8-60264474a8ba: Amount of 73 has been received from Account number 3eb68053-562c-4255-aabd-ea84a4664a22
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee4d3a63-fe7c-43bf-a8dc-f938b8e69745: Amount of 759 has to sent to Account number eb343dae-e2a3-4cae-9eb4-0c3b16c4112f
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb343dae-e2a3-4cae-9eb4-0c3b16c4112f: Amount of 759 has been received from Account number ee4d3a63-fe7c-43bf-a8dc-f938b8e69745
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 853d9714-7d3f-4520-9ea8-9aa593414e88: Amount of 701 has to sent to Account number 9657e0e5-4897-4473-91fe-8ce84a8b47b9
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of a81eeb6c-745a-4bd0-b375-55a9b06da166: Amount of 596 has been received from Account number c3aa9982-67c6-408f-93fa-43dd3ef51bf6
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of da80f52a-2198-4f54-a104-4e651ebdc9a7: Amount of 179 has been received from Account number 9cb14612-a67c-4f5f-9fe4-68dfa7d5a3d7
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of dc2c36d3-488f-4d2c-81c0-64dee40c6d4b: Amount of 588 has to sent to Account number 65172f7a-82d3-40cd-bb5b-54181d5314b5
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 65172f7a-82d3-40cd-bb5b-54181d5314b5: Amount of 588 has been received from Account number dc2c36d3-488f-4d2c-81c0-64dee40c6d4b
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of dcfa49da-aa15-4d34-924d-3d455c5e7ed9: Amount of 262 has to sent to Account number cb924d36-1823-4a7a-bc8e-92c1a073a04d
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of cb924d36-1823-4a7a-bc8e-92c1a073a04d: Amount of 262 has been received from Account number dcfa49da-aa15-4d34-924d-3d455c5e7ed9
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0d177058-304e-4cce-831b-070fa62cbac0: Amount of 274 has to sent to Account number 1aedce57-5168-4479-b40b-7bc6f1f2f8b1
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1aedce57-5168-4479-b40b-7bc6f1f2f8b1: Amount of 274 has been received from Account number 0d177058-304e-4cce-831b-070fa62cbac0
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb0f5104-24d6-46ee-9654-c7345b7bcd9f: Amount of 706 has to sent to Account number 4072a5d1-b06f-4d14-b1f3-81e2d6f8bf9d
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 73571f9c-cd1f-4b1a-8185-b692a0b090c1: Amount of 942 has been received from Account number b3349291-ee98-48d2-9578-4c08769b8d7e
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4072a5d1-b06f-4d14-b1f3-81e2d6f8bf9d: Amount of 706 has been received from Account number fb0f5104-24d6-46ee-9654-c7345b7bcd9f
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ea009f40-b497-462f-8483-f3c56337db4c: Amount of 833 has been received from Account number 1d4269c3-9fe5-4952-98cc-8284afb5c755
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of fea64a36-2064-4875-991b-629b55f6ea16: Amount of 322 has to sent to Account number 20750f58-8385-4b7d-820e-afde835daf9e
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8ca88577-dc05-461d-b081-f1b38c563493: Amount of 895 has to sent to Account number f92d8473-d075-4bd8-be8e-ee44f7469417
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 20750f58-8385-4b7d-820e-afde835daf9e: Amount of 322 has been received from Account number fea64a36-2064-4875-991b-629b55f6ea16
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of f92d8473-d075-4bd8-be8e-ee44f7469417: Amount of 895 has been received from Account number 8ca88577-dc05-461d-b081-f1b38c563493
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 07733190-7b02-491b-8cf4-f9807ac21d2e: Amount of 615 has to sent to Account number fb2d75d2-1348-4c76-be22-e7c69f6119dc
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 84b39336-faa9-4ed0-adc6-32175373bc39: Amount of 154 has been received from Account number 45ef1f7c-28c9-4859-8887-292242717e35
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 563df702-461b-49fc-aeb4-1742e5a69447: Amount of 249 has been received from Account number 1af4e3b7-f1e8-4a3e-a720-65d0dcdc16a6
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1b7c5aa4-87ca-402e-9164-5b77ff65c406: Amount of 760 has to sent to Account number b48a8088-8a1d-4664-819c-fd91dddb9fc9
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 33f79f41-5bb7-4075-9be0-a9bd4b53ee8a: Amount of 515 has been received from Account number 0b9620f8-145c-4c5a-97e3-4c31d4c411be
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5ae6a5b2-716f-4725-b8fe-27dff7ad91a3: Amount of 992 has to sent to Account number 136b2f16-129d-4cb6-8fb4-6d92afdb346a
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 136b2f16-129d-4cb6-8fb4-6d92afdb346a: Amount of 992 has been received from Account number 5ae6a5b2-716f-4725-b8fe-27dff7ad91a3
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7a3413a0-cdef-4e43-80a8-5e45236ff29c: Amount of 194 has to sent to Account number ef21bc6f-2009-44ad-8350-978490ceb470
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of f98ee8a7-c277-407d-a759-3cf15a7ff74d: Amount of 994 has been received from Account number e0ba0c8a-0bbb-4298-a757-ef83cc4964cd
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2d75453-e9f9-4556-88b6-f9310d7206be: Amount of 867 has to sent to Account number fcc1d67a-2209-4c0b-b01f-c4cd662cc22b
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of fcc1d67a-2209-4c0b-b01f-c4cd662cc22b: Amount of 867 has been received from Account number d2d75453-e9f9-4556-88b6-f9310d7206be
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e8f1437-8301-4b53-b4cc-9c7c4e492de2: Amount of 657 has to sent to Account number 51ba3d1f-b59b-4779-9d7e-d2770cc724f1
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 51ba3d1f-b59b-4779-9d7e-d2770cc724f1: Amount of 657 has been received from Account number 9e8f1437-8301-4b53-b4cc-9c7c4e492de2
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 468afcd3-1be6-4331-adcb-75ce0a619113: Amount of 543 has to sent to Account number 865d4ed6-08db-48a7-9500-3c6e9d58398e
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 865d4ed6-08db-48a7-9500-3c6e9d58398e: Amount of 543 has been received from Account number 468afcd3-1be6-4331-adcb-75ce0a619113
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 29951357-f258-403a-b039-6ce88cec4d69: Amount of 527 has been received from Account number e6aaa6c0-528f-49e1-ad08-ff56bf50d082
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0dda2549-a5ff-4cac-b464-748fb1b588a7: Amount of 600 has been received from Account number 05d5c2b0-ebbe-433a-86b2-bad9b98db006
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 24ccb571-6784-4d72-ae76-58eee50bd90b: Amount of 466 has to sent to Account number 3d9d542a-cce7-49d2-84b6-ed754a6a557f
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d9d542a-cce7-49d2-84b6-ed754a6a557f: Amount of 466 has been received from Account number 24ccb571-6784-4d72-ae76-58eee50bd90b
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f437340-be8a-4786-8d50-2682d75fdc6a: Amount of 671 has to sent to Account number d73e656c-713d-406e-bdce-e7b8af8b86bf
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of d73e656c-713d-406e-bdce-e7b8af8b86bf: Amount of 671 has been received from Account number 8f437340-be8a-4786-8d50-2682d75fdc6a
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95c1381a-afee-41a5-ac46-b6371eaa0142: Amount of 645 has to sent to Account number f754b269-0097-4d2a-9a87-9d58ac889e03
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of f754b269-0097-4d2a-9a87-9d58ac889e03: Amount of 645 has been received from Account number 95c1381a-afee-41a5-ac46-b6371eaa0142
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7cd54256-7623-4316-a0be-970b7021ccee: Amount of 256 has to sent to Account number 07f0c383-4495-48bf-ba15-ba0e2bcc8317
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 07f0c383-4495-48bf-ba15-ba0e2bcc8317: Amount of 256 has been received from Account number 7cd54256-7623-4316-a0be-970b7021ccee
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 900df0ac-8607-4640-b2f6-5d06d288f8e7: Amount of 129 has to sent to Account number 532654c5-ae1e-4cbd-b3b7-ef81cb1057c3
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 532654c5-ae1e-4cbd-b3b7-ef81cb1057c3: Amount of 129 has been received from Account number 900df0ac-8607-4640-b2f6-5d06d288f8e7
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of b2211e4b-36d6-4272-8321-39c5842b1427: Amount of 966 has to sent to Account number e5b3d231-423a-48ec-b953-c9026c8c3cd1
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of e5b3d231-423a-48ec-b953-c9026c8c3cd1: Amount of 966 has been received from Account number b2211e4b-36d6-4272-8321-39c5842b1427
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 745300e1-b62f-495a-a0c1-aa5d2c818c60: Amount of 340 has to sent to Account number 26358a47-782a-4024-9bbe-8ac44f0c70cd
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26358a47-782a-4024-9bbe-8ac44f0c70cd: Amount of 340 has been received from Account number 745300e1-b62f-495a-a0c1-aa5d2c818c60
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of f23a8903-42e7-4055-a077-87735e51181a: Amount of 858 has to sent to Account number 9351092a-4277-43ca-a4b8-348cb2bf4856
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9351092a-4277-43ca-a4b8-348cb2bf4856: Amount of 858 has been received from Account number f23a8903-42e7-4055-a077-87735e51181a
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb7b594f-ba13-4081-906c-7bc546c9fc29: Amount of 204 has to sent to Account number 4e376f93-70ef-4079-b8cd-2038754bf2ac
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4e376f93-70ef-4079-b8cd-2038754bf2ac: Amount of 204 has been received from Account number fb7b594f-ba13-4081-906c-7bc546c9fc29
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of e328cb63-f287-4bff-a965-9ae806984a66: Amount of 857 has been received from Account number accdabd9-12e5-4c9e-8efb-c23e212465f2
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 48c3178f-ffba-4485-b9ce-48140f370709: Amount of 510 has to sent to Account number fef5ef2c-a08f-40a5-8b58-79e45b5f4553
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of f30bb018-1494-485d-bb4c-a702770cd462: Amount of 950 has to sent to Account number 8b22c379-ef5a-4f66-a709-fe992b8291b4
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b22c379-ef5a-4f66-a709-fe992b8291b4: Amount of 950 has been received from Account number f30bb018-1494-485d-bb4c-a702770cd462
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5809faca-b2fc-464b-b99b-eb5f0a3c713d: Amount of 269 has to sent to Account number 3afd3314-895b-4c9d-b3b1-672420ee73ea
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3afd3314-895b-4c9d-b3b1-672420ee73ea: Amount of 269 has been received from Account number 5809faca-b2fc-464b-b99b-eb5f0a3c713d
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of b03fdbff-1160-4bb2-8726-b81c869f7425: Amount of 977 has to sent to Account number 0cb2d7ac-6322-418a-941a-c85106c72478
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0cb2d7ac-6322-418a-941a-c85106c72478: Amount of 977 has been received from Account number b03fdbff-1160-4bb2-8726-b81c869f7425
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 29c32d09-09e1-4ef4-a4f0-4bdc82fcdd15: Amount of 337 has to sent to Account number 8410bc63-3956-4533-913a-a6fd1b6e04a9
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8410bc63-3956-4533-913a-a6fd1b6e04a9: Amount of 337 has been received from Account number 29c32d09-09e1-4ef4-a4f0-4bdc82fcdd15
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 62017938-134f-4717-9335-b8df82fbe956: Amount of 412 has to sent to Account number 2cebb9c3-1cc9-4a2b-a01d-6d15d6abc787
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4338d4e5-0d17-42a8-9e5d-64583e2895d9: Amount of 555 has to sent to Account number a032930d-519e-4d2e-9783-2d3b7725d444
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2cebb9c3-1cc9-4a2b-a01d-6d15d6abc787: Amount of 412 has been received from Account number 62017938-134f-4717-9335-b8df82fbe956
2024-07-09 19:26:08.157  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of c1fee3a7-55ae-4fa0-a892-057edcb0994c: Amount of 111 has to sent to Account number daf7d28a-f66d-49e9-ada6-dc020ea75a21
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of daf7d28a-f66d-49e9-ada6-dc020ea75a21: Amount of 111 has been received from Account number c1fee3a7-55ae-4fa0-a892-057edcb0994c
2024-07-09 19:26:08.157  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of a2621c79-5fb4-4ec6-a710-ebcbe6a75caf: Amount of 454 has to sent to Account number e0f1b612-3486-4348-a37e-57b0f8818a6f
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 793b42b0-3eaf-4eea-b831-b9fec6891094: Amount of 85 has to sent to Account number 304243d5-f8dc-4151-8eb1-d620ac6e4e3f
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8441e875-e14b-4f80-bd77-a4c8ce627b75: Amount of 90 has to sent to Account number 52efb6bd-c31f-4f73-8fc1-941865b27fcf
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 304243d5-f8dc-4151-8eb1-d620ac6e4e3f: Amount of 85 has been received from Account number 793b42b0-3eaf-4eea-b831-b9fec6891094
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9657e0e5-4897-4473-91fe-8ce84a8b47b9: Amount of 701 has been received from Account number 853d9714-7d3f-4520-9ea8-9aa593414e88
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 52efb6bd-c31f-4f73-8fc1-941865b27fcf: Amount of 90 has been received from Account number 8441e875-e14b-4f80-bd77-a4c8ce627b75
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9ff467af-391e-40e7-b02e-68c1b7112a16: Amount of 581 has to sent to Account number 3cf760e1-bfec-4f2f-8079-2c27b37a2c0f
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3cf760e1-bfec-4f2f-8079-2c27b37a2c0f: Amount of 581 has been received from Account number 9ff467af-391e-40e7-b02e-68c1b7112a16
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7fbe94da-186e-4d0d-8c93-d768d5cdf679: Amount of 328 has to sent to Account number 3b11f53a-c6ef-4255-81cd-5e47d8b07c2d
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3b11f53a-c6ef-4255-81cd-5e47d8b07c2d: Amount of 328 has been received from Account number 7fbe94da-186e-4d0d-8c93-d768d5cdf679
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9c3597ca-8581-43a2-98e9-b619a1d4de64: Amount of 721 has been received from Account number 607aa9eb-7058-4afe-9b6f-4c02bbd3d107
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 48cefd83-0b3a-461c-8ff5-ee90d484e129: Amount of 199 has to sent to Account number 1650a1de-bfec-4707-9ea3-da5dc181bcf0
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 239590c5-35eb-424b-b914-7262e10e4b9e: Amount of 251 has to sent to Account number 0c2e41ab-25b7-4781-8f15-8fbe7839fcfa
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e5d29c2-333b-4535-b13a-939bb3895f53: Amount of 208 has to sent to Account number ea4a4a74-2e82-4c38-9522-f81e6b66177d
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 67dbaf34-75ea-407e-bb79-f604c223e0da: Amount of 575 has to sent to Account number b18d4224-34f3-4d41-bb3c-0721109988f0
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 07d678eb-e836-4e5f-a7df-8e118fa5f122: Amount of 977 has to sent to Account number 2201832c-619c-4a73-8cc8-a47af2bd6467
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of b18d4224-34f3-4d41-bb3c-0721109988f0: Amount of 575 has been received from Account number 67dbaf34-75ea-407e-bb79-f604c223e0da
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2201832c-619c-4a73-8cc8-a47af2bd6467: Amount of 977 has been received from Account number 07d678eb-e836-4e5f-a7df-8e118fa5f122
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of a3ab7cf9-459c-4b17-b4cd-02a6b04eddd0: Amount of 676 has to sent to Account number b623e1af-770e-437b-936b-fdb30508ede3
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of b2fd6731-f239-47d0-b3f5-088c8103a194: Amount of 835 has to sent to Account number 8c47267c-10aa-4c5e-a2ee-b003b5398e4c
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c47267c-10aa-4c5e-a2ee-b003b5398e4c: Amount of 835 has been received from Account number b2fd6731-f239-47d0-b3f5-088c8103a194
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9f78113f-b372-44c0-98e1-e7a9fa54e54a: Amount of 243 has to sent to Account number 7805ddfe-0b16-4ba7-91d6-1a2fb2a350a2
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7805ddfe-0b16-4ba7-91d6-1a2fb2a350a2: Amount of 243 has been received from Account number 9f78113f-b372-44c0-98e1-e7a9fa54e54a
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c16dc49e-849d-4ba0-b685-6d68608623ef: Amount of 40 has to sent to Account number 7f62267e-dfeb-47f6-83d3-e271202b98bd
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f62267e-dfeb-47f6-83d3-e271202b98bd: Amount of 40 has been received from Account number c16dc49e-849d-4ba0-b685-6d68608623ef
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 210c8da4-9af8-4078-87b2-df405530953d: Amount of 382 has to sent to Account number fdd2a634-d98c-472d-88bd-dfb94e62c906
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of fdd2a634-d98c-472d-88bd-dfb94e62c906: Amount of 382 has been received from Account number 210c8da4-9af8-4078-87b2-df405530953d
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 532d8f8b-fbde-468f-8f17-dfd1b3217a73: Amount of 442 has to sent to Account number 4f53e006-7d6a-49b9-87eb-24fea5e76a0e
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f53e006-7d6a-49b9-87eb-24fea5e76a0e: Amount of 442 has been received from Account number 532d8f8b-fbde-468f-8f17-dfd1b3217a73
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e848232-1e22-47ac-ab24-d67e5efc57ee: Amount of 426 has to sent to Account number 667f4007-4dd5-4852-b350-2b5eba689a02
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 667f4007-4dd5-4852-b350-2b5eba689a02: Amount of 426 has been received from Account number 3e848232-1e22-47ac-ab24-d67e5efc57ee
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90ab0e39-c1cd-4709-a2b1-ce946540e8bb: Amount of 395 has to sent to Account number 8656a9c8-a03d-406b-91ad-05d71041dad4
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8656a9c8-a03d-406b-91ad-05d71041dad4: Amount of 395 has been received from Account number 90ab0e39-c1cd-4709-a2b1-ce946540e8bb
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1dea9bf1-7093-41fc-aff4-698c80dbb8cb: Amount of 331 has to sent to Account number 81b4b1a6-3e38-406d-a489-e9426fcf171e
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81b4b1a6-3e38-406d-a489-e9426fcf171e: Amount of 331 has been received from Account number 1dea9bf1-7093-41fc-aff4-698c80dbb8cb
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of afa544a7-8a53-4ef0-aaba-8dd571c29de0: Amount of 18 has to sent to Account number 858f2559-f080-4fd6-b935-e4dfefaea7ff
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 858f2559-f080-4fd6-b935-e4dfefaea7ff: Amount of 18 has been received from Account number afa544a7-8a53-4ef0-aaba-8dd571c29de0
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of b459005e-5096-40fe-b174-781595ddcbca: Amount of 724 has to sent to Account number 257fb3a4-0d70-417c-a808-351a8197efdb
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 257fb3a4-0d70-417c-a808-351a8197efdb: Amount of 724 has been received from Account number b459005e-5096-40fe-b174-781595ddcbca
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9174f9cc-871d-47b8-b9bb-b083f74d67b1: Amount of 975 has to sent to Account number 3404818d-028b-4f39-bcb2-a85dc9825651
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3404818d-028b-4f39-bcb2-a85dc9825651: Amount of 975 has been received from Account number 9174f9cc-871d-47b8-b9bb-b083f74d67b1
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4202fbeb-beb2-4499-b863-f3c23f6483cf: Amount of 484 has to sent to Account number 46064e22-26d8-4df2-a541-939d4e3178a6
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 10ce08dc-cd78-43ef-9b3f-616f5986ec71: Amount of 251 has to sent to Account number d1f4245a-d9de-4162-b656-276c6e37c78c
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 46064e22-26d8-4df2-a541-939d4e3178a6: Amount of 484 has been received from Account number 4202fbeb-beb2-4499-b863-f3c23f6483cf
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 32157ec5-7b18-422b-93ef-88a4148c1b0d: Amount of 239 has to sent to Account number 1eb31b6d-7753-4ea5-89c9-528bb885269c
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1eb31b6d-7753-4ea5-89c9-528bb885269c: Amount of 239 has been received from Account number 32157ec5-7b18-422b-93ef-88a4148c1b0d
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9f01455a-281a-47f5-9249-b642ba3c8e77: Amount of 129 has to sent to Account number 6e1e5a1f-f4e9-42a4-bfc3-dd8980e2745e
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6e1e5a1f-f4e9-42a4-bfc3-dd8980e2745e: Amount of 129 has been received from Account number 9f01455a-281a-47f5-9249-b642ba3c8e77
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb2d75d2-1348-4c76-be22-e7c69f6119dc: Amount of 615 has been received from Account number 07733190-7b02-491b-8cf4-f9807ac21d2e
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25372485-3a58-421b-a15d-8a9d2860f91b: Amount of 639 has to sent to Account number 885b0b02-6e35-4f9a-95e6-bff1307063da
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of b48a8088-8a1d-4664-819c-fd91dddb9fc9: Amount of 760 has been received from Account number 1b7c5aa4-87ca-402e-9164-5b77ff65c406
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 78d962b6-6914-42f8-aa3f-09a67dbfe5ad: Amount of 531 has to sent to Account number 5a035a4b-cfc5-40f1-963d-084b2331071e
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ef21bc6f-2009-44ad-8350-978490ceb470: Amount of 194 has been received from Account number 7a3413a0-cdef-4e43-80a8-5e45236ff29c
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 86bbf723-279b-4fc1-8a53-5a6b90e25e9f: Amount of 398 has to sent to Account number 716f4645-e2c4-4d0c-bc0d-ea3d605edd96
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a035a4b-cfc5-40f1-963d-084b2331071e: Amount of 531 has been received from Account number 78d962b6-6914-42f8-aa3f-09a67dbfe5ad
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 398b7e01-05dd-4b59-bbe1-e10a333ab3ed: Amount of 698 has to sent to Account number 99755c9b-806e-4f31-a99c-ced1cebdb446
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0aa8a063-f031-4dc5-91e7-398f422df7a3: Amount of 131 has to sent to Account number 9fe4edff-a1a4-4aba-b900-cb066aaf514c
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of f9aa10c4-0774-4445-af48-7f2848e1524a: Amount of 683 has to sent to Account number 467de18b-a71b-46ec-ac6c-a83da4b7b7fc
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 467de18b-a71b-46ec-ac6c-a83da4b7b7fc: Amount of 683 has been received from Account number f9aa10c4-0774-4445-af48-7f2848e1524a
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8794091-c013-427f-9919-8c76a1edc15e: Amount of 264 has to sent to Account number 74e8e007-8158-41d2-829b-0d8f8bf93360
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 68395135-eeec-47ab-a4ca-377271294cce: Amount of 689 has to sent to Account number ec846a07-4d03-4428-b450-3843f008f5bd
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 74e8e007-8158-41d2-829b-0d8f8bf93360: Amount of 264 has been received from Account number a8794091-c013-427f-9919-8c76a1edc15e
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of fef5ef2c-a08f-40a5-8b58-79e45b5f4553: Amount of 510 has been received from Account number 48c3178f-ffba-4485-b9ce-48140f370709
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of fd179f0c-c8e4-410a-b241-11ece7c7873a: Amount of 781 has to sent to Account number c6ccf454-f129-4a6e-bfc0-ce32f177b6ff
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of c6ccf454-f129-4a6e-bfc0-ce32f177b6ff: Amount of 781 has been received from Account number fd179f0c-c8e4-410a-b241-11ece7c7873a
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c8d85be-00b6-40ee-9e4a-06dcff925346: Amount of 32 has to sent to Account number b71e243c-10ef-4f7b-8787-4565dbba0910
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9fe4edff-a1a4-4aba-b900-cb066aaf514c: Amount of 131 has been received from Account number 0aa8a063-f031-4dc5-91e7-398f422df7a3
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of b71e243c-10ef-4f7b-8787-4565dbba0910: Amount of 32 has been received from Account number 1c8d85be-00b6-40ee-9e4a-06dcff925346
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of c0d5408c-7848-4e11-ac21-8e26910e69d5: Amount of 514 has to sent to Account number 2a49894f-4f40-475d-82e5-03930b40688d
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2a49894f-4f40-475d-82e5-03930b40688d: Amount of 514 has been received from Account number c0d5408c-7848-4e11-ac21-8e26910e69d5
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of dccd54d1-b389-4af4-a4cc-ecaa2960a162: Amount of 227 has to sent to Account number faef0ab9-8d22-4289-a10a-17b7290385e7
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of faef0ab9-8d22-4289-a10a-17b7290385e7: Amount of 227 has been received from Account number dccd54d1-b389-4af4-a4cc-ecaa2960a162
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a032930d-519e-4d2e-9783-2d3b7725d444: Amount of 555 has been received from Account number 4338d4e5-0d17-42a8-9e5d-64583e2895d9
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of faae8d4d-4c61-4830-a345-04872d1b175a: Amount of 708 has to sent to Account number 824d4c36-a225-46ac-8a3b-23a2de7c0b2f
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 29298aea-ea4c-42fd-bce4-3e3f45b6f0c7: Amount of 586 has to sent to Account number a4520277-5d2d-496c-98a1-d2a21ce79ed8
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of e0f1b612-3486-4348-a37e-57b0f8818a6f: Amount of 454 has been received from Account number a2621c79-5fb4-4ec6-a710-ebcbe6a75caf
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8ef705b2-6378-4141-9ae2-0a806d0c15e8: Amount of 189 has to sent to Account number 8da52fd7-1013-42b8-a592-99f713792707
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8da52fd7-1013-42b8-a592-99f713792707: Amount of 189 has been received from Account number 8ef705b2-6378-4141-9ae2-0a806d0c15e8
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac770383-86f9-4699-a71a-6e8781d4c62c: Amount of 247 has to sent to Account number 5a4fccdb-8532-4907-a09e-e3d5b8d959d5
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9cfa06e9-6050-4531-ab23-c93c8923e3b0: Amount of 394 has to sent to Account number 54cf688a-445b-42b0-b2fb-225c65f5ba9a
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of e24c2c4e-d53f-42f6-aa41-8e8bb6a32233: Amount of 798 has to sent to Account number e053fd63-546d-49ad-808b-24761d455d71
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 54cf688a-445b-42b0-b2fb-225c65f5ba9a: Amount of 394 has been received from Account number 9cfa06e9-6050-4531-ab23-c93c8923e3b0
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of e053fd63-546d-49ad-808b-24761d455d71: Amount of 798 has been received from Account number e24c2c4e-d53f-42f6-aa41-8e8bb6a32233
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 84ce08dc-8436-41d5-9c74-39e6ec62a439: Amount of 227 has to sent to Account number 6c8cee89-22c0-463b-8e60-c6db35328bb0
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8360736d-185f-4bb0-8d9d-94332e45ef15: Amount of 966 has to sent to Account number d6704f60-fa1e-463e-be8a-b73b01fd18c9
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3eb0bb8a-7e08-4082-a61d-be1c6dc1f03c: Amount of 685 has to sent to Account number cdbdd9a6-1e3b-4cf5-a1d4-13571cc9ba86
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6704f60-fa1e-463e-be8a-b73b01fd18c9: Amount of 966 has been received from Account number 8360736d-185f-4bb0-8d9d-94332e45ef15
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of cdbdd9a6-1e3b-4cf5-a1d4-13571cc9ba86: Amount of 685 has been received from Account number 3eb0bb8a-7e08-4082-a61d-be1c6dc1f03c
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8a665e3-0719-43a0-aa3f-bcf754e20e64: Amount of 904 has to sent to Account number 681a8eb6-8ae7-4f48-bf39-07eec4baf699
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 681a8eb6-8ae7-4f48-bf39-07eec4baf699: Amount of 904 has been received from Account number a8a665e3-0719-43a0-aa3f-bcf754e20e64
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6913ec39-47f6-4711-9ee2-c41c664e3603: Amount of 733 has to sent to Account number ba977bd6-bf3d-4176-86c9-24eb572214cd
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 38e45865-a16c-449a-a0f7-f77bcf7a9f89: Amount of 733 has to sent to Account number 3807ee87-a7dd-4a82-836a-38fc1642350b
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1650a1de-bfec-4707-9ea3-da5dc181bcf0: Amount of 199 has been received from Account number 48cefd83-0b3a-461c-8ff5-ee90d484e129
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3807ee87-a7dd-4a82-836a-38fc1642350b: Amount of 733 has been received from Account number 38e45865-a16c-449a-a0f7-f77bcf7a9f89
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 731f1874-dec6-4771-b9b5-8948e2ab438b: Amount of 674 has to sent to Account number 10404b09-9ea0-4a14-a9e9-c4a82a272b66
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c2e41ab-25b7-4781-8f15-8fbe7839fcfa: Amount of 251 has been received from Account number 239590c5-35eb-424b-b914-7262e10e4b9e
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of e13b6f9c-80c1-4e79-8573-50ee0d2fafb9: Amount of 960 has to sent to Account number 857733b1-74f7-4d90-a685-1e356aadbdc1
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 857733b1-74f7-4d90-a685-1e356aadbdc1: Amount of 960 has been received from Account number e13b6f9c-80c1-4e79-8573-50ee0d2fafb9
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4281d2a1-5efc-4d13-822d-eb148ef3334a: Amount of 344 has to sent to Account number 0d5f1692-76e4-419e-8844-a5a814f99d93
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0d5f1692-76e4-419e-8844-a5a814f99d93: Amount of 344 has been received from Account number 4281d2a1-5efc-4d13-822d-eb148ef3334a
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of a83c7d02-a11e-4313-8640-7695db2f9105: Amount of 600 has to sent to Account number fc5814f0-4020-4563-8cd1-4633c8657d11
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc5814f0-4020-4563-8cd1-4633c8657d11: Amount of 600 has been received from Account number a83c7d02-a11e-4313-8640-7695db2f9105
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f3183d5-200c-4e06-b9c1-cdf3087660de: Amount of 29 has to sent to Account number f3e6ec2d-d70c-442d-9b31-efa7904bf740
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of f3e6ec2d-d70c-442d-9b31-efa7904bf740: Amount of 29 has been received from Account number 3f3183d5-200c-4e06-b9c1-cdf3087660de
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 86080a3b-cce4-42da-8f6c-8d9ea4c46cf3: Amount of 303 has to sent to Account number 52660432-65fc-44e2-8c1c-e441988868ea
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 52660432-65fc-44e2-8c1c-e441988868ea: Amount of 303 has been received from Account number 86080a3b-cce4-42da-8f6c-8d9ea4c46cf3
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ea4a4a74-2e82-4c38-9522-f81e6b66177d: Amount of 208 has been received from Account number 3e5d29c2-333b-4535-b13a-939bb3895f53
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of b623e1af-770e-437b-936b-fdb30508ede3: Amount of 676 has been received from Account number a3ab7cf9-459c-4b17-b4cd-02a6b04eddd0
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9dc723ce-e480-4768-b514-d8ab5a9faa72: Amount of 917 has to sent to Account number e9147859-fb4f-4bea-8b57-7cc8d65fa27d
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 872e1a5e-b8d0-4c8b-97cd-3c35744d790c: Amount of 607 has to sent to Account number 5f7397c5-d672-4cc7-a1a4-4f76193c1c55
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f7397c5-d672-4cc7-a1a4-4f76193c1c55: Amount of 607 has been received from Account number 872e1a5e-b8d0-4c8b-97cd-3c35744d790c
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 724f0300-e8c8-43ed-b44d-0c3fde295a34: Amount of 165 has to sent to Account number ab47bfa7-d8b7-496b-a7f1-80c245ef9c4d
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ab47bfa7-d8b7-496b-a7f1-80c245ef9c4d: Amount of 165 has been received from Account number 724f0300-e8c8-43ed-b44d-0c3fde295a34
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7806dd01-3d23-4652-ad3f-720b0c1aca76: Amount of 731 has to sent to Account number 06da6d7a-451a-44ef-bdd4-6c0a83fad0a4
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 06da6d7a-451a-44ef-bdd4-6c0a83fad0a4: Amount of 731 has been received from Account number 7806dd01-3d23-4652-ad3f-720b0c1aca76
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6fcc4ba2-c92a-42e2-8188-3d26c85c547e: Amount of 339 has to sent to Account number af229a89-e317-4756-9eb2-8796e896938c
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of af229a89-e317-4756-9eb2-8796e896938c: Amount of 339 has been received from Account number 6fcc4ba2-c92a-42e2-8188-3d26c85c547e
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb732ab1-8e42-4ac6-98a2-cade9f04ee20: Amount of 848 has to sent to Account number fffe6faa-980e-4b92-a084-89e9e249d3cd
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of fffe6faa-980e-4b92-a084-89e9e249d3cd: Amount of 848 has been received from Account number fb732ab1-8e42-4ac6-98a2-cade9f04ee20
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of dbaf8665-e3b6-4492-aab3-cb87cbd0bc06: Amount of 430 has to sent to Account number 49080e56-57b3-4306-b14c-59a704c778f2
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 49080e56-57b3-4306-b14c-59a704c778f2: Amount of 430 has been received from Account number dbaf8665-e3b6-4492-aab3-cb87cbd0bc06
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 238bf737-1750-4e7c-acb7-5775e0259c9c: Amount of 193 has to sent to Account number b439ea52-0683-4bbb-9484-23b91dee109b
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of b439ea52-0683-4bbb-9484-23b91dee109b: Amount of 193 has been received from Account number 238bf737-1750-4e7c-acb7-5775e0259c9c
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ad21a502-fec9-417b-a2e1-293da718234d: Amount of 539 has to sent to Account number 3577941d-41e2-4572-a013-dfaf82b40299
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3577941d-41e2-4572-a013-dfaf82b40299: Amount of 539 has been received from Account number ad21a502-fec9-417b-a2e1-293da718234d
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of d1f4245a-d9de-4162-b656-276c6e37c78c: Amount of 251 has been received from Account number 10ce08dc-cd78-43ef-9b3f-616f5986ec71
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26679aca-ba3f-48aa-adf1-3216e05a0242: Amount of 27 has to sent to Account number 24764a33-f8e1-4d1e-a111-270417fa9f99
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 24764a33-f8e1-4d1e-a111-270417fa9f99: Amount of 27 has been received from Account number 26679aca-ba3f-48aa-adf1-3216e05a0242
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 94abf890-3442-412c-a9f2-41384510502b: Amount of 422 has to sent to Account number e0ac292f-9ebb-4f34-ace2-d7c3d4b3f8e7
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of e0ac292f-9ebb-4f34-ace2-d7c3d4b3f8e7: Amount of 422 has been received from Account number 94abf890-3442-412c-a9f2-41384510502b
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1bf8d501-7dee-4691-8a6f-8d50e77569c1: Amount of 379 has to sent to Account number b791e998-524a-4881-a4a6-3ceb1543bac7
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of b791e998-524a-4881-a4a6-3ceb1543bac7: Amount of 379 has been received from Account number 1bf8d501-7dee-4691-8a6f-8d50e77569c1
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of a829e420-ec3a-45f2-8290-a0df5ef2fa53: Amount of 532 has to sent to Account number cef335cc-5bde-49df-a68f-71452cfc8d08
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of cef335cc-5bde-49df-a68f-71452cfc8d08: Amount of 532 has been received from Account number a829e420-ec3a-45f2-8290-a0df5ef2fa53
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 575e2f71-db0e-42d7-85f6-414b097a3fe2: Amount of 824 has to sent to Account number f2c5e064-4824-4bc3-926f-97f267912a83
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2c5e064-4824-4bc3-926f-97f267912a83: Amount of 824 has been received from Account number 575e2f71-db0e-42d7-85f6-414b097a3fe2
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 776d1129-da88-4d61-856c-5da0deccee48: Amount of 980 has to sent to Account number e4d6c724-e7db-4b48-8834-a9cb2ccbb733
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of e4d6c724-e7db-4b48-8834-a9cb2ccbb733: Amount of 980 has been received from Account number 776d1129-da88-4d61-856c-5da0deccee48
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 92fa4e0a-1414-4ec5-9f96-eaa5b8d03af7: Amount of 798 has to sent to Account number 38d474bf-d3bb-45e0-9dc3-bb1bee76a97b
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 38d474bf-d3bb-45e0-9dc3-bb1bee76a97b: Amount of 798 has been received from Account number 92fa4e0a-1414-4ec5-9f96-eaa5b8d03af7
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 885b0b02-6e35-4f9a-95e6-bff1307063da: Amount of 639 has been received from Account number 25372485-3a58-421b-a15d-8a9d2860f91b
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of f3371ab5-3e69-4cb8-9156-d6bb6c97ca12: Amount of 11 has to sent to Account number f2911fbc-8e34-4ebc-bf3f-d9f6ed4f519c
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9dd11e0d-5dbd-4b61-82f4-817c1bb4eeaf: Amount of 369 has to sent to Account number 135813ff-c8c5-4091-b01a-4bf41e761a66
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 135813ff-c8c5-4091-b01a-4bf41e761a66: Amount of 369 has been received from Account number 9dd11e0d-5dbd-4b61-82f4-817c1bb4eeaf
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8bcfb067-dbf7-40ee-bd18-9536b00dff63: Amount of 361 has to sent to Account number 7ca3a263-c28c-4653-ab04-eb4b9de0dadb
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ca3a263-c28c-4653-ab04-eb4b9de0dadb: Amount of 361 has been received from Account number 8bcfb067-dbf7-40ee-bd18-9536b00dff63
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 716f4645-e2c4-4d0c-bc0d-ea3d605edd96: Amount of 398 has been received from Account number 86bbf723-279b-4fc1-8a53-5a6b90e25e9f
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 80ba678b-6fb6-495a-8e37-58fc9b5e1196: Amount of 796 has to sent to Account number 04e07114-1b06-4dcd-af49-a7ee05b3198b
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 04e07114-1b06-4dcd-af49-a7ee05b3198b: Amount of 796 has been received from Account number 80ba678b-6fb6-495a-8e37-58fc9b5e1196
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3697e48c-8701-45d1-8af2-8fa0c58e0092: Amount of 496 has to sent to Account number f0674299-4e43-48a3-b234-6bcf8beec78d
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of f0674299-4e43-48a3-b234-6bcf8beec78d: Amount of 496 has been received from Account number 3697e48c-8701-45d1-8af2-8fa0c58e0092
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 466ea530-cc6f-4068-9ff8-47c358e5a891: Amount of 637 has to sent to Account number e99f530c-2a78-4dfb-b2d0-bfb1c741781c
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of e99f530c-2a78-4dfb-b2d0-bfb1c741781c: Amount of 637 has been received from Account number 466ea530-cc6f-4068-9ff8-47c358e5a891
2024-07-09 19:26:08.161  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of f12365ec-3fc4-49af-9a1b-581053ef555d: Amount of 84 has to sent to Account number 778d25c1-28b3-4621-a607-a948eef0ae10
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 99755c9b-806e-4f31-a99c-ced1cebdb446: Amount of 698 has been received from Account number 398b7e01-05dd-4b59-bbe1-e10a333ab3ed
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 778d25c1-28b3-4621-a607-a948eef0ae10: Amount of 84 has been received from Account number f12365ec-3fc4-49af-9a1b-581053ef555d
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2961308-f483-4f16-afb8-69cdc8e9d90b: Amount of 477 has to sent to Account number ca7f9697-d522-48e0-a6f2-efb86db3ed35
2024-07-09 19:26:08.161  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ec846a07-4d03-4428-b450-3843f008f5bd: Amount of 689 has been received from Account number 68395135-eeec-47ab-a4ca-377271294cce
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca7f9697-d522-48e0-a6f2-efb86db3ed35: Amount of 477 has been received from Account number d2961308-f483-4f16-afb8-69cdc8e9d90b
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7396c50c-fed1-4498-9538-b579ba3d85be: Amount of 144 has to sent to Account number e9f14c97-202d-47be-972d-919c7f10073c
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of e9f14c97-202d-47be-972d-919c7f10073c: Amount of 144 has been received from Account number 7396c50c-fed1-4498-9538-b579ba3d85be
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of af7f2391-259d-4849-8482-b9d651444a82: Amount of 391 has to sent to Account number 94d944b6-753f-4ac7-8dd3-c3406a551420
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 94d944b6-753f-4ac7-8dd3-c3406a551420: Amount of 391 has been received from Account number af7f2391-259d-4849-8482-b9d651444a82
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 16b9ff29-7b31-4a7f-8282-e7a64e4211bf: Amount of 588 has to sent to Account number bb7e9aa7-530d-4941-bcd1-5433077ae49d
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of bb7e9aa7-530d-4941-bcd1-5433077ae49d: Amount of 588 has been received from Account number 16b9ff29-7b31-4a7f-8282-e7a64e4211bf
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of f1b9d6b4-bb6c-446e-8cab-19a0e327b955: Amount of 993 has to sent to Account number fa9585a8-1913-4f0c-8100-b75ffa012d55
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa9585a8-1913-4f0c-8100-b75ffa012d55: Amount of 993 has been received from Account number f1b9d6b4-bb6c-446e-8cab-19a0e327b955
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f56b8d8-28c5-4a8f-9585-64712268660c: Amount of 146 has to sent to Account number 2bef55f7-bafe-46a4-95ce-0ccb98584239
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2bef55f7-bafe-46a4-95ce-0ccb98584239: Amount of 146 has been received from Account number 5f56b8d8-28c5-4a8f-9585-64712268660c
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of fcb305f9-79b6-4971-810b-121cac26fd56: Amount of 184 has to sent to Account number 42bdb416-187c-499d-8917-895e36a5f183
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42bdb416-187c-499d-8917-895e36a5f183: Amount of 184 has been received from Account number fcb305f9-79b6-4971-810b-121cac26fd56
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 66e1823d-af10-4330-a660-f103060abdfb: Amount of 428 has to sent to Account number 70defcec-faf7-4338-8c1e-04338391d434
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 70defcec-faf7-4338-8c1e-04338391d434: Amount of 428 has been received from Account number 66e1823d-af10-4330-a660-f103060abdfb
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 509bc584-5887-4681-b41b-79f7be44a9d1: Amount of 225 has to sent to Account number 0694a60c-d7a8-4f37-9bea-15730fb22cee
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0694a60c-d7a8-4f37-9bea-15730fb22cee: Amount of 225 has been received from Account number 509bc584-5887-4681-b41b-79f7be44a9d1
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2257b0da-a668-400e-9196-ed4f31866937: Amount of 229 has to sent to Account number e6bd48b7-b1d8-409c-a7ff-2a65091697ff
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of e6bd48b7-b1d8-409c-a7ff-2a65091697ff: Amount of 229 has been received from Account number 2257b0da-a668-400e-9196-ed4f31866937
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 10fed487-5752-44c0-9356-949ed0e5c30d: Amount of 276 has to sent to Account number 1326e458-8914-46d6-8f90-a53a89de3467
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1326e458-8914-46d6-8f90-a53a89de3467: Amount of 276 has been received from Account number 10fed487-5752-44c0-9356-949ed0e5c30d
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of cc000791-7384-4666-8d3a-6c56821b0785: Amount of 185 has to sent to Account number 6c7299d4-94bb-4884-97ef-8b7ac372dae9
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6c7299d4-94bb-4884-97ef-8b7ac372dae9: Amount of 185 has been received from Account number cc000791-7384-4666-8d3a-6c56821b0785
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b9166bb-08fb-4b15-860b-715601b21d88: Amount of 749 has to sent to Account number cf64f8de-f12d-4be9-abb8-9e73be4857a2
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6c8408a1-cbe0-47d2-9fe8-0cbdaaa9dd70: Amount of 63 has to sent to Account number cfb6d3c9-c043-4e3e-b9cb-6dacf8860f7f
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of cfb6d3c9-c043-4e3e-b9cb-6dacf8860f7f: Amount of 63 has been received from Account number 6c8408a1-cbe0-47d2-9fe8-0cbdaaa9dd70
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 74c39730-9066-445d-8836-d05696323e98: Amount of 663 has to sent to Account number ba90013b-f924-480f-bfa8-446d56694a27
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 83fa7c91-7da6-4b99-a3f0-9fb6fdf2aaa0: Amount of 128 has to sent to Account number 21f5c0f2-cdd0-4d84-a6f8-9bb01ff803dd
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 21f5c0f2-cdd0-4d84-a6f8-9bb01ff803dd: Amount of 128 has been received from Account number 83fa7c91-7da6-4b99-a3f0-9fb6fdf2aaa0
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 824d4c36-a225-46ac-8a3b-23a2de7c0b2f: Amount of 708 has been received from Account number faae8d4d-4c61-4830-a345-04872d1b175a
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a44f9a5-bd2b-4e98-9e7f-391573a13c20: Amount of 156 has to sent to Account number 6fc43281-777a-4b8c-be71-174e726e93ca
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6fc43281-777a-4b8c-be71-174e726e93ca: Amount of 156 has been received from Account number 6a44f9a5-bd2b-4e98-9e7f-391573a13c20
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 624065a4-ae96-457d-b3b2-278669930728: Amount of 911 has to sent to Account number caffb066-092b-42c5-83c0-1c784fc7e01d
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of caffb066-092b-42c5-83c0-1c784fc7e01d: Amount of 911 has been received from Account number 624065a4-ae96-457d-b3b2-278669930728
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 932fae49-e916-4e98-a342-199b63d528b7: Amount of 404 has to sent to Account number f85190bc-0886-4e80-86bf-e9bbb3d9b28e
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of f85190bc-0886-4e80-86bf-e9bbb3d9b28e: Amount of 404 has been received from Account number 932fae49-e916-4e98-a342-199b63d528b7
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7975d17f-95d2-417d-b41e-9867eb0dedab: Amount of 159 has to sent to Account number 9fafa62a-e68d-4c12-b9aa-cfc7feb1eeaf
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9fafa62a-e68d-4c12-b9aa-cfc7feb1eeaf: Amount of 159 has been received from Account number 7975d17f-95d2-417d-b41e-9867eb0dedab
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4520277-5d2d-496c-98a1-d2a21ce79ed8: Amount of 586 has been received from Account number 29298aea-ea4c-42fd-bce4-3e3f45b6f0c7
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a4fccdb-8532-4907-a09e-e3d5b8d959d5: Amount of 247 has been received from Account number ac770383-86f9-4699-a71a-6e8781d4c62c
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7e8851b4-1226-46fe-a8bf-f0cba5cfea4b: Amount of 859 has to sent to Account number 6f15ee65-c253-4594-a568-9d69bbb85c33
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6f15ee65-c253-4594-a568-9d69bbb85c33: Amount of 859 has been received from Account number 7e8851b4-1226-46fe-a8bf-f0cba5cfea4b
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d175dd7-5c18-4cf3-94c1-e378799df849: Amount of 740 has to sent to Account number 592b542b-3fbf-410a-9304-9dcebf7894c6
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 592b542b-3fbf-410a-9304-9dcebf7894c6: Amount of 740 has been received from Account number 3d175dd7-5c18-4cf3-94c1-e378799df849
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 70289f2e-223b-4641-bca8-298ba91002c6: Amount of 469 has to sent to Account number 74152ab3-bd4a-439d-ab8f-8b44e72eeb5a
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 74152ab3-bd4a-439d-ab8f-8b44e72eeb5a: Amount of 469 has been received from Account number 70289f2e-223b-4641-bca8-298ba91002c6
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 036fd54b-00c0-4144-afb3-0fddf56c52d5: Amount of 975 has to sent to Account number 59152513-87bf-45db-a5d3-7f159148ffb4
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 59152513-87bf-45db-a5d3-7f159148ffb4: Amount of 975 has been received from Account number 036fd54b-00c0-4144-afb3-0fddf56c52d5
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6c8cee89-22c0-463b-8e60-c6db35328bb0: Amount of 227 has been received from Account number 84ce08dc-8436-41d5-9c74-39e6ec62a439
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0f90357e-7760-4c3b-989a-428d953b548f: Amount of 621 has to sent to Account number 74d385a6-c5db-48d4-a37e-bfbcbe15c4f9
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of d76e95de-b1b2-497d-a65b-bd5054926eff: Amount of 915 has to sent to Account number 6cca35f5-6024-4a16-9616-68841176191f
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 29b76262-320d-4ac7-9910-9ef35a3aa9e2: Amount of 746 has to sent to Account number aca40aec-1854-47bf-9e71-068bd64bc695
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ba977bd6-bf3d-4176-86c9-24eb572214cd: Amount of 733 has been received from Account number 6913ec39-47f6-4711-9ee2-c41c664e3603
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77f57e41-b364-4f7b-affc-d7c08c95c4bb: Amount of 311 has to sent to Account number 625b92f3-552b-43be-a1e0-d91aaf5b7325
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 10404b09-9ea0-4a14-a9e9-c4a82a272b66: Amount of 674 has been received from Account number 731f1874-dec6-4771-b9b5-8948e2ab438b
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 03174a5e-73e9-4455-b1dc-2d5ddd1d621c: Amount of 810 has to sent to Account number 0fa0d553-3042-49fd-937c-505fe12523de
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0fa0d553-3042-49fd-937c-505fe12523de: Amount of 810 has been received from Account number 03174a5e-73e9-4455-b1dc-2d5ddd1d621c
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 66b8ea9b-f29f-4ee7-b5f0-7ab16577c476: Amount of 366 has to sent to Account number f6022d20-9c94-4106-b384-090a5678b882
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f6022d20-9c94-4106-b384-090a5678b882: Amount of 366 has been received from Account number 66b8ea9b-f29f-4ee7-b5f0-7ab16577c476
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of e9147859-fb4f-4bea-8b57-7cc8d65fa27d: Amount of 917 has been received from Account number 9dc723ce-e480-4768-b514-d8ab5a9faa72
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6cca35f5-6024-4a16-9616-68841176191f: Amount of 915 has been received from Account number d76e95de-b1b2-497d-a65b-bd5054926eff
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of d9411485-8b62-4478-90c8-3966b514d4d5: Amount of 617 has to sent to Account number 163ee7bc-4fa4-4e5c-957a-27e2e646cadc
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 163ee7bc-4fa4-4e5c-957a-27e2e646cadc: Amount of 617 has been received from Account number d9411485-8b62-4478-90c8-3966b514d4d5
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 29504861-0817-4214-967a-4ff2013d315a: Amount of 682 has to sent to Account number 963e434d-d7e4-4553-992d-6fd400c9617f
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 971f2214-2791-4fc3-9df2-1a5e9e8ce43c: Amount of 817 has to sent to Account number 75ecb982-4d7a-4db8-8fda-f423c9303357
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2911fbc-8e34-4ebc-bf3f-d9f6ed4f519c: Amount of 11 has been received from Account number f3371ab5-3e69-4cb8-9156-d6bb6c97ca12
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 75ecb982-4d7a-4db8-8fda-f423c9303357: Amount of 817 has been received from Account number 971f2214-2791-4fc3-9df2-1a5e9e8ce43c
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 963e434d-d7e4-4553-992d-6fd400c9617f: Amount of 682 has been received from Account number 29504861-0817-4214-967a-4ff2013d315a
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of c975abf7-5cfa-484e-8da7-8b45e8fb0b1b: Amount of 356 has to sent to Account number a0305af1-35a4-4cd1-8175-51837ccf766b
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf2547b4-d87b-4d93-a98a-da775011ac3e: Amount of 586 has to sent to Account number 1eac43b0-315b-4700-9856-1d8fb0136c2d
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of fbe1e0a6-0db6-4e62-8273-b062718977f9: Amount of 217 has to sent to Account number 7f5805a3-02b8-4a09-9955-e3d3ec0c7ae0
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 029a9709-eb57-43e9-99ee-42070be8e866: Amount of 272 has to sent to Account number 82b61e21-c813-4486-b1a7-29685c9387d1
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f5805a3-02b8-4a09-9955-e3d3ec0c7ae0: Amount of 217 has been received from Account number fbe1e0a6-0db6-4e62-8273-b062718977f9
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 82b61e21-c813-4486-b1a7-29685c9387d1: Amount of 272 has been received from Account number 029a9709-eb57-43e9-99ee-42070be8e866
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 01f274ac-ed2f-4b27-bbd9-3d81145caa4b: Amount of 638 has to sent to Account number cea2e08d-a184-4996-81a8-e04b4a242da2
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 86a725f0-365d-4d0a-906a-25814a4bf4f5: Amount of 380 has to sent to Account number 2411c3a8-68be-4b0a-9652-a6647d746bdf
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 453e66ce-9aa5-4734-b853-92ea3b7f549e: Amount of 974 has to sent to Account number 6087cdc8-48de-458f-ba4c-e2b0afdb31fb
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2411c3a8-68be-4b0a-9652-a6647d746bdf: Amount of 380 has been received from Account number 86a725f0-365d-4d0a-906a-25814a4bf4f5
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf64f8de-f12d-4be9-abb8-9e73be4857a2: Amount of 749 has been received from Account number 5b9166bb-08fb-4b15-860b-715601b21d88
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f2decd0-f36d-4aa3-a163-622aaac8209e: Amount of 643 has to sent to Account number 2784dde8-9a8c-476f-a10e-332153aa7ba1
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ba90013b-f924-480f-bfa8-446d56694a27: Amount of 663 has been received from Account number 74c39730-9066-445d-8836-d05696323e98
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2c99214-5f5b-48c6-be1b-3255be0dead8: Amount of 530 has to sent to Account number 8a5f3a9e-9c7a-4e93-b1d7-9e595c21ceb6
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ce0749e0-e5fc-4870-b78d-17c7727d54fe: Amount of 342 has to sent to Account number 52ef544e-b799-41d2-bc66-4270d8ec5176
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of f56dab4b-cdd6-4df3-8151-521a344e440d: Amount of 721 has to sent to Account number ff3b20e0-07d6-4bd2-8c00-f0190fcbfce6
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ff3b20e0-07d6-4bd2-8c00-f0190fcbfce6: Amount of 721 has been received from Account number f56dab4b-cdd6-4df3-8151-521a344e440d
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 52ef544e-b799-41d2-bc66-4270d8ec5176: Amount of 342 has been received from Account number ce0749e0-e5fc-4870-b78d-17c7727d54fe
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7803f419-0a2e-4f19-a7d3-87e42d4bc434: Amount of 661 has to sent to Account number a5b24fec-04cc-4960-8eb0-25efc54b74cb
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a5b24fec-04cc-4960-8eb0-25efc54b74cb: Amount of 661 has been received from Account number 7803f419-0a2e-4f19-a7d3-87e42d4bc434
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of fda7d6e4-0e6f-4621-823f-0c6fc46266e5: Amount of 11 has to sent to Account number bfa99ebd-f0c8-41ba-9f28-1167524a7919
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ad3e9321-c3be-4fb2-8539-865a3baa0f5f: Amount of 791 has to sent to Account number f8004016-7a48-48a8-9262-501d98fbc5c4
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 018d68aa-ba38-44a5-9fa1-3b8220a7d066: Amount of 351 has to sent to Account number 42ffe276-3683-4429-81e8-b14222f8a1a6
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of f8004016-7a48-48a8-9262-501d98fbc5c4: Amount of 791 has been received from Account number ad3e9321-c3be-4fb2-8539-865a3baa0f5f
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42ffe276-3683-4429-81e8-b14222f8a1a6: Amount of 351 has been received from Account number 018d68aa-ba38-44a5-9fa1-3b8220a7d066
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of cee1532c-a366-47e5-a710-0853e5a9122c: Amount of 620 has to sent to Account number 4ffa533a-f652-4282-87d2-0bc14ae1feb6
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4ffa533a-f652-4282-87d2-0bc14ae1feb6: Amount of 620 has been received from Account number cee1532c-a366-47e5-a710-0853e5a9122c
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 812c5082-6d2e-419f-a769-d5c5890498a7: Amount of 289 has to sent to Account number 77729990-8b95-45d9-9ead-4a218f965cc1
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 74d385a6-c5db-48d4-a37e-bfbcbe15c4f9: Amount of 621 has been received from Account number 0f90357e-7760-4c3b-989a-428d953b548f
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77729990-8b95-45d9-9ead-4a218f965cc1: Amount of 289 has been received from Account number 812c5082-6d2e-419f-a769-d5c5890498a7
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1b708dfd-42fb-4adc-99b5-40af88569b1e: Amount of 912 has to sent to Account number d94ffd75-782c-4b83-9c0d-521d4014e5d8
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of aca40aec-1854-47bf-9e71-068bd64bc695: Amount of 746 has been received from Account number 29b76262-320d-4ac7-9910-9ef35a3aa9e2
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7c812533-2bd6-4e5c-b760-8c4b98cfaa8e: Amount of 453 has to sent to Account number 57ea923a-d85a-4a70-9c4a-f64db2d023b3
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 57ea923a-d85a-4a70-9c4a-f64db2d023b3: Amount of 453 has been received from Account number 7c812533-2bd6-4e5c-b760-8c4b98cfaa8e
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of c76f370b-808a-48eb-8437-efd90bc4a460: Amount of 23 has to sent to Account number 35f392fa-5f8d-4d48-9d60-efa8a7f91b65
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 35f392fa-5f8d-4d48-9d60-efa8a7f91b65: Amount of 23 has been received from Account number c76f370b-808a-48eb-8437-efd90bc4a460
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 580da65f-0aae-4e05-9924-adbacb356d71: Amount of 269 has to sent to Account number dd474687-cb2e-4250-837e-e0d35bd08a7e
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd474687-cb2e-4250-837e-e0d35bd08a7e: Amount of 269 has been received from Account number 580da65f-0aae-4e05-9924-adbacb356d71
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2a9d703-457c-4ede-a9be-eac77b178499: Amount of 460 has to sent to Account number 42e278ea-da60-4a88-9713-0e5712fdb54d
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42e278ea-da60-4a88-9713-0e5712fdb54d: Amount of 460 has been received from Account number d2a9d703-457c-4ede-a9be-eac77b178499
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ce4e488-faff-401c-ae34-f9d97fb376f9: Amount of 599 has to sent to Account number 3c6878c4-648a-4e33-bc20-12629afc783a
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3c6878c4-648a-4e33-bc20-12629afc783a: Amount of 599 has been received from Account number 0ce4e488-faff-401c-ae34-f9d97fb376f9
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2639e6e-509e-4500-bf79-7e928c8f5324: Amount of 453 has to sent to Account number 79f2d28a-2e1c-4f4c-99c3-38a7e0e137c4
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 79f2d28a-2e1c-4f4c-99c3-38a7e0e137c4: Amount of 453 has been received from Account number d2639e6e-509e-4500-bf79-7e928c8f5324
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of af6396c6-3992-4f4b-b88d-ff9f64711341: Amount of 767 has to sent to Account number 025f0084-9c29-4f25-a5dc-4134437e1de8
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 025f0084-9c29-4f25-a5dc-4134437e1de8: Amount of 767 has been received from Account number af6396c6-3992-4f4b-b88d-ff9f64711341
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 625b92f3-552b-43be-a1e0-d91aaf5b7325: Amount of 311 has been received from Account number 77f57e41-b364-4f7b-affc-d7c08c95c4bb
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 17d6be83-08a9-4418-8deb-71948ef80edf: Amount of 730 has to sent to Account number ae74d91b-9055-4c58-83b7-3b33859065a4
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae74d91b-9055-4c58-83b7-3b33859065a4: Amount of 730 has been received from Account number 17d6be83-08a9-4418-8deb-71948ef80edf
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7d556029-7fb2-40b9-a359-71dc2ea15b4f: Amount of 473 has to sent to Account number 5096a024-34c7-47f1-87a4-03468ed83fa5
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5096a024-34c7-47f1-87a4-03468ed83fa5: Amount of 473 has been received from Account number 7d556029-7fb2-40b9-a359-71dc2ea15b4f
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ff39a67b-f7b2-4d26-b371-822dbc376be4: Amount of 366 has to sent to Account number 27c22dbf-7b38-4717-ac11-5879c44cc8b3
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95df4d4d-14b5-478d-a65d-a8f2a6fe9e9f: Amount of 657 has to sent to Account number 3f9e0acc-6ebc-446b-b0dc-e730e3c0303e
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f9e0acc-6ebc-446b-b0dc-e730e3c0303e: Amount of 657 has been received from Account number 95df4d4d-14b5-478d-a65d-a8f2a6fe9e9f
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 27c22dbf-7b38-4717-ac11-5879c44cc8b3: Amount of 366 has been received from Account number ff39a67b-f7b2-4d26-b371-822dbc376be4
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8fe2163f-a97e-4ec3-abf1-f08b8e6808de: Amount of 629 has to sent to Account number d0e0e7fc-695c-464d-9fcd-e31c3a9265c4
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 50b05e1c-23ca-48a8-8cc8-01fb6d477771: Amount of 83 has to sent to Account number 89e1e9e7-e013-4ca2-af63-af3fc825d226
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 89e1e9e7-e013-4ca2-af63-af3fc825d226: Amount of 83 has been received from Account number 50b05e1c-23ca-48a8-8cc8-01fb6d477771
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 374b0f9c-db1d-4960-9774-8518bdaf27fe: Amount of 422 has to sent to Account number 55d88160-a509-46dd-8856-736e0c5931d9
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 55d88160-a509-46dd-8856-736e0c5931d9: Amount of 422 has been received from Account number 374b0f9c-db1d-4960-9774-8518bdaf27fe
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of d21fae10-cbcb-45b2-9ea3-e3d002a02d69: Amount of 270 has to sent to Account number 9980221e-6639-4c3f-914c-48ffb4890676
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 667163cf-c9bf-44e7-b511-718dbaf5292d: Amount of 710 has to sent to Account number 038f25fd-e3d6-4c7a-8ae7-c42eddb60850
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9980221e-6639-4c3f-914c-48ffb4890676: Amount of 270 has been received from Account number d21fae10-cbcb-45b2-9ea3-e3d002a02d69
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of e2d750f1-3ce1-40aa-a7f4-dcd3c930219b: Amount of 606 has to sent to Account number 82bac340-2253-45fe-b5c2-69385d46635a
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 82bac340-2253-45fe-b5c2-69385d46635a: Amount of 606 has been received from Account number e2d750f1-3ce1-40aa-a7f4-dcd3c930219b
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 038f25fd-e3d6-4c7a-8ae7-c42eddb60850: Amount of 710 has been received from Account number 667163cf-c9bf-44e7-b511-718dbaf5292d
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 39e11223-d18e-4283-a4f2-c5378a88c2b3: Amount of 928 has to sent to Account number 480f89b8-2808-42aa-a315-a64bc842cfe4
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of d9626068-5254-4784-9ad1-1eb87860a5d5: Amount of 522 has to sent to Account number 56eb65e5-0335-4ce9-bdc0-883d5074d514
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56eb65e5-0335-4ce9-bdc0-883d5074d514: Amount of 522 has been received from Account number d9626068-5254-4784-9ad1-1eb87860a5d5
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1ba0e795-74d6-4780-8211-311acfb74200: Amount of 334 has to sent to Account number 52be25b8-afe3-4308-bc8d-65eb6beb193d
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8fc3d4fa-97f1-4d82-b5e6-af1989e5b2f0: Amount of 318 has to sent to Account number 7b37baa5-b86b-4863-a644-bcc5b4ee2314
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 480f89b8-2808-42aa-a315-a64bc842cfe4: Amount of 928 has been received from Account number 39e11223-d18e-4283-a4f2-c5378a88c2b3
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 17cf9223-8bc1-4f7f-8744-7038c923324e: Amount of 349 has to sent to Account number f276811f-c62f-4667-b456-6896dd62f5f7
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7d5559f0-7f67-4a6f-967e-ae4b83efb632: Amount of 444 has to sent to Account number 230e2bb5-23ff-40f2-a397-4e776b350308
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 230e2bb5-23ff-40f2-a397-4e776b350308: Amount of 444 has been received from Account number 7d5559f0-7f67-4a6f-967e-ae4b83efb632
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of bfe3b528-5be5-46b6-aec8-c457e836218a: Amount of 943 has to sent to Account number c7b73c64-5602-4448-8ad3-b08923a1d7dd
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1f416544-0c79-4c43-810e-891f0b939cb9: Amount of 697 has to sent to Account number 86e14049-3149-4e0c-8331-3e8343143ff5
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 86e14049-3149-4e0c-8331-3e8343143ff5: Amount of 697 has been received from Account number 1f416544-0c79-4c43-810e-891f0b939cb9
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d618f2e-0686-424b-86b4-af978a6e8c98: Amount of 982 has to sent to Account number 201914f8-e54f-48af-8450-62e08865dbc5
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of b90189de-db79-4a9b-b0a7-27617dd33630: Amount of 615 has to sent to Account number e3d1ffe7-8482-45f9-ab33-0f4ba88a1c11
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of e3d1ffe7-8482-45f9-ab33-0f4ba88a1c11: Amount of 615 has been received from Account number b90189de-db79-4a9b-b0a7-27617dd33630
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of a0305af1-35a4-4cd1-8175-51837ccf766b: Amount of 356 has been received from Account number c975abf7-5cfa-484e-8da7-8b45e8fb0b1b
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of beac7d9c-ab23-4a6a-ac80-af1d25b0be98: Amount of 354 has to sent to Account number 0e569713-b579-4ac6-8b60-a1ebdd1bb349
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 46d03f7e-42b5-461d-a725-a7023095346f: Amount of 724 has to sent to Account number 2e304253-da95-4170-aee6-23f40f66d56e
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1eac43b0-315b-4700-9856-1d8fb0136c2d: Amount of 586 has been received from Account number bf2547b4-d87b-4d93-a98a-da775011ac3e
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of cea2e08d-a184-4996-81a8-e04b4a242da2: Amount of 638 has been received from Account number 01f274ac-ed2f-4b27-bbd9-3d81145caa4b
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 20afa825-1bd1-4bd3-bdb0-fb4edb308a60: Amount of 86 has to sent to Account number ac395507-c84f-475d-b8fc-825c9427a5f0
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac395507-c84f-475d-b8fc-825c9427a5f0: Amount of 86 has been received from Account number 20afa825-1bd1-4bd3-bdb0-fb4edb308a60
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of aabfd0ba-241d-482b-a3ff-c160aad64338: Amount of 54 has to sent to Account number b767f5c1-808e-4a7f-990b-3f716a36c55f
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of a5f06631-129a-404b-b50c-ff29b6bea179: Amount of 339 has to sent to Account number 154fdfdf-1944-4450-ae96-d22ff5bbf60c
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of b767f5c1-808e-4a7f-990b-3f716a36c55f: Amount of 54 has been received from Account number aabfd0ba-241d-482b-a3ff-c160aad64338
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf51151c-0b84-45eb-9fee-14de3fd9922d: Amount of 561 has to sent to Account number efdd1df5-90bc-4c40-9dd7-915d5d7fdf2d
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6087cdc8-48de-458f-ba4c-e2b0afdb31fb: Amount of 974 has been received from Account number 453e66ce-9aa5-4734-b853-92ea3b7f549e
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2784dde8-9a8c-476f-a10e-332153aa7ba1: Amount of 643 has been received from Account number 8f2decd0-f36d-4aa3-a163-622aaac8209e
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 87434d74-a3fe-40d4-af24-f859ce8c194a: Amount of 653 has to sent to Account number 020836cd-9afb-44ac-b1f0-be1853dc0b1c
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 020836cd-9afb-44ac-b1f0-be1853dc0b1c: Amount of 653 has been received from Account number 87434d74-a3fe-40d4-af24-f859ce8c194a
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of b8fd49c4-8ded-4c8b-82cd-9a3cbef1a05b: Amount of 471 has to sent to Account number 8b66f908-81f8-4ca6-9e96-96624f382faa
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8a5f3a9e-9c7a-4e93-b1d7-9e595c21ceb6: Amount of 530 has been received from Account number f2c99214-5f5b-48c6-be1b-3255be0dead8
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b66f908-81f8-4ca6-9e96-96624f382faa: Amount of 471 has been received from Account number b8fd49c4-8ded-4c8b-82cd-9a3cbef1a05b
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of bfa99ebd-f0c8-41ba-9f28-1167524a7919: Amount of 11 has been received from Account number fda7d6e4-0e6f-4621-823f-0c6fc46266e5
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1313e058-00d6-4f9a-8311-33584c11afb5: Amount of 518 has to sent to Account number 7aa21ad6-76eb-464c-851d-636fbad96950
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7aa21ad6-76eb-464c-851d-636fbad96950: Amount of 518 has been received from Account number 1313e058-00d6-4f9a-8311-33584c11afb5
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of e0d3aa25-5d82-4ddc-ae83-1c1f84a858b8: Amount of 77 has to sent to Account number 7a10edfe-9081-4583-8a1e-2da2b60444f1
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7a10edfe-9081-4583-8a1e-2da2b60444f1: Amount of 77 has been received from Account number e0d3aa25-5d82-4ddc-ae83-1c1f84a858b8
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6abeec42-1a8c-491d-8c76-dd3e6b42afcd: Amount of 128 has to sent to Account number 5ea00e5d-550b-47ec-8c7f-6b3a354689c5
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 097a8e31-284f-4ac0-9948-436248524024: Amount of 641 has to sent to Account number f07f61a2-a9de-4f80-b118-28739b23365d
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of d94ffd75-782c-4b83-9c0d-521d4014e5d8: Amount of 912 has been received from Account number 1b708dfd-42fb-4adc-99b5-40af88569b1e
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of d0e0e7fc-695c-464d-9fcd-e31c3a9265c4: Amount of 629 has been received from Account number 8fe2163f-a97e-4ec3-abf1-f08b8e6808de
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 29a4d76e-50a2-472b-87ba-73ec36c97fbb: Amount of 731 has to sent to Account number 0b2e95ee-3601-4b16-9cb1-687d06274959
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac2ab620-7c43-436b-b406-10322784bdb0: Amount of 777 has to sent to Account number e2163de5-a287-413b-bb7a-ea3e53246c7c
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 52be25b8-afe3-4308-bc8d-65eb6beb193d: Amount of 334 has been received from Account number 1ba0e795-74d6-4780-8211-311acfb74200
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0b2e95ee-3601-4b16-9cb1-687d06274959: Amount of 731 has been received from Account number 29a4d76e-50a2-472b-87ba-73ec36c97fbb
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b37baa5-b86b-4863-a644-bcc5b4ee2314: Amount of 318 has been received from Account number 8fc3d4fa-97f1-4d82-b5e6-af1989e5b2f0
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 63149615-ca47-4b97-8ef4-7b91dbb2f35c: Amount of 230 has to sent to Account number 84328205-c460-42f6-bfb4-acb186fae7b8
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b450fe8-73de-4bee-8e02-c98647b61a69: Amount of 574 has to sent to Account number 80a346c9-0db0-454a-96d9-b39d6784a6a7
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of f276811f-c62f-4667-b456-6896dd62f5f7: Amount of 349 has been received from Account number 17cf9223-8bc1-4f7f-8744-7038c923324e
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of c7b73c64-5602-4448-8ad3-b08923a1d7dd: Amount of 943 has been received from Account number bfe3b528-5be5-46b6-aec8-c457e836218a
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4aaef0e3-73ca-454f-9e46-3b3bae6586ae: Amount of 652 has to sent to Account number 84211957-cb38-4c18-b069-51b56dd20797
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 84211957-cb38-4c18-b069-51b56dd20797: Amount of 652 has been received from Account number 4aaef0e3-73ca-454f-9e46-3b3bae6586ae
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 201914f8-e54f-48af-8450-62e08865dbc5: Amount of 982 has been received from Account number 3d618f2e-0686-424b-86b4-af978a6e8c98
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of b9774dd8-897e-41c6-b6be-b691951e398c: Amount of 313 has to sent to Account number d063a5ae-5bc2-42c3-9441-8824a90d06af
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of d063a5ae-5bc2-42c3-9441-8824a90d06af: Amount of 313 has been received from Account number b9774dd8-897e-41c6-b6be-b691951e398c
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 027eebc3-9543-4f7d-ba77-3e3d1c728c02: Amount of 942 has to sent to Account number 62839ea1-1d68-46db-b720-39b953b6706f
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e569713-b579-4ac6-8b60-a1ebdd1bb349: Amount of 354 has been received from Account number beac7d9c-ab23-4a6a-ac80-af1d25b0be98
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e304253-da95-4170-aee6-23f40f66d56e: Amount of 724 has been received from Account number 46d03f7e-42b5-461d-a725-a7023095346f
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1656d490-d63a-42fc-98c8-a8875d3fd5d6: Amount of 666 has to sent to Account number 07b3ef66-1197-4e71-8a4e-08ffa29289a0
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 07b3ef66-1197-4e71-8a4e-08ffa29289a0: Amount of 666 has been received from Account number 1656d490-d63a-42fc-98c8-a8875d3fd5d6
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 211caad5-33bb-48eb-b094-f8ef55bf2b47: Amount of 115 has to sent to Account number 19288413-654c-4f43-b449-35f856e7fef0
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 154fdfdf-1944-4450-ae96-d22ff5bbf60c: Amount of 339 has been received from Account number a5f06631-129a-404b-b50c-ff29b6bea179
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 19288413-654c-4f43-b449-35f856e7fef0: Amount of 115 has been received from Account number 211caad5-33bb-48eb-b094-f8ef55bf2b47
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of efdd1df5-90bc-4c40-9dd7-915d5d7fdf2d: Amount of 561 has been received from Account number bf51151c-0b84-45eb-9fee-14de3fd9922d
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3fed299-5fde-4778-8470-6ee9b8b52f61: Amount of 779 has to sent to Account number 1570b1e6-6e06-47af-b89b-4f05e93dae3c
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1570b1e6-6e06-47af-b89b-4f05e93dae3c: Amount of 779 has been received from Account number c3fed299-5fde-4778-8470-6ee9b8b52f61
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 87a0ce15-deef-4405-aebc-3b57cd6eba39: Amount of 309 has to sent to Account number 694a777b-ff75-4805-bd26-e4c73f7027ad
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5edb8391-f2d9-4eb9-aba6-c0b55d16247b: Amount of 484 has to sent to Account number d9516ed8-8ef6-4dce-8c87-34ee53da75c0
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 694a777b-ff75-4805-bd26-e4c73f7027ad: Amount of 309 has been received from Account number 87a0ce15-deef-4405-aebc-3b57cd6eba39
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of d9516ed8-8ef6-4dce-8c87-34ee53da75c0: Amount of 484 has been received from Account number 5edb8391-f2d9-4eb9-aba6-c0b55d16247b
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e2f7f0d-3426-4c71-b905-130f7da67552: Amount of 259 has to sent to Account number a2059777-5ed6-4a55-9b71-8189d6236620
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1b15e2bb-e1f1-48eb-a709-1de898614ebc: Amount of 452 has to sent to Account number 72f357ff-d174-4fa3-bac7-b91edca89962
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of a2059777-5ed6-4a55-9b71-8189d6236620: Amount of 259 has been received from Account number 8e2f7f0d-3426-4c71-b905-130f7da67552
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 72f357ff-d174-4fa3-bac7-b91edca89962: Amount of 452 has been received from Account number 1b15e2bb-e1f1-48eb-a709-1de898614ebc
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 580770c2-5dcd-49ec-933e-018975a60341: Amount of 258 has to sent to Account number 419855a7-1c65-4db6-a4a7-cb239fb353b1
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 419855a7-1c65-4db6-a4a7-cb239fb353b1: Amount of 258 has been received from Account number 580770c2-5dcd-49ec-933e-018975a60341
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c7f1ad9-aba3-4439-983d-12bdcc542e60: Amount of 487 has to sent to Account number a17359d5-a7ce-4c8c-a0e3-4a936a8e34af
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of a17359d5-a7ce-4c8c-a0e3-4a936a8e34af: Amount of 487 has been received from Account number 0c7f1ad9-aba3-4439-983d-12bdcc542e60
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of c4dffd2d-09b8-423b-8837-450888715a7d: Amount of 530 has to sent to Account number 64a272a4-9008-4af4-8a68-edbf636612bf
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a565354-e821-4fe2-9fac-ccf9d485bfa9: Amount of 173 has to sent to Account number 73cdad3b-e509-4d5b-8302-8e591b0cfab7
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64a272a4-9008-4af4-8a68-edbf636612bf: Amount of 530 has been received from Account number c4dffd2d-09b8-423b-8837-450888715a7d
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c43d4de-5e19-4b3e-a403-15e7cf92728c: Amount of 825 has to sent to Account number 4f2f0667-a4de-4e93-9573-584a2dc72938
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5ea00e5d-550b-47ec-8c7f-6b3a354689c5: Amount of 128 has been received from Account number 6abeec42-1a8c-491d-8c76-dd3e6b42afcd
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of f07f61a2-a9de-4f80-b118-28739b23365d: Amount of 641 has been received from Account number 097a8e31-284f-4ac0-9948-436248524024
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee0aba77-6b3a-4417-ab54-56410ab972d6: Amount of 74 has to sent to Account number 68a0ccae-c71c-4895-96eb-5970e4d206a7
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f2f0667-a4de-4e93-9573-584a2dc72938: Amount of 825 has been received from Account number 5c43d4de-5e19-4b3e-a403-15e7cf92728c
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 983592f8-7758-4ade-b5bd-8dfe9e12524f: Amount of 252 has to sent to Account number 74aae121-71a8-444f-bfe7-2e0d3c5186ce
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of e2163de5-a287-413b-bb7a-ea3e53246c7c: Amount of 777 has been received from Account number ac2ab620-7c43-436b-b406-10322784bdb0
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 84328205-c460-42f6-bfb4-acb186fae7b8: Amount of 230 has been received from Account number 63149615-ca47-4b97-8ef4-7b91dbb2f35c
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a0974c5-177c-4fca-a6fc-b5494c49c1cd: Amount of 743 has to sent to Account number 48c1dc76-bb47-4388-8dce-687562fc3797
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of cdb19154-96e5-4a84-b6cd-03bcbd0db362: Amount of 53 has to sent to Account number 9324f2bf-ce30-470e-972e-62f3ed7c8b79
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 48c1dc76-bb47-4388-8dce-687562fc3797: Amount of 743 has been received from Account number 0a0974c5-177c-4fca-a6fc-b5494c49c1cd
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9324f2bf-ce30-470e-972e-62f3ed7c8b79: Amount of 53 has been received from Account number cdb19154-96e5-4a84-b6cd-03bcbd0db362
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8be08a17-a6f2-4eaa-a69b-c2dd7fe85c68: Amount of 497 has to sent to Account number 14c1056b-32ab-4a34-860a-8789e07636b5
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 80a346c9-0db0-454a-96d9-b39d6784a6a7: Amount of 574 has been received from Account number 6b450fe8-73de-4bee-8e02-c98647b61a69
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3c14b050-fcc5-4d4d-b912-56f217f01b15: Amount of 671 has to sent to Account number f5ca35bf-3f83-4cc0-b258-2a0172135b82
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of f5ca35bf-3f83-4cc0-b258-2a0172135b82: Amount of 671 has been received from Account number 3c14b050-fcc5-4d4d-b912-56f217f01b15
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 504782a5-cc83-4b82-b0e6-289869f217b7: Amount of 841 has to sent to Account number c3e8e43f-96ae-468d-8d37-d5c46dd9367d
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of fdb86e58-e78c-4fba-a2ad-0b4967f21cc2: Amount of 5 has to sent to Account number d9e88a9d-1f4b-48bf-9a96-c8a599badbb5
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of d9e88a9d-1f4b-48bf-9a96-c8a599badbb5: Amount of 5 has been received from Account number fdb86e58-e78c-4fba-a2ad-0b4967f21cc2
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of e4435de7-1404-470d-b225-58b18537adeb: Amount of 913 has to sent to Account number 81765883-0417-41a1-ac7b-6f459a86b2fa
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81765883-0417-41a1-ac7b-6f459a86b2fa: Amount of 913 has been received from Account number e4435de7-1404-470d-b225-58b18537adeb
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of f1874a17-08bc-47a4-b4bf-7786f8bc0afb: Amount of 889 has to sent to Account number 0cbcd4f6-14bd-469e-a289-df9b7c91567c
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0cbcd4f6-14bd-469e-a289-df9b7c91567c: Amount of 889 has been received from Account number f1874a17-08bc-47a4-b4bf-7786f8bc0afb
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of f6583209-513d-487b-8821-7918a70b4a82: Amount of 332 has to sent to Account number a7ff69f0-1937-4445-b1e5-1c0a1e6de205
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of a7ff69f0-1937-4445-b1e5-1c0a1e6de205: Amount of 332 has been received from Account number f6583209-513d-487b-8821-7918a70b4a82
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of b1dfbf97-d855-4615-b464-0ea6fa4e6996: Amount of 737 has to sent to Account number e8304979-4d91-4c87-b5f3-07ac18111d15
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of e8304979-4d91-4c87-b5f3-07ac18111d15: Amount of 737 has been received from Account number b1dfbf97-d855-4615-b464-0ea6fa4e6996
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4b94ad33-001c-4691-afee-c4238aef537d: Amount of 52 has to sent to Account number 8dc52fcf-ab96-46c9-8aaf-f87ff1865fae
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8dc52fcf-ab96-46c9-8aaf-f87ff1865fae: Amount of 52 has been received from Account number 4b94ad33-001c-4691-afee-c4238aef537d
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 525d8909-5ee5-49d0-b3cc-ffe714328f47: Amount of 323 has to sent to Account number 31a74fc4-3ddc-44ce-b968-ace0012724c1
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 31a74fc4-3ddc-44ce-b968-ace0012724c1: Amount of 323 has been received from Account number 525d8909-5ee5-49d0-b3cc-ffe714328f47
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 62839ea1-1d68-46db-b720-39b953b6706f: Amount of 942 has been received from Account number 027eebc3-9543-4f7d-ba77-3e3d1c728c02
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of f272bf99-0fd0-4636-ad9d-c494a468d7f1: Amount of 645 has to sent to Account number 20989cbf-f200-4646-a1a1-27ff2d8eec59
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4dbc5992-ac33-4fed-8123-a0ada0672345: Amount of 412 has to sent to Account number 369ff859-85bb-4ed2-93b3-7451df25bec5
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 369ff859-85bb-4ed2-93b3-7451df25bec5: Amount of 412 has been received from Account number 4dbc5992-ac33-4fed-8123-a0ada0672345
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of b0651708-ebee-4a6b-b9d4-dc59490fb012: Amount of 331 has to sent to Account number ea0730be-371b-45d1-af58-53b5ea792c50
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ea0730be-371b-45d1-af58-53b5ea792c50: Amount of 331 has been received from Account number b0651708-ebee-4a6b-b9d4-dc59490fb012
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 05fb6df0-9917-4ccb-9849-d78919d1dc12: Amount of 11 has to sent to Account number 0168c06d-099e-46c7-a793-589094972e61
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0168c06d-099e-46c7-a793-589094972e61: Amount of 11 has been received from Account number 05fb6df0-9917-4ccb-9849-d78919d1dc12
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6ce6c2d1-1ab7-448f-b479-db9aa989b0cd: Amount of 247 has to sent to Account number eb633dee-8597-44c0-8c3e-93d6f02de807
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb633dee-8597-44c0-8c3e-93d6f02de807: Amount of 247 has been received from Account number 6ce6c2d1-1ab7-448f-b479-db9aa989b0cd
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 31fd824b-0db9-4b2e-977e-bfee486085b4: Amount of 879 has to sent to Account number c202b758-c1eb-4e19-9053-0d906520597a
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of c202b758-c1eb-4e19-9053-0d906520597a: Amount of 879 has been received from Account number 31fd824b-0db9-4b2e-977e-bfee486085b4
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of d68d337d-2f64-404d-9f35-f43e10c609c7: Amount of 46 has to sent to Account number 08882802-512b-4004-8dc9-ce82383e9087
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64523009-9894-4261-a94e-04109813ba70: Amount of 888 has to sent to Account number c0fa10f3-550a-429e-a967-4817ccc82379
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9cd4d14d-3c7e-4498-96a7-0db27ca23399: Amount of 258 has to sent to Account number 397bdb58-041d-4e21-9e84-961380174306
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0b924407-1b1a-4155-b428-3dad479a8f1d: Amount of 677 has to sent to Account number 29fc2693-a44d-4ebe-9c3b-9b64f1e43a02
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 397bdb58-041d-4e21-9e84-961380174306: Amount of 258 has been received from Account number 9cd4d14d-3c7e-4498-96a7-0db27ca23399
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 29fc2693-a44d-4ebe-9c3b-9b64f1e43a02: Amount of 677 has been received from Account number 0b924407-1b1a-4155-b428-3dad479a8f1d
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7d0409cd-6185-42e3-95ec-65bc3f983603: Amount of 207 has to sent to Account number 5c049281-aadf-439e-8f4f-a538090f24a2
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2522b945-e9aa-4206-a2d1-158ba12e7cc1: Amount of 883 has to sent to Account number a5609042-d038-4e8d-a11a-07b8c8ef401c
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c049281-aadf-439e-8f4f-a538090f24a2: Amount of 207 has been received from Account number 7d0409cd-6185-42e3-95ec-65bc3f983603
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 022f064b-3854-459c-b77a-b3e90ca6f7ba: Amount of 919 has to sent to Account number cafcd76a-872f-4d5d-9fa6-903bfd4c963a
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of cafcd76a-872f-4d5d-9fa6-903bfd4c963a: Amount of 919 has been received from Account number 022f064b-3854-459c-b77a-b3e90ca6f7ba
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 94813a12-e4c8-4df8-95c5-1b540a888df9: Amount of 667 has to sent to Account number 0a9c9cb5-5460-41c9-b3a9-cd9005663592
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a9c9cb5-5460-41c9-b3a9-cd9005663592: Amount of 667 has been received from Account number 94813a12-e4c8-4df8-95c5-1b540a888df9
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 944f91d1-29bf-4a32-9ef0-2f85b62ba0ff: Amount of 938 has to sent to Account number 8f4b25c4-f89d-459c-a1d2-fd6d5489a31f
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 73cdad3b-e509-4d5b-8302-8e591b0cfab7: Amount of 173 has been received from Account number 6a565354-e821-4fe2-9fac-ccf9d485bfa9
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b41cf22-3ab9-437c-8d78-0a84b5b0ed3a: Amount of 137 has to sent to Account number cd0bb3c2-6651-4c62-81d5-c354146eec66
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77cd24aa-73c1-4790-a4c2-40c9be19a933: Amount of 509 has to sent to Account number 3743d2ee-924f-496e-a54b-3a6ab6729dff
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of cd0bb3c2-6651-4c62-81d5-c354146eec66: Amount of 137 has been received from Account number 8b41cf22-3ab9-437c-8d78-0a84b5b0ed3a
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3743d2ee-924f-496e-a54b-3a6ab6729dff: Amount of 509 has been received from Account number 77cd24aa-73c1-4790-a4c2-40c9be19a933
2024-07-09 19:26:08.167  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 68a0ccae-c71c-4895-96eb-5970e4d206a7: Amount of 74 has been received from Account number ee0aba77-6b3a-4417-ab54-56410ab972d6
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d096ad2-9d94-43ad-a550-1a68dad0d497: Amount of 280 has to sent to Account number f8441319-9e40-42c9-8daa-975185b83eb8
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of f8441319-9e40-42c9-8daa-975185b83eb8: Amount of 280 has been received from Account number 6d096ad2-9d94-43ad-a550-1a68dad0d497
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3b3e69ca-cd78-4aff-98a6-a5e8ffba6751: Amount of 460 has to sent to Account number 03dd01cf-f572-4c5b-9a95-70241d46bef8
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of c076d8c6-0b69-484b-a4c6-d40650ba7254: Amount of 297 has to sent to Account number 071e325e-98e0-44dd-966c-3ab942978573
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 389efa5c-20ad-42a2-828d-f91ce919d860: Amount of 267 has to sent to Account number dad6de6e-7c69-46ef-a68f-bfd8ed78d1ca
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 071e325e-98e0-44dd-966c-3ab942978573: Amount of 297 has been received from Account number c076d8c6-0b69-484b-a4c6-d40650ba7254
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of dad6de6e-7c69-46ef-a68f-bfd8ed78d1ca: Amount of 267 has been received from Account number 389efa5c-20ad-42a2-828d-f91ce919d860
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 682ec516-1af4-46b4-ac23-72f5b4e9661b: Amount of 962 has to sent to Account number 53cd2deb-372a-47c7-84e1-35b63c9439a3
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of f467fa4d-0ee1-4447-88c7-ac6a8c429984: Amount of 421 has to sent to Account number 670279f7-b059-4d23-b9cb-605aeec6b8b9
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53cd2deb-372a-47c7-84e1-35b63c9439a3: Amount of 962 has been received from Account number 682ec516-1af4-46b4-ac23-72f5b4e9661b
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 670279f7-b059-4d23-b9cb-605aeec6b8b9: Amount of 421 has been received from Account number f467fa4d-0ee1-4447-88c7-ac6a8c429984
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8a288dcd-103e-48a1-9db2-130d678e28d1: Amount of 847 has to sent to Account number fb07dc0e-e0c6-4318-8847-7342d92b1432
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 084334dc-e3d8-4622-9a79-b4b186900c7f: Amount of 800 has to sent to Account number b203eb65-acec-49a2-9eb6-8b0ae35285f5
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb07dc0e-e0c6-4318-8847-7342d92b1432: Amount of 847 has been received from Account number 8a288dcd-103e-48a1-9db2-130d678e28d1
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of a2d6c1e7-4a58-4631-bc37-5e2dcc4cb51a: Amount of 544 has to sent to Account number 12771013-1ceb-47dd-b029-f88fba10a0d2
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 12771013-1ceb-47dd-b029-f88fba10a0d2: Amount of 544 has been received from Account number a2d6c1e7-4a58-4631-bc37-5e2dcc4cb51a
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of e2dcabae-7cf1-4de2-8046-804f993cf5f0: Amount of 641 has to sent to Account number f11a9896-9641-4dfd-8649-06ef4dd773ef
2024-07-09 19:26:08.167  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 74aae121-71a8-444f-bfe7-2e0d3c5186ce: Amount of 252 has been received from Account number 983592f8-7758-4ade-b5bd-8dfe9e12524f
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 247a68b2-4c6d-459c-b06c-683dc7f76a83: Amount of 527 has to sent to Account number c7e7b2c9-938e-4205-a97a-c803c0623403
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of c7e7b2c9-938e-4205-a97a-c803c0623403: Amount of 527 has been received from Account number 247a68b2-4c6d-459c-b06c-683dc7f76a83
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of dde407dc-ab24-49f9-be6d-66b1dfa07cc7: Amount of 200 has to sent to Account number cb630172-fe0f-4409-9f51-e037d4b96de1
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of cb630172-fe0f-4409-9f51-e037d4b96de1: Amount of 200 has been received from Account number dde407dc-ab24-49f9-be6d-66b1dfa07cc7
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 14c1056b-32ab-4a34-860a-8789e07636b5: Amount of 497 has been received from Account number 8be08a17-a6f2-4eaa-a69b-c2dd7fe85c68
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c9a3c39-4ef9-49f7-90f1-c2a515c59105: Amount of 923 has to sent to Account number 80e0e08d-093d-4517-9ed5-b16c626d78fd
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8bf4f45e-0efa-42f3-99d3-8964a0625087: Amount of 479 has to sent to Account number 1ee6b57d-7f9f-4abd-a1bc-f258af619f4b
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1ee6b57d-7f9f-4abd-a1bc-f258af619f4b: Amount of 479 has been received from Account number 8bf4f45e-0efa-42f3-99d3-8964a0625087
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of aceeb0b4-7b91-4ff8-952b-fb427bc993f6: Amount of 146 has to sent to Account number 667bc5fe-7f92-4232-8180-e016a7bab286
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3e8e43f-96ae-468d-8d37-d5c46dd9367d: Amount of 841 has been received from Account number 504782a5-cc83-4b82-b0e6-289869f217b7
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 667bc5fe-7f92-4232-8180-e016a7bab286: Amount of 146 has been received from Account number aceeb0b4-7b91-4ff8-952b-fb427bc993f6
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of efdaf4b4-aa3c-4acd-a092-3e1df8086251: Amount of 818 has to sent to Account number 8791cc6a-57f9-423a-978b-c9e5cfafd74f
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8791cc6a-57f9-423a-978b-c9e5cfafd74f: Amount of 818 has been received from Account number efdaf4b4-aa3c-4acd-a092-3e1df8086251
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7eb04681-5846-4f61-9845-becf310cbd8d: Amount of 269 has to sent to Account number a37dd61f-48f3-47df-98f8-603ae0345dc7
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 279cd04d-6fea-403a-8866-f163a1ceb350: Amount of 796 has to sent to Account number 3848038c-9cd1-4fdf-9d2e-27f90514cd7a
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 20989cbf-f200-4646-a1a1-27ff2d8eec59: Amount of 645 has been received from Account number f272bf99-0fd0-4636-ad9d-c494a468d7f1
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3848038c-9cd1-4fdf-9d2e-27f90514cd7a: Amount of 796 has been received from Account number 279cd04d-6fea-403a-8866-f163a1ceb350
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1dcb627a-9fda-4eae-8d90-e24f33496982: Amount of 482 has to sent to Account number a8c4f817-9c45-43a0-8623-10962442de21
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 75187711-f50b-4c2f-92e5-35e826d9a5b3: Amount of 343 has to sent to Account number 482e29bb-5f87-4649-a8c5-18fcce8f6b54
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8c4f817-9c45-43a0-8623-10962442de21: Amount of 482 has been received from Account number 1dcb627a-9fda-4eae-8d90-e24f33496982
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 482e29bb-5f87-4649-a8c5-18fcce8f6b54: Amount of 343 has been received from Account number 75187711-f50b-4c2f-92e5-35e826d9a5b3
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d5f82ef6-f9ff-4e5b-8f5f-c0d7ef7996c0: Amount of 320 has to sent to Account number 585acc80-44fa-4a1e-a7de-4bb1721fa3ac
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 987621a0-0913-485e-9228-0ba7a43cfa06: Amount of 96 has to sent to Account number c80367ae-e9dd-4c5d-b22b-a01ab50bbc17
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 585acc80-44fa-4a1e-a7de-4bb1721fa3ac: Amount of 320 has been received from Account number d5f82ef6-f9ff-4e5b-8f5f-c0d7ef7996c0
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of c80367ae-e9dd-4c5d-b22b-a01ab50bbc17: Amount of 96 has been received from Account number 987621a0-0913-485e-9228-0ba7a43cfa06
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 01e08a5e-99fa-4772-9745-1b6b12613030: Amount of 204 has to sent to Account number e99e06a6-7f1a-4369-bfbd-5926f72bcfc1
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of e99e06a6-7f1a-4369-bfbd-5926f72bcfc1: Amount of 204 has been received from Account number 01e08a5e-99fa-4772-9745-1b6b12613030
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of f5b755f2-a621-4838-8aff-b0b67ebdffbb: Amount of 73 has to sent to Account number aac2e375-6d9e-493f-a89c-fbe35cfb0c8e
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of aac2e375-6d9e-493f-a89c-fbe35cfb0c8e: Amount of 73 has been received from Account number f5b755f2-a621-4838-8aff-b0b67ebdffbb
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77982ac0-b534-486c-9208-945a329c6813: Amount of 423 has to sent to Account number 5610f6b0-c8bb-4870-9ad4-bc4a011e0fb3
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5610f6b0-c8bb-4870-9ad4-bc4a011e0fb3: Amount of 423 has been received from Account number 77982ac0-b534-486c-9208-945a329c6813
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f417819-92d1-4598-836b-84e3741e5bee: Amount of 565 has to sent to Account number 47cf4aa6-0350-4ddc-9a44-15f769902b15
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 47cf4aa6-0350-4ddc-9a44-15f769902b15: Amount of 565 has been received from Account number 7f417819-92d1-4598-836b-84e3741e5bee
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 08882802-512b-4004-8dc9-ce82383e9087: Amount of 46 has been received from Account number d68d337d-2f64-404d-9f35-f43e10c609c7
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of c0fa10f3-550a-429e-a967-4817ccc82379: Amount of 888 has been received from Account number 64523009-9894-4261-a94e-04109813ba70
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 20fefde2-532e-40d5-89f7-188a71f1d260: Amount of 919 has to sent to Account number f3911d8c-568e-4970-be24-8a4f0537e982
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of f3911d8c-568e-4970-be24-8a4f0537e982: Amount of 919 has been received from Account number 20fefde2-532e-40d5-89f7-188a71f1d260
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 001be42e-b51d-410e-ba67-b1a42dee2114: Amount of 491 has to sent to Account number 1f9aadf5-20bc-4fbd-ab2d-e5c39c07189d
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a5609042-d038-4e8d-a11a-07b8c8ef401c: Amount of 883 has been received from Account number 2522b945-e9aa-4206-a2d1-158ba12e7cc1
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1f9aadf5-20bc-4fbd-ab2d-e5c39c07189d: Amount of 491 has been received from Account number 001be42e-b51d-410e-ba67-b1a42dee2114
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of d83e6474-4b87-42f7-ad91-2db6ab8ba01e: Amount of 286 has to sent to Account number f32f550c-e23d-49df-9316-18c8d3677218
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of e4b45eef-bca8-46e7-a75d-7e8474fa9ecd: Amount of 448 has to sent to Account number 33cc6d7b-577a-47c2-bbcf-c77151707787
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 734e4866-1519-48cb-b985-decd4f9218f3: Amount of 970 has to sent to Account number f2d127b7-31af-48ac-b3e9-142b7181be49
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c3c19a9-7514-42e6-8b25-0f97153de344: Amount of 160 has to sent to Account number 4d50ab15-fe96-40c1-9d06-aaa8714b7672
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d50ab15-fe96-40c1-9d06-aaa8714b7672: Amount of 160 has been received from Account number 0c3c19a9-7514-42e6-8b25-0f97153de344
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f4b25c4-f89d-459c-a1d2-fd6d5489a31f: Amount of 938 has been received from Account number 944f91d1-29bf-4a32-9ef0-2f85b62ba0ff
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc2bc004-0476-4b90-aa9d-f9bb1b03c0da: Amount of 160 has to sent to Account number 78c6dbf0-1a0f-4138-bebd-3d7830bdfbb3
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 78c6dbf0-1a0f-4138-bebd-3d7830bdfbb3: Amount of 160 has been received from Account number fc2bc004-0476-4b90-aa9d-f9bb1b03c0da
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a38fef2e-3aac-4f39-8d03-2e102d901b7f: Amount of 509 has to sent to Account number 2e7e5ab5-ee9f-46ca-a1b6-64167ae9041e
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 652df9f2-b49b-4ef6-8be8-3a730a14d437: Amount of 73 has to sent to Account number 0bc48bf3-dda2-425e-b524-3d72a0f70430
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2b78c2d-0583-4d2b-b02e-94289acc19cd: Amount of 945 has to sent to Account number 63123f12-0c6f-45b9-859e-050f4f99532a
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0bc48bf3-dda2-425e-b524-3d72a0f70430: Amount of 73 has been received from Account number 652df9f2-b49b-4ef6-8be8-3a730a14d437
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 03dd01cf-f572-4c5b-9a95-70241d46bef8: Amount of 460 has been received from Account number 3b3e69ca-cd78-4aff-98a6-a5e8ffba6751
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 63123f12-0c6f-45b9-859e-050f4f99532a: Amount of 945 has been received from Account number d2b78c2d-0583-4d2b-b02e-94289acc19cd
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9cf40ed5-38d6-4710-abb6-1d3ca5c2d47f: Amount of 392 has to sent to Account number f1643b17-c33f-4555-a85a-45f2c8c3c882
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of f1643b17-c33f-4555-a85a-45f2c8c3c882: Amount of 392 has been received from Account number 9cf40ed5-38d6-4710-abb6-1d3ca5c2d47f
2024-07-09 19:26:08.184  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 611acf9e-bf11-421a-b346-5ee737568b25: Amount of 491 has to sent to Account number 11de1de9-c8b8-43cd-ab43-59a1d9da76a6
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3478a22b-5788-467d-8407-ce10da97d3d3: Amount of 430 has to sent to Account number 2a5a92b6-0b40-4693-b6eb-60d17ee7a635
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 54eec088-2cbe-4433-872b-4b7db7926fb8: Amount of 902 has to sent to Account number a08cbdec-a94b-4cac-aed6-e929165a5481
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2a5a92b6-0b40-4693-b6eb-60d17ee7a635: Amount of 430 has been received from Account number 3478a22b-5788-467d-8407-ce10da97d3d3
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of a08cbdec-a94b-4cac-aed6-e929165a5481: Amount of 902 has been received from Account number 54eec088-2cbe-4433-872b-4b7db7926fb8
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 563353a6-30de-475f-9c7a-55ab7fda4b06: Amount of 925 has to sent to Account number 2f0e12a5-c771-4df8-99ed-8f8eecf4b07e
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2f0e12a5-c771-4df8-99ed-8f8eecf4b07e: Amount of 925 has been received from Account number 563353a6-30de-475f-9c7a-55ab7fda4b06
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1fa98428-f0c8-4a09-9a35-92d70e858676: Amount of 860 has to sent to Account number 44da2a63-2a3a-4706-8aef-9dc6c562aa50
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 44da2a63-2a3a-4706-8aef-9dc6c562aa50: Amount of 860 has been received from Account number 1fa98428-f0c8-4a09-9a35-92d70e858676
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of b203eb65-acec-49a2-9eb6-8b0ae35285f5: Amount of 800 has been received from Account number 084334dc-e3d8-4622-9a79-b4b186900c7f
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1ed3c643-4ad3-4a2a-81a4-32ac392df787: Amount of 902 has to sent to Account number 4fafc60f-eaee-4df2-9daa-eb953798a898
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of f11a9896-9641-4dfd-8649-06ef4dd773ef: Amount of 641 has been received from Account number e2dcabae-7cf1-4de2-8046-804f993cf5f0
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 147086f4-bc4f-4b16-a6c0-e59953da5b66: Amount of 90 has to sent to Account number 08effd63-1634-4ac3-a128-75a61dbf325d
2024-07-09 19:26:08.184  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 08effd63-1634-4ac3-a128-75a61dbf325d: Amount of 90 has been received from Account number 147086f4-bc4f-4b16-a6c0-e59953da5b66
2024-07-09 19:26:08.184  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ceac4176-1beb-4b14-b758-55654c3cf1b9: Amount of 102 has to sent to Account number e6c06023-449d-4651-85cd-fdf30871711e
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8a23f71b-e6ff-4316-9659-5ef110dfbff0: Amount of 180 has to sent to Account number b2b2acd3-7950-4c48-973a-d9a28db46cc6
2024-07-09 19:26:08.184  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of e6c06023-449d-4651-85cd-fdf30871711e: Amount of 102 has been received from Account number ceac4176-1beb-4b14-b758-55654c3cf1b9
2024-07-09 19:26:08.184  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of c28b2b6d-68b3-4206-815e-676d80079f61: Amount of 927 has to sent to Account number dcbd3153-5862-4739-88c4-52ed5fdc1b7f
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of b2b2acd3-7950-4c48-973a-d9a28db46cc6: Amount of 180 has been received from Account number 8a23f71b-e6ff-4316-9659-5ef110dfbff0
2024-07-09 19:26:08.184  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of dcbd3153-5862-4739-88c4-52ed5fdc1b7f: Amount of 927 has been received from Account number c28b2b6d-68b3-4206-815e-676d80079f61
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 80e0e08d-093d-4517-9ed5-b16c626d78fd: Amount of 923 has been received from Account number 8c9a3c39-4ef9-49f7-90f1-c2a515c59105
2024-07-09 19:26:08.184  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1e7eea39-16d1-42a0-9bf5-38b74d0474b5: Amount of 345 has to sent to Account number ae0b2f4e-4e07-4e52-8198-17bccaed3715
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9f492328-03d0-43da-b4d5-91528bf44f8e: Amount of 552 has to sent to Account number 979c33bb-20fa-46ba-9355-a3870ba136a9
2024-07-09 19:26:08.184  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b0be977-26f9-4b4d-b377-c5b57eb63bfe: Amount of 876 has to sent to Account number 859eaaae-65ac-46d9-b045-11d12ac958d6
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 05b94aff-344f-42a7-817d-f09c2482380c: Amount of 721 has to sent to Account number 087144e4-5336-4d70-a1b4-9623aa4acbb2
2024-07-09 19:26:08.184  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 859eaaae-65ac-46d9-b045-11d12ac958d6: Amount of 876 has been received from Account number 8b0be977-26f9-4b4d-b377-c5b57eb63bfe
2024-07-09 19:26:08.184  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae0b2f4e-4e07-4e52-8198-17bccaed3715: Amount of 345 has been received from Account number 1e7eea39-16d1-42a0-9bf5-38b74d0474b5
2024-07-09 19:26:08.184  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a510b59-fd10-4a21-acb4-67385b00eb64: Amount of 88 has to sent to Account number d6aeb3d6-adea-4aee-b9ca-e5eb6fbed31d
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of a37dd61f-48f3-47df-98f8-603ae0345dc7: Amount of 269 has been received from Account number 7eb04681-5846-4f61-9845-becf310cbd8d
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a0b67ee-6b3b-4f62-81ad-e746f05656f8: Amount of 532 has to sent to Account number a855ef2f-3823-475c-a32c-8f71110cc66f
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d5cc14d-e7f6-4792-b2cd-66f8c8802dfc: Amount of 723 has to sent to Account number 2aea568e-7874-4f73-a23b-1f8323399e71
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of a855ef2f-3823-475c-a32c-8f71110cc66f: Amount of 532 has been received from Account number 5a0b67ee-6b3b-4f62-81ad-e746f05656f8
2024-07-09 19:26:08.184  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2aea568e-7874-4f73-a23b-1f8323399e71: Amount of 723 has been received from Account number 9d5cc14d-e7f6-4792-b2cd-66f8c8802dfc
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5fce2681-6fea-4913-a253-c0ea8ff3fca1: Amount of 57 has to sent to Account number f5f09457-c203-4b58-9ecb-f72f6e26c3ad
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of f5f09457-c203-4b58-9ecb-f72f6e26c3ad: Amount of 57 has been received from Account number 5fce2681-6fea-4913-a253-c0ea8ff3fca1
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 457d9770-c27c-4af2-a2c4-07569c1ad1f1: Amount of 904 has to sent to Account number 7b1bfa05-5042-4bef-8b8d-a9b9edb188ec
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b1bfa05-5042-4bef-8b8d-a9b9edb188ec: Amount of 904 has been received from Account number 457d9770-c27c-4af2-a2c4-07569c1ad1f1
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of da02d3ec-9a0b-4cc5-91a5-c07b6a8a8bad: Amount of 659 has to sent to Account number 5d0272f2-e928-4b4a-93b8-233eeb3773da
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of fbff1c60-82f3-45a1-bb15-4e1cf81233cd: Amount of 947 has to sent to Account number 7b41bb91-73fe-41e0-a74b-0ba3cb533ab3
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d0272f2-e928-4b4a-93b8-233eeb3773da: Amount of 659 has been received from Account number da02d3ec-9a0b-4cc5-91a5-c07b6a8a8bad
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b41bb91-73fe-41e0-a74b-0ba3cb533ab3: Amount of 947 has been received from Account number fbff1c60-82f3-45a1-bb15-4e1cf81233cd
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3af6a3ec-9cd6-4beb-9e4c-b8185e4fcd87: Amount of 297 has to sent to Account number 9589ac3e-680e-41cc-8507-40f66c2b5c14
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of e894daff-954c-4b90-b4b2-5bb918748057: Amount of 211 has to sent to Account number 8b1c1866-86b4-49d4-9480-7beac2084078
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9589ac3e-680e-41cc-8507-40f66c2b5c14: Amount of 297 has been received from Account number 3af6a3ec-9cd6-4beb-9e4c-b8185e4fcd87
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1cb55719-f48e-485e-b797-c739a596c138: Amount of 811 has to sent to Account number 7a3f643f-8e5f-4f16-8bb4-804ad84f13f3
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7a3f643f-8e5f-4f16-8bb4-804ad84f13f3: Amount of 811 has been received from Account number 1cb55719-f48e-485e-b797-c739a596c138
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 61802aca-3511-4b38-a6fd-e27576acee05: Amount of 757 has to sent to Account number 0bf9ed6c-aa54-48b0-ba5e-216888e96893
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of f102f759-341e-4be5-897f-b912aaa9f449: Amount of 367 has to sent to Account number 650c2ba2-d4b5-4dbc-9369-63faa7238e21
2024-07-09 19:26:08.184  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 232d1607-a548-4dac-8d44-f4d96fb22d67: Amount of 275 has to sent to Account number 86e31f59-cbfd-414a-a93a-949dc4fdc45a
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0bf9ed6c-aa54-48b0-ba5e-216888e96893: Amount of 757 has been received from Account number 61802aca-3511-4b38-a6fd-e27576acee05
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 543fdcf6-5480-4217-9bd6-97ecb5a0342d: Amount of 762 has to sent to Account number bc56e1b3-d13a-4dcf-8e59-60f075b046cd
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc56e1b3-d13a-4dcf-8e59-60f075b046cd: Amount of 762 has been received from Account number 543fdcf6-5480-4217-9bd6-97ecb5a0342d
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of f32f550c-e23d-49df-9316-18c8d3677218: Amount of 286 has been received from Account number d83e6474-4b87-42f7-ad91-2db6ab8ba01e
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 24cbbd14-d640-48c1-b589-d44d20619e9b: Amount of 840 has to sent to Account number 53ff2c70-f4a8-4cc3-a6ae-97bcfff91046
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53ff2c70-f4a8-4cc3-a6ae-97bcfff91046: Amount of 840 has been received from Account number 24cbbd14-d640-48c1-b589-d44d20619e9b
2024-07-09 19:26:08.180  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 33cc6d7b-577a-47c2-bbcf-c77151707787: Amount of 448 has been received from Account number e4b45eef-bca8-46e7-a75d-7e8474fa9ecd
2024-07-09 19:26:08.180  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2d127b7-31af-48ac-b3e9-142b7181be49: Amount of 970 has been received from Account number 734e4866-1519-48cb-b985-decd4f9218f3
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7c4a5d23-f883-4999-a474-7f6d68a2888c: Amount of 511 has to sent to Account number 2b95fe89-8da3-4d4b-8b79-fbafbd08d4f0
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9b2689b8-e70a-41f3-9965-73852e1914aa: Amount of 849 has to sent to Account number bd55a394-957d-480e-85a7-23071f58d74c
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b95fe89-8da3-4d4b-8b79-fbafbd08d4f0: Amount of 511 has been received from Account number 7c4a5d23-f883-4999-a474-7f6d68a2888c
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of bd55a394-957d-480e-85a7-23071f58d74c: Amount of 849 has been received from Account number 9b2689b8-e70a-41f3-9965-73852e1914aa
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f71598c-78b9-4b5a-90b1-d4aff680bd61: Amount of 392 has to sent to Account number 01f9835a-775a-43b3-bf15-0efe2aa48e70
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of e4e1eaec-4c0b-45c4-8f48-1a389845ecc6: Amount of 884 has to sent to Account number e64d1d70-e644-483f-9fa2-916091740c73
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e7e5ab5-ee9f-46ca-a1b6-64167ae9041e: Amount of 509 has been received from Account number a38fef2e-3aac-4f39-8d03-2e102d901b7f
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 01f9835a-775a-43b3-bf15-0efe2aa48e70: Amount of 392 has been received from Account number 3f71598c-78b9-4b5a-90b1-d4aff680bd61
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4b18241a-9a22-4492-bd91-29b6e9ac854b: Amount of 454 has to sent to Account number 8fbc19cc-5dac-4ec7-92da-21d7bce66567
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8fbc19cc-5dac-4ec7-92da-21d7bce66567: Amount of 454 has been received from Account number 4b18241a-9a22-4492-bd91-29b6e9ac854b
2024-07-09 19:26:08.184  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 11de1de9-c8b8-43cd-ab43-59a1d9da76a6: Amount of 491 has been received from Account number 611acf9e-bf11-421a-b346-5ee737568b25
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5fe98359-6c96-42e9-b1cb-618f71e9698e: Amount of 452 has to sent to Account number c9fa80d5-ca6e-4ff3-875e-c36d5d5be36a
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 48267459-6f6f-4970-93b3-968dbcd611de: Amount of 456 has to sent to Account number ac513e6e-7c8c-4cc4-89ad-50ce9abd1e15
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac513e6e-7c8c-4cc4-89ad-50ce9abd1e15: Amount of 456 has been received from Account number 48267459-6f6f-4970-93b3-968dbcd611de
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7903a91d-6299-4ba7-b1e8-e9f5e6ed7516: Amount of 110 has to sent to Account number a47db548-2da8-49f0-b3d0-d16494bfbefd
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4fafc60f-eaee-4df2-9daa-eb953798a898: Amount of 902 has been received from Account number 1ed3c643-4ad3-4a2a-81a4-32ac392df787
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of c603275c-c16c-4127-b88e-cc727f5fd614: Amount of 310 has to sent to Account number 31251981-8252-4bfe-85aa-23d47722a566
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of a47db548-2da8-49f0-b3d0-d16494bfbefd: Amount of 110 has been received from Account number 7903a91d-6299-4ba7-b1e8-e9f5e6ed7516
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6f1e8d93-ecec-4673-9cf1-4d98a18a2b53: Amount of 698 has to sent to Account number ee73c3e2-c402-48c1-9ad3-059538bb67d0
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee73c3e2-c402-48c1-9ad3-059538bb67d0: Amount of 698 has been received from Account number 6f1e8d93-ecec-4673-9cf1-4d98a18a2b53
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 166b8866-9793-48ec-9a2e-d8ca2ea312fb: Amount of 156 has to sent to Account number cdc94c4b-c806-4972-97c4-aa859e80f61d
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of cdc94c4b-c806-4972-97c4-aa859e80f61d: Amount of 156 has been received from Account number 166b8866-9793-48ec-9a2e-d8ca2ea312fb
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4a3639ba-def9-4060-a15d-a38fd79a6883: Amount of 962 has to sent to Account number 8de5ca20-7809-4fbd-ae5c-6d5f15c6a877
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8de5ca20-7809-4fbd-ae5c-6d5f15c6a877: Amount of 962 has been received from Account number 4a3639ba-def9-4060-a15d-a38fd79a6883
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2d745ead-2b25-41b3-b64f-e7af36bd797f: Amount of 325 has to sent to Account number 9bba183c-97a9-4db9-bcbc-4ee9d99be0cb
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9bba183c-97a9-4db9-bcbc-4ee9d99be0cb: Amount of 325 has been received from Account number 2d745ead-2b25-41b3-b64f-e7af36bd797f
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2f83c5c1-c840-482a-8ec4-8437bb6b968c: Amount of 406 has to sent to Account number e93719c6-8ebc-404d-b432-a63c32424813
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of e93719c6-8ebc-404d-b432-a63c32424813: Amount of 406 has been received from Account number 2f83c5c1-c840-482a-8ec4-8437bb6b968c
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 60da42e8-12fb-4ce7-b03c-6509cba64485: Amount of 687 has to sent to Account number fbed5244-e659-4513-a513-24f5be47192c
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of fbed5244-e659-4513-a513-24f5be47192c: Amount of 687 has been received from Account number 60da42e8-12fb-4ce7-b03c-6509cba64485
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c341f62-b101-4099-ab10-ae35479e1dfd: Amount of 989 has to sent to Account number d1e72e42-5a56-4533-a7dd-5290ef557e1f
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of d1e72e42-5a56-4533-a7dd-5290ef557e1f: Amount of 989 has been received from Account number 2c341f62-b101-4099-ab10-ae35479e1dfd
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 230e0027-8da2-4a4f-9cb7-8f0425a6f320: Amount of 721 has to sent to Account number 0edc4f1c-50d5-444b-a985-17a9f37a72df
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0edc4f1c-50d5-444b-a985-17a9f37a72df: Amount of 721 has been received from Account number 230e0027-8da2-4a4f-9cb7-8f0425a6f320
2024-07-09 19:26:08.184  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e50af94-8d19-44fa-ae7e-1bada1b81e56: Amount of 430 has to sent to Account number 8d050937-fac3-4789-9087-ed81e71dda3b
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d050937-fac3-4789-9087-ed81e71dda3b: Amount of 430 has been received from Account number 8e50af94-8d19-44fa-ae7e-1bada1b81e56
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of eff76e27-f44b-44ac-9e7c-4432f7e24c37: Amount of 620 has to sent to Account number 605672d9-8ef2-458d-966f-2e3b960df8a4
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 605672d9-8ef2-458d-966f-2e3b960df8a4: Amount of 620 has been received from Account number eff76e27-f44b-44ac-9e7c-4432f7e24c37
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of bbf2a812-88bd-4e82-a312-ee462e331a0d: Amount of 630 has to sent to Account number ce5fc10a-d7ed-4d04-8799-07e714747362
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ce5fc10a-d7ed-4d04-8799-07e714747362: Amount of 630 has been received from Account number bbf2a812-88bd-4e82-a312-ee462e331a0d
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9eb5b863-dfe2-466b-9e6d-5a95ee5e38a9: Amount of 89 has to sent to Account number 5e55d5f2-30dc-4545-a9a0-511f3b3bffbd
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5e55d5f2-30dc-4545-a9a0-511f3b3bffbd: Amount of 89 has been received from Account number 9eb5b863-dfe2-466b-9e6d-5a95ee5e38a9
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of b08f6f72-ca6d-4b01-bed9-0d9e3b96f039: Amount of 88 has to sent to Account number a8d05054-85d7-47a7-82e1-76545f470733
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8d05054-85d7-47a7-82e1-76545f470733: Amount of 88 has been received from Account number b08f6f72-ca6d-4b01-bed9-0d9e3b96f039
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 052d233c-fd4d-4bb2-b4bb-6e188d4ea306: Amount of 561 has to sent to Account number dc5f171c-773c-4cfd-a0d5-0e178a7375b4
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of dc5f171c-773c-4cfd-a0d5-0e178a7375b4: Amount of 561 has been received from Account number 052d233c-fd4d-4bb2-b4bb-6e188d4ea306
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of c1f935b9-f681-41cb-9c43-d02c3c57c3a8: Amount of 610 has to sent to Account number 116ebd29-5a1c-4b38-830f-d0681cf92f4c
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 116ebd29-5a1c-4b38-830f-d0681cf92f4c: Amount of 610 has been received from Account number c1f935b9-f681-41cb-9c43-d02c3c57c3a8
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 47fc47fd-6970-4fe6-99a2-2ed6526a47c2: Amount of 809 has to sent to Account number d504b694-e018-4656-ae5f-e3d2bcc763ef
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of d504b694-e018-4656-ae5f-e3d2bcc763ef: Amount of 809 has been received from Account number 47fc47fd-6970-4fe6-99a2-2ed6526a47c2
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 986328a9-a581-47c2-8754-2d5908532c93: Amount of 432 has to sent to Account number 210a11ae-9deb-4ce0-9332-c60690c778ed
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 210a11ae-9deb-4ce0-9332-c60690c778ed: Amount of 432 has been received from Account number 986328a9-a581-47c2-8754-2d5908532c93
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of a3cff567-cb4c-4765-b03a-b0d00b3c1b1f: Amount of 604 has to sent to Account number b8e92e3f-8024-40e2-b78e-650716250cdc
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of b8e92e3f-8024-40e2-b78e-650716250cdc: Amount of 604 has been received from Account number a3cff567-cb4c-4765-b03a-b0d00b3c1b1f
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 68678505-262a-4967-9e4f-a795220d3e4c: Amount of 930 has to sent to Account number 2290551d-9963-4535-96ac-6a40e89ccfbd
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2290551d-9963-4535-96ac-6a40e89ccfbd: Amount of 930 has been received from Account number 68678505-262a-4967-9e4f-a795220d3e4c
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 97f876d3-f31b-46f3-a42c-6e2b083bd6b0: Amount of 864 has to sent to Account number 05c38003-b5dd-43f6-a9e1-2d065a3c2fd7
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 05c38003-b5dd-43f6-a9e1-2d065a3c2fd7: Amount of 864 has been received from Account number 97f876d3-f31b-46f3-a42c-6e2b083bd6b0
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 96891e07-0974-4f40-abe5-ba5bcf7bb50f: Amount of 150 has to sent to Account number b7ac1cb3-cedb-491c-82cc-a95b0dfc98c8
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of b7ac1cb3-cedb-491c-82cc-a95b0dfc98c8: Amount of 150 has been received from Account number 96891e07-0974-4f40-abe5-ba5bcf7bb50f
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1515486d-2d0d-4eb3-b76c-fb325addc84e: Amount of 624 has to sent to Account number 5c6bdd8d-b99a-4e7d-846d-0d7eb36cfce7
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c6bdd8d-b99a-4e7d-846d-0d7eb36cfce7: Amount of 624 has been received from Account number 1515486d-2d0d-4eb3-b76c-fb325addc84e
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 574425fb-b63d-43c8-9e2c-5590c76c6c93: Amount of 668 has to sent to Account number 0d998ff9-3deb-4bf3-a07a-8da86fac01e4
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0d998ff9-3deb-4bf3-a07a-8da86fac01e4: Amount of 668 has been received from Account number 574425fb-b63d-43c8-9e2c-5590c76c6c93
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4e81ebd1-a384-4e8f-9dc8-5fe31c31d265: Amount of 693 has to sent to Account number 7a8796c4-6dcb-4903-965f-d75f22828944
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7a8796c4-6dcb-4903-965f-d75f22828944: Amount of 693 has been received from Account number 4e81ebd1-a384-4e8f-9dc8-5fe31c31d265
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 69b31e28-53a2-4545-b4eb-a611d3ecbaef: Amount of 29 has to sent to Account number 2e697acd-01fd-4b99-9911-694172c4fdee
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e697acd-01fd-4b99-9911-694172c4fdee: Amount of 29 has been received from Account number 69b31e28-53a2-4545-b4eb-a611d3ecbaef
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of bfcfbb32-b9da-4bc7-a617-4b4cf0ff3f72: Amount of 71 has to sent to Account number e37d49c4-6ac9-4027-a654-03480c5380c3
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 979c33bb-20fa-46ba-9355-a3870ba136a9: Amount of 552 has been received from Account number 9f492328-03d0-43da-b4d5-91528bf44f8e
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of e37d49c4-6ac9-4027-a654-03480c5380c3: Amount of 71 has been received from Account number bfcfbb32-b9da-4bc7-a617-4b4cf0ff3f72
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf875dad-d734-4b9f-b140-4b4ae5086227: Amount of 739 has to sent to Account number db0001b4-fa35-4c14-b35d-1b0a85130bee
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8caf08c7-45c3-4049-8195-2225353b3f96: Amount of 56 has to sent to Account number f95f944c-ab9e-4f1e-b3f8-0ac716ae7cf2
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of f95f944c-ab9e-4f1e-b3f8-0ac716ae7cf2: Amount of 56 has been received from Account number 8caf08c7-45c3-4049-8195-2225353b3f96
2024-07-09 19:26:08.184  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 087144e4-5336-4d70-a1b4-9623aa4acbb2: Amount of 721 has been received from Account number 05b94aff-344f-42a7-817d-f09c2482380c
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9af0a386-072b-493b-b531-30d104e21cb6: Amount of 845 has to sent to Account number 787ae22c-6637-4ea5-b47c-4c2d5bc99e55
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of e9da434b-1ac1-4a64-9502-d59784376da4: Amount of 8 has to sent to Account number 2e85bbf2-c2a1-43f0-9e4b-5c1f70a74327
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e85bbf2-c2a1-43f0-9e4b-5c1f70a74327: Amount of 8 has been received from Account number e9da434b-1ac1-4a64-9502-d59784376da4
2024-07-09 19:26:08.184  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6aeb3d6-adea-4aee-b9ca-e5eb6fbed31d: Amount of 88 has been received from Account number 0a510b59-fd10-4a21-acb4-67385b00eb64
2024-07-09 19:26:08.184  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8dbf14d8-6bb5-4545-97b5-68a1ec208a8c: Amount of 674 has to sent to Account number 4f7d72e7-b092-4677-b850-d42dd625ff30
2024-07-09 19:26:08.184  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4ca6e45e-1a06-4b0b-90be-fdd3ac7c6e32: Amount of 677 has to sent to Account number 2d8388c6-e6d6-49e7-8ada-90cced52be2f
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f7d72e7-b092-4677-b850-d42dd625ff30: Amount of 674 has been received from Account number 8dbf14d8-6bb5-4545-97b5-68a1ec208a8c
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2d8388c6-e6d6-49e7-8ada-90cced52be2f: Amount of 677 has been received from Account number 4ca6e45e-1a06-4b0b-90be-fdd3ac7c6e32
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b1c1866-86b4-49d4-9480-7beac2084078: Amount of 211 has been received from Account number e894daff-954c-4b90-b4b2-5bb918748057
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6c6e5832-4234-4612-92a0-ce3fd4abc015: Amount of 832 has to sent to Account number fa2e4c9b-32b1-4e5d-ad36-ee3733e48f28
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa2e4c9b-32b1-4e5d-ad36-ee3733e48f28: Amount of 832 has been received from Account number 6c6e5832-4234-4612-92a0-ce3fd4abc015
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7029f84f-7282-477a-8b36-3857952f36f3: Amount of 320 has to sent to Account number 56540814-7ba5-4b1f-8b76-2d577b5b446b
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 34cd7f4b-8e9b-4313-8162-df5005ca0e24: Amount of 636 has to sent to Account number ee51907a-9f2e-432c-9384-65871274f7c4
2024-07-09 19:26:08.184  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 650c2ba2-d4b5-4dbc-9369-63faa7238e21: Amount of 367 has been received from Account number f102f759-341e-4be5-897f-b912aaa9f449
2024-07-09 19:26:08.184  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 86e31f59-cbfd-414a-a93a-949dc4fdc45a: Amount of 275 has been received from Account number 232d1607-a548-4dac-8d44-f4d96fb22d67
2024-07-09 19:26:08.184  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 57959cae-21e6-43f9-854d-85ea4862d82e: Amount of 996 has to sent to Account number 96f46291-98f3-4136-8209-7d2398ff2703
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 96f46291-98f3-4136-8209-7d2398ff2703: Amount of 996 has been received from Account number 57959cae-21e6-43f9-854d-85ea4862d82e
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 694a5084-209d-4f97-9872-1a9a3b1126a8: Amount of 442 has to sent to Account number d6378bc0-696c-468c-b936-e414a16a4815
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0f48417e-1d75-4028-9ede-ce5a6e2d6346: Amount of 435 has to sent to Account number 24c84c8a-2736-45a7-9ea8-8be34aebe1dd
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of e64d1d70-e644-483f-9fa2-916091740c73: Amount of 884 has been received from Account number e4e1eaec-4c0b-45c4-8f48-1a389845ecc6
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of e6b86eba-75cb-4596-a8cf-27882df0479b: Amount of 842 has to sent to Account number c78aed6a-784c-4a1c-84cc-ff5543050726
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of c9fa80d5-ca6e-4ff3-875e-c36d5d5be36a: Amount of 452 has been received from Account number 5fe98359-6c96-42e9-b1cb-618f71e9698e
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 813bbe4f-f6e0-4593-92ea-934f5452cafa: Amount of 642 has to sent to Account number 1218e579-adf1-4877-a27a-ce7ddd15209a
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9bdb5af8-f6bf-4e8c-9238-0f2fd1d2f63a: Amount of 583 has to sent to Account number 65ad2e00-f6ac-49a1-8696-3b3e445e92ed
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 31251981-8252-4bfe-85aa-23d47722a566: Amount of 310 has been received from Account number c603275c-c16c-4127-b88e-cc727f5fd614
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 65ad2e00-f6ac-49a1-8696-3b3e445e92ed: Amount of 583 has been received from Account number 9bdb5af8-f6bf-4e8c-9238-0f2fd1d2f63a
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 03066e97-779c-4d60-9714-7c808abe94a7: Amount of 803 has to sent to Account number 846f4c55-c9ea-4df6-a3c5-1fcf3034478e
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 846f4c55-c9ea-4df6-a3c5-1fcf3034478e: Amount of 803 has been received from Account number 03066e97-779c-4d60-9714-7c808abe94a7
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e911ab6-2d98-4fa5-bda6-7f2564d34f49: Amount of 134 has to sent to Account number e4459209-2606-426f-b945-9777b420702c
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2c5934b-96e9-4713-8d05-2aeee7f443e8: Amount of 584 has to sent to Account number 75a744e8-fb5f-457d-b8f1-8ee28807de95
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 75a744e8-fb5f-457d-b8f1-8ee28807de95: Amount of 584 has been received from Account number f2c5934b-96e9-4713-8d05-2aeee7f443e8
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 32ee53e4-384e-49eb-b5f8-a92b96d01505: Amount of 124 has to sent to Account number 4dfa7c5b-e677-4dc9-b26f-543e0b23b8f8
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4dfa7c5b-e677-4dc9-b26f-543e0b23b8f8: Amount of 124 has been received from Account number 32ee53e4-384e-49eb-b5f8-a92b96d01505
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4decab0d-753c-4f49-84ce-56fb865da494: Amount of 422 has to sent to Account number 3a831a6f-4328-4dbe-9407-f9be84bad8bb
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ddad2e49-fe92-49ad-9b2d-7acdeb89d45e: Amount of 387 has to sent to Account number 1ac7dde7-44d5-4d99-837e-3f3e3ca82ee1
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1ac7dde7-44d5-4d99-837e-3f3e3ca82ee1: Amount of 387 has been received from Account number ddad2e49-fe92-49ad-9b2d-7acdeb89d45e
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2057fb86-2f88-45a0-8026-89940ee4dc2d: Amount of 678 has to sent to Account number e831bcf0-2740-479a-b119-462507ec60fa
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 327db6c6-b002-4837-bb26-2c36ba8ccde2: Amount of 53 has to sent to Account number ac309305-69f3-4538-a7d4-7c3d7ef27bd8
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of e831bcf0-2740-479a-b119-462507ec60fa: Amount of 678 has been received from Account number 2057fb86-2f88-45a0-8026-89940ee4dc2d
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac309305-69f3-4538-a7d4-7c3d7ef27bd8: Amount of 53 has been received from Account number 327db6c6-b002-4837-bb26-2c36ba8ccde2
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 124cd8ca-6f5b-49cc-b766-5b9b4eda9d0b: Amount of 179 has to sent to Account number 64bb2966-59d9-48be-9721-9eecc27d0748
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64bb2966-59d9-48be-9721-9eecc27d0748: Amount of 179 has been received from Account number 124cd8ca-6f5b-49cc-b766-5b9b4eda9d0b
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of abd5ba95-bf0b-4084-955d-1d02b4b38e4d: Amount of 20 has to sent to Account number af2f71b5-3e50-4610-be6c-4899defe3bb8
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of af2f71b5-3e50-4610-be6c-4899defe3bb8: Amount of 20 has been received from Account number abd5ba95-bf0b-4084-955d-1d02b4b38e4d
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of d9b92543-ebb0-4303-b2d0-b5d2acc22db5: Amount of 16 has to sent to Account number c0910d86-1687-4450-a1c5-5bb9c8e7b1e1
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 740336ef-a5af-462b-9be4-cc1dbf563140: Amount of 491 has to sent to Account number ed15a926-2243-419d-9480-40ca31399c1d
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed15a926-2243-419d-9480-40ca31399c1d: Amount of 491 has been received from Account number 740336ef-a5af-462b-9be4-cc1dbf563140
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of c0910d86-1687-4450-a1c5-5bb9c8e7b1e1: Amount of 16 has been received from Account number d9b92543-ebb0-4303-b2d0-b5d2acc22db5
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of db0001b4-fa35-4c14-b35d-1b0a85130bee: Amount of 739 has been received from Account number bf875dad-d734-4b9f-b140-4b4ae5086227
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of d915927a-2f16-4910-a8ee-587761f06293: Amount of 505 has to sent to Account number 8e120c11-9c94-4a2c-9fe9-0b711ebd9c44
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 787ae22c-6637-4ea5-b47c-4c2d5bc99e55: Amount of 845 has been received from Account number 9af0a386-072b-493b-b531-30d104e21cb6
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 01f88865-dbb3-46af-b1ac-e5a6ebecaa4f: Amount of 475 has to sent to Account number d6217569-89dd-450f-a134-d1ccdadbc169
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6217569-89dd-450f-a134-d1ccdadbc169: Amount of 475 has been received from Account number 01f88865-dbb3-46af-b1ac-e5a6ebecaa4f
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ffba9c1b-cad9-4b69-aa67-88fc412454f0: Amount of 723 has to sent to Account number cfd266af-3103-4d93-8191-aa7e55129e56
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of da0b2828-192d-4282-9a00-dca4b69b68ef: Amount of 673 has to sent to Account number e02ddbc8-fd60-4228-8736-5b824e18cbf0
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 548a2e86-cc6c-4f24-957d-53bfe29956d0: Amount of 860 has to sent to Account number 65195608-96b1-424e-94d6-76a6385c3154
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of e02ddbc8-fd60-4228-8736-5b824e18cbf0: Amount of 673 has been received from Account number da0b2828-192d-4282-9a00-dca4b69b68ef
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ab103eeb-2413-4142-9f39-b91583ebd8c0: Amount of 293 has to sent to Account number 7039a748-081e-4303-993f-ac7eb86e4b90
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7039a748-081e-4303-993f-ac7eb86e4b90: Amount of 293 has been received from Account number ab103eeb-2413-4142-9f39-b91583ebd8c0
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of d9577a45-9af6-4504-8805-fb430f92fc12: Amount of 789 has to sent to Account number 9487f916-167f-4454-9324-e1e3bcede1db
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56540814-7ba5-4b1f-8b76-2d577b5b446b: Amount of 320 has been received from Account number 7029f84f-7282-477a-8b36-3857952f36f3
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 65195608-96b1-424e-94d6-76a6385c3154: Amount of 860 has been received from Account number 548a2e86-cc6c-4f24-957d-53bfe29956d0
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee51907a-9f2e-432c-9384-65871274f7c4: Amount of 636 has been received from Account number 34cd7f4b-8e9b-4313-8162-df5005ca0e24
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6e565412-726a-4077-99f4-c06e6e39da36: Amount of 333 has to sent to Account number e2dd71a1-4a40-4735-a772-e4e445845155
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of e2dd71a1-4a40-4735-a772-e4e445845155: Amount of 333 has been received from Account number 6e565412-726a-4077-99f4-c06e6e39da36
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac3ba53d-48bc-4e20-9301-ab9da8a7f86c: Amount of 501 has to sent to Account number 23080d21-e16b-40fc-bcb6-01a31f0b7293
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 23080d21-e16b-40fc-bcb6-01a31f0b7293: Amount of 501 has been received from Account number ac3ba53d-48bc-4e20-9301-ab9da8a7f86c
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 33c4f684-7a9b-4513-a4d4-a5ecd29a32e1: Amount of 990 has to sent to Account number 426218bd-b4c9-417b-954e-fd93452ece7f
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1d2cfd33-f8c3-49d3-939c-61c856dacd34: Amount of 300 has to sent to Account number da2388c0-fab8-492d-9e9f-d89e5067bd3d
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 677106a8-1d6e-4cea-b478-153c00f81489: Amount of 89 has to sent to Account number 3695fbe1-b1dd-4871-a54f-b6ec94ad0c2a
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3695fbe1-b1dd-4871-a54f-b6ec94ad0c2a: Amount of 89 has been received from Account number 677106a8-1d6e-4cea-b478-153c00f81489
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of da2388c0-fab8-492d-9e9f-d89e5067bd3d: Amount of 300 has been received from Account number 1d2cfd33-f8c3-49d3-939c-61c856dacd34
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa2a1c5e-bbd5-4dc6-aada-c8aa3d1e1a60: Amount of 522 has to sent to Account number dc342027-d87a-4223-8fae-e07d1f15bff0
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 893b466b-0e12-46e1-b4f4-099d55faa119: Amount of 568 has to sent to Account number 95a324a1-2a44-4fd7-ae87-0c2a76ca6b5c
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6378bc0-696c-468c-b936-e414a16a4815: Amount of 442 has been received from Account number 694a5084-209d-4f97-9872-1a9a3b1126a8
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of dc342027-d87a-4223-8fae-e07d1f15bff0: Amount of 522 has been received from Account number fa2a1c5e-bbd5-4dc6-aada-c8aa3d1e1a60
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of bcc865ab-c33e-4869-99b7-dfb0439be538: Amount of 766 has to sent to Account number a389a730-3a45-43e5-a6a4-a32fa3c6b5b0
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of a389a730-3a45-43e5-a6a4-a32fa3c6b5b0: Amount of 766 has been received from Account number bcc865ab-c33e-4869-99b7-dfb0439be538
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7708296c-8067-46f8-b5e3-58df0cd4dd7b: Amount of 418 has to sent to Account number 52f0305c-632f-4742-a2e3-342a6183a678
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 24c84c8a-2736-45a7-9ea8-8be34aebe1dd: Amount of 435 has been received from Account number 0f48417e-1d75-4028-9ede-ce5a6e2d6346
2024-07-09 19:26:08.195  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2f793b7c-cff5-474f-a47f-1f2194cd7b55: Amount of 132 has to sent to Account number 5d6bd6c0-377f-45e8-aa8f-8b2892627948
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 52f0305c-632f-4742-a2e3-342a6183a678: Amount of 418 has been received from Account number 7708296c-8067-46f8-b5e3-58df0cd4dd7b
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of b177629d-c88f-4b07-ad6b-2751badd40eb: Amount of 621 has to sent to Account number 461149d8-8a31-4676-86a1-ea015f80ac37
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 461149d8-8a31-4676-86a1-ea015f80ac37: Amount of 621 has been received from Account number b177629d-c88f-4b07-ad6b-2751badd40eb
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 76afb965-2fa5-40d2-9c9c-9c9dd25f9b6c: Amount of 206 has to sent to Account number 9f328d06-ef2b-46e8-be13-4413d1559b01
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9f328d06-ef2b-46e8-be13-4413d1559b01: Amount of 206 has been received from Account number 76afb965-2fa5-40d2-9c9c-9c9dd25f9b6c
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 76d99473-ccaa-4177-a7d9-4c100cd28d92: Amount of 575 has to sent to Account number c0aa064c-e86a-4ba1-8c73-b8cd68463484
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of c0aa064c-e86a-4ba1-8c73-b8cd68463484: Amount of 575 has been received from Account number 76d99473-ccaa-4177-a7d9-4c100cd28d92
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7bdf569b-0f79-44e0-b761-03f0424f47f6: Amount of 87 has to sent to Account number 67ea7e24-293b-4f14-8fa7-956b0a3d0c13
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 67ea7e24-293b-4f14-8fa7-956b0a3d0c13: Amount of 87 has been received from Account number 7bdf569b-0f79-44e0-b761-03f0424f47f6
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of f5aadc5f-765c-4526-96b0-990883751450: Amount of 541 has to sent to Account number a34854e0-8e6e-4939-8e0c-8180b20122bf
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of a34854e0-8e6e-4939-8e0c-8180b20122bf: Amount of 541 has been received from Account number f5aadc5f-765c-4526-96b0-990883751450
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of f67592f3-f8ae-4985-b0d1-96c915b42278: Amount of 554 has to sent to Account number ee1cddd0-ee59-4d99-a32c-c893423bb5a2
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee1cddd0-ee59-4d99-a32c-c893423bb5a2: Amount of 554 has been received from Account number f67592f3-f8ae-4985-b0d1-96c915b42278
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ff8aadf8-672a-473a-95dc-cbdc61687fe4: Amount of 323 has to sent to Account number 2d8e4da1-d88c-41a4-a5da-845c443fa9ce
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2d8e4da1-d88c-41a4-a5da-845c443fa9ce: Amount of 323 has been received from Account number ff8aadf8-672a-473a-95dc-cbdc61687fe4
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5bb568a9-a87f-4d02-b5d7-6c5b78299f70: Amount of 747 has to sent to Account number 97cc5e8c-374d-42ed-91a3-533067955d30
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 97cc5e8c-374d-42ed-91a3-533067955d30: Amount of 747 has been received from Account number 5bb568a9-a87f-4d02-b5d7-6c5b78299f70
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f2a6805-4258-42b1-bc3a-cf2d0a6eec6a: Amount of 571 has to sent to Account number 14d48e5d-a6da-43c0-95b1-a3a7b1ca1f24
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 14d48e5d-a6da-43c0-95b1-a3a7b1ca1f24: Amount of 571 has been received from Account number 5f2a6805-4258-42b1-bc3a-cf2d0a6eec6a
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of aee361dc-9a80-4eaa-8b14-dc8ee709cdaa: Amount of 49 has to sent to Account number 8a2edc4f-5825-490e-a550-3a7a99e76fc4
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8a2edc4f-5825-490e-a550-3a7a99e76fc4: Amount of 49 has been received from Account number aee361dc-9a80-4eaa-8b14-dc8ee709cdaa
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of db5a8aac-3a09-4104-9951-eea73a641e91: Amount of 102 has to sent to Account number 75e60415-82ce-4613-988a-d9a63f8a904a
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 75e60415-82ce-4613-988a-d9a63f8a904a: Amount of 102 has been received from Account number db5a8aac-3a09-4104-9951-eea73a641e91
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8a049d63-3d6e-442b-aadc-8a724f1b3c52: Amount of 296 has to sent to Account number f77e18e6-c532-48be-b1e1-bac9ef7a83ba
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of f77e18e6-c532-48be-b1e1-bac9ef7a83ba: Amount of 296 has been received from Account number 8a049d63-3d6e-442b-aadc-8a724f1b3c52
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 815b466d-1862-4cc1-8a7e-594ce5255716: Amount of 477 has to sent to Account number e279cfa5-8928-4d4b-9490-97f47f164dfe
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of e279cfa5-8928-4d4b-9490-97f47f164dfe: Amount of 477 has been received from Account number 815b466d-1862-4cc1-8a7e-594ce5255716
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 212a000b-cac9-4dc2-9060-19255b082e11: Amount of 711 has to sent to Account number 66b45c86-b0cd-4dfe-9880-752f8133bb10
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 66b45c86-b0cd-4dfe-9880-752f8133bb10: Amount of 711 has been received from Account number 212a000b-cac9-4dc2-9060-19255b082e11
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22bd0caa-a0ea-40a7-806a-c3062a4e4790: Amount of 993 has to sent to Account number 76a6f9ce-5f5e-4774-912f-5c2e24ead7ba
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 76a6f9ce-5f5e-4774-912f-5c2e24ead7ba: Amount of 993 has been received from Account number 22bd0caa-a0ea-40a7-806a-c3062a4e4790
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5abf2eba-1d3b-4b3c-a785-7a25c7c03311: Amount of 44 has to sent to Account number 8733a8a7-79a7-4c4d-a97e-c1dc0cc52d3d
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8733a8a7-79a7-4c4d-a97e-c1dc0cc52d3d: Amount of 44 has been received from Account number 5abf2eba-1d3b-4b3c-a785-7a25c7c03311
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 522fbe2b-0226-4f96-8006-e1f5cf7c3beb: Amount of 556 has to sent to Account number ad9d08a6-cabe-4ddc-bce4-e0424a730149
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ad9d08a6-cabe-4ddc-bce4-e0424a730149: Amount of 556 has been received from Account number 522fbe2b-0226-4f96-8006-e1f5cf7c3beb
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c55b5050-704f-4631-88c1-af9114314957: Amount of 670 has to sent to Account number d1f317f8-430f-4bcb-a77b-15b53781c36f
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of d1f317f8-430f-4bcb-a77b-15b53781c36f: Amount of 670 has been received from Account number c55b5050-704f-4631-88c1-af9114314957
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of e60efbc3-bf39-4805-b078-32f39f1cc4cf: Amount of 981 has to sent to Account number ef07dc39-1446-4724-b3e8-e4ec7398e308
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ef07dc39-1446-4724-b3e8-e4ec7398e308: Amount of 981 has been received from Account number e60efbc3-bf39-4805-b078-32f39f1cc4cf
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d18d341-0efb-4fd0-b911-9f21f96b88a6: Amount of 94 has to sent to Account number d1c446a4-f0fc-4f78-b3ab-34393769e2a6
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of d1c446a4-f0fc-4f78-b3ab-34393769e2a6: Amount of 94 has been received from Account number 9d18d341-0efb-4fd0-b911-9f21f96b88a6
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ec8826fd-fbd7-4422-b7ed-746714741608: Amount of 384 has to sent to Account number 53fc29a3-46c1-4531-ace6-24c2ea4f276b
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53fc29a3-46c1-4531-ace6-24c2ea4f276b: Amount of 384 has been received from Account number ec8826fd-fbd7-4422-b7ed-746714741608
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 239300f5-eb44-405f-b6d4-3b62bcfcd6dd: Amount of 395 has to sent to Account number 1a10c454-1834-4f3b-94b2-624a2f0f5468
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1a10c454-1834-4f3b-94b2-624a2f0f5468: Amount of 395 has been received from Account number 239300f5-eb44-405f-b6d4-3b62bcfcd6dd
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 524d5043-2fed-4f0c-aaac-4c21ffec5aac: Amount of 358 has to sent to Account number d2f23ddd-c6bc-410b-89f8-90d1b582030e
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2f23ddd-c6bc-410b-89f8-90d1b582030e: Amount of 358 has been received from Account number 524d5043-2fed-4f0c-aaac-4c21ffec5aac
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4da726a0-d1ba-4a87-bfd9-072c8af9b97c: Amount of 200 has to sent to Account number 345fd0ad-30c8-41e9-8a2f-5662a3b4ed06
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 345fd0ad-30c8-41e9-8a2f-5662a3b4ed06: Amount of 200 has been received from Account number 4da726a0-d1ba-4a87-bfd9-072c8af9b97c
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of cc225905-db82-4bc5-825b-dd69e535e6ab: Amount of 297 has to sent to Account number 115c11cb-9f2b-4833-822b-7238b4a95d27
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 115c11cb-9f2b-4833-822b-7238b4a95d27: Amount of 297 has been received from Account number cc225905-db82-4bc5-825b-dd69e535e6ab
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of f503a054-5e26-4477-a456-9c5467361922: Amount of 572 has to sent to Account number ef3f630f-2a14-4af2-bf93-e52fe9ca9358
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ef3f630f-2a14-4af2-bf93-e52fe9ca9358: Amount of 572 has been received from Account number f503a054-5e26-4477-a456-9c5467361922
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of f9d9fb52-71f4-4748-a17b-97f8c192c5d9: Amount of 399 has to sent to Account number 03aa1aab-351f-4d4c-ac4f-8e28d5d98d88
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 03aa1aab-351f-4d4c-ac4f-8e28d5d98d88: Amount of 399 has been received from Account number f9d9fb52-71f4-4748-a17b-97f8c192c5d9
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4b6475b7-67e8-4157-9fc7-fb772b93b646: Amount of 426 has to sent to Account number 5830ccf5-75d3-4f2f-a5df-2393255778b5
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5830ccf5-75d3-4f2f-a5df-2393255778b5: Amount of 426 has been received from Account number 4b6475b7-67e8-4157-9fc7-fb772b93b646
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 78e49a24-0363-4b18-b18a-86ca95b43d13: Amount of 683 has to sent to Account number ad4dbab2-5225-4666-a279-eaaa70ed6043
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ad4dbab2-5225-4666-a279-eaaa70ed6043: Amount of 683 has been received from Account number 78e49a24-0363-4b18-b18a-86ca95b43d13
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 00cc829c-618b-41be-8fa5-7e604d29a854: Amount of 766 has to sent to Account number 73a039a9-5236-4665-9d99-80691f719ce2
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 73a039a9-5236-4665-9d99-80691f719ce2: Amount of 766 has been received from Account number 00cc829c-618b-41be-8fa5-7e604d29a854
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c43602c3-0665-4935-aeff-9c5314ae4a42: Amount of 571 has to sent to Account number 5ff353cb-2dcd-4ec5-b1d9-f01eb31671c5
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5ff353cb-2dcd-4ec5-b1d9-f01eb31671c5: Amount of 571 has been received from Account number c43602c3-0665-4935-aeff-9c5314ae4a42
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 02e73587-866b-4aa3-9286-f137d3b3d5b7: Amount of 202 has to sent to Account number 2c08d632-07eb-4cf3-ad20-7c77906ef1a5
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c08d632-07eb-4cf3-ad20-7c77906ef1a5: Amount of 202 has been received from Account number 02e73587-866b-4aa3-9286-f137d3b3d5b7
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1cefe54d-2508-4a0f-b856-d08799fb548f: Amount of 356 has to sent to Account number e903e05f-8c6a-430a-9b31-c1294b24edd2
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of e903e05f-8c6a-430a-9b31-c1294b24edd2: Amount of 356 has been received from Account number 1cefe54d-2508-4a0f-b856-d08799fb548f
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 971184a8-bdbf-414d-97cc-27497fe2e8e6: Amount of 374 has to sent to Account number 594e33c2-1de2-4746-94eb-c37c82bdca38
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 594e33c2-1de2-4746-94eb-c37c82bdca38: Amount of 374 has been received from Account number 971184a8-bdbf-414d-97cc-27497fe2e8e6
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ec40f7d8-ed08-4c02-9487-84d2434a7593: Amount of 869 has to sent to Account number 04aabe64-2d5f-4e0e-bcaa-c38b4e9dfba0
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 04aabe64-2d5f-4e0e-bcaa-c38b4e9dfba0: Amount of 869 has been received from Account number ec40f7d8-ed08-4c02-9487-84d2434a7593
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c9f526b9-fa97-4c3f-a4ee-28b48021c5cd: Amount of 506 has to sent to Account number af3ac8cf-9221-4d98-aae1-e5fc260c63db
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of af3ac8cf-9221-4d98-aae1-e5fc260c63db: Amount of 506 has been received from Account number c9f526b9-fa97-4c3f-a4ee-28b48021c5cd
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f2c1b7d-4390-47c9-b7ab-9f7e8c65dcd0: Amount of 918 has to sent to Account number 81838935-278a-4c3d-841a-d259ccaa5554
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81838935-278a-4c3d-841a-d259ccaa5554: Amount of 918 has been received from Account number 4f2c1b7d-4390-47c9-b7ab-9f7e8c65dcd0
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6ad4815-f152-4a6e-bb12-798751e13756: Amount of 884 has to sent to Account number c124c61c-fdb8-4e97-8217-eea1d164d36d
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c124c61c-fdb8-4e97-8217-eea1d164d36d: Amount of 884 has been received from Account number d6ad4815-f152-4a6e-bb12-798751e13756
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of a6511555-8116-4be3-88c1-64fd0ed423f8: Amount of 589 has to sent to Account number 0af0c053-cf60-436f-ba4f-0daae116592c
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0af0c053-cf60-436f-ba4f-0daae116592c: Amount of 589 has been received from Account number a6511555-8116-4be3-88c1-64fd0ed423f8
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of be1bcd25-d708-4982-ae40-fb15e1af8282: Amount of 306 has to sent to Account number 254c71e6-9ee7-48a1-b726-5ac8d63fb3b0
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 254c71e6-9ee7-48a1-b726-5ac8d63fb3b0: Amount of 306 has been received from Account number be1bcd25-d708-4982-ae40-fb15e1af8282
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of a97daf07-00ad-4aef-b29c-2dcb78a89cd6: Amount of 844 has to sent to Account number 45ea65b1-27ad-4aab-99d7-50fdf523c6cc
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 45ea65b1-27ad-4aab-99d7-50fdf523c6cc: Amount of 844 has been received from Account number a97daf07-00ad-4aef-b29c-2dcb78a89cd6
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of a00d869e-e5e3-4c0e-b918-a7be01fc1964: Amount of 226 has to sent to Account number af4ac12c-bfc6-4b8c-87dd-dd6dd2ddb9e8
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of af4ac12c-bfc6-4b8c-87dd-dd6dd2ddb9e8: Amount of 226 has been received from Account number a00d869e-e5e3-4c0e-b918-a7be01fc1964
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of b87c9797-61a4-4fcf-884e-3128b8333add: Amount of 888 has to sent to Account number abb2946a-6ee6-453b-8239-2183dc2e7185
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of abb2946a-6ee6-453b-8239-2183dc2e7185: Amount of 888 has been received from Account number b87c9797-61a4-4fcf-884e-3128b8333add
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ad4bdf00-292c-4a03-8d5b-854a1400d450: Amount of 124 has to sent to Account number 2c0ba170-6247-4d7a-a372-ca5b09c3eef9
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c0ba170-6247-4d7a-a372-ca5b09c3eef9: Amount of 124 has been received from Account number ad4bdf00-292c-4a03-8d5b-854a1400d450
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4dd10e6d-cb5f-4a10-b3db-32ec7f7f833b: Amount of 834 has to sent to Account number 46115a69-8afa-4198-8045-9cd04d43a166
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 46115a69-8afa-4198-8045-9cd04d43a166: Amount of 834 has been received from Account number 4dd10e6d-cb5f-4a10-b3db-32ec7f7f833b
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 69f2e61f-1c3a-4d86-8507-f238b02aa016: Amount of 762 has to sent to Account number 91aa7e11-e17a-4497-b84f-082d6729afdc
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 91aa7e11-e17a-4497-b84f-082d6729afdc: Amount of 762 has been received from Account number 69f2e61f-1c3a-4d86-8507-f238b02aa016
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f683e0d-7807-46a5-a6b0-8f79eac5d1b2: Amount of 378 has to sent to Account number 75a4adf9-4069-4012-a418-d2b5832c9565
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 75a4adf9-4069-4012-a418-d2b5832c9565: Amount of 378 has been received from Account number 3f683e0d-7807-46a5-a6b0-8f79eac5d1b2
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of d7cde031-4db3-4d33-abb6-4f21a1a52447: Amount of 767 has to sent to Account number 7ffe6c11-09ee-4aa6-97eb-52bb7cb41379
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ffe6c11-09ee-4aa6-97eb-52bb7cb41379: Amount of 767 has been received from Account number d7cde031-4db3-4d33-abb6-4f21a1a52447
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6fbabffb-3446-4432-a233-c43204521c4f: Amount of 293 has to sent to Account number c4aba045-9618-4130-97f1-39c97dde5b67
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c4aba045-9618-4130-97f1-39c97dde5b67: Amount of 293 has been received from Account number 6fbabffb-3446-4432-a233-c43204521c4f
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ac12b73-6b38-41a8-ba17-70280810c322: Amount of 621 has to sent to Account number 6bb5416c-6c90-415c-8879-4c2c136763e3
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6bb5416c-6c90-415c-8879-4c2c136763e3: Amount of 621 has been received from Account number 3ac12b73-6b38-41a8-ba17-70280810c322
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of f0279827-e8ae-4503-b5f9-41b9c5def075: Amount of 595 has to sent to Account number c2314af6-32b7-4186-8365-9474354befda
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c2314af6-32b7-4186-8365-9474354befda: Amount of 595 has been received from Account number f0279827-e8ae-4503-b5f9-41b9c5def075
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb8a3892-5d4e-4e3c-a0eb-b6296812ed99: Amount of 395 has to sent to Account number c578626d-c524-48d9-ac24-dfda7dd72af1
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c578626d-c524-48d9-ac24-dfda7dd72af1: Amount of 395 has been received from Account number eb8a3892-5d4e-4e3c-a0eb-b6296812ed99
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 225905c9-ea19-4907-a7c4-245d71da2bde: Amount of 100 has to sent to Account number 3ab563f2-1199-4a39-a57a-e25351b2f736
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ab563f2-1199-4a39-a57a-e25351b2f736: Amount of 100 has been received from Account number 225905c9-ea19-4907-a7c4-245d71da2bde
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 943f6b9b-9b3b-463e-bcac-0967091125c6: Amount of 168 has to sent to Account number 90ea1181-b38f-4d93-84fb-94969157f197
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90ea1181-b38f-4d93-84fb-94969157f197: Amount of 168 has been received from Account number 943f6b9b-9b3b-463e-bcac-0967091125c6
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1b41aa08-ab00-4d82-9b97-809eac99a62f: Amount of 675 has to sent to Account number f34c0ca2-fa8a-487e-a36f-17f6e8646723
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of f34c0ca2-fa8a-487e-a36f-17f6e8646723: Amount of 675 has been received from Account number 1b41aa08-ab00-4d82-9b97-809eac99a62f
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of cc82b062-c634-48b2-9949-2fbfb42f23aa: Amount of 619 has to sent to Account number 5e0dcab0-3913-4206-8382-926fd32696d5
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5e0dcab0-3913-4206-8382-926fd32696d5: Amount of 619 has been received from Account number cc82b062-c634-48b2-9949-2fbfb42f23aa
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6c7db73f-7653-4702-85ed-3acf9ea8a5c7: Amount of 730 has to sent to Account number 39fe1f02-a5db-45df-9d72-2a5a58b85624
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 39fe1f02-a5db-45df-9d72-2a5a58b85624: Amount of 730 has been received from Account number 6c7db73f-7653-4702-85ed-3acf9ea8a5c7
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 65f86816-9c53-47cf-a691-f2f923e76f04: Amount of 728 has to sent to Account number 9a380260-ce89-4b50-b22f-8b23ac8fc43d
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9a380260-ce89-4b50-b22f-8b23ac8fc43d: Amount of 728 has been received from Account number 65f86816-9c53-47cf-a691-f2f923e76f04
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 28ad919e-861e-424d-8ea1-4bc1a9fdc1be: Amount of 931 has to sent to Account number 42a23804-5ece-4e97-a62a-6c772bb49fad
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42a23804-5ece-4e97-a62a-6c772bb49fad: Amount of 931 has been received from Account number 28ad919e-861e-424d-8ea1-4bc1a9fdc1be
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 730f7d05-2127-42b3-8f83-e04a7485d1b1: Amount of 889 has to sent to Account number 6d6058a3-5640-4df5-9b78-839295f59793
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d6058a3-5640-4df5-9b78-839295f59793: Amount of 889 has been received from Account number 730f7d05-2127-42b3-8f83-e04a7485d1b1
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 80c1e5d3-1cf1-4854-b61d-63ac8cdcdc3f: Amount of 129 has to sent to Account number fe665975-1956-4e0a-a77e-ae53fc468cee
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of fe665975-1956-4e0a-a77e-ae53fc468cee: Amount of 129 has been received from Account number 80c1e5d3-1cf1-4854-b61d-63ac8cdcdc3f
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 02b4832e-b5df-4a71-87b2-077d9e3414b0: Amount of 406 has to sent to Account number c4fb0053-089d-4af9-a1b4-190c5bad5955
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c4fb0053-089d-4af9-a1b4-190c5bad5955: Amount of 406 has been received from Account number 02b4832e-b5df-4a71-87b2-077d9e3414b0
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of e764ada4-9ca5-410d-8eb9-ac888b12fd31: Amount of 50 has to sent to Account number cd34cb71-b3cc-47fd-b972-30177fc3f35b
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of cd34cb71-b3cc-47fd-b972-30177fc3f35b: Amount of 50 has been received from Account number e764ada4-9ca5-410d-8eb9-ac888b12fd31
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 62eb4d18-88f4-4fbd-a707-bfa64ace2085: Amount of 403 has to sent to Account number 2b9507fc-39ce-4880-8974-5cf5014ff261
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b9507fc-39ce-4880-8974-5cf5014ff261: Amount of 403 has been received from Account number 62eb4d18-88f4-4fbd-a707-bfa64ace2085
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 839ec53d-b348-4827-9dab-50eeaf631ec7: Amount of 989 has to sent to Account number 228c1783-7f6e-44e7-a49b-d9e8210123a8
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 228c1783-7f6e-44e7-a49b-d9e8210123a8: Amount of 989 has been received from Account number 839ec53d-b348-4827-9dab-50eeaf631ec7
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 28010829-6e0f-4d45-9394-341e478d7ef8: Amount of 918 has to sent to Account number 6539ab68-8817-4261-9fb7-5fb3b509d176
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6539ab68-8817-4261-9fb7-5fb3b509d176: Amount of 918 has been received from Account number 28010829-6e0f-4d45-9394-341e478d7ef8
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1304bef6-3bfc-4b8b-bbfc-fda3a8bb3d52: Amount of 984 has to sent to Account number 8f373006-43c8-4865-91c0-d7d3bbeccc22
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f373006-43c8-4865-91c0-d7d3bbeccc22: Amount of 984 has been received from Account number 1304bef6-3bfc-4b8b-bbfc-fda3a8bb3d52
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of deeb520d-3f02-408b-b55b-acba500f8acd: Amount of 819 has to sent to Account number 9d984043-c4a8-46d3-a97f-35c01d1bed0b
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d984043-c4a8-46d3-a97f-35c01d1bed0b: Amount of 819 has been received from Account number deeb520d-3f02-408b-b55b-acba500f8acd
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 96d45d36-cf29-48a8-83a3-bd0009686cae: Amount of 154 has to sent to Account number e488983c-8fa0-40f0-936b-ff9ee7c8b163
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of e488983c-8fa0-40f0-936b-ff9ee7c8b163: Amount of 154 has been received from Account number 96d45d36-cf29-48a8-83a3-bd0009686cae
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 618bc969-3958-4084-a93a-e499978368da: Amount of 25 has to sent to Account number 70087e41-b91c-4c23-8498-efa020fe0650
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 70087e41-b91c-4c23-8498-efa020fe0650: Amount of 25 has been received from Account number 618bc969-3958-4084-a93a-e499978368da
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of f8da849c-a8ca-478f-af02-63466bfa1c16: Amount of 419 has to sent to Account number b4d59c80-2b13-4497-8181-7a9ec07a4e76
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of b4d59c80-2b13-4497-8181-7a9ec07a4e76: Amount of 419 has been received from Account number f8da849c-a8ca-478f-af02-63466bfa1c16
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c589cec2-18a5-4c73-9ee7-6be481a75976: Amount of 516 has to sent to Account number 7da5e7af-f72a-4934-847b-7e87ac8deaea
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7da5e7af-f72a-4934-847b-7e87ac8deaea: Amount of 516 has been received from Account number c589cec2-18a5-4c73-9ee7-6be481a75976
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 01a52b40-a2b8-4dbe-9916-2575ce80e03d: Amount of 106 has to sent to Account number bbf51800-0ac3-49c3-91c8-db8cf3d04d95
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of bbf51800-0ac3-49c3-91c8-db8cf3d04d95: Amount of 106 has been received from Account number 01a52b40-a2b8-4dbe-9916-2575ce80e03d
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1fee99ed-91de-453e-af4c-934e18817b81: Amount of 555 has to sent to Account number b41dc0d9-7425-4fa7-a9bb-d8c22bd19011
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of b41dc0d9-7425-4fa7-a9bb-d8c22bd19011: Amount of 555 has been received from Account number 1fee99ed-91de-453e-af4c-934e18817b81
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 374634de-567d-4fae-ace0-ed03f0fc7d6b: Amount of 827 has to sent to Account number e9075041-5284-41da-a25e-d977de1febee
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of e9075041-5284-41da-a25e-d977de1febee: Amount of 827 has been received from Account number 374634de-567d-4fae-ace0-ed03f0fc7d6b
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 685aa096-28b0-461a-b2f1-28b270bce1c8: Amount of 248 has to sent to Account number 26ca8532-c553-4867-abc2-f0be1d65f74d
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26ca8532-c553-4867-abc2-f0be1d65f74d: Amount of 248 has been received from Account number 685aa096-28b0-461a-b2f1-28b270bce1c8
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c29356c-ad2d-4be4-abf6-4f0c2f3cc2fd: Amount of 135 has to sent to Account number f6c0d695-e638-48c0-a233-ae833cad5828
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of f6c0d695-e638-48c0-a233-ae833cad5828: Amount of 135 has been received from Account number 2c29356c-ad2d-4be4-abf6-4f0c2f3cc2fd
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 078171b5-5614-403c-8d67-fc88844bb395: Amount of 143 has to sent to Account number 15ac6619-a12f-4a82-b896-9db8f87f8a40
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 15ac6619-a12f-4a82-b896-9db8f87f8a40: Amount of 143 has been received from Account number 078171b5-5614-403c-8d67-fc88844bb395
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1208e0d5-2447-47eb-998b-9969178bd147: Amount of 548 has to sent to Account number 2210d69e-bad3-4913-88c5-a4ea3db1394b
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2210d69e-bad3-4913-88c5-a4ea3db1394b: Amount of 548 has been received from Account number 1208e0d5-2447-47eb-998b-9969178bd147
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of e544af03-3249-4157-a45c-60421ce3ad86: Amount of 279 has to sent to Account number 1bcc770c-2c00-4495-89a4-edbfea31080c
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1bcc770c-2c00-4495-89a4-edbfea31080c: Amount of 279 has been received from Account number e544af03-3249-4157-a45c-60421ce3ad86
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb12dc07-e946-40a8-af8d-250ccafcaa50: Amount of 17 has to sent to Account number f550556e-b0d0-4086-a358-5d0d52278971
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of f550556e-b0d0-4086-a358-5d0d52278971: Amount of 17 has been received from Account number eb12dc07-e946-40a8-af8d-250ccafcaa50
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77467f91-4ef5-4793-b9dc-89a33da5ec1e: Amount of 438 has to sent to Account number 1b1a74a2-0d59-4d5c-8267-92e10675fdb7
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1b1a74a2-0d59-4d5c-8267-92e10675fdb7: Amount of 438 has been received from Account number 77467f91-4ef5-4793-b9dc-89a33da5ec1e
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b2f3a54-5ed3-4e94-a187-fb590e56aa35: Amount of 272 has to sent to Account number 68d719df-c0a7-4850-a979-55ebc8b5328d
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 68d719df-c0a7-4850-a979-55ebc8b5328d: Amount of 272 has been received from Account number 7b2f3a54-5ed3-4e94-a187-fb590e56aa35
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of a032d7f5-bbd5-4d1b-b10d-4db4f76660f5: Amount of 9 has to sent to Account number fb0563a7-269a-40fc-b985-f4948658ebbb
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb0563a7-269a-40fc-b985-f4948658ebbb: Amount of 9 has been received from Account number a032d7f5-bbd5-4d1b-b10d-4db4f76660f5
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c42edfef-62f1-4170-a914-c59c680248a6: Amount of 605 has to sent to Account number c678a72e-5a87-41d1-a7db-7bdc68083e5e
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of c78aed6a-784c-4a1c-84cc-ff5543050726: Amount of 842 has been received from Account number e6b86eba-75cb-4596-a8cf-27882df0479b
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1218e579-adf1-4877-a27a-ce7ddd15209a: Amount of 642 has been received from Account number 813bbe4f-f6e0-4593-92ea-934f5452cafa
2024-07-09 19:26:08.195  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c23a0e7-cb6c-44dc-8f36-7d7b40963853: Amount of 262 has to sent to Account number e6e267eb-bffb-4741-bb9e-49b90a1316a5
2024-07-09 19:26:08.195  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of e6e267eb-bffb-4741-bb9e-49b90a1316a5: Amount of 262 has been received from Account number 8c23a0e7-cb6c-44dc-8f36-7d7b40963853
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of e4459209-2606-426f-b945-9777b420702c: Amount of 134 has been received from Account number 3e911ab6-2d98-4fa5-bda6-7f2564d34f49
2024-07-09 19:26:08.195  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 07492e12-d5e3-4469-bc4f-768eb6739554: Amount of 45 has to sent to Account number 4b0ba8e4-8eb2-4136-8075-f6600407ebc8
2024-07-09 19:26:08.195  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4b0ba8e4-8eb2-4136-8075-f6600407ebc8: Amount of 45 has been received from Account number 07492e12-d5e3-4469-bc4f-768eb6739554
2024-07-09 19:26:08.195  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 897c5868-9705-40d0-b348-948a4f1df88c: Amount of 699 has to sent to Account number ba27ea6d-702a-497f-8874-2c507889a0db
2024-07-09 19:26:08.195  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ba27ea6d-702a-497f-8874-2c507889a0db: Amount of 699 has been received from Account number 897c5868-9705-40d0-b348-948a4f1df88c
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a831a6f-4328-4dbe-9407-f9be84bad8bb: Amount of 422 has been received from Account number 4decab0d-753c-4f49-84ce-56fb865da494
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca112fbd-9156-4fa7-9801-61217fe2e024: Amount of 688 has to sent to Account number a3047507-e0c4-44e6-b19e-4e39e1bf462b
2024-07-09 19:26:08.195  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of a3047507-e0c4-44e6-b19e-4e39e1bf462b: Amount of 688 has been received from Account number ca112fbd-9156-4fa7-9801-61217fe2e024
2024-07-09 19:26:08.195  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 91f2c034-e8b4-4f57-b68c-64a78526addc: Amount of 562 has to sent to Account number 2d663590-c77e-4b32-b2e3-b7c966bfe040
2024-07-09 19:26:08.195  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2d663590-c77e-4b32-b2e3-b7c966bfe040: Amount of 562 has been received from Account number 91f2c034-e8b4-4f57-b68c-64a78526addc
2024-07-09 19:26:08.195  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8057ff7f-1cd4-41a5-a903-54486201244a: Amount of 490 has to sent to Account number 5b101622-b49f-4da9-ac54-6af595fc98ba
2024-07-09 19:26:08.195  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b7e0bd1-542f-4277-93e5-9201acd5d3a5: Amount of 929 has to sent to Account number 323bf4d2-cd13-4c59-9ea1-94d4f49cbf47
2024-07-09 19:26:08.195  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 323bf4d2-cd13-4c59-9ea1-94d4f49cbf47: Amount of 929 has been received from Account number 5b7e0bd1-542f-4277-93e5-9201acd5d3a5
2024-07-09 19:26:08.195  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b101622-b49f-4da9-ac54-6af595fc98ba: Amount of 490 has been received from Account number 8057ff7f-1cd4-41a5-a903-54486201244a
2024-07-09 19:26:08.195  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8f443e4-123d-4af0-8c6d-c34c32b54eea: Amount of 155 has to sent to Account number 784111ab-a9be-4aed-902b-4812ac1544c2
2024-07-09 19:26:08.195  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 784111ab-a9be-4aed-902b-4812ac1544c2: Amount of 155 has been received from Account number a8f443e4-123d-4af0-8c6d-c34c32b54eea
2024-07-09 19:26:08.195  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of b529a9aa-c99d-4cc9-9a75-ad569bd951d0: Amount of 122 has to sent to Account number 2c0f735d-656f-4cf1-b237-7208f2dae221
2024-07-09 19:26:08.195  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c0f735d-656f-4cf1-b237-7208f2dae221: Amount of 122 has been received from Account number b529a9aa-c99d-4cc9-9a75-ad569bd951d0
2024-07-09 19:26:08.195  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 99954eba-d400-478f-a1ff-700322f24e1e: Amount of 658 has to sent to Account number 2d01aee2-db8f-4e55-a183-0e1fea8cf4c7
2024-07-09 19:26:08.195  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2d01aee2-db8f-4e55-a183-0e1fea8cf4c7: Amount of 658 has been received from Account number 99954eba-d400-478f-a1ff-700322f24e1e
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6d39a4e-fb61-483b-9fe0-fb6556acb9c1: Amount of 452 has to sent to Account number 9de283c1-538a-4613-95ee-7965eecbe413
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of b2c060a6-9884-4560-ac15-f55677f9f7aa: Amount of 305 has to sent to Account number 6a45f3e9-56d7-40bd-8697-b7a096b957e1
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e120c11-9c94-4a2c-9fe9-0b711ebd9c44: Amount of 505 has been received from Account number d915927a-2f16-4910-a8ee-587761f06293
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 46f29387-3a9d-4b43-b8a1-fd8b1dc97f6d: Amount of 980 has to sent to Account number 4a326be1-3912-4347-9b6a-8264eabbf1f9
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4a326be1-3912-4347-9b6a-8264eabbf1f9: Amount of 980 has been received from Account number 46f29387-3a9d-4b43-b8a1-fd8b1dc97f6d
2024-07-09 19:26:08.195  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed069387-cc08-4687-aed0-b1c2d82e8e67: Amount of 631 has to sent to Account number 0f6c6200-95ac-4796-8001-c38c687830b9
2024-07-09 19:26:08.195  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0f6c6200-95ac-4796-8001-c38c687830b9: Amount of 631 has been received from Account number ed069387-cc08-4687-aed0-b1c2d82e8e67
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c7f444ad-9458-43da-87b9-045d2ee3189f: Amount of 541 has to sent to Account number 10d589fd-dcfd-4067-8244-ccae336a70d0
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 10d589fd-dcfd-4067-8244-ccae336a70d0: Amount of 541 has been received from Account number c7f444ad-9458-43da-87b9-045d2ee3189f
2024-07-09 19:26:08.195  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 407f703d-79af-4f0a-bfe5-a7c4d4edfcf2: Amount of 954 has to sent to Account number e1192134-b8ac-4989-9207-88e8fce64b64
2024-07-09 19:26:08.195  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of e1192134-b8ac-4989-9207-88e8fce64b64: Amount of 954 has been received from Account number 407f703d-79af-4f0a-bfe5-a7c4d4edfcf2
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98bba5f3-7870-4045-8950-0692f5618607: Amount of 208 has to sent to Account number fb99a249-4f08-4317-9d90-127d1d3d13c6
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of cfd266af-3103-4d93-8191-aa7e55129e56: Amount of 723 has been received from Account number ffba9c1b-cad9-4b69-aa67-88fc412454f0
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2524a1f4-5490-4e99-8677-4bf968e69aea: Amount of 331 has to sent to Account number 1bd128ba-c420-450a-8ecc-6ef016ac01e8
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1bd128ba-c420-450a-8ecc-6ef016ac01e8: Amount of 331 has been received from Account number 2524a1f4-5490-4e99-8677-4bf968e69aea
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d286f139-01b0-427d-a58f-80b83a784413: Amount of 16 has to sent to Account number 76400015-d509-448d-bdcb-b4411ee517e4
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 76400015-d509-448d-bdcb-b4411ee517e4: Amount of 16 has been received from Account number d286f139-01b0-427d-a58f-80b83a784413
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9487f916-167f-4454-9324-e1e3bcede1db: Amount of 789 has been received from Account number d9577a45-9af6-4504-8805-fb430f92fc12
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4bcba7cb-592d-4dc6-900d-5532cb841196: Amount of 42 has to sent to Account number 14afe6e3-aa1c-4ca6-861b-7edd366f2190
2024-07-09 19:26:08.195  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 93dfb6a9-6001-46f3-810f-962957e5ab4d: Amount of 535 has to sent to Account number 4f7475d4-9a7c-4793-bb56-6dd75953e715
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 200af810-35c8-4175-9bc6-b7c666efb2d3: Amount of 867 has to sent to Account number e3291d14-a186-4f4a-9d69-1aac5eba4362
2024-07-09 19:26:08.195  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f7475d4-9a7c-4793-bb56-6dd75953e715: Amount of 535 has been received from Account number 93dfb6a9-6001-46f3-810f-962957e5ab4d
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 426218bd-b4c9-417b-954e-fd93452ece7f: Amount of 990 has been received from Account number 33c4f684-7a9b-4513-a4d4-a5ecd29a32e1
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 54c4f922-b1e9-4653-86de-5f07c5eab087: Amount of 552 has to sent to Account number 28419734-39b2-45ae-acf8-65168db3daea
2024-07-09 19:26:08.189  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of dfca6ece-cc97-4297-92f1-d9fc057d69da: Amount of 579 has to sent to Account number 7560ab0c-4c7e-4ff5-b291-344b94fbb95c
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 28419734-39b2-45ae-acf8-65168db3daea: Amount of 552 has been received from Account number 54c4f922-b1e9-4653-86de-5f07c5eab087
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7560ab0c-4c7e-4ff5-b291-344b94fbb95c: Amount of 579 has been received from Account number dfca6ece-cc97-4297-92f1-d9fc057d69da
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4a11d6b9-c871-4f02-ba97-699b5011af8a: Amount of 102 has to sent to Account number 0ea120dd-060e-4b22-8508-fe0727a4fcdf
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 15c6b4eb-2104-4002-91de-dca83bdab46e: Amount of 378 has to sent to Account number 3b8bbdeb-ee3c-4871-91e5-4e4f778f8604
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ea120dd-060e-4b22-8508-fe0727a4fcdf: Amount of 102 has been received from Account number 4a11d6b9-c871-4f02-ba97-699b5011af8a
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95a324a1-2a44-4fd7-ae87-0c2a76ca6b5c: Amount of 568 has been received from Account number 893b466b-0e12-46e1-b4f4-099d55faa119
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 170ee753-5d62-4c45-a939-0f90f4a5bef2: Amount of 180 has to sent to Account number 00bd2afa-a81e-4e45-80cd-82acab3a11e2
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 00bd2afa-a81e-4e45-80cd-82acab3a11e2: Amount of 180 has been received from Account number 170ee753-5d62-4c45-a939-0f90f4a5bef2
2024-07-09 19:26:08.189  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53d45a9d-bd5b-4d72-8887-4ca125442076: Amount of 426 has to sent to Account number 6b121cd0-1f8a-4ff6-8cc9-2b654b5793e3
2024-07-09 19:26:08.195  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d6bd6c0-377f-45e8-aa8f-8b2892627948: Amount of 132 has been received from Account number 2f793b7c-cff5-474f-a47f-1f2194cd7b55
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5e60f234-c5bc-476a-952e-b2aa467507ef: Amount of 479 has to sent to Account number dc1d32f2-0ce5-4f49-9d5d-c89bb828150a
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of d430027a-87f3-4cb2-975a-454faecd9507: Amount of 356 has to sent to Account number e8f85a9b-c4e2-42e9-9f17-69ed50b7e7c1
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of e8f85a9b-c4e2-42e9-9f17-69ed50b7e7c1: Amount of 356 has been received from Account number d430027a-87f3-4cb2-975a-454faecd9507
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c678a72e-5a87-41d1-a7db-7bdc68083e5e: Amount of 605 has been received from Account number c42edfef-62f1-4170-a914-c59c680248a6
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 40ecd17e-aee9-48df-92ce-e7f17d302936: Amount of 899 has to sent to Account number 66f80f7f-86b5-48e2-9ded-cb5f2445aced
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1ddc6c11-ff00-4865-a5a9-b17592b711d0: Amount of 254 has to sent to Account number aa8a0a0a-5c0a-4adb-b8c8-ceec3ee02824
2024-07-09 19:26:08.195  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4bde8272-3476-4a5d-8da3-dd635b4510ae: Amount of 735 has to sent to Account number dd3b45fb-3cc9-4a0e-ab63-e875e4e960f1
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of aa8a0a0a-5c0a-4adb-b8c8-ceec3ee02824: Amount of 254 has been received from Account number 1ddc6c11-ff00-4865-a5a9-b17592b711d0
2024-07-09 19:26:08.195  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of fe74f806-d8f7-4741-a113-d6ae433204d5: Amount of 739 has to sent to Account number 7118025c-137f-4634-a2b9-6c7f9f3f5b08
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7bd8df2d-6f78-4a3b-8e6c-0385c2a2e27c: Amount of 658 has to sent to Account number ea4c6914-f85b-47dc-9a80-77924c615055
2024-07-09 19:26:08.195  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of e9507a00-0141-4f1f-a872-4702d178010a: Amount of 113 has to sent to Account number eb0615a3-856d-441b-95e3-7a2b0e050e54
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9de283c1-538a-4613-95ee-7965eecbe413: Amount of 452 has been received from Account number d6d39a4e-fb61-483b-9fe0-fb6556acb9c1
2024-07-09 19:26:08.195  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of c1f3f770-122c-4753-b843-51b3263b981f: Amount of 572 has to sent to Account number e6bc0825-235c-4124-8dac-92e90ea26c70
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 246c5b28-c67d-445d-acd5-9b61dfc9faf4: Amount of 655 has to sent to Account number e8ca398e-20c3-42a9-be0a-fc0229d72acf
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of e6bc0825-235c-4124-8dac-92e90ea26c70: Amount of 572 has been received from Account number c1f3f770-122c-4753-b843-51b3263b981f
2024-07-09 19:26:08.195  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a45f3e9-56d7-40bd-8697-b7a096b957e1: Amount of 305 has been received from Account number b2c060a6-9884-4560-ac15-f55677f9f7aa
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of bcaebcbd-3962-419d-af92-d7b39eff40bb: Amount of 312 has to sent to Account number 796e7a77-f8b3-420f-9690-5ca5d946fce5
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb99a249-4f08-4317-9d90-127d1d3d13c6: Amount of 208 has been received from Account number 98bba5f3-7870-4045-8950-0692f5618607
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 269c27e5-8c50-43ee-96f4-4add52fce4d9: Amount of 764 has to sent to Account number a32ebdb5-aad7-4840-8086-afd5afe4e894
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of a32ebdb5-aad7-4840-8086-afd5afe4e894: Amount of 764 has been received from Account number 269c27e5-8c50-43ee-96f4-4add52fce4d9
2024-07-09 19:26:08.195  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of a1c3c329-41f9-4a3e-9d2b-127bb31d5eeb: Amount of 29 has to sent to Account number 21e585ca-a2c4-4343-bc95-00d724c21f22
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 84afa1d7-5197-469c-bd7b-36ee9551c779: Amount of 27 has to sent to Account number 15aee703-4722-4459-bd04-34b99d3af0ca
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 21e585ca-a2c4-4343-bc95-00d724c21f22: Amount of 29 has been received from Account number a1c3c329-41f9-4a3e-9d2b-127bb31d5eeb
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 15aee703-4722-4459-bd04-34b99d3af0ca: Amount of 27 has been received from Account number 84afa1d7-5197-469c-bd7b-36ee9551c779
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 84c0da4c-fc29-4502-a98c-8c501466e05a: Amount of 485 has to sent to Account number a8494e2e-e210-4318-9239-f3b9d3412f71
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 38aea35a-31f1-4bc7-8434-4dcc8655d9e9: Amount of 610 has to sent to Account number a7394b30-8db2-4a43-bb5c-131c46c9bc0a
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 14afe6e3-aa1c-4ca6-861b-7edd366f2190: Amount of 42 has been received from Account number 4bcba7cb-592d-4dc6-900d-5532cb841196
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a7394b30-8db2-4a43-bb5c-131c46c9bc0a: Amount of 610 has been received from Account number 38aea35a-31f1-4bc7-8434-4dcc8655d9e9
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8494e2e-e210-4318-9239-f3b9d3412f71: Amount of 485 has been received from Account number 84c0da4c-fc29-4502-a98c-8c501466e05a
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of de5b6ab0-690f-4b48-83e9-87e6fdd40719: Amount of 427 has to sent to Account number 032728e5-6114-4991-8c2c-0846cea53979
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 31fe4b4e-78e3-4eca-b8f7-a49de5e85aa1: Amount of 127 has to sent to Account number 20cbdd47-af9a-4897-89cd-528330ed0cb1
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 032728e5-6114-4991-8c2c-0846cea53979: Amount of 427 has been received from Account number de5b6ab0-690f-4b48-83e9-87e6fdd40719
2024-07-09 19:26:08.195  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of e3291d14-a186-4f4a-9d69-1aac5eba4362: Amount of 867 has been received from Account number 200af810-35c8-4175-9bc6-b7c666efb2d3
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3213a201-a3e6-4c01-9c88-8a8d8cbad00f: Amount of 19 has to sent to Account number f2decd01-3692-4be5-89a0-2401c9500056
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of f5181cc4-a04e-49c9-9597-a2e60a6e7297: Amount of 821 has to sent to Account number c31077bd-0423-4ce8-acbf-ad27d10bc7c0
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of c31077bd-0423-4ce8-acbf-ad27d10bc7c0: Amount of 821 has been received from Account number f5181cc4-a04e-49c9-9597-a2e60a6e7297
2024-07-09 19:26:08.195  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81b044df-bcb8-4ea6-9f1d-43fc3d05cb18: Amount of 512 has to sent to Account number 5f82723c-c01a-49eb-8b32-92e3915e5d64
2024-07-09 19:26:08.195  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3b8bbdeb-ee3c-4871-91e5-4e4f778f8604: Amount of 378 has been received from Account number 15c6b4eb-2104-4002-91de-dca83bdab46e
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6e036e79-3584-490b-9ce4-8f4e1e2ebe8f: Amount of 84 has to sent to Account number c28a22d5-8526-47d5-becd-cfad90a70614
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of c39b46bb-3c6c-4753-8938-95990708ac6d: Amount of 307 has to sent to Account number cc854d46-ff0f-4824-9664-f8edefacfc1f
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of cc854d46-ff0f-4824-9664-f8edefacfc1f: Amount of 307 has been received from Account number c39b46bb-3c6c-4753-8938-95990708ac6d
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf9c9e9c-5a1c-4b47-907e-99ae30e9eb70: Amount of 912 has to sent to Account number 03f6622c-bd85-4904-9257-47a1c9d06402
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b121cd0-1f8a-4ff6-8cc9-2b654b5793e3: Amount of 426 has been received from Account number 53d45a9d-bd5b-4d72-8887-4ca125442076
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 03f6622c-bd85-4904-9257-47a1c9d06402: Amount of 912 has been received from Account number bf9c9e9c-5a1c-4b47-907e-99ae30e9eb70
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6bcc3f63-ad18-40fc-abbd-acfc8a00868d: Amount of 224 has to sent to Account number 160394f5-aa7b-4b3e-b134-80b2a35b3813
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of dc1d32f2-0ce5-4f49-9d5d-c89bb828150a: Amount of 479 has been received from Account number 5e60f234-c5bc-476a-952e-b2aa467507ef
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of e4a00df9-9327-423f-9d40-22886289b164: Amount of 984 has to sent to Account number 21735416-f201-4710-a0b8-e87521c89c41
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 66f80f7f-86b5-48e2-9ded-cb5f2445aced: Amount of 899 has been received from Account number 40ecd17e-aee9-48df-92ce-e7f17d302936
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd3b45fb-3cc9-4a0e-ab63-e875e4e960f1: Amount of 735 has been received from Account number 4bde8272-3476-4a5d-8da3-dd635b4510ae
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ea4c6914-f85b-47dc-9a80-77924c615055: Amount of 658 has been received from Account number 7bd8df2d-6f78-4a3b-8e6c-0385c2a2e27c
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd985ce8-b661-4736-93f1-fd43526f6374: Amount of 630 has to sent to Account number 859ca82b-7d02-44f2-91ef-b0c2d0bb8336
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1869d483-4b6a-48fd-86bb-316828a38007: Amount of 872 has to sent to Account number 8622a98d-572d-47c1-8155-8e879aa7faa2
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7118025c-137f-4634-a2b9-6c7f9f3f5b08: Amount of 739 has been received from Account number fe74f806-d8f7-4741-a113-d6ae433204d5
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb0615a3-856d-441b-95e3-7a2b0e050e54: Amount of 113 has been received from Account number e9507a00-0141-4f1f-a872-4702d178010a
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of e8ca398e-20c3-42a9-be0a-fc0229d72acf: Amount of 655 has been received from Account number 246c5b28-c67d-445d-acd5-9b61dfc9faf4
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 54c4dc2a-7941-47d7-ba43-34633c14039e: Amount of 347 has to sent to Account number 69d2afcb-66e9-42ff-935d-0968ad729088
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 69d2afcb-66e9-42ff-935d-0968ad729088: Amount of 347 has been received from Account number 54c4dc2a-7941-47d7-ba43-34633c14039e
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of f907290c-4c5e-4568-b19b-a1b662393d24: Amount of 242 has to sent to Account number bc1cd264-e652-4224-acab-74ce58a7ddb9
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 959d2cab-65a1-4637-9f11-c55f2cd8a677: Amount of 874 has to sent to Account number f7ed1f2a-3119-474b-9f79-83b6ef8e67bb
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of f7ed1f2a-3119-474b-9f79-83b6ef8e67bb: Amount of 874 has been received from Account number 959d2cab-65a1-4637-9f11-c55f2cd8a677
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90cef7e8-d603-4d07-ad32-ce58c353d359: Amount of 530 has to sent to Account number 47284c76-2bc3-400c-99cb-dda15d4dcb72
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 47284c76-2bc3-400c-99cb-dda15d4dcb72: Amount of 530 has been received from Account number 90cef7e8-d603-4d07-ad32-ce58c353d359
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ebafface-6322-4bf0-beab-bec6e2ddcf93: Amount of 940 has to sent to Account number 5d6a16f3-e9a4-49b7-a522-54a72b43f033
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d6a16f3-e9a4-49b7-a522-54a72b43f033: Amount of 940 has been received from Account number ebafface-6322-4bf0-beab-bec6e2ddcf93
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of fd59b407-8906-4c36-b2c5-c82e25eb7c77: Amount of 335 has to sent to Account number 7f865d06-fbca-443e-98b2-458dad0cd267
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f865d06-fbca-443e-98b2-458dad0cd267: Amount of 335 has been received from Account number fd59b407-8906-4c36-b2c5-c82e25eb7c77
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc1cd264-e652-4224-acab-74ce58a7ddb9: Amount of 242 has been received from Account number f907290c-4c5e-4568-b19b-a1b662393d24
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2608d397-0af5-4ae1-b064-7c1da8eaf085: Amount of 456 has to sent to Account number 333a64c3-b18c-405b-90b8-af33fc93cb3a
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 333a64c3-b18c-405b-90b8-af33fc93cb3a: Amount of 456 has been received from Account number 2608d397-0af5-4ae1-b064-7c1da8eaf085
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3bbf1dc-6443-4d21-8a0b-b54f16426637: Amount of 471 has to sent to Account number 4649d494-ab61-4604-ab2a-755098f98894
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4649d494-ab61-4604-ab2a-755098f98894: Amount of 471 has been received from Account number c3bbf1dc-6443-4d21-8a0b-b54f16426637
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ea621f02-284b-48b4-8cd8-85e351f936db: Amount of 633 has to sent to Account number daf99cc5-714e-4ab0-bbb8-65841172580b
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of daf99cc5-714e-4ab0-bbb8-65841172580b: Amount of 633 has been received from Account number ea621f02-284b-48b4-8cd8-85e351f936db
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of d984eaa6-f79f-40aa-abce-296be8dc75bb: Amount of 844 has to sent to Account number 6a1f99d7-cccd-4414-aab5-d156da00980a
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a1f99d7-cccd-4414-aab5-d156da00980a: Amount of 844 has been received from Account number d984eaa6-f79f-40aa-abce-296be8dc75bb
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 796e7a77-f8b3-420f-9690-5ca5d946fce5: Amount of 312 has been received from Account number bcaebcbd-3962-419d-af92-d7b39eff40bb
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25f63f73-64c7-4fda-b3d1-2e338888e707: Amount of 745 has to sent to Account number 95941f2e-6949-43d0-a53c-700b422538b0
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a448ec7-84d4-472e-834d-2134934ce4df: Amount of 969 has to sent to Account number d7608182-d147-4e1e-b2e5-5b18cbfa293d
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95941f2e-6949-43d0-a53c-700b422538b0: Amount of 745 has been received from Account number 25f63f73-64c7-4fda-b3d1-2e338888e707
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of d7608182-d147-4e1e-b2e5-5b18cbfa293d: Amount of 969 has been received from Account number 3a448ec7-84d4-472e-834d-2134934ce4df
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1b06d50d-c8be-4ee9-a505-e432e11ce2ad: Amount of 687 has to sent to Account number cc255095-e069-4c22-8ce3-b19608c94e4a
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1755504d-b06b-499c-98b0-35861065824f: Amount of 169 has to sent to Account number bd4b658a-fb95-435e-b9ad-9469dbe3f123
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of cc255095-e069-4c22-8ce3-b19608c94e4a: Amount of 687 has been received from Account number 1b06d50d-c8be-4ee9-a505-e432e11ce2ad
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of bd4b658a-fb95-435e-b9ad-9469dbe3f123: Amount of 169 has been received from Account number 1755504d-b06b-499c-98b0-35861065824f
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ffd73e7a-7699-4170-b2b1-246ca105237f: Amount of 100 has to sent to Account number 22347f8b-5cc1-4ece-813c-a31bc353db0f
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf61e720-d454-4054-a65f-cd4682fd5048: Amount of 607 has to sent to Account number 07cc2a21-5fb3-43f9-a7d4-7bac945bb642
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22347f8b-5cc1-4ece-813c-a31bc353db0f: Amount of 100 has been received from Account number ffd73e7a-7699-4170-b2b1-246ca105237f
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 07cc2a21-5fb3-43f9-a7d4-7bac945bb642: Amount of 607 has been received from Account number bf61e720-d454-4054-a65f-cd4682fd5048
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 43f0b213-ce70-4783-903d-6b3451731f74: Amount of 597 has to sent to Account number 30dcf0e4-5134-413b-9f95-b9b019ee5faf
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9a279546-25c3-4e1f-96a2-fb23efc8024f: Amount of 891 has to sent to Account number 4ca8f76c-19cb-4821-9957-526ff2a8c3c7
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 30dcf0e4-5134-413b-9f95-b9b019ee5faf: Amount of 597 has been received from Account number 43f0b213-ce70-4783-903d-6b3451731f74
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 20cbdd47-af9a-4897-89cd-528330ed0cb1: Amount of 127 has been received from Account number 31fe4b4e-78e3-4eca-b8f7-a49de5e85aa1
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 93b3ad83-30c5-4eed-bb2b-c0f23a4d797f: Amount of 594 has to sent to Account number b23c9180-6483-4141-a826-4d451bc6b57d
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0d6b0794-8040-459d-b85b-ee37ec4c2bb2: Amount of 505 has to sent to Account number d47d44ec-329b-401c-9dd8-77172da41749
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2decd01-3692-4be5-89a0-2401c9500056: Amount of 19 has been received from Account number 3213a201-a3e6-4c01-9c88-8a8d8cbad00f
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8dad30ea-8a5d-42be-af17-f52a95c6c63a: Amount of 354 has to sent to Account number aa01f252-801e-4ed7-a19b-e28b606d8c53
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0fb1261c-c5d6-4564-a4be-0984858a6ca9: Amount of 503 has to sent to Account number 56a5cfa1-434e-44fe-aea6-2e28daef193d
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56a5cfa1-434e-44fe-aea6-2e28daef193d: Amount of 503 has been received from Account number 0fb1261c-c5d6-4564-a4be-0984858a6ca9
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f82723c-c01a-49eb-8b32-92e3915e5d64: Amount of 512 has been received from Account number 81b044df-bcb8-4ea6-9f1d-43fc3d05cb18
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2f88da04-8786-419a-9172-dbf58db3bb62: Amount of 832 has to sent to Account number 2ced1e58-601e-44ac-bd90-a3b9edf03eb8
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of c28a22d5-8526-47d5-becd-cfad90a70614: Amount of 84 has been received from Account number 6e036e79-3584-490b-9ce4-8f4e1e2ebe8f
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ced1e58-601e-44ac-bd90-a3b9edf03eb8: Amount of 832 has been received from Account number 2f88da04-8786-419a-9172-dbf58db3bb62
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of d04c8d46-1c12-4f56-a6f3-3501e7e37643: Amount of 865 has to sent to Account number a9cf4ee6-6484-48b6-a1a2-10d5687e581a
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 33f644b8-7fe6-4096-87c5-8827801ab2b6: Amount of 320 has to sent to Account number 243c6c04-c10f-4631-8bad-68d4057a5d87
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8a1589db-ba02-44da-9bf0-1a68a8405dce: Amount of 195 has to sent to Account number 0a62bb54-1997-4c65-bca5-31ff5b4d32d3
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 243c6c04-c10f-4631-8bad-68d4057a5d87: Amount of 320 has been received from Account number 33f644b8-7fe6-4096-87c5-8827801ab2b6
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a62bb54-1997-4c65-bca5-31ff5b4d32d3: Amount of 195 has been received from Account number 8a1589db-ba02-44da-9bf0-1a68a8405dce
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 160394f5-aa7b-4b3e-b134-80b2a35b3813: Amount of 224 has been received from Account number 6bcc3f63-ad18-40fc-abbd-acfc8a00868d
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 51ced4e6-b1e8-4593-9918-d8d9f04e96d1: Amount of 58 has to sent to Account number d53fde66-0a53-4e3a-86a8-0f6e35fedfdc
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 21735416-f201-4710-a0b8-e87521c89c41: Amount of 984 has been received from Account number e4a00df9-9327-423f-9d40-22886289b164
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 256fd3de-7413-4c73-b881-cc54e42f328a: Amount of 625 has to sent to Account number 9d3c72bd-3065-41ca-ab23-9d6df80be35f
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a37146ec-4243-45dc-ade7-34ee6ac0fc4b: Amount of 585 has to sent to Account number 12af41ea-933e-414c-b975-1f864832490c
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d3c72bd-3065-41ca-ab23-9d6df80be35f: Amount of 625 has been received from Account number 256fd3de-7413-4c73-b881-cc54e42f328a
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of f719a646-dbad-4648-90aa-4f045956a947: Amount of 863 has to sent to Account number 3bb5e7a0-b389-4e39-a4ef-c2990157268c
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of d65ef95c-abf2-4527-872b-a58b14029d50: Amount of 858 has to sent to Account number 33326845-60c4-4088-945e-37c6eef0a63c
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3bb5e7a0-b389-4e39-a4ef-c2990157268c: Amount of 863 has been received from Account number f719a646-dbad-4648-90aa-4f045956a947
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 33326845-60c4-4088-945e-37c6eef0a63c: Amount of 858 has been received from Account number d65ef95c-abf2-4527-872b-a58b14029d50
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4627e174-7eef-4c56-aa9e-de94feebbfa3: Amount of 759 has to sent to Account number 6d1eb60c-6ffa-4bd7-bf79-a49805a18b2e
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 859ca82b-7d02-44f2-91ef-b0c2d0bb8336: Amount of 630 has been received from Account number dd985ce8-b661-4736-93f1-fd43526f6374
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d1eb60c-6ffa-4bd7-bf79-a49805a18b2e: Amount of 759 has been received from Account number 4627e174-7eef-4c56-aa9e-de94feebbfa3
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8622a98d-572d-47c1-8155-8e879aa7faa2: Amount of 872 has been received from Account number 1869d483-4b6a-48fd-86bb-316828a38007
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of a2f8a3c2-2b1d-4be6-8a63-3a522936957f: Amount of 635 has to sent to Account number 93d20505-c19e-4b40-a294-928c3e794782
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of a023b850-b620-4b26-9896-d6f5f3b5c1d1: Amount of 535 has to sent to Account number b31702a0-04c1-4995-9c14-4d397d6b6015
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 93d20505-c19e-4b40-a294-928c3e794782: Amount of 635 has been received from Account number a2f8a3c2-2b1d-4be6-8a63-3a522936957f
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of b31702a0-04c1-4995-9c14-4d397d6b6015: Amount of 535 has been received from Account number a023b850-b620-4b26-9896-d6f5f3b5c1d1
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e278e49-9bdc-45aa-8a80-89495a6d87d6: Amount of 713 has to sent to Account number 20f72da4-0019-416c-b6c3-46a15bb40f61
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 15c940cb-d871-4f6e-9a3c-124c53820d42: Amount of 584 has to sent to Account number 646a76f6-3579-4725-bbd2-7dbb25bca90e
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of d297c7ba-2331-4e31-a67f-2aa794343d2f: Amount of 232 has to sent to Account number 6238fc45-eb91-4d87-9606-c8124b42a673
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 646a76f6-3579-4725-bbd2-7dbb25bca90e: Amount of 584 has been received from Account number 15c940cb-d871-4f6e-9a3c-124c53820d42
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6238fc45-eb91-4d87-9606-c8124b42a673: Amount of 232 has been received from Account number d297c7ba-2331-4e31-a67f-2aa794343d2f
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf76a3db-4b63-4899-b055-561dd40092b2: Amount of 825 has to sent to Account number a27f143c-0c7e-41b5-9693-d708c4cd62e9
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of a27f143c-0c7e-41b5-9693-d708c4cd62e9: Amount of 825 has been received from Account number cf76a3db-4b63-4899-b055-561dd40092b2
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6298fe1e-210c-460d-a047-6592f5559b9e: Amount of 776 has to sent to Account number f134bd57-741d-4cbf-9edd-20c48f80c045
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 244d80d2-70be-4d38-b544-dac32eb7d2cb: Amount of 886 has to sent to Account number 8a6d34a1-b887-44a1-a834-2ea07a04f70d
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 672ae7bc-86fb-4399-adb8-868de3c93aac: Amount of 399 has to sent to Account number aa23934a-6f0d-4b64-8876-5db17705a945
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of aa23934a-6f0d-4b64-8876-5db17705a945: Amount of 399 has been received from Account number 672ae7bc-86fb-4399-adb8-868de3c93aac
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5cf00821-6b43-47c7-9723-d195b32fec5a: Amount of 596 has to sent to Account number 3f54997b-9da0-4dd4-bab8-49143f22b6b9
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of dc5de4ef-7b15-41d7-a1fb-199daac05bde: Amount of 348 has to sent to Account number 57161eed-0bfc-4f3a-b55c-2e45474f40b1
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f54997b-9da0-4dd4-bab8-49143f22b6b9: Amount of 596 has been received from Account number 5cf00821-6b43-47c7-9723-d195b32fec5a
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 57161eed-0bfc-4f3a-b55c-2e45474f40b1: Amount of 348 has been received from Account number dc5de4ef-7b15-41d7-a1fb-199daac05bde
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 777a4e95-98a6-46a6-ac69-e379353c2d91: Amount of 610 has to sent to Account number 73d6164f-d7c3-4fcb-8691-18401c836438
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9a551e4f-838d-4b1b-820c-a2f0f6d26eb3: Amount of 444 has to sent to Account number f367055a-7316-4d73-9781-1590ff4c4093
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of f367055a-7316-4d73-9781-1590ff4c4093: Amount of 444 has been received from Account number 9a551e4f-838d-4b1b-820c-a2f0f6d26eb3
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4ca8f76c-19cb-4821-9957-526ff2a8c3c7: Amount of 891 has been received from Account number 9a279546-25c3-4e1f-96a2-fb23efc8024f
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of b23c9180-6483-4141-a826-4d451bc6b57d: Amount of 594 has been received from Account number 93b3ad83-30c5-4eed-bb2b-c0f23a4d797f
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6ba752cd-f57a-42fb-b49f-33892b9968f4: Amount of 202 has to sent to Account number 4f231c89-c2a9-414a-beb9-edf55645b06a
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f231c89-c2a9-414a-beb9-edf55645b06a: Amount of 202 has been received from Account number 6ba752cd-f57a-42fb-b49f-33892b9968f4
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 34b62a74-5d8e-4b43-835e-165bcf945621: Amount of 24 has to sent to Account number 8b9e6049-a833-4454-883d-c262849c57b0
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of dcbf9c87-49b8-4a7e-ab8b-91a7dda5dfe5: Amount of 450 has to sent to Account number 0236b87f-7694-43ab-8896-a24b8fa1422c
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d47d44ec-329b-401c-9dd8-77172da41749: Amount of 505 has been received from Account number 0d6b0794-8040-459d-b85b-ee37ec4c2bb2
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0236b87f-7694-43ab-8896-a24b8fa1422c: Amount of 450 has been received from Account number dcbf9c87-49b8-4a7e-ab8b-91a7dda5dfe5
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f8b15c0-2574-4b9e-bb82-fe3f5fb1eec2: Amount of 595 has to sent to Account number a4e39ab8-3b90-4ea7-b572-bd8de58e3fc0
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of aa01f252-801e-4ed7-a19b-e28b606d8c53: Amount of 354 has been received from Account number 8dad30ea-8a5d-42be-af17-f52a95c6c63a
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4e39ab8-3b90-4ea7-b572-bd8de58e3fc0: Amount of 595 has been received from Account number 5f8b15c0-2574-4b9e-bb82-fe3f5fb1eec2
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ce2919c3-ea61-468d-abda-66ecd2051e2d: Amount of 781 has to sent to Account number b17b770a-1063-44e6-a51a-f2da2cef4e85
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53468914-8733-485e-b8f3-2baa90b1ed3c: Amount of 56 has to sent to Account number b399c8e0-9921-4178-824f-b3f6edab14e9
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9cf4ee6-6484-48b6-a1a2-10d5687e581a: Amount of 865 has been received from Account number d04c8d46-1c12-4f56-a6f3-3501e7e37643
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of b399c8e0-9921-4178-824f-b3f6edab14e9: Amount of 56 has been received from Account number 53468914-8733-485e-b8f3-2baa90b1ed3c
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of b2049dc5-7f1b-417f-9b9b-c136632d156d: Amount of 462 has to sent to Account number 6da25b6f-361e-4672-9002-f19f3f54717f
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e86366a-b768-4184-974b-695cc08425a5: Amount of 470 has to sent to Account number a9fefdc0-73d8-48ec-b00c-74a07e98127a
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9fefdc0-73d8-48ec-b00c-74a07e98127a: Amount of 470 has been received from Account number 9e86366a-b768-4184-974b-695cc08425a5
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d24c66b-c1fa-45e5-9bcc-8fda00a805da: Amount of 540 has to sent to Account number ea5a9d0a-038b-4c8a-928c-c1cd56db8c63
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ea5a9d0a-038b-4c8a-928c-c1cd56db8c63: Amount of 540 has been received from Account number 5d24c66b-c1fa-45e5-9bcc-8fda00a805da
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ab1abf7-f15e-4f80-8c4f-cb99ad5144a0: Amount of 634 has to sent to Account number 4c98786a-6e12-4575-8295-87791b079a6f
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4c98786a-6e12-4575-8295-87791b079a6f: Amount of 634 has been received from Account number 2ab1abf7-f15e-4f80-8c4f-cb99ad5144a0
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of af666c15-4d6a-4c90-94f1-13b6b7dab79a: Amount of 349 has to sent to Account number 9f38ba55-61c8-4e27-b4b0-168d56f8f562
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9f38ba55-61c8-4e27-b4b0-168d56f8f562: Amount of 349 has been received from Account number af666c15-4d6a-4c90-94f1-13b6b7dab79a
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9ef2cdb9-190b-405a-aed3-fa623f1661ee: Amount of 267 has to sent to Account number 04c1e5cd-f5ce-46a1-8a6a-36a5b891fc34
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 04c1e5cd-f5ce-46a1-8a6a-36a5b891fc34: Amount of 267 has been received from Account number 9ef2cdb9-190b-405a-aed3-fa623f1661ee
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 111843dd-95e2-4c03-9015-c10fd8c280a8: Amount of 773 has to sent to Account number 53186dcf-f0c5-402f-b699-d68010bcb43d
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53186dcf-f0c5-402f-b699-d68010bcb43d: Amount of 773 has been received from Account number 111843dd-95e2-4c03-9015-c10fd8c280a8
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of cec2649c-1eb4-4f95-aef5-ba6e180904e6: Amount of 814 has to sent to Account number c00ddcc3-098a-4e55-8cf4-b785c9d88f3e
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of c00ddcc3-098a-4e55-8cf4-b785c9d88f3e: Amount of 814 has been received from Account number cec2649c-1eb4-4f95-aef5-ba6e180904e6
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 06c825ae-c3a1-45e5-9657-ba27876b2911: Amount of 620 has to sent to Account number 190dbb86-5891-4735-a27b-e3a372f9bc08
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a5905c9-9065-4674-87fd-b7bd38c2ac22: Amount of 616 has to sent to Account number 0924304b-bc71-465c-b556-e87b572311ce
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of d53fde66-0a53-4e3a-86a8-0f6e35fedfdc: Amount of 58 has been received from Account number 51ced4e6-b1e8-4593-9918-d8d9f04e96d1
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0924304b-bc71-465c-b556-e87b572311ce: Amount of 616 has been received from Account number 0a5905c9-9065-4674-87fd-b7bd38c2ac22
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 12af41ea-933e-414c-b975-1f864832490c: Amount of 585 has been received from Account number a37146ec-4243-45dc-ade7-34ee6ac0fc4b
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 05623ccb-b631-4c1c-8004-cf588d90551a: Amount of 196 has to sent to Account number 5f021be9-c9f0-4109-9164-26bb5d2a3c07
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of fab1f09d-83fb-4aca-8738-ac784934cc0c: Amount of 309 has to sent to Account number 496f1fc3-658d-40dc-8c41-883738df3a9b
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 496f1fc3-658d-40dc-8c41-883738df3a9b: Amount of 309 has been received from Account number fab1f09d-83fb-4aca-8738-ac784934cc0c
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7df62ac3-4d2e-4f58-8075-07bfe7b6597f: Amount of 645 has to sent to Account number 425db7ef-7104-4237-b8fc-8c58a35af003
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3c34f679-db73-4e3c-b979-589f1ff81de4: Amount of 523 has to sent to Account number 68ee6004-480e-4219-b290-428a60b11bbc
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 68ee6004-480e-4219-b290-428a60b11bbc: Amount of 523 has been received from Account number 3c34f679-db73-4e3c-b979-589f1ff81de4
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d8109b3-23b2-4fb3-b95d-ca5c35705955: Amount of 718 has to sent to Account number faeaad84-5c4d-42c1-8e35-cb15da4ac704
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of faeaad84-5c4d-42c1-8e35-cb15da4ac704: Amount of 718 has been received from Account number 8d8109b3-23b2-4fb3-b95d-ca5c35705955
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 35201386-1992-42dd-98a8-7b0fedebfeb7: Amount of 57 has to sent to Account number 1816f469-aa88-41af-b7f6-4a926404179b
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 67becf14-31d3-49cc-8cde-9598f41e3db7: Amount of 551 has to sent to Account number 8f955acf-64cf-4d3f-934a-de4e3c8ab27d
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f955acf-64cf-4d3f-934a-de4e3c8ab27d: Amount of 551 has been received from Account number 67becf14-31d3-49cc-8cde-9598f41e3db7
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1816f469-aa88-41af-b7f6-4a926404179b: Amount of 57 has been received from Account number 35201386-1992-42dd-98a8-7b0fedebfeb7
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 633681e4-00c0-47d1-bfa0-0acb535452ca: Amount of 581 has to sent to Account number dbefaaec-2c47-40ed-952e-7a5686c7427c
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of dbefaaec-2c47-40ed-952e-7a5686c7427c: Amount of 581 has been received from Account number 633681e4-00c0-47d1-bfa0-0acb535452ca
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9cbe1cbb-9c92-4bd2-919f-cc535c73043d: Amount of 473 has to sent to Account number bf31f6ed-35dc-4975-9723-f36cd7fcc373
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b3934d0-bb49-4cae-acdd-1e6cc1ba9c02: Amount of 731 has to sent to Account number 84932393-7e18-4377-b7f3-2473b09ecaf5
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 84932393-7e18-4377-b7f3-2473b09ecaf5: Amount of 731 has been received from Account number 8b3934d0-bb49-4cae-acdd-1e6cc1ba9c02
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 610375a9-b9e7-4927-9d50-09104cd856a1: Amount of 30 has to sent to Account number db60413a-9d35-4534-ac6f-a1c75cb69622
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 31dcc164-f30e-40dc-a60f-4871e62dd4cc: Amount of 194 has to sent to Account number e0778494-ca07-43d3-8eab-16d16ba6db00
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of e0778494-ca07-43d3-8eab-16d16ba6db00: Amount of 194 has been received from Account number 31dcc164-f30e-40dc-a60f-4871e62dd4cc
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of aecc7618-87da-4711-860e-6a0fb34389b3: Amount of 446 has to sent to Account number 0dc5a3ad-9031-461f-a780-e4df18346197
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0dc5a3ad-9031-461f-a780-e4df18346197: Amount of 446 has been received from Account number aecc7618-87da-4711-860e-6a0fb34389b3
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of cb42fa58-c508-440b-b56c-1da40b49a923: Amount of 260 has to sent to Account number d86001bf-3686-486f-a46d-2a87c6e2ef7d
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of d86001bf-3686-486f-a46d-2a87c6e2ef7d: Amount of 260 has been received from Account number cb42fa58-c508-440b-b56c-1da40b49a923
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf1f2947-aea2-40ec-b865-487efc6b1e3d: Amount of 791 has to sent to Account number 17b54a58-69a2-49ee-866b-20956da3dfba
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 17b54a58-69a2-49ee-866b-20956da3dfba: Amount of 791 has been received from Account number bf1f2947-aea2-40ec-b865-487efc6b1e3d
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 15d287d6-8804-4642-85ff-6a6c38c10376: Amount of 926 has to sent to Account number 61a5e755-50b8-445d-a5eb-e30e812f61dd
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 20f72da4-0019-416c-b6c3-46a15bb40f61: Amount of 713 has been received from Account number 3e278e49-9bdc-45aa-8a80-89495a6d87d6
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of f134bd57-741d-4cbf-9edd-20c48f80c045: Amount of 776 has been received from Account number 6298fe1e-210c-460d-a047-6592f5559b9e
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8a6d34a1-b887-44a1-a834-2ea07a04f70d: Amount of 886 has been received from Account number 244d80d2-70be-4d38-b544-dac32eb7d2cb
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of edcef62a-f38e-4c8e-aa3d-8e2d22fee636: Amount of 811 has to sent to Account number 12074c73-4485-4bbd-b5f7-42602468991d
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 12074c73-4485-4bbd-b5f7-42602468991d: Amount of 811 has been received from Account number edcef62a-f38e-4c8e-aa3d-8e2d22fee636
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6dfae655-ec1b-4a69-9837-0b595da985d4: Amount of 792 has to sent to Account number 5d6d26b5-7c93-45ac-b86d-829789d5583f
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ebe19f5-b6c4-400e-a019-a074c5737009: Amount of 842 has to sent to Account number c4803d02-c4b2-4801-b99a-baf5a0f978c6
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d6d26b5-7c93-45ac-b86d-829789d5583f: Amount of 792 has been received from Account number 6dfae655-ec1b-4a69-9837-0b595da985d4
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of c4803d02-c4b2-4801-b99a-baf5a0f978c6: Amount of 842 has been received from Account number 0ebe19f5-b6c4-400e-a019-a074c5737009
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 00eb9130-1bb4-49f9-bb31-4c66e8291ffd: Amount of 234 has to sent to Account number 6f8da4a9-c352-47b8-8d76-18da35c430a9
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6f8da4a9-c352-47b8-8d76-18da35c430a9: Amount of 234 has been received from Account number 00eb9130-1bb4-49f9-bb31-4c66e8291ffd
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6ceb1a53-78f6-477e-bd0c-8dfe27bc1f84: Amount of 624 has to sent to Account number bcb1f551-de1c-447b-8dbe-3f23f964e862
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of bcb1f551-de1c-447b-8dbe-3f23f964e862: Amount of 624 has been received from Account number 6ceb1a53-78f6-477e-bd0c-8dfe27bc1f84
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of b39e4a0b-0a47-48fb-abd2-91e7af936fc5: Amount of 361 has to sent to Account number 11582275-8b5f-40d5-9476-ba5d04556111
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of b59b649f-b2cd-4846-96b1-27ef25562dc9: Amount of 653 has to sent to Account number 6ba6a195-de62-4ba5-9450-cf42a8650ccf
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6ba6a195-de62-4ba5-9450-cf42a8650ccf: Amount of 653 has been received from Account number b59b649f-b2cd-4846-96b1-27ef25562dc9
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 707a886e-6b14-4f3f-b873-640c632722d9: Amount of 781 has to sent to Account number 9e564795-54e7-4935-92b2-07985146d407
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e564795-54e7-4935-92b2-07985146d407: Amount of 781 has been received from Account number 707a886e-6b14-4f3f-b873-640c632722d9
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0982cdc7-fe55-40ed-92bb-48eb37751d92: Amount of 304 has to sent to Account number 4f40795f-a9e0-4540-8c62-821ab8eab748
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f40795f-a9e0-4540-8c62-821ab8eab748: Amount of 304 has been received from Account number 0982cdc7-fe55-40ed-92bb-48eb37751d92
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of b3be47d2-2051-4d80-ae9a-2d523f0f2fb2: Amount of 253 has to sent to Account number 05e1fcd5-e0bf-4539-abd6-9c3321677dfd
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a82ce4c-b3ce-41a6-b778-b3cbf2ca60bc: Amount of 999 has to sent to Account number bd208ba0-0212-4cf1-949a-7b2bb8f352eb
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 05e1fcd5-e0bf-4539-abd6-9c3321677dfd: Amount of 253 has been received from Account number b3be47d2-2051-4d80-ae9a-2d523f0f2fb2
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of bd208ba0-0212-4cf1-949a-7b2bb8f352eb: Amount of 999 has been received from Account number 3a82ce4c-b3ce-41a6-b778-b3cbf2ca60bc
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of f56e5e5d-10ce-4400-a501-cfb90d62a2b1: Amount of 579 has to sent to Account number a6765dde-d561-440e-823a-a12e25465784
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of a6765dde-d561-440e-823a-a12e25465784: Amount of 579 has been received from Account number f56e5e5d-10ce-4400-a501-cfb90d62a2b1
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ca7ed43-0ca5-4faf-9734-b8bb1d7ef302: Amount of 378 has to sent to Account number 0c372a44-c39e-4b63-829e-42ba35382ab9
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c372a44-c39e-4b63-829e-42ba35382ab9: Amount of 378 has been received from Account number 2ca7ed43-0ca5-4faf-9734-b8bb1d7ef302
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 449e1f71-4da9-479b-ae69-d03834e352c1: Amount of 360 has to sent to Account number 88aa7b07-3184-4a49-a001-6079cdce8de6
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 027be8a8-b0ce-4cd2-9585-20a56a80893b: Amount of 926 has to sent to Account number 3a17bf61-be50-4cfa-8434-088922a5245e
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 73d6164f-d7c3-4fcb-8691-18401c836438: Amount of 610 has been received from Account number 777a4e95-98a6-46a6-ac69-e379353c2d91
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 88aa7b07-3184-4a49-a001-6079cdce8de6: Amount of 360 has been received from Account number 449e1f71-4da9-479b-ae69-d03834e352c1
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a17bf61-be50-4cfa-8434-088922a5245e: Amount of 926 has been received from Account number 027be8a8-b0ce-4cd2-9585-20a56a80893b
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0437ac4e-48c4-48eb-a3e4-60447434dd39: Amount of 173 has to sent to Account number fa43f3d4-77e7-4eac-8bb1-70e4afdc7747
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of e41c7bf2-3361-4266-a83b-9373e3e4014d: Amount of 916 has to sent to Account number 8e1f9e30-f856-4824-8d16-e77cd5eeec6a
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa43f3d4-77e7-4eac-8bb1-70e4afdc7747: Amount of 173 has been received from Account number 0437ac4e-48c4-48eb-a3e4-60447434dd39
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e1f9e30-f856-4824-8d16-e77cd5eeec6a: Amount of 916 has been received from Account number e41c7bf2-3361-4266-a83b-9373e3e4014d
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b9e6049-a833-4454-883d-c262849c57b0: Amount of 24 has been received from Account number 34b62a74-5d8e-4b43-835e-165bcf945621
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1ea631d5-6ab1-4f2a-b556-a6c3ea9cedf2: Amount of 3 has to sent to Account number 2231c09e-a717-4df5-9f04-efc5f0113296
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2995513d-8a69-4cee-a803-c928df5309b8: Amount of 545 has to sent to Account number 471499fe-c057-4d58-b20d-6ddb0cabf10d
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2231c09e-a717-4df5-9f04-efc5f0113296: Amount of 3 has been received from Account number 1ea631d5-6ab1-4f2a-b556-a6c3ea9cedf2
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f760706-fea4-4563-ad85-5e58f62c1438: Amount of 853 has to sent to Account number 439a900b-1d77-40b9-8025-1d6c6d36c2ff
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 471499fe-c057-4d58-b20d-6ddb0cabf10d: Amount of 545 has been received from Account number 2995513d-8a69-4cee-a803-c928df5309b8
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of b17b770a-1063-44e6-a51a-f2da2cef4e85: Amount of 781 has been received from Account number ce2919c3-ea61-468d-abda-66ecd2051e2d
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 439a900b-1d77-40b9-8025-1d6c6d36c2ff: Amount of 853 has been received from Account number 8f760706-fea4-4563-ad85-5e58f62c1438
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77ed357c-1ece-4a24-b5a6-a84fc86bc386: Amount of 550 has to sent to Account number c98fe876-df07-40a3-91e2-c8394519c5ba
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 01623b27-bc95-4ced-9507-2b09e55127c8: Amount of 904 has to sent to Account number 6073de3b-0347-4526-9594-bdec3f8c1362
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of c98fe876-df07-40a3-91e2-c8394519c5ba: Amount of 550 has been received from Account number 77ed357c-1ece-4a24-b5a6-a84fc86bc386
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6073de3b-0347-4526-9594-bdec3f8c1362: Amount of 904 has been received from Account number 01623b27-bc95-4ced-9507-2b09e55127c8
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ce07b93-1a6d-48b8-a5c0-c07a9ac94086: Amount of 84 has to sent to Account number 1eb9616a-7826-4104-b3f0-fb60d841b679
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d5982619-3f3a-4456-978c-e3d9d27216d0: Amount of 357 has to sent to Account number f2aefb5e-811e-40b6-9534-0df236fa3f8e
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of d85174cc-f940-4ab4-aa5a-cc71a8e425b1: Amount of 551 has to sent to Account number 99986f4a-f81f-4267-91b9-c6b866d14cdd
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 99986f4a-f81f-4267-91b9-c6b866d14cdd: Amount of 551 has been received from Account number d85174cc-f940-4ab4-aa5a-cc71a8e425b1
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of e2df055d-bb42-4a2a-a736-d96c69462474: Amount of 712 has to sent to Account number d281fe9e-feb3-49db-be96-220bad5ad72c
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of d281fe9e-feb3-49db-be96-220bad5ad72c: Amount of 712 has been received from Account number e2df055d-bb42-4a2a-a736-d96c69462474
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 51cd87d1-24c2-40ea-b2c9-9f3900bbfab6: Amount of 525 has to sent to Account number bc6c4200-fac4-4f4b-b52b-fbb37da0c3e7
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of bb8839cd-e967-43ef-a3ac-3fbbfd859d63: Amount of 117 has to sent to Account number 67bb7646-b792-4bef-b93e-fa1c3505dfb6
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6da25b6f-361e-4672-9002-f19f3f54717f: Amount of 462 has been received from Account number b2049dc5-7f1b-417f-9b9b-c136632d156d
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 190dbb86-5891-4735-a27b-e3a372f9bc08: Amount of 620 has been received from Account number 06c825ae-c3a1-45e5-9657-ba27876b2911
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f021be9-c9f0-4109-9164-26bb5d2a3c07: Amount of 196 has been received from Account number 05623ccb-b631-4c1c-8004-cf588d90551a
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 425db7ef-7104-4237-b8fc-8c58a35af003: Amount of 645 has been received from Account number 7df62ac3-4d2e-4f58-8075-07bfe7b6597f
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of a97e009a-0860-48cb-944e-940161bad9d1: Amount of 749 has to sent to Account number 66c35eea-38ab-40ec-8f46-5b9c6f509fb1
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 66c35eea-38ab-40ec-8f46-5b9c6f509fb1: Amount of 749 has been received from Account number a97e009a-0860-48cb-944e-940161bad9d1
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of b2ca4785-53db-47a8-ad0a-2aae31b6b729: Amount of 536 has to sent to Account number 524e29eb-7926-402e-bc6b-afa03e7ddb71
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf31f6ed-35dc-4975-9723-f36cd7fcc373: Amount of 473 has been received from Account number 9cbe1cbb-9c92-4bd2-919f-cc535c73043d
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 524e29eb-7926-402e-bc6b-afa03e7ddb71: Amount of 536 has been received from Account number b2ca4785-53db-47a8-ad0a-2aae31b6b729
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of db60413a-9d35-4534-ac6f-a1c75cb69622: Amount of 30 has been received from Account number 610375a9-b9e7-4927-9d50-09104cd856a1
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 417438d4-26d9-4a0b-bfc3-9f68c8006fbd: Amount of 361 has to sent to Account number 3868e85e-7e63-45e9-9fc6-06ff71898115
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3868e85e-7e63-45e9-9fc6-06ff71898115: Amount of 361 has been received from Account number 417438d4-26d9-4a0b-bfc3-9f68c8006fbd
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of dac7f3af-b947-49ad-9284-162dca02e6da: Amount of 817 has to sent to Account number a45d2bef-76a6-4800-86c7-bd4f670387b2
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3cc664fd-8434-461b-8fb2-aaa31209b41a: Amount of 599 has to sent to Account number fcc416c9-63bf-4d62-8f92-9af28693876f
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 666241e7-ecc1-4d8c-a6d3-ea92bbc9330f: Amount of 382 has to sent to Account number 57d310a6-1b7f-41d8-a376-19c53fce0a73
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of fcc416c9-63bf-4d62-8f92-9af28693876f: Amount of 599 has been received from Account number 3cc664fd-8434-461b-8fb2-aaa31209b41a
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 61a5e755-50b8-445d-a5eb-e30e812f61dd: Amount of 926 has been received from Account number 15d287d6-8804-4642-85ff-6a6c38c10376
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of c14bd2f7-fc5d-46ac-839f-4e339081b8ac: Amount of 802 has to sent to Account number de87a326-7293-4b1e-9ca1-6c9065c0a8f9
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of de87a326-7293-4b1e-9ca1-6c9065c0a8f9: Amount of 802 has been received from Account number c14bd2f7-fc5d-46ac-839f-4e339081b8ac
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 783e7904-cceb-4b7e-91ba-c341a3aabd32: Amount of 624 has to sent to Account number 6237e7e1-5fbf-478f-9867-ac928931ff8a
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e04186a-3e0c-4ce4-8c48-caabeab7380c: Amount of 69 has to sent to Account number 143144bb-340c-43bc-9854-420448811795
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of b53c850f-5343-4a20-a625-f5f792986d9b: Amount of 372 has to sent to Account number 1bf119fb-08b6-48cc-b552-3b358a103ab3
2024-07-09 19:26:08.203  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 11582275-8b5f-40d5-9476-ba5d04556111: Amount of 361 has been received from Account number b39e4a0b-0a47-48fb-abd2-91e7af936fc5
2024-07-09 19:26:08.203  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ebd7c7f5-d5cd-4581-a28d-8f9499b84ecd: Amount of 279 has to sent to Account number b3f16591-18d6-496a-9aba-76aaea814419
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3847451e-51cf-437b-865f-a9291a4a7c27: Amount of 641 has to sent to Account number 3c2ebac7-4b7c-4a3e-aacc-d5a236afd403
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of b712689b-a350-4507-924d-40e24902f2ae: Amount of 979 has to sent to Account number 749cceca-3373-45fd-9125-dbd8137b3210
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3c2ebac7-4b7c-4a3e-aacc-d5a236afd403: Amount of 641 has been received from Account number 3847451e-51cf-437b-865f-a9291a4a7c27
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 749cceca-3373-45fd-9125-dbd8137b3210: Amount of 979 has been received from Account number b712689b-a350-4507-924d-40e24902f2ae
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 70098e2d-2521-4ebf-93f7-0ff75192d92d: Amount of 42 has to sent to Account number 94951b25-fb42-49a3-b3ca-4350ef10590d
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 94951b25-fb42-49a3-b3ca-4350ef10590d: Amount of 42 has been received from Account number 70098e2d-2521-4ebf-93f7-0ff75192d92d
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of a44f4f82-4c14-4141-8a35-4b7363e909b4: Amount of 777 has to sent to Account number f26652a8-7826-4d0c-854d-496c251365d7
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9afa24c7-c191-4b70-b1b2-cac3a0023a74: Amount of 805 has to sent to Account number c3f0ddb2-fbc3-4700-b311-3ae6ee793a80
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of f26652a8-7826-4d0c-854d-496c251365d7: Amount of 777 has been received from Account number a44f4f82-4c14-4141-8a35-4b7363e909b4
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3f0ddb2-fbc3-4700-b311-3ae6ee793a80: Amount of 805 has been received from Account number 9afa24c7-c191-4b70-b1b2-cac3a0023a74
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 726a892e-f6bb-4836-a188-ec4c66f00272: Amount of 432 has to sent to Account number 6646094d-a4e9-4d58-88e9-6357c7ed8c8b
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 460dc490-4503-46e4-9571-2084592290c9: Amount of 340 has to sent to Account number ab9c5ae8-1932-467c-b012-14ab45f2f26b
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6646094d-a4e9-4d58-88e9-6357c7ed8c8b: Amount of 432 has been received from Account number 726a892e-f6bb-4836-a188-ec4c66f00272
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1849a590-11c7-4dfa-a12c-19ecc9c03ce3: Amount of 869 has to sent to Account number 5eb76938-28b5-43c8-80c4-b42d5d72149b
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3c8ecbf4-af2b-4169-8ed8-bd11b609b699: Amount of 61 has to sent to Account number 7c8099e9-e92b-41d2-aca4-a9fc43cd4d48
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7c8099e9-e92b-41d2-aca4-a9fc43cd4d48: Amount of 61 has been received from Account number 3c8ecbf4-af2b-4169-8ed8-bd11b609b699
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5eb76938-28b5-43c8-80c4-b42d5d72149b: Amount of 869 has been received from Account number 1849a590-11c7-4dfa-a12c-19ecc9c03ce3
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc35d8b4-0a7c-4d1a-a173-386462770a7e: Amount of 289 has to sent to Account number 9835efbf-c35f-4b0e-80da-295613103a1d
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9835efbf-c35f-4b0e-80da-295613103a1d: Amount of 289 has been received from Account number fc35d8b4-0a7c-4d1a-a173-386462770a7e
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 39fdf96c-bd12-410d-95e9-93443ae25879: Amount of 47 has to sent to Account number c3b6fd72-c869-4f30-aa19-ed557532bd2d
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of d419a6ae-e35c-45bd-8a14-f50d0db2ddc1: Amount of 912 has to sent to Account number 9d9143f6-4c5f-4813-b09d-6394e2ec9623
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 873a1aac-7153-431a-97a1-31b1674e9793: Amount of 348 has to sent to Account number ec7b6665-b2ea-479b-9c4d-0bf0f72c0bef
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3b6fd72-c869-4f30-aa19-ed557532bd2d: Amount of 47 has been received from Account number 39fdf96c-bd12-410d-95e9-93443ae25879
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ec7b6665-b2ea-479b-9c4d-0bf0f72c0bef: Amount of 348 has been received from Account number 873a1aac-7153-431a-97a1-31b1674e9793
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of dfed182d-345d-4190-9782-3e0952592524: Amount of 161 has to sent to Account number aca606d9-dc8e-4088-b952-c9e639934545
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of aca606d9-dc8e-4088-b952-c9e639934545: Amount of 161 has been received from Account number dfed182d-345d-4190-9782-3e0952592524
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of d7806bc6-0d73-4d6c-aff1-c87e8c4f7c5c: Amount of 185 has to sent to Account number 7934f221-4c84-40d5-82b3-0058856f75c1
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7934f221-4c84-40d5-82b3-0058856f75c1: Amount of 185 has been received from Account number d7806bc6-0d73-4d6c-aff1-c87e8c4f7c5c
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7d08a31d-8fb3-4c0c-a52a-a140deac03e8: Amount of 384 has to sent to Account number 5e6810fd-c493-4101-b9c2-1cf22ad47c6a
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5e6810fd-c493-4101-b9c2-1cf22ad47c6a: Amount of 384 has been received from Account number 7d08a31d-8fb3-4c0c-a52a-a140deac03e8
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a8263e0-9369-4e90-b242-e5de67175f7f: Amount of 774 has to sent to Account number 088f45b8-660c-455e-bf9c-74b6877caf00
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 088f45b8-660c-455e-bf9c-74b6877caf00: Amount of 774 has been received from Account number 5a8263e0-9369-4e90-b242-e5de67175f7f
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e546712-8a53-464e-ab25-459f8fedba7b: Amount of 258 has to sent to Account number 5b4a073e-840d-4537-b1f3-3951574b6531
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1eb9616a-7826-4104-b3f0-fb60d841b679: Amount of 84 has been received from Account number 7ce07b93-1a6d-48b8-a5c0-c07a9ac94086
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b4a073e-840d-4537-b1f3-3951574b6531: Amount of 258 has been received from Account number 2e546712-8a53-464e-ab25-459f8fedba7b
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2aefb5e-811e-40b6-9534-0df236fa3f8e: Amount of 357 has been received from Account number d5982619-3f3a-4456-978c-e3d9d27216d0
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3cc65e25-be66-455e-a8e1-b685ae980d6b: Amount of 890 has to sent to Account number 8b4fb2ae-b174-4bf3-9fd6-60d6984aab6f
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b4fb2ae-b174-4bf3-9fd6-60d6984aab6f: Amount of 890 has been received from Account number 3cc65e25-be66-455e-a8e1-b685ae980d6b
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f7338e5-7945-48e3-b6a6-83188cbd9652: Amount of 391 has to sent to Account number a5e32b2c-815a-459b-8bca-52af34d0ba19
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b48b417-11bb-45b3-a74c-1171d69c4944: Amount of 729 has to sent to Account number d0908d8f-3346-4441-a096-27756fd74047
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of a5e32b2c-815a-459b-8bca-52af34d0ba19: Amount of 391 has been received from Account number 4f7338e5-7945-48e3-b6a6-83188cbd9652
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc6c4200-fac4-4f4b-b52b-fbb37da0c3e7: Amount of 525 has been received from Account number 51cd87d1-24c2-40ea-b2c9-9f3900bbfab6
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 67bb7646-b792-4bef-b93e-fa1c3505dfb6: Amount of 117 has been received from Account number bb8839cd-e967-43ef-a3ac-3fbbfd859d63
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of aeea81e4-38f5-4546-8e41-4fb68a033152: Amount of 553 has to sent to Account number cf97922b-bc04-4280-b4fd-99249c53a4e0
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9657aa36-b571-4a40-8d7a-d764e6cf424c: Amount of 17 has to sent to Account number 00f5fcdd-05cd-4619-a701-f3eca5506cb0
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of a99adf00-d27e-4125-ab0b-236f18ae1bc5: Amount of 914 has to sent to Account number d0d1bd47-6a68-4cae-9786-520055e99125
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of d0d1bd47-6a68-4cae-9786-520055e99125: Amount of 914 has been received from Account number a99adf00-d27e-4125-ab0b-236f18ae1bc5
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 00f5fcdd-05cd-4619-a701-f3eca5506cb0: Amount of 17 has been received from Account number 9657aa36-b571-4a40-8d7a-d764e6cf424c
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5ec0657f-f5e2-4aca-a63e-483376354e7d: Amount of 826 has to sent to Account number ae840e5d-3d7d-487b-b752-25c503376c94
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of f0830e50-851f-4059-a2c1-365d30078004: Amount of 725 has to sent to Account number 625ee82d-f3bb-44ae-bfe8-323427312669
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a81d9ddc-905a-4c7f-b07a-262d90f32c70: Amount of 119 has to sent to Account number 38af7335-cdf7-4c81-a6b8-e2172c7d5b1a
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of a13c7698-83c0-410b-9973-5b54bd33b502: Amount of 595 has to sent to Account number 85207561-d9d8-4a9d-bf8c-4c628fdb4bd6
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of a45d2bef-76a6-4800-86c7-bd4f670387b2: Amount of 817 has been received from Account number dac7f3af-b947-49ad-9284-162dca02e6da
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 85207561-d9d8-4a9d-bf8c-4c628fdb4bd6: Amount of 595 has been received from Account number a13c7698-83c0-410b-9973-5b54bd33b502
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 57d310a6-1b7f-41d8-a376-19c53fce0a73: Amount of 382 has been received from Account number 666241e7-ecc1-4d8c-a6d3-ea92bbc9330f
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3c826727-6237-4051-a5cc-eb4fa5cd02a2: Amount of 70 has to sent to Account number 6f9f346d-65b9-4046-a92e-65641282f116
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6237e7e1-5fbf-478f-9867-ac928931ff8a: Amount of 624 has been received from Account number 783e7904-cceb-4b7e-91ba-c341a3aabd32
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 143144bb-340c-43bc-9854-420448811795: Amount of 69 has been received from Account number 8e04186a-3e0c-4ce4-8c48-caabeab7380c
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1bf119fb-08b6-48cc-b552-3b358a103ab3: Amount of 372 has been received from Account number b53c850f-5343-4a20-a625-f5f792986d9b
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of b3f16591-18d6-496a-9aba-76aaea814419: Amount of 279 has been received from Account number ebd7c7f5-d5cd-4581-a28d-8f9499b84ecd
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ab9c5ae8-1932-467c-b012-14ab45f2f26b: Amount of 340 has been received from Account number 460dc490-4503-46e4-9571-2084592290c9
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d9143f6-4c5f-4813-b09d-6394e2ec9623: Amount of 912 has been received from Account number d419a6ae-e35c-45bd-8a14-f50d0db2ddc1
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of f3ed0a32-991e-4bdf-b861-4a478287a5e1: Amount of 125 has to sent to Account number 10b3753a-0a5a-41e5-887a-9dd22032f218
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b85db42-f18c-4dc7-b4e0-579125cb50e9: Amount of 841 has to sent to Account number f46af8a3-46ab-48e9-88df-661c6ef3a1a2
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 10b3753a-0a5a-41e5-887a-9dd22032f218: Amount of 125 has been received from Account number f3ed0a32-991e-4bdf-b861-4a478287a5e1
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 37107976-6ae2-46b9-b771-1c3158bb13d3: Amount of 591 has to sent to Account number e5fea917-c0e2-4bf1-9fc5-5f0f8509df3a
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f46af8a3-46ab-48e9-88df-661c6ef3a1a2: Amount of 841 has been received from Account number 2b85db42-f18c-4dc7-b4e0-579125cb50e9
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 06d5247f-18a8-454f-9662-3dda70c6082a: Amount of 994 has to sent to Account number 654a95ca-4a0a-42bc-bfef-af04d4880cf5
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4e998b05-7415-472a-9739-e52b02915016: Amount of 877 has to sent to Account number c7124d46-d41e-4225-a32b-31a2fc4c1dea
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 654a95ca-4a0a-42bc-bfef-af04d4880cf5: Amount of 994 has been received from Account number 06d5247f-18a8-454f-9662-3dda70c6082a
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 48969e16-8361-45a7-9442-9b1da90b71d1: Amount of 695 has to sent to Account number 02fc2873-57e2-43a8-bb65-2455f91572b5
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 287b720d-a6b0-496d-a5fa-e35b70640e06: Amount of 941 has to sent to Account number 328161da-6bea-4db3-be6f-b7a82a5afc25
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 02fc2873-57e2-43a8-bb65-2455f91572b5: Amount of 695 has been received from Account number 48969e16-8361-45a7-9442-9b1da90b71d1
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 328161da-6bea-4db3-be6f-b7a82a5afc25: Amount of 941 has been received from Account number 287b720d-a6b0-496d-a5fa-e35b70640e06
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of d8ad7fb3-3bbd-4605-ba79-c6c9635484c8: Amount of 785 has to sent to Account number 0de79eec-4355-45cc-b4b9-5d76a5d254ec
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 35f36977-c7ea-4721-bb0f-903bbe92aaf0: Amount of 939 has to sent to Account number 72f2ab0c-a426-40ba-833d-9dbdee691b4a
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0de79eec-4355-45cc-b4b9-5d76a5d254ec: Amount of 785 has been received from Account number d8ad7fb3-3bbd-4605-ba79-c6c9635484c8
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26698138-2128-4141-8e13-ddca98eff2bc: Amount of 671 has to sent to Account number 66d5cb66-4de9-4e59-b4a4-95f2684da43f
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of d0908d8f-3346-4441-a096-27756fd74047: Amount of 729 has been received from Account number 7b48b417-11bb-45b3-a74c-1171d69c4944
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of fba7828e-0ea6-408f-8d30-c2a6e4abebd6: Amount of 440 has to sent to Account number 066796be-460e-4f47-8fcc-2dfb778f11fa
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of fe427d42-bb65-40bb-8623-f05a9c57eff1: Amount of 25 has to sent to Account number 91098d57-5826-44ac-bb3c-680a372d6d06
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 066796be-460e-4f47-8fcc-2dfb778f11fa: Amount of 440 has been received from Account number fba7828e-0ea6-408f-8d30-c2a6e4abebd6
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 91098d57-5826-44ac-bb3c-680a372d6d06: Amount of 25 has been received from Account number fe427d42-bb65-40bb-8623-f05a9c57eff1
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 568ddb29-afd9-4e4e-8833-2aca57662c4e: Amount of 425 has to sent to Account number 165da236-0f20-471a-8658-0c1de5c497fc
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e4ec32b-6967-4001-bdb5-c338175d0178: Amount of 657 has to sent to Account number 4b5dfd3e-d499-4d3c-9a6a-32f78ab1e082
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf97922b-bc04-4280-b4fd-99249c53a4e0: Amount of 553 has been received from Account number aeea81e4-38f5-4546-8e41-4fb68a033152
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4b5dfd3e-d499-4d3c-9a6a-32f78ab1e082: Amount of 657 has been received from Account number 8e4ec32b-6967-4001-bdb5-c338175d0178
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae840e5d-3d7d-487b-b752-25c503376c94: Amount of 826 has been received from Account number 5ec0657f-f5e2-4aca-a63e-483376354e7d
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 89f14e15-7dd7-4c77-8b08-adfd8984e922: Amount of 295 has to sent to Account number 72a9d1bc-d1c3-4aa1-bb1b-7f989a5a01c6
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 639f7c1c-a985-4b42-a5cf-fc5b19b4ba9e: Amount of 75 has to sent to Account number 12ec7b90-ac09-45a1-9a05-f7be98b55578
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 625ee82d-f3bb-44ae-bfe8-323427312669: Amount of 725 has been received from Account number f0830e50-851f-4059-a2c1-365d30078004
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 38af7335-cdf7-4c81-a6b8-e2172c7d5b1a: Amount of 119 has been received from Account number a81d9ddc-905a-4c7f-b07a-262d90f32c70
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac31e101-5cf6-4a12-81f4-271baa80fc00: Amount of 699 has to sent to Account number 51a990d2-76c0-4b0a-9879-4d4992701b66
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 13c94638-333a-4d0d-b5fc-368a62881270: Amount of 969 has to sent to Account number 0c37c05f-715a-46e4-839e-d05deb61c2da
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6f9f346d-65b9-4046-a92e-65641282f116: Amount of 70 has been received from Account number 3c826727-6237-4051-a5cc-eb4fa5cd02a2
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c37c05f-715a-46e4-839e-d05deb61c2da: Amount of 969 has been received from Account number 13c94638-333a-4d0d-b5fc-368a62881270
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c38ca251-2bd9-4cbe-a72d-f21649ed3d46: Amount of 117 has to sent to Account number 9d8a2021-ccc9-4d90-a4c0-aac62805b42b
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 545ff0a0-4413-4449-be10-fb23b6d6e3bd: Amount of 94 has to sent to Account number 694068c2-41f2-41b5-8775-8dfe118e7425
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 612506e1-a877-4f6d-99fb-333275bc4b74: Amount of 181 has to sent to Account number fcab48b9-1ef3-4a80-8444-8f2cd952dacd
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of b5b6b96f-af1a-4323-ac2c-c6ab8a4afa46: Amount of 72 has to sent to Account number 2f33727d-4618-44e3-b923-339e2f8d0078
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of fcab48b9-1ef3-4a80-8444-8f2cd952dacd: Amount of 181 has been received from Account number 612506e1-a877-4f6d-99fb-333275bc4b74
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2f33727d-4618-44e3-b923-339e2f8d0078: Amount of 72 has been received from Account number b5b6b96f-af1a-4323-ac2c-c6ab8a4afa46
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7e19c750-9ef4-4d7c-b2d6-1a5f8500102d: Amount of 950 has to sent to Account number 778c9a1d-f7f3-40d9-8d1f-f18ed80d8153
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of bd787861-b291-4aae-97a9-b5850e33adf1: Amount of 734 has to sent to Account number 6b7ff20b-839f-4176-b937-6c717da1c125
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b7ff20b-839f-4176-b937-6c717da1c125: Amount of 734 has been received from Account number bd787861-b291-4aae-97a9-b5850e33adf1
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 545ff31a-f61d-45d0-badd-a776f4651494: Amount of 41 has to sent to Account number d77a0e60-2f59-40d7-a78a-b56daffd811b
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of f872b820-2206-429c-9f84-5d025c80ea20: Amount of 266 has to sent to Account number ba549f6d-ae0e-4dd8-96f7-96cc76e691f3
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of d77a0e60-2f59-40d7-a78a-b56daffd811b: Amount of 41 has been received from Account number 545ff31a-f61d-45d0-badd-a776f4651494
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ba549f6d-ae0e-4dd8-96f7-96cc76e691f3: Amount of 266 has been received from Account number f872b820-2206-429c-9f84-5d025c80ea20
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of c72085c5-4f1c-42f5-922b-6a28f206cfe9: Amount of 977 has to sent to Account number a30a5684-dadd-40e9-b3f0-3df216b0a879
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of c86f4e90-8683-4aa0-bcf1-352313b9d703: Amount of 728 has to sent to Account number af167e09-0037-448c-badf-745d756e8128
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of e5fea917-c0e2-4bf1-9fc5-5f0f8509df3a: Amount of 591 has been received from Account number 37107976-6ae2-46b9-b771-1c3158bb13d3
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c7124d46-d41e-4225-a32b-31a2fc4c1dea: Amount of 877 has been received from Account number 4e998b05-7415-472a-9739-e52b02915016
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc145dc8-405a-4b57-87e2-7b654df38c29: Amount of 638 has to sent to Account number 3948ae60-da1e-405b-a7c3-b4518c1949a0
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3948ae60-da1e-405b-a7c3-b4518c1949a0: Amount of 638 has been received from Account number bc145dc8-405a-4b57-87e2-7b654df38c29
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 72f2ab0c-a426-40ba-833d-9dbdee691b4a: Amount of 939 has been received from Account number 35f36977-c7ea-4721-bb0f-903bbe92aaf0
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 66d5cb66-4de9-4e59-b4a4-95f2684da43f: Amount of 671 has been received from Account number 26698138-2128-4141-8e13-ddca98eff2bc
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d59f79f-eb05-4121-a1fe-230b25108778: Amount of 560 has to sent to Account number 8b6470ec-8b46-4914-8574-4850886b0540
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 013a726e-5f9a-4d55-8de3-9d8ea0761c19: Amount of 483 has to sent to Account number e3a291ee-98ea-406e-89f1-a7d2f7abfb81
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b6470ec-8b46-4914-8574-4850886b0540: Amount of 560 has been received from Account number 5d59f79f-eb05-4121-a1fe-230b25108778
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of e3a291ee-98ea-406e-89f1-a7d2f7abfb81: Amount of 483 has been received from Account number 013a726e-5f9a-4d55-8de3-9d8ea0761c19
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of babe1f7e-b56e-4a49-b641-568ca5ec3aec: Amount of 660 has to sent to Account number a8fae71b-d473-4301-851c-1cbdd7627767
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 16d6c610-43f2-4c01-a8e0-987a41f4a1e8: Amount of 896 has to sent to Account number ee48c174-6c8e-4753-bb4b-a033985eea62
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee48c174-6c8e-4753-bb4b-a033985eea62: Amount of 896 has been received from Account number 16d6c610-43f2-4c01-a8e0-987a41f4a1e8
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 32daa71f-605c-47d1-a664-401ebb45a63d: Amount of 580 has to sent to Account number 0c753b4f-5523-4e3a-b8cc-ac4747825496
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 165da236-0f20-471a-8658-0c1de5c497fc: Amount of 425 has been received from Account number 568ddb29-afd9-4e4e-8833-2aca57662c4e
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c753b4f-5523-4e3a-b8cc-ac4747825496: Amount of 580 has been received from Account number 32daa71f-605c-47d1-a664-401ebb45a63d
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 62d6fc2b-c6dc-463f-b7a3-17d23c89193c: Amount of 832 has to sent to Account number f1dc1788-38aa-4f24-8285-12fe5549b5d3
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9c29e545-5f0b-4c8b-82bf-424682e069c3: Amount of 916 has to sent to Account number bb9c4c19-a2ac-4a28-ab76-1a2061407698
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f1dc1788-38aa-4f24-8285-12fe5549b5d3: Amount of 832 has been received from Account number 62d6fc2b-c6dc-463f-b7a3-17d23c89193c
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 417c98ec-f754-4639-b682-fd875ac634a9: Amount of 162 has to sent to Account number e6c8d065-04a8-4355-aa15-e9b5a7dd4c9a
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of e6c8d065-04a8-4355-aa15-e9b5a7dd4c9a: Amount of 162 has been received from Account number 417c98ec-f754-4639-b682-fd875ac634a9
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5790dd4c-98c2-47e9-adb8-958612e0fb2f: Amount of 2 has to sent to Account number 53a66318-3173-47cb-bae0-88cda67f86d7
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 72a9d1bc-d1c3-4aa1-bb1b-7f989a5a01c6: Amount of 295 has been received from Account number 89f14e15-7dd7-4c77-8b08-adfd8984e922
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 12ec7b90-ac09-45a1-9a05-f7be98b55578: Amount of 75 has been received from Account number 639f7c1c-a985-4b42-a5cf-fc5b19b4ba9e
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 58bebf63-5f41-4c52-9a1a-ca838996eaae: Amount of 835 has to sent to Account number 19697a0d-a0f5-47f6-b4d6-bd4471cb0b63
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6ae6e52b-1b7e-455a-a5a7-89de6f507b21: Amount of 53 has to sent to Account number b6a7874d-ad59-458b-902e-b5a38dedecdf
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 51a990d2-76c0-4b0a-9879-4d4992701b66: Amount of 699 has been received from Account number ac31e101-5cf6-4a12-81f4-271baa80fc00
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of b6a7874d-ad59-458b-902e-b5a38dedecdf: Amount of 53 has been received from Account number 6ae6e52b-1b7e-455a-a5a7-89de6f507b21
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 694068c2-41f2-41b5-8775-8dfe118e7425: Amount of 94 has been received from Account number 545ff0a0-4413-4449-be10-fb23b6d6e3bd
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d8a2021-ccc9-4d90-a4c0-aac62805b42b: Amount of 117 has been received from Account number c38ca251-2bd9-4cbe-a72d-f21649ed3d46
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3925f35d-36b5-41e7-a124-c8afad6d4f8f: Amount of 203 has to sent to Account number f4b0adaf-0369-4349-8940-9f43325977cd
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 44b4cd25-2cd5-4ba2-8e7b-aeb915070d81: Amount of 739 has to sent to Account number 7ca589d6-964e-4ad6-9b13-86548f8b9fad
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of c145f00c-27d1-441c-8b1c-6b2ef0578447: Amount of 20 has to sent to Account number 8713e0d9-5b71-4019-b6f0-b9fb77c361b0
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ca589d6-964e-4ad6-9b13-86548f8b9fad: Amount of 739 has been received from Account number 44b4cd25-2cd5-4ba2-8e7b-aeb915070d81
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 778c9a1d-f7f3-40d9-8d1f-f18ed80d8153: Amount of 950 has been received from Account number 7e19c750-9ef4-4d7c-b2d6-1a5f8500102d
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8713e0d9-5b71-4019-b6f0-b9fb77c361b0: Amount of 20 has been received from Account number c145f00c-27d1-441c-8b1c-6b2ef0578447
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of a30a5684-dadd-40e9-b3f0-3df216b0a879: Amount of 977 has been received from Account number c72085c5-4f1c-42f5-922b-6a28f206cfe9
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ba81ff5e-ed06-44d2-8638-8760e870669d: Amount of 245 has to sent to Account number 33716233-8dce-4f2c-87c5-ad6bb54f0fe4
2024-07-09 19:26:08.209  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of af167e09-0037-448c-badf-745d756e8128: Amount of 728 has been received from Account number c86f4e90-8683-4aa0-bcf1-352313b9d703
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 33716233-8dce-4f2c-87c5-ad6bb54f0fe4: Amount of 245 has been received from Account number ba81ff5e-ed06-44d2-8638-8760e870669d
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of d4754ec6-7afb-4700-a9d7-9f4d739bb12c: Amount of 49 has to sent to Account number 3737e7fc-d968-45d6-bd33-44a1f16fe756
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7391e0e6-7cc6-4101-84fb-15cb9f698ed1: Amount of 340 has to sent to Account number f0586d0b-499f-4e53-b858-1cc8abff2531
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of faf7f71a-79af-4d75-bf2b-e00bca584398: Amount of 525 has to sent to Account number a92927a2-bed1-48a9-9707-03381e97a239
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of a92927a2-bed1-48a9-9707-03381e97a239: Amount of 525 has been received from Account number faf7f71a-79af-4d75-bf2b-e00bca584398
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of f8cec04c-40f2-469c-bd1f-77310be7ffb5: Amount of 616 has to sent to Account number 6b6f4937-1e31-465f-8b6a-ec2a84d5bccf
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of e7a6e493-5a3d-4ec1-ba60-74b59a067e7d: Amount of 931 has to sent to Account number 841f6d7b-23a7-4bff-8268-4f790f77a38d
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2a265315-13f0-4cf7-bb52-0712a26f4574: Amount of 971 has to sent to Account number 469ac079-357e-4e52-ad86-29530d4f11fd
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 841f6d7b-23a7-4bff-8268-4f790f77a38d: Amount of 931 has been received from Account number e7a6e493-5a3d-4ec1-ba60-74b59a067e7d
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 934d0165-1cdf-425b-aae6-54ef2bc7ec58: Amount of 912 has to sent to Account number 3ff5b34d-d74c-46f6-aa36-2e99ecbb7b25
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 999bf72d-3a83-4d18-af89-680081435194: Amount of 203 has to sent to Account number d4c1ca47-1b9e-460f-a37f-2188535403c7
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ff5b34d-d74c-46f6-aa36-2e99ecbb7b25: Amount of 912 has been received from Account number 934d0165-1cdf-425b-aae6-54ef2bc7ec58
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of d4c1ca47-1b9e-460f-a37f-2188535403c7: Amount of 203 has been received from Account number 999bf72d-3a83-4d18-af89-680081435194
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 911fd7fb-6944-4eac-90be-9c9557782504: Amount of 159 has to sent to Account number 8bd74c0a-77a0-4bf6-8758-fabdf9c3e3f2
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e7ebbac-b764-46d3-9944-8f15979af95c: Amount of 633 has to sent to Account number e6a9c426-2d09-43b2-9417-60f2bb3d0339
2024-07-09 19:26:08.209  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8fae71b-d473-4301-851c-1cbdd7627767: Amount of 660 has been received from Account number babe1f7e-b56e-4a49-b641-568ca5ec3aec
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of bb9c4c19-a2ac-4a28-ab76-1a2061407698: Amount of 916 has been received from Account number 9c29e545-5f0b-4c8b-82bf-424682e069c3
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a4cbacd-873e-4dd8-ad54-a6ca5d5f443d: Amount of 601 has to sent to Account number 6363f869-4b1d-4a92-a10e-6bf1fd75e2fc
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 012cc04b-bf83-4b56-8271-f112addbb38d: Amount of 305 has to sent to Account number 904f69e5-534c-442e-9c17-47c4a58920d5
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6363f869-4b1d-4a92-a10e-6bf1fd75e2fc: Amount of 601 has been received from Account number 6a4cbacd-873e-4dd8-ad54-a6ca5d5f443d
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53a66318-3173-47cb-bae0-88cda67f86d7: Amount of 2 has been received from Account number 5790dd4c-98c2-47e9-adb8-958612e0fb2f
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 19697a0d-a0f5-47f6-b4d6-bd4471cb0b63: Amount of 835 has been received from Account number 58bebf63-5f41-4c52-9a1a-ca838996eaae
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 12a5cfa3-aedf-42f2-abc8-36f6d11d33d7: Amount of 458 has to sent to Account number 9571d8bf-ed10-4a67-80f0-adef55df27eb
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5dec2b4e-44fa-4d05-a0dd-f8080e00ac7e: Amount of 183 has to sent to Account number 8d69ba08-722e-47da-9d94-2222fbe14423
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4bfaeb43-6a42-4794-b872-7ca557ca29dc: Amount of 730 has to sent to Account number d09afad1-1ee9-4999-ab42-4463270f1a61
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 644bb552-f460-4548-8d00-afa803eea59d: Amount of 794 has to sent to Account number b8784035-44cb-4476-b201-e5988fc76cc6
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of d09afad1-1ee9-4999-ab42-4463270f1a61: Amount of 730 has been received from Account number 4bfaeb43-6a42-4794-b872-7ca557ca29dc
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of b8784035-44cb-4476-b201-e5988fc76cc6: Amount of 794 has been received from Account number 644bb552-f460-4548-8d00-afa803eea59d
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 389dc197-8a04-4063-bca6-33ac04505f2d: Amount of 950 has to sent to Account number f6237568-0990-4097-b685-ac7b47173438
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of e8b4b107-9ccf-40fc-94a0-55bc6f0b6952: Amount of 727 has to sent to Account number 12f8c4d5-e466-45e5-9f9c-2936b77896be
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 12f8c4d5-e466-45e5-9f9c-2936b77896be: Amount of 727 has been received from Account number e8b4b107-9ccf-40fc-94a0-55bc6f0b6952
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of f6237568-0990-4097-b685-ac7b47173438: Amount of 950 has been received from Account number 389dc197-8a04-4063-bca6-33ac04505f2d
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 686480e0-e6b9-4f8f-8a10-416f935d8b27: Amount of 979 has to sent to Account number 7702dc12-f151-44c0-b4c7-75ab48cd1d20
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of f4b0adaf-0369-4349-8940-9f43325977cd: Amount of 203 has been received from Account number 3925f35d-36b5-41e7-a124-c8afad6d4f8f
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac0f5c03-6dcb-4bfc-9b19-28b8901e30d1: Amount of 572 has to sent to Account number eaf0afbc-0e9f-44c1-b3a8-3dc392d79a3c
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2392ee11-0875-4513-9f1c-7d33c6800789: Amount of 622 has to sent to Account number f566442d-76e4-40f9-af0a-ff4c55975749
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2bcf3568-6e89-412d-8b73-6e8733a91fb3: Amount of 849 has to sent to Account number 35561024-f995-4c8a-b52e-80ef7e3eb052
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 355eb3eb-4ff6-4f76-a487-1250162da3f2: Amount of 823 has to sent to Account number eaa41515-4f13-4bee-83b4-d35a5e7c2783
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3737e7fc-d968-45d6-bd33-44a1f16fe756: Amount of 49 has been received from Account number d4754ec6-7afb-4700-a9d7-9f4d739bb12c
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of f0586d0b-499f-4e53-b858-1cc8abff2531: Amount of 340 has been received from Account number 7391e0e6-7cc6-4101-84fb-15cb9f698ed1
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6fbf78c3-4f36-40d9-b7b2-57f35baadcfb: Amount of 68 has to sent to Account number becb1b0d-cd36-459e-861d-10d1c27ee0e9
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b6f4937-1e31-465f-8b6a-ec2a84d5bccf: Amount of 616 has been received from Account number f8cec04c-40f2-469c-bd1f-77310be7ffb5
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 469ac079-357e-4e52-ad86-29530d4f11fd: Amount of 971 has been received from Account number 2a265315-13f0-4cf7-bb52-0712a26f4574
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8bd74c0a-77a0-4bf6-8758-fabdf9c3e3f2: Amount of 159 has been received from Account number 911fd7fb-6944-4eac-90be-9c9557782504
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4ec53b97-93cd-41c1-9fda-96cb49c18bab: Amount of 872 has to sent to Account number 8b8cfa63-f235-4ae5-828e-045baed37c89
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b8cfa63-f235-4ae5-828e-045baed37c89: Amount of 872 has been received from Account number 4ec53b97-93cd-41c1-9fda-96cb49c18bab
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of e6a9c426-2d09-43b2-9417-60f2bb3d0339: Amount of 633 has been received from Account number 9e7ebbac-b764-46d3-9944-8f15979af95c
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d64e282-182b-45fa-84e2-727f01b73df3: Amount of 853 has to sent to Account number c0fea570-6e84-4f3f-b07e-757eff6807e8
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6cc59784-c702-4f3b-8a36-87b99050619d: Amount of 284 has to sent to Account number 1842925a-ac46-46a0-87d5-b3a1e3bcd060
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c0fea570-6e84-4f3f-b07e-757eff6807e8: Amount of 853 has been received from Account number 9d64e282-182b-45fa-84e2-727f01b73df3
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1842925a-ac46-46a0-87d5-b3a1e3bcd060: Amount of 284 has been received from Account number 6cc59784-c702-4f3b-8a36-87b99050619d
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 67292960-c859-43ff-b298-b1fc0b325742: Amount of 953 has to sent to Account number 1e6d28dc-8c9d-45c1-a140-5576ea46bb76
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of eef08286-0bc5-411d-baf0-649e834256a3: Amount of 339 has to sent to Account number 3fc92e07-6c05-48e1-aea4-e18e3bb25961
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5109b58d-4b6c-41c3-ab09-91e7ec6bfb31: Amount of 267 has to sent to Account number d9953ffc-24bb-492b-b547-0808b400c984
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3fc92e07-6c05-48e1-aea4-e18e3bb25961: Amount of 339 has been received from Account number eef08286-0bc5-411d-baf0-649e834256a3
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of d9953ffc-24bb-492b-b547-0808b400c984: Amount of 267 has been received from Account number 5109b58d-4b6c-41c3-ab09-91e7ec6bfb31
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 904f69e5-534c-442e-9c17-47c4a58920d5: Amount of 305 has been received from Account number 012cc04b-bf83-4b56-8271-f112addbb38d
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of d8a2de2f-19ae-4cee-8764-499d30ba1332: Amount of 942 has to sent to Account number 8012d8aa-1dde-46d3-9207-f33e99d30fbf
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9f856f9a-d05e-4e67-9b2a-b2934aba15ae: Amount of 399 has to sent to Account number ae32abde-5949-4a74-832b-48f56503cc0a
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8012d8aa-1dde-46d3-9207-f33e99d30fbf: Amount of 942 has been received from Account number d8a2de2f-19ae-4cee-8764-499d30ba1332
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f2b152a-75f8-417a-8301-ffa7deac426f: Amount of 948 has to sent to Account number e516a995-8316-4400-9896-e3d5e800f4e3
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 12213b89-e317-487e-99a4-f2ceef262a02: Amount of 388 has to sent to Account number 4b7e6589-c8dd-4fe5-a5e2-7f41e2b59664
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9571d8bf-ed10-4a67-80f0-adef55df27eb: Amount of 458 has been received from Account number 12a5cfa3-aedf-42f2-abc8-36f6d11d33d7
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4b7e6589-c8dd-4fe5-a5e2-7f41e2b59664: Amount of 388 has been received from Account number 12213b89-e317-487e-99a4-f2ceef262a02
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d69ba08-722e-47da-9d94-2222fbe14423: Amount of 183 has been received from Account number 5dec2b4e-44fa-4d05-a0dd-f8080e00ac7e
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of c559aeb1-38b5-4224-8e62-e06c6448346b: Amount of 859 has to sent to Account number 467d8d6a-2bdd-46d6-94f2-9b22200fd6cf
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0cf54e59-1f87-46d6-a100-c48984af2eb7: Amount of 760 has to sent to Account number f69edbd8-8cf2-4e84-85ae-f50b988a8049
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 13eafb7a-7e0a-417b-ac68-0fdbdaff12b7: Amount of 632 has to sent to Account number f5cb9afa-c618-49e1-b67b-90bd97d84e8f
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of f69edbd8-8cf2-4e84-85ae-f50b988a8049: Amount of 760 has been received from Account number 0cf54e59-1f87-46d6-a100-c48984af2eb7
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 494a9ce7-852d-45ac-8aef-f363d6f79306: Amount of 549 has to sent to Account number 71fb0c61-5d63-47ac-9a4d-07da157b22ef
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7702dc12-f151-44c0-b4c7-75ab48cd1d20: Amount of 979 has been received from Account number 686480e0-e6b9-4f8f-8a10-416f935d8b27
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3849d01c-a148-4764-8919-871c50a22a30: Amount of 33 has to sent to Account number 9002648b-1ff6-4327-a613-c71959a87f16
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of e61b5332-1186-4f26-a069-7c7fc3b395b7: Amount of 910 has to sent to Account number 9ac7543b-f846-4e1d-a5a4-af160a649aec
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9002648b-1ff6-4327-a613-c71959a87f16: Amount of 33 has been received from Account number 3849d01c-a148-4764-8919-871c50a22a30
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of eaf0afbc-0e9f-44c1-b3a8-3dc392d79a3c: Amount of 572 has been received from Account number ac0f5c03-6dcb-4bfc-9b19-28b8901e30d1
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of e32102f8-d1bb-48cc-a775-4dd47301c30c: Amount of 51 has to sent to Account number a8559b1b-b3d8-4626-9ed4-710a6f6b7f9d
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6587a833-239f-48a9-867a-18924358a0a4: Amount of 771 has to sent to Account number f7411f20-d3e4-47d7-83ea-04e3c3c8eb7d
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of f566442d-76e4-40f9-af0a-ff4c55975749: Amount of 622 has been received from Account number 2392ee11-0875-4513-9f1c-7d33c6800789
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of f7411f20-d3e4-47d7-83ea-04e3c3c8eb7d: Amount of 771 has been received from Account number 6587a833-239f-48a9-867a-18924358a0a4
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 35561024-f995-4c8a-b52e-80ef7e3eb052: Amount of 849 has been received from Account number 2bcf3568-6e89-412d-8b73-6e8733a91fb3
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of eaa41515-4f13-4bee-83b4-d35a5e7c2783: Amount of 823 has been received from Account number 355eb3eb-4ff6-4f76-a487-1250162da3f2
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of d9674062-fb3d-4fb0-9f9a-1858f4efd0ce: Amount of 797 has to sent to Account number e3e885a9-02a1-4549-81a6-166428c09634
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of becb1b0d-cd36-459e-861d-10d1c27ee0e9: Amount of 68 has been received from Account number 6fbf78c3-4f36-40d9-b7b2-57f35baadcfb
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e93953c-79b6-4cba-a365-d6b3ba76313c: Amount of 394 has to sent to Account number f6c37f89-bb12-44e9-876b-84728e485fa4
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of b9bd427f-3e2e-48ac-9014-2a1a8d06ba2f: Amount of 291 has to sent to Account number 01b45f61-a5f3-4d0e-a2a2-5300a17560cf
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of f6c37f89-bb12-44e9-876b-84728e485fa4: Amount of 394 has been received from Account number 3e93953c-79b6-4cba-a365-d6b3ba76313c
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1e6d28dc-8c9d-45c1-a140-5576ea46bb76: Amount of 953 has been received from Account number 67292960-c859-43ff-b298-b1fc0b325742
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 01b45f61-a5f3-4d0e-a2a2-5300a17560cf: Amount of 291 has been received from Account number b9bd427f-3e2e-48ac-9014-2a1a8d06ba2f
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a2661436-b02f-4406-aca3-f7a3931d211a: Amount of 313 has to sent to Account number 6e33b7d4-1324-40a3-af69-ced172b26d8b
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee5b1ff3-dcd3-425d-a866-48ef254761b2: Amount of 953 has to sent to Account number 5304d575-2fcd-40c1-ab04-d6a53d7264b5
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of b8cb7d3d-51cb-48da-b8ff-aeb0be488a1a: Amount of 218 has to sent to Account number aaa54a92-7312-43c0-8001-8c396f80c8e9
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9f185097-6e41-4478-af5a-63c53b9d7e27: Amount of 432 has to sent to Account number 9321ee29-6452-4298-8890-1022a84bac5c
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of aaa54a92-7312-43c0-8001-8c396f80c8e9: Amount of 218 has been received from Account number b8cb7d3d-51cb-48da-b8ff-aeb0be488a1a
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9321ee29-6452-4298-8890-1022a84bac5c: Amount of 432 has been received from Account number 9f185097-6e41-4478-af5a-63c53b9d7e27
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 99a8a3f3-839a-4aca-957c-58d7cfa82b0e: Amount of 910 has to sent to Account number 9cbfee6a-49f3-4b77-9b69-122c45c118ff
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae32abde-5949-4a74-832b-48f56503cc0a: Amount of 399 has been received from Account number 9f856f9a-d05e-4e67-9b2a-b2934aba15ae
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9cbfee6a-49f3-4b77-9b69-122c45c118ff: Amount of 910 has been received from Account number 99a8a3f3-839a-4aca-957c-58d7cfa82b0e
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of e516a995-8316-4400-9896-e3d5e800f4e3: Amount of 948 has been received from Account number 4f2b152a-75f8-417a-8301-ffa7deac426f
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 84dabef4-bc13-402f-8ce9-e12f85749375: Amount of 93 has to sent to Account number 02a0ebdb-424b-44db-b627-16dd86128ed3
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 467d8d6a-2bdd-46d6-94f2-9b22200fd6cf: Amount of 859 has been received from Account number c559aeb1-38b5-4224-8e62-e06c6448346b
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 02a0ebdb-424b-44db-b627-16dd86128ed3: Amount of 93 has been received from Account number 84dabef4-bc13-402f-8ce9-e12f85749375
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6026d4ef-5ef8-4e27-bc7a-93a0c7a364ec: Amount of 125 has to sent to Account number 20043d72-e6fc-4b4a-a1df-ce548ece5579
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5162b446-db25-4cac-86f8-f4a0f4ab4637: Amount of 947 has to sent to Account number 604b1dda-edc9-4388-aff3-3be1debaa77c
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 20043d72-e6fc-4b4a-a1df-ce548ece5579: Amount of 125 has been received from Account number 6026d4ef-5ef8-4e27-bc7a-93a0c7a364ec
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of f5cb9afa-c618-49e1-b67b-90bd97d84e8f: Amount of 632 has been received from Account number 13eafb7a-7e0a-417b-ac68-0fdbdaff12b7
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 27ba6edf-a716-4c7b-8b1b-d3c25d7a0e9b: Amount of 215 has to sent to Account number ae046ce0-bcf8-4c9f-836b-bf04dfd36078
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae046ce0-bcf8-4c9f-836b-bf04dfd36078: Amount of 215 has been received from Account number 27ba6edf-a716-4c7b-8b1b-d3c25d7a0e9b
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of d495c3a7-02ee-4eda-95a9-ed1021fe34b9: Amount of 501 has to sent to Account number fb9c8cdb-0841-4505-8bce-1d4e6fb1ad6b
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb9c8cdb-0841-4505-8bce-1d4e6fb1ad6b: Amount of 501 has been received from Account number d495c3a7-02ee-4eda-95a9-ed1021fe34b9
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 71fb0c61-5d63-47ac-9a4d-07da157b22ef: Amount of 549 has been received from Account number 494a9ce7-852d-45ac-8aef-f363d6f79306
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9ac7543b-f846-4e1d-a5a4-af160a649aec: Amount of 910 has been received from Account number e61b5332-1186-4f26-a069-7c7fc3b395b7
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8559b1b-b3d8-4626-9ed4-710a6f6b7f9d: Amount of 51 has been received from Account number e32102f8-d1bb-48cc-a775-4dd47301c30c
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9cca11eb-114b-4bd4-82c4-98311a158e88: Amount of 605 has to sent to Account number 6d16f38d-1340-492b-832e-8f695c51972e
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0317bf12-13ff-4431-87f6-acf70127fece: Amount of 461 has to sent to Account number b9ab84be-6b2d-430a-9a2b-9447e42fd819
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d16f38d-1340-492b-832e-8f695c51972e: Amount of 605 has been received from Account number 9cca11eb-114b-4bd4-82c4-98311a158e88
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of b9ab84be-6b2d-430a-9a2b-9447e42fd819: Amount of 461 has been received from Account number 0317bf12-13ff-4431-87f6-acf70127fece
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 18ddf527-4a99-4694-a50f-9531a1d1d10d: Amount of 888 has to sent to Account number c69e2c0b-762a-4b55-b89b-e236f4e76bba
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7e8294ac-a942-4cd7-8d48-db8741373a0d: Amount of 412 has to sent to Account number 329b2ac4-9287-4775-a0ec-39934a40b551
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 329b2ac4-9287-4775-a0ec-39934a40b551: Amount of 412 has been received from Account number 7e8294ac-a942-4cd7-8d48-db8741373a0d
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d272316-e48d-48b6-ad08-1a056645a5d0: Amount of 721 has to sent to Account number 82ca9716-e18a-4fa1-bf51-b02bdcdba391
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ad64af56-475e-4cca-9076-5d7977e2dccf: Amount of 15 has to sent to Account number 3a35ee10-23d8-4fbb-bf9a-49765c266106
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 83576c11-3401-4f3e-9643-35dfc84c4c9f: Amount of 788 has to sent to Account number 7c0e589e-61d4-4fdf-8bb6-07c2e46b58fa
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of e3e885a9-02a1-4549-81a6-166428c09634: Amount of 797 has been received from Account number d9674062-fb3d-4fb0-9f9a-1858f4efd0ce
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7c0e589e-61d4-4fdf-8bb6-07c2e46b58fa: Amount of 788 has been received from Account number 83576c11-3401-4f3e-9643-35dfc84c4c9f
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1f869c16-6d6f-49ff-8be2-79e91c85a42c: Amount of 296 has to sent to Account number d2d85039-e183-4a31-aeba-2b7189c57174
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of a0c363a5-1b2b-4b01-a45a-417cc5189f1e: Amount of 497 has to sent to Account number f91f272c-3979-4fd7-9227-a550c5a67afe
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2d85039-e183-4a31-aeba-2b7189c57174: Amount of 296 has been received from Account number 1f869c16-6d6f-49ff-8be2-79e91c85a42c
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of f91f272c-3979-4fd7-9227-a550c5a67afe: Amount of 497 has been received from Account number a0c363a5-1b2b-4b01-a45a-417cc5189f1e
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of fec9cff0-ca44-49ef-9da3-72e56ecab38a: Amount of 386 has to sent to Account number 4c823374-2739-4605-bd1b-ecba0382fa83
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4c823374-2739-4605-bd1b-ecba0382fa83: Amount of 386 has been received from Account number fec9cff0-ca44-49ef-9da3-72e56ecab38a
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c0f7987-d089-4cd3-8c66-2f5272c367bc: Amount of 598 has to sent to Account number 2491b054-bf1e-405f-b276-eb3f38f1b876
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 71855415-eff5-41e3-b771-b6ef88567ff7: Amount of 980 has to sent to Account number 7aee8f31-4fbb-4d23-b64b-6a104505dd11
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of a599dfd2-ffae-4f22-9933-4c106dc8ba62: Amount of 111 has to sent to Account number 9bac4bb5-4363-4316-905c-edaa1d4f18a3
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7aee8f31-4fbb-4d23-b64b-6a104505dd11: Amount of 980 has been received from Account number 71855415-eff5-41e3-b771-b6ef88567ff7
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of f98a1d75-afc8-4176-a6f7-617d1aa88e3d: Amount of 512 has to sent to Account number 668913aa-f4fc-4fa8-a624-8d047cbfdc69
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of f95caed1-b7a4-4c41-8fa6-deffb18c9398: Amount of 230 has to sent to Account number c3c00edf-f422-4d32-943e-0ece4573b9a2
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6e33b7d4-1324-40a3-af69-ced172b26d8b: Amount of 313 has been received from Account number a2661436-b02f-4406-aca3-f7a3931d211a
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5304d575-2fcd-40c1-ab04-d6a53d7264b5: Amount of 953 has been received from Account number ee5b1ff3-dcd3-425d-a866-48ef254761b2
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 40a28833-2899-45a0-9b7a-1d429fcca91a: Amount of 817 has to sent to Account number 7663c952-d9fa-4abb-bdf5-df17d8498b49
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6816851f-efa8-4149-a78c-5a05b4964ed7: Amount of 152 has to sent to Account number 88299bf3-88de-4c78-87be-4d2d22676006
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of f051fee0-7510-4419-8ee3-98309de2f6aa: Amount of 101 has to sent to Account number 7082a4ff-b207-457a-b771-c166a59c1b33
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 89f703f5-bcc7-4f49-9c32-4473a1703437: Amount of 576 has to sent to Account number ca02fc76-14e2-4dd1-8436-3993e1fd01cb
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7082a4ff-b207-457a-b771-c166a59c1b33: Amount of 101 has been received from Account number f051fee0-7510-4419-8ee3-98309de2f6aa
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca02fc76-14e2-4dd1-8436-3993e1fd01cb: Amount of 576 has been received from Account number 89f703f5-bcc7-4f49-9c32-4473a1703437
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e29f1e7-b210-422e-b778-0224bcc9921e: Amount of 227 has to sent to Account number 2ad4082e-c1e9-4d91-963c-f8dd06194c7e
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 23d115a5-8356-46ff-a3ef-a85d6fc8a9fd: Amount of 103 has to sent to Account number 69a9713b-92aa-4f95-b097-ff2a3fa7cd2e
2024-07-09 19:26:08.213  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 604b1dda-edc9-4388-aff3-3be1debaa77c: Amount of 947 has been received from Account number 5162b446-db25-4cac-86f8-f4a0f4ab4637
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c20716b-5ad7-43e7-9222-fe9efa54f8fd: Amount of 989 has to sent to Account number eee881a5-c574-4a9a-849b-a626ae08d67b
2024-07-09 19:26:08.213  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4a515e02-a233-4e9f-8246-ca97107b402e: Amount of 841 has to sent to Account number f1a079bd-679a-4233-aebe-6d0dd281e66a
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 69a9713b-92aa-4f95-b097-ff2a3fa7cd2e: Amount of 103 has been received from Account number 23d115a5-8356-46ff-a3ef-a85d6fc8a9fd
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of f1a079bd-679a-4233-aebe-6d0dd281e66a: Amount of 841 has been received from Account number 4a515e02-a233-4e9f-8246-ca97107b402e
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 13981f75-2853-4682-86a1-11b1e133f351: Amount of 444 has to sent to Account number 6a99ff0d-cfc2-4c99-8fb9-4cebabb9e851
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 47a6a8da-ed99-46b1-b634-5c40c255533d: Amount of 134 has to sent to Account number 8392f0d6-d426-4591-b959-15da770e36e8
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a049365c-1677-4857-82c0-63df87d45672: Amount of 52 has to sent to Account number 658bb947-741f-4d32-a2c7-c18782f08b04
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8392f0d6-d426-4591-b959-15da770e36e8: Amount of 134 has been received from Account number 47a6a8da-ed99-46b1-b634-5c40c255533d
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 156a0b75-3fe3-4b10-b65b-9c59e83081d7: Amount of 394 has to sent to Account number dc666ea4-ca3e-413a-9c87-03ab75bdd32c
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of c69e2c0b-762a-4b55-b89b-e236f4e76bba: Amount of 888 has been received from Account number 18ddf527-4a99-4694-a50f-9531a1d1d10d
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of dc666ea4-ca3e-413a-9c87-03ab75bdd32c: Amount of 394 has been received from Account number 156a0b75-3fe3-4b10-b65b-9c59e83081d7
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 82ca9716-e18a-4fa1-bf51-b02bdcdba391: Amount of 721 has been received from Account number 3d272316-e48d-48b6-ad08-1a056645a5d0
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a35ee10-23d8-4fbb-bf9a-49765c266106: Amount of 15 has been received from Account number ad64af56-475e-4cca-9076-5d7977e2dccf
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of cbe8cc1a-f69c-4b19-9644-42bf02b1c1dc: Amount of 647 has to sent to Account number ed769783-4b98-498b-b9b0-a78326f3e539
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed769783-4b98-498b-b9b0-a78326f3e539: Amount of 647 has been received from Account number cbe8cc1a-f69c-4b19-9644-42bf02b1c1dc
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 411f39e9-7608-4ec5-ae5e-72d1b8f372e1: Amount of 287 has to sent to Account number 8d657e79-572d-4b4f-86ec-903a364efd12
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of c76ff399-5c3e-42cc-b904-208fa9c2c8d3: Amount of 514 has to sent to Account number e5c9f02b-6414-405c-81ee-0da83f6a8e25
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4364b7b7-8d67-4b82-954c-3aa59bd3b5be: Amount of 250 has to sent to Account number 3d1c9a82-8d09-4018-b2a1-201d688b5070
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2491b054-bf1e-405f-b276-eb3f38f1b876: Amount of 598 has been received from Account number 8c0f7987-d089-4cd3-8c66-2f5272c367bc
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 668913aa-f4fc-4fa8-a624-8d047cbfdc69: Amount of 512 has been received from Account number f98a1d75-afc8-4176-a6f7-617d1aa88e3d
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae3eafec-4c3d-43e8-aa80-f7bd027d4705: Amount of 253 has to sent to Account number 42817e5a-7965-4e2d-b212-ebce7d18dc49
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9bac4bb5-4363-4316-905c-edaa1d4f18a3: Amount of 111 has been received from Account number a599dfd2-ffae-4f22-9933-4c106dc8ba62
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3c00edf-f422-4d32-943e-0ece4573b9a2: Amount of 230 has been received from Account number f95caed1-b7a4-4c41-8fa6-deffb18c9398
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7663c952-d9fa-4abb-bdf5-df17d8498b49: Amount of 817 has been received from Account number 40a28833-2899-45a0-9b7a-1d429fcca91a
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9db52f40-a03d-42b3-9091-79436803f5ad: Amount of 637 has to sent to Account number 8d34bb4e-6ddf-4275-afc4-231c989e0b25
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of d837d936-aa50-4559-afec-15a90a0293bc: Amount of 454 has to sent to Account number ac807b03-f64e-421a-bd4c-8d9cfc3d9b57
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8440a338-b604-442f-81aa-cd0ba40906f2: Amount of 609 has to sent to Account number c0ce4462-64dd-4662-a2e1-4b5cd47ce5d9
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25765a8e-5d50-4e8c-876a-abef6e35ff21: Amount of 782 has to sent to Account number 1492f6cd-c416-4b4c-a927-7f05466734be
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of c0ce4462-64dd-4662-a2e1-4b5cd47ce5d9: Amount of 609 has been received from Account number 8440a338-b604-442f-81aa-cd0ba40906f2
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 88299bf3-88de-4c78-87be-4d2d22676006: Amount of 152 has been received from Account number 6816851f-efa8-4149-a78c-5a05b4964ed7
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of e911d964-67c6-43b8-8434-ea60d9de502a: Amount of 449 has to sent to Account number eb4a1d0e-d57b-4a31-a6b3-6b300c4b8a90
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ad4082e-c1e9-4d91-963c-f8dd06194c7e: Amount of 227 has been received from Account number 9e29f1e7-b210-422e-b778-0224bcc9921e
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb4a1d0e-d57b-4a31-a6b3-6b300c4b8a90: Amount of 449 has been received from Account number e911d964-67c6-43b8-8434-ea60d9de502a
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 48391a4b-7ebd-49d9-9472-cb8acf10a54d: Amount of 632 has to sent to Account number f9d4b2e2-2dc9-49cb-b8e9-552052462c8a
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of f9d4b2e2-2dc9-49cb-b8e9-552052462c8a: Amount of 632 has been received from Account number 48391a4b-7ebd-49d9-9472-cb8acf10a54d
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c73146e-6c12-4023-b5be-6fcbf28b514a: Amount of 618 has to sent to Account number 8c6aad87-c55c-4bd9-9857-75b8ad9d5953
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3dc84ba6-77cc-41b9-a741-03bc5a18f37f: Amount of 939 has to sent to Account number 99084265-0270-4bd6-8ad0-55c60dd9b0c4
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 99084265-0270-4bd6-8ad0-55c60dd9b0c4: Amount of 939 has been received from Account number 3dc84ba6-77cc-41b9-a741-03bc5a18f37f
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of d3d5ad94-3bbf-4d25-8686-158af92370e8: Amount of 137 has to sent to Account number b604d8f0-9c14-442e-9951-1091dfe2d422
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of b604d8f0-9c14-442e-9951-1091dfe2d422: Amount of 137 has been received from Account number d3d5ad94-3bbf-4d25-8686-158af92370e8
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0cb07bb2-a327-4f31-b8bd-6d59b793d243: Amount of 41 has to sent to Account number 47839e1b-561a-4307-abc0-09b0d761d2b2
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of f6fae45b-ab6d-4a7c-9bc9-19532ad29203: Amount of 253 has to sent to Account number 5d7a96dd-68f8-47dd-b0be-a26c74905cc1
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d0959a53-7539-4175-bfcb-586b17eae6ba: Amount of 351 has to sent to Account number cfc2b58c-ad41-4a1a-954f-4e759b328ebb
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d7a96dd-68f8-47dd-b0be-a26c74905cc1: Amount of 253 has been received from Account number f6fae45b-ab6d-4a7c-9bc9-19532ad29203
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of cfc2b58c-ad41-4a1a-954f-4e759b328ebb: Amount of 351 has been received from Account number d0959a53-7539-4175-bfcb-586b17eae6ba
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of eee881a5-c574-4a9a-849b-a626ae08d67b: Amount of 989 has been received from Account number 0c20716b-5ad7-43e7-9222-fe9efa54f8fd
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 246f239b-b610-46c1-9ee0-d32a245a20ab: Amount of 866 has to sent to Account number 65f22546-6c1c-4f29-9c8b-c3bdc94aafc8
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a99ff0d-cfc2-4c99-8fb9-4cebabb9e851: Amount of 444 has been received from Account number 13981f75-2853-4682-86a1-11b1e133f351
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f2593c3-9eac-491d-9cce-0eb02d9ba9ae: Amount of 250 has to sent to Account number 25f52eaf-c267-40a2-83e4-d8451f09f2e4
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 658bb947-741f-4d32-a2c7-c18782f08b04: Amount of 52 has been received from Account number a049365c-1677-4857-82c0-63df87d45672
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25f52eaf-c267-40a2-83e4-d8451f09f2e4: Amount of 250 has been received from Account number 5f2593c3-9eac-491d-9cce-0eb02d9ba9ae
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of f003b9f4-de80-40b3-8ff6-9cd84f3c041c: Amount of 138 has to sent to Account number f36532a4-d360-47a7-9d97-6d5dc1d49552
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e89730a-0bb1-4208-8c90-db0d626abbda: Amount of 969 has to sent to Account number 1a4c48a3-c605-40e2-9c1b-d68e588b807d
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of f36532a4-d360-47a7-9d97-6d5dc1d49552: Amount of 138 has been received from Account number f003b9f4-de80-40b3-8ff6-9cd84f3c041c
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of cacc92a1-f0d0-4fc9-87c6-85ddec3addf5: Amount of 86 has to sent to Account number 4839b2cb-0b75-42bd-bef9-c7df86e34658
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1a4c48a3-c605-40e2-9c1b-d68e588b807d: Amount of 969 has been received from Account number 3e89730a-0bb1-4208-8c90-db0d626abbda
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5325c219-5dff-4494-8ddc-2ed6d13a1635: Amount of 791 has to sent to Account number 573974e8-eb74-4dcb-befa-5e2f7a65a41c
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d657e79-572d-4b4f-86ec-903a364efd12: Amount of 287 has been received from Account number 411f39e9-7608-4ec5-ae5e-72d1b8f372e1
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of e5c9f02b-6414-405c-81ee-0da83f6a8e25: Amount of 514 has been received from Account number c76ff399-5c3e-42cc-b904-208fa9c2c8d3
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 28cec508-1baf-432b-a29e-b96aa42c5d75: Amount of 791 has to sent to Account number 590d9a52-dfb9-4ff8-be34-77f436b4ce61
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d1c9a82-8d09-4018-b2a1-201d688b5070: Amount of 250 has been received from Account number 4364b7b7-8d67-4b82-954c-3aa59bd3b5be
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of c1032937-32e9-4335-84cd-d568d882da72: Amount of 610 has to sent to Account number e3e1e910-6a1a-4302-a680-176884b4eb12
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of e3e1e910-6a1a-4302-a680-176884b4eb12: Amount of 610 has been received from Account number c1032937-32e9-4335-84cd-d568d882da72
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42817e5a-7965-4e2d-b212-ebce7d18dc49: Amount of 253 has been received from Account number ae3eafec-4c3d-43e8-aa80-f7bd027d4705
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d34bb4e-6ddf-4275-afc4-231c989e0b25: Amount of 637 has been received from Account number 9db52f40-a03d-42b3-9091-79436803f5ad
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac807b03-f64e-421a-bd4c-8d9cfc3d9b57: Amount of 454 has been received from Account number d837d936-aa50-4559-afec-15a90a0293bc
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1492f6cd-c416-4b4c-a927-7f05466734be: Amount of 782 has been received from Account number 25765a8e-5d50-4e8c-876a-abef6e35ff21
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 16f82c42-26ae-4e18-9bc1-dd24d1976146: Amount of 726 has to sent to Account number b7779b15-321d-4d8a-b2e5-50e63378956c
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c6aad87-c55c-4bd9-9857-75b8ad9d5953: Amount of 618 has been received from Account number 0c73146e-6c12-4023-b5be-6fcbf28b514a
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 47839e1b-561a-4307-abc0-09b0d761d2b2: Amount of 41 has been received from Account number 0cb07bb2-a327-4f31-b8bd-6d59b793d243
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a89b212b-5126-4062-aa90-bcc7448fc559: Amount of 592 has to sent to Account number f5922202-e67c-4d82-b021-deb492732173
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc45fe43-98a3-408b-be8c-3d9825f50304: Amount of 372 has to sent to Account number 09cb30e7-bc81-474a-9580-78cf63992977
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 34a46f97-98a4-41a0-a6ed-28e1b2b636d9: Amount of 953 has to sent to Account number 6187750a-41fb-4873-9ba5-5b73c02695ae
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 09cb30e7-bc81-474a-9580-78cf63992977: Amount of 372 has been received from Account number fc45fe43-98a3-408b-be8c-3d9825f50304
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6187750a-41fb-4873-9ba5-5b73c02695ae: Amount of 953 has been received from Account number 34a46f97-98a4-41a0-a6ed-28e1b2b636d9
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of af7e1a71-09af-4e1b-9007-fb4b80496ce3: Amount of 7 has to sent to Account number 1b8c85c3-ee15-48dd-aaee-b0287fdc2648
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 65f22546-6c1c-4f29-9c8b-c3bdc94aafc8: Amount of 866 has been received from Account number 246f239b-b610-46c1-9ee0-d32a245a20ab
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1b8c85c3-ee15-48dd-aaee-b0287fdc2648: Amount of 7 has been received from Account number af7e1a71-09af-4e1b-9007-fb4b80496ce3
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ddda6f72-e4af-4567-8f33-742e9f1aa42b: Amount of 945 has to sent to Account number 7e7ff05b-9c65-4429-85ac-fb549bd1ec3f
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of fe1b3a3c-0d2a-4c76-ba52-db547780e0b0: Amount of 981 has to sent to Account number ccdb625b-30df-46c1-9fcf-218730d570e2
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7e7ff05b-9c65-4429-85ac-fb549bd1ec3f: Amount of 945 has been received from Account number ddda6f72-e4af-4567-8f33-742e9f1aa42b
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccdb625b-30df-46c1-9fcf-218730d570e2: Amount of 981 has been received from Account number fe1b3a3c-0d2a-4c76-ba52-db547780e0b0
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of e4576e75-c094-4501-8d96-99a4400ce84a: Amount of 333 has to sent to Account number 1c1768da-5f70-4211-8f22-5f19a57bf4e5
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c1768da-5f70-4211-8f22-5f19a57bf4e5: Amount of 333 has been received from Account number e4576e75-c094-4501-8d96-99a4400ce84a
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5e1945f0-b537-4db9-8476-44b113bccb3d: Amount of 760 has to sent to Account number 1c26ffb5-e983-4052-be71-950b085dbc47
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 948b1825-3386-4f9e-a6d2-ae6a238026a8: Amount of 523 has to sent to Account number 1c2d8ca9-c375-493f-a94c-0d6b2d145a07
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c26ffb5-e983-4052-be71-950b085dbc47: Amount of 760 has been received from Account number 5e1945f0-b537-4db9-8476-44b113bccb3d
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4839b2cb-0b75-42bd-bef9-c7df86e34658: Amount of 86 has been received from Account number cacc92a1-f0d0-4fc9-87c6-85ddec3addf5
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c2d8ca9-c375-493f-a94c-0d6b2d145a07: Amount of 523 has been received from Account number 948b1825-3386-4f9e-a6d2-ae6a238026a8
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of dae59dc4-4777-48a7-98dc-5ff16389b2fd: Amount of 628 has to sent to Account number 61955772-b3a2-4ce8-9b8e-8e2311d621fa
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 61955772-b3a2-4ce8-9b8e-8e2311d621fa: Amount of 628 has been received from Account number dae59dc4-4777-48a7-98dc-5ff16389b2fd
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 573974e8-eb74-4dcb-befa-5e2f7a65a41c: Amount of 791 has been received from Account number 5325c219-5dff-4494-8ddc-2ed6d13a1635
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5736242d-2aa4-41b9-bcf1-2ec3bdee867e: Amount of 131 has to sent to Account number a69f65eb-4fde-4905-ba6c-98ef562f6c78
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ec4f822b-fc9c-4f96-831a-36bf12068ed9: Amount of 290 has to sent to Account number ebe14d4e-31d4-4719-9907-a69946245da0
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a69f65eb-4fde-4905-ba6c-98ef562f6c78: Amount of 131 has been received from Account number 5736242d-2aa4-41b9-bcf1-2ec3bdee867e
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 590d9a52-dfb9-4ff8-be34-77f436b4ce61: Amount of 791 has been received from Account number 28cec508-1baf-432b-a29e-b96aa42c5d75
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e9753da-ee3b-49c2-885c-125d51f18e13: Amount of 556 has to sent to Account number 9ba9ce42-8918-4b30-8993-4e33fa298817
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9ba9ce42-8918-4b30-8993-4e33fa298817: Amount of 556 has been received from Account number 8e9753da-ee3b-49c2-885c-125d51f18e13
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 80ce9401-c074-4f21-bcf0-9de9f4acab25: Amount of 432 has to sent to Account number c0ef374d-fa5a-4dd2-99ee-c73795c20079
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7c4b04f6-2601-499f-b855-89d978ab37f6: Amount of 951 has to sent to Account number 838e490c-ec7f-4b38-b9f8-a32f934905fe
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c0ef374d-fa5a-4dd2-99ee-c73795c20079: Amount of 432 has been received from Account number 80ce9401-c074-4f21-bcf0-9de9f4acab25
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 936129b9-932e-4e0d-a0cd-0976f25be31d: Amount of 538 has to sent to Account number 9f27c8e8-94d6-45dc-8d31-64c68033aade
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of abd73509-41e5-4c44-a449-4fdbdd000988: Amount of 267 has to sent to Account number c304dbc5-b9cf-46c3-ba62-ea0ce41181ca
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9f27c8e8-94d6-45dc-8d31-64c68033aade: Amount of 538 has been received from Account number 936129b9-932e-4e0d-a0cd-0976f25be31d
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of c304dbc5-b9cf-46c3-ba62-ea0ce41181ca: Amount of 267 has been received from Account number abd73509-41e5-4c44-a449-4fdbdd000988
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of c363301b-7532-448d-beaf-3df209127ccc: Amount of 834 has to sent to Account number 9613e364-52d5-418f-a6d0-84f57934927d
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 61d40a90-4a60-476f-8dfd-81e4d173bd08: Amount of 72 has to sent to Account number 6b467059-1462-4a9e-be42-1770f614e959
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1f4f4141-c690-4d0f-92be-cb67e2227e9d: Amount of 888 has to sent to Account number 2f89111a-36a6-4e70-8647-a808d77d6c92
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of b7779b15-321d-4d8a-b2e5-50e63378956c: Amount of 726 has been received from Account number 16f82c42-26ae-4e18-9bc1-dd24d1976146
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of f5922202-e67c-4d82-b021-deb492732173: Amount of 592 has been received from Account number a89b212b-5126-4062-aa90-bcc7448fc559
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5fbdab9f-ef53-4851-acb4-d1e342d83dc6: Amount of 747 has to sent to Account number c02da753-0712-4e04-a3e1-d85b14f6757a
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5844ff6c-3492-4fdb-b312-f9984b423d78: Amount of 750 has to sent to Account number 05ce29dc-b997-48c0-b32a-b25a4660c830
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4827a9b4-95e3-439a-81bb-00b7b576bad8: Amount of 663 has to sent to Account number a173ca26-53d8-458d-8419-172f1ae31592
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of a3d1a4a9-9f80-4123-9753-e3591696efa7: Amount of 694 has to sent to Account number 007831b3-ae6a-4563-bdc3-614560169ca4
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 007831b3-ae6a-4563-bdc3-614560169ca4: Amount of 694 has been received from Account number a3d1a4a9-9f80-4123-9753-e3591696efa7
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0608f1e5-e0c6-4a28-a09d-94b259db3916: Amount of 183 has to sent to Account number 84dd72df-fa06-40ca-aab5-efba374f2c34
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of a5a73581-f9ae-4e85-a4d7-fce44fc41675: Amount of 304 has to sent to Account number d7e4c832-ba12-492b-a231-9e1ca33bac45
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 84dd72df-fa06-40ca-aab5-efba374f2c34: Amount of 183 has been received from Account number 0608f1e5-e0c6-4a28-a09d-94b259db3916
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9af4ca5c-ebb6-434b-b737-2141357392cc: Amount of 379 has to sent to Account number ede5a1fa-4f3a-4a91-9810-441edaff5873
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8158b804-7e1b-4cb7-956f-05b1874d5d7d: Amount of 110 has to sent to Account number 3b524928-d9d0-4061-a6b8-d666a0b733ad
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3b524928-d9d0-4061-a6b8-d666a0b733ad: Amount of 110 has been received from Account number 8158b804-7e1b-4cb7-956f-05b1874d5d7d
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of bee5f7cc-fcd8-4764-956d-32046bce933a: Amount of 700 has to sent to Account number f10b5f6c-5b93-4a4e-8f1f-54f2384b9e32
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 88e39057-e70b-4adc-9ee5-720bd3cf87fc: Amount of 671 has to sent to Account number 89156840-fdd3-4daa-ace1-aa87ffd72e6e
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac5b426f-d516-4abe-a04a-879f68da9216: Amount of 266 has to sent to Account number a7855eaa-526f-43a5-ae58-64729c4698f0
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of f10b5f6c-5b93-4a4e-8f1f-54f2384b9e32: Amount of 700 has been received from Account number bee5f7cc-fcd8-4764-956d-32046bce933a
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 89156840-fdd3-4daa-ace1-aa87ffd72e6e: Amount of 671 has been received from Account number 88e39057-e70b-4adc-9ee5-720bd3cf87fc
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90457489-e656-498c-90eb-15338456eace: Amount of 662 has to sent to Account number 4219e5ec-be8a-4ea8-b916-6547f6446ba8
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4219e5ec-be8a-4ea8-b916-6547f6446ba8: Amount of 662 has been received from Account number 90457489-e656-498c-90eb-15338456eace
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 947732e1-efbc-4bfa-8b54-8993e6cad8f6: Amount of 537 has to sent to Account number c2888fcf-5604-4356-9f1c-fb9205e9acf7
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2aa2db65-94d8-4bcd-bf4e-1bad05d1e9fa: Amount of 594 has to sent to Account number aa1e6a28-77df-4ac3-9413-22fe840c2f57
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of aa1e6a28-77df-4ac3-9413-22fe840c2f57: Amount of 594 has been received from Account number 2aa2db65-94d8-4bcd-bf4e-1bad05d1e9fa
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of cc765e58-b7ff-443a-9c1f-030686cf238f: Amount of 470 has to sent to Account number bbd5b46a-d88e-4ec6-a702-20b39d0a115c
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of bbd5b46a-d88e-4ec6-a702-20b39d0a115c: Amount of 470 has been received from Account number cc765e58-b7ff-443a-9c1f-030686cf238f
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a592b048-df5d-4af2-a701-04c3c190b3d4: Amount of 167 has to sent to Account number f23164d7-3fa4-4b96-b4e8-508c9101026e
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 50e20888-c845-480e-a2a7-9c76781d99d3: Amount of 984 has to sent to Account number 0e6ab703-ed68-4413-bf11-d37e1e22c9ce
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of f23164d7-3fa4-4b96-b4e8-508c9101026e: Amount of 167 has been received from Account number a592b048-df5d-4af2-a701-04c3c190b3d4
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e6ab703-ed68-4413-bf11-d37e1e22c9ce: Amount of 984 has been received from Account number 50e20888-c845-480e-a2a7-9c76781d99d3
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c61a971-6191-4ee5-b668-54b6a0d3d767: Amount of 396 has to sent to Account number 7249ffc7-0a50-4676-abea-0127d2d27d88
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 042a661e-4e0c-4e00-a440-804ad06cb75a: Amount of 565 has to sent to Account number 85df40ff-2e22-41d0-a225-f08037fdf641
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 35c67d81-6ff1-46df-9fdc-65496099b596: Amount of 716 has to sent to Account number e8f1fd0f-e51e-4132-9896-420625e3cc24
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ebe14d4e-31d4-4719-9907-a69946245da0: Amount of 290 has been received from Account number ec4f822b-fc9c-4f96-831a-36bf12068ed9
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 838e490c-ec7f-4b38-b9f8-a32f934905fe: Amount of 951 has been received from Account number 7c4b04f6-2601-499f-b855-89d978ab37f6
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of e7c92c5f-8dc5-4f5e-a9d6-fa77e9b49d68: Amount of 658 has to sent to Account number 2f3ad0e9-1558-4f4b-bb0a-4d199a11058a
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2f3ad0e9-1558-4f4b-bb0a-4d199a11058a: Amount of 658 has been received from Account number e7c92c5f-8dc5-4f5e-a9d6-fa77e9b49d68
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c208c08-c54d-47af-8cdd-d4ff199fb4c0: Amount of 266 has to sent to Account number 154cebb5-da5d-4ad3-ae44-56467e4767a7
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of bef8f071-bc31-41df-9384-351d5b01cf9a: Amount of 699 has to sent to Account number 56751949-3185-44d5-b1b6-3262c2c4bd3a
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4cbb8f86-57e0-47e3-b500-358931793c2e: Amount of 590 has to sent to Account number 8be010d4-3374-4fd2-9b26-a958a874abb2
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56751949-3185-44d5-b1b6-3262c2c4bd3a: Amount of 699 has been received from Account number bef8f071-bc31-41df-9384-351d5b01cf9a
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9613e364-52d5-418f-a6d0-84f57934927d: Amount of 834 has been received from Account number c363301b-7532-448d-beaf-3df209127ccc
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42491549-6cbe-47a9-9c6a-aaaf1280a394: Amount of 741 has to sent to Account number c4e524fa-9903-41ee-9e64-3ba76bfde0cf
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b467059-1462-4a9e-be42-1770f614e959: Amount of 72 has been received from Account number 61d40a90-4a60-476f-8dfd-81e4d173bd08
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2f89111a-36a6-4e70-8647-a808d77d6c92: Amount of 888 has been received from Account number 1f4f4141-c690-4d0f-92be-cb67e2227e9d
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 472dd6f6-3f7a-48c9-bf0e-e98f2b386560: Amount of 175 has to sent to Account number 88fd4293-0649-41ed-be02-e59f3841c185
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d446d44-69d1-4d83-9390-c4999d21e539: Amount of 375 has to sent to Account number 44fca19c-5b7a-419b-98ce-d211ecf34991
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 006dbc23-6cba-4524-839e-029e7819c7d8: Amount of 282 has to sent to Account number 1c5dc96d-3c61-4795-b599-92d12189b78c
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c5dc96d-3c61-4795-b599-92d12189b78c: Amount of 282 has been received from Account number 006dbc23-6cba-4524-839e-029e7819c7d8
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 44fca19c-5b7a-419b-98ce-d211ecf34991: Amount of 375 has been received from Account number 9d446d44-69d1-4d83-9390-c4999d21e539
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of b2924250-af81-4154-becd-b0c7f6858d24: Amount of 937 has to sent to Account number a36ded90-ad38-4804-9942-c5d404faa704
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of a36ded90-ad38-4804-9942-c5d404faa704: Amount of 937 has been received from Account number b2924250-af81-4154-becd-b0c7f6858d24
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ac9f087-5ba2-47f0-8890-712b74d4162f: Amount of 66 has to sent to Account number 67acc79e-2aae-44a5-89c8-9e6fd8c6aa73
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 67acc79e-2aae-44a5-89c8-9e6fd8c6aa73: Amount of 66 has been received from Account number 3ac9f087-5ba2-47f0-8890-712b74d4162f
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of c02da753-0712-4e04-a3e1-d85b14f6757a: Amount of 747 has been received from Account number 5fbdab9f-ef53-4851-acb4-d1e342d83dc6
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 927afe1b-8061-4707-a329-65ff70d1d2ff: Amount of 715 has to sent to Account number 67a67441-4248-4638-93ed-c84817cb4eae
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 67a67441-4248-4638-93ed-c84817cb4eae: Amount of 715 has been received from Account number 927afe1b-8061-4707-a329-65ff70d1d2ff
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ba92d0f-6f7e-40c0-aede-c6d943682cf7: Amount of 502 has to sent to Account number 5057eae1-4321-4a7d-8610-cf9217b8faaa
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5057eae1-4321-4a7d-8610-cf9217b8faaa: Amount of 502 has been received from Account number 2ba92d0f-6f7e-40c0-aede-c6d943682cf7
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of dcf26b53-3bfb-46a6-aded-7ede8a0ede4e: Amount of 389 has to sent to Account number 4d38e40a-b25e-4c8a-bf05-6af048a08f08
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d38e40a-b25e-4c8a-bf05-6af048a08f08: Amount of 389 has been received from Account number dcf26b53-3bfb-46a6-aded-7ede8a0ede4e
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 05ce29dc-b997-48c0-b32a-b25a4660c830: Amount of 750 has been received from Account number 5844ff6c-3492-4fdb-b312-f9984b423d78
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of a173ca26-53d8-458d-8419-172f1ae31592: Amount of 663 has been received from Account number 4827a9b4-95e3-439a-81bb-00b7b576bad8
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of a2d3deca-2a3c-423a-8f8a-4286b3f56e14: Amount of 659 has to sent to Account number 782ae691-793d-4149-9809-202a53fe9c1f
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of d8709821-b38d-4fca-a4d9-52de59156452: Amount of 348 has to sent to Account number 632750ac-93f7-4b51-9045-1e7ef86aeb15
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d7e4c832-ba12-492b-a231-9e1ca33bac45: Amount of 304 has been received from Account number a5a73581-f9ae-4e85-a4d7-fce44fc41675
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 782ae691-793d-4149-9809-202a53fe9c1f: Amount of 659 has been received from Account number a2d3deca-2a3c-423a-8f8a-4286b3f56e14
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ede5a1fa-4f3a-4a91-9810-441edaff5873: Amount of 379 has been received from Account number 9af4ca5c-ebb6-434b-b737-2141357392cc
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of a7855eaa-526f-43a5-ae58-64729c4698f0: Amount of 266 has been received from Account number ac5b426f-d516-4abe-a04a-879f68da9216
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of c2888fcf-5604-4356-9f1c-fb9205e9acf7: Amount of 537 has been received from Account number 947732e1-efbc-4bfa-8b54-8993e6cad8f6
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of f84381a3-943f-438e-b0d0-2eecb9b60436: Amount of 122 has to sent to Account number dbb00e1b-29bc-405a-b650-6e177ae6be95
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 768adf12-b164-4c63-b255-086c912b86e4: Amount of 19 has to sent to Account number ccb2e456-bc2a-47e7-a5e8-a7917ab8deef
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ec0fd9af-0ae9-4449-bdc3-dec8d5348a36: Amount of 830 has to sent to Account number 66fe5b67-858a-45e2-99da-a0372bd59948
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7249ffc7-0a50-4676-abea-0127d2d27d88: Amount of 396 has been received from Account number 2c61a971-6191-4ee5-b668-54b6a0d3d767
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 66fe5b67-858a-45e2-99da-a0372bd59948: Amount of 830 has been received from Account number ec0fd9af-0ae9-4449-bdc3-dec8d5348a36
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 85df40ff-2e22-41d0-a225-f08037fdf641: Amount of 565 has been received from Account number 042a661e-4e0c-4e00-a440-804ad06cb75a
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of e8f1fd0f-e51e-4132-9896-420625e3cc24: Amount of 716 has been received from Account number 35c67d81-6ff1-46df-9fdc-65496099b596
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4c370e6a-6048-432b-95ee-c22109d877f4: Amount of 443 has to sent to Account number 7338e5fc-f67a-4345-9cca-3761cddd7199
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of fd7a51a6-5f9e-4fa2-aece-eb5da2768318: Amount of 66 has to sent to Account number 63096537-8c3d-473b-98a1-443cb53b0c6f
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 154cebb5-da5d-4ad3-ae44-56467e4767a7: Amount of 266 has been received from Account number 5c208c08-c54d-47af-8cdd-d4ff199fb4c0
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 63096537-8c3d-473b-98a1-443cb53b0c6f: Amount of 66 has been received from Account number fd7a51a6-5f9e-4fa2-aece-eb5da2768318
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0591ecdd-780b-40ba-acd0-f872f98e0b8f: Amount of 479 has to sent to Account number 0c777f52-3f78-4812-a247-f35bb24c47f7
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c777f52-3f78-4812-a247-f35bb24c47f7: Amount of 479 has been received from Account number 0591ecdd-780b-40ba-acd0-f872f98e0b8f
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of c7a79da9-8dd4-4d79-8b4c-e2f779d4a860: Amount of 355 has to sent to Account number 6d68716f-ef6a-4067-b044-c7290cc16496
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8be010d4-3374-4fd2-9b26-a958a874abb2: Amount of 590 has been received from Account number 4cbb8f86-57e0-47e3-b500-358931793c2e
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c4e524fa-9903-41ee-9e64-3ba76bfde0cf: Amount of 741 has been received from Account number 42491549-6cbe-47a9-9c6a-aaaf1280a394
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 88fd4293-0649-41ed-be02-e59f3841c185: Amount of 175 has been received from Account number 472dd6f6-3f7a-48c9-bf0e-e98f2b386560
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b5b3297-684e-48ff-a61c-bc4686d05c94: Amount of 673 has to sent to Account number cfb56ef5-1cdc-4bea-b63c-d9c59f4eb842
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0bf0f75e-2c6a-4cb4-a791-0f87799d5a8f: Amount of 457 has to sent to Account number eeb46eac-1567-4d93-9595-4b5aa142d206
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of eeb46eac-1567-4d93-9595-4b5aa142d206: Amount of 457 has been received from Account number 0bf0f75e-2c6a-4cb4-a791-0f87799d5a8f
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of cfb56ef5-1cdc-4bea-b63c-d9c59f4eb842: Amount of 673 has been received from Account number 5b5b3297-684e-48ff-a61c-bc4686d05c94
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a1c63bc-7022-498a-a8d7-df5e31602a94: Amount of 769 has to sent to Account number 640ccfde-4d6e-4857-b30a-740849839f7e
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 640ccfde-4d6e-4857-b30a-740849839f7e: Amount of 769 has been received from Account number 3a1c63bc-7022-498a-a8d7-df5e31602a94
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 213ef14f-35e6-462a-8559-50bc229e2998: Amount of 878 has to sent to Account number a3af5221-8b1e-40da-afc3-669dab558c54
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a3af5221-8b1e-40da-afc3-669dab558c54: Amount of 878 has been received from Account number 213ef14f-35e6-462a-8559-50bc229e2998
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e730e22-a8de-4c84-9e24-e2cac73f27c4: Amount of 26 has to sent to Account number 0bbac629-92dd-4204-a6d0-3b5449f0233d
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0bbac629-92dd-4204-a6d0-3b5449f0233d: Amount of 26 has been received from Account number 2e730e22-a8de-4c84-9e24-e2cac73f27c4
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6caf17e2-016e-4429-888e-3470a1fb17c3: Amount of 939 has to sent to Account number b676689e-e6b1-4538-80aa-e3d3ded8e626
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6cde06e6-5292-47bd-98dd-3dca6c1cd38a: Amount of 803 has to sent to Account number f5691625-fde7-40df-b9dd-6fdff12827b5
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of f5691625-fde7-40df-b9dd-6fdff12827b5: Amount of 803 has been received from Account number 6cde06e6-5292-47bd-98dd-3dca6c1cd38a
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3a44fb4-f8a4-41c4-aa2f-76c442cf4ae2: Amount of 142 has to sent to Account number d0aefa8f-d861-4f97-922f-f25f5ad8c700
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of d0aefa8f-d861-4f97-922f-f25f5ad8c700: Amount of 142 has been received from Account number c3a44fb4-f8a4-41c4-aa2f-76c442cf4ae2
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of dad65bf2-c3b0-4501-a040-9c9dae0b9745: Amount of 191 has to sent to Account number 93a8d0dc-24a1-43b2-9322-a926365297f7
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 93a8d0dc-24a1-43b2-9322-a926365297f7: Amount of 191 has been received from Account number dad65bf2-c3b0-4501-a040-9c9dae0b9745
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2dbd16da-552f-4451-9e3a-bb67663ede80: Amount of 382 has to sent to Account number 93cf10fc-67a4-483f-8858-a0cfc5b9beee
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 93cf10fc-67a4-483f-8858-a0cfc5b9beee: Amount of 382 has been received from Account number 2dbd16da-552f-4451-9e3a-bb67663ede80
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90bb6404-cc8d-4cc0-8a87-f18109111271: Amount of 559 has to sent to Account number 825d5eb5-aa19-4b65-8439-216407fe7768
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 825d5eb5-aa19-4b65-8439-216407fe7768: Amount of 559 has been received from Account number 90bb6404-cc8d-4cc0-8a87-f18109111271
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of a6c33214-25b4-4843-b1f6-e846e19dbaab: Amount of 745 has to sent to Account number 7e85043a-d608-4702-ad18-be8cf6ada9f2
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 87429610-8c8f-4f82-97c0-99c89248b651: Amount of 286 has to sent to Account number 03d278fa-c2b8-43c1-acca-200eb0ca36c0
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of e91b0a5a-0c1d-404c-ba5f-1244aade602c: Amount of 192 has to sent to Account number ec267005-8f74-4cab-ae1c-5403a4dcd4bf
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 632750ac-93f7-4b51-9045-1e7ef86aeb15: Amount of 348 has been received from Account number d8709821-b38d-4fca-a4d9-52de59156452
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ec267005-8f74-4cab-ae1c-5403a4dcd4bf: Amount of 192 has been received from Account number e91b0a5a-0c1d-404c-ba5f-1244aade602c
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 41fdac95-8d94-44af-9255-2e8b7a949cd5: Amount of 272 has to sent to Account number 7d57ec5c-0016-4542-ad1f-de83c258e2de
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7e85043a-d608-4702-ad18-be8cf6ada9f2: Amount of 745 has been received from Account number a6c33214-25b4-4843-b1f6-e846e19dbaab
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9408e15-0338-4aef-9cf0-f1530ffb8bdb: Amount of 970 has to sent to Account number 024a3d74-ec4b-4758-b0e7-be20c14c4be5
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7d57ec5c-0016-4542-ad1f-de83c258e2de: Amount of 272 has been received from Account number 41fdac95-8d94-44af-9255-2e8b7a949cd5
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6afc5fdf-ad5a-4bdb-b646-06aef00bd98c: Amount of 908 has to sent to Account number fb68d8fd-c5e0-40d9-93e4-ba3e320ff292
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2157c4ed-d016-4102-9f77-2e4dfe7df993: Amount of 111 has to sent to Account number 27338591-212a-4fd1-b885-04c2a3b67790
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 27338591-212a-4fd1-b885-04c2a3b67790: Amount of 111 has been received from Account number 2157c4ed-d016-4102-9f77-2e4dfe7df993
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of be1644a1-952f-4cd8-9843-fc25c72a4948: Amount of 432 has to sent to Account number 23e6a1d1-a2e6-47e3-b644-1aa409aa6ca5
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of dbb00e1b-29bc-405a-b650-6e177ae6be95: Amount of 122 has been received from Account number f84381a3-943f-438e-b0d0-2eecb9b60436
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 23e6a1d1-a2e6-47e3-b644-1aa409aa6ca5: Amount of 432 has been received from Account number be1644a1-952f-4cd8-9843-fc25c72a4948
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of a1c5745d-87ce-45e1-be18-5465e02ba6a9: Amount of 521 has to sent to Account number 980c0558-5de7-4621-b789-20df2a304f60
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 38d9f25e-f7bb-4782-b187-905d10b453b0: Amount of 620 has to sent to Account number 4d82dfdd-f19a-4dfb-a342-560c6933dab4
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 980c0558-5de7-4621-b789-20df2a304f60: Amount of 521 has been received from Account number a1c5745d-87ce-45e1-be18-5465e02ba6a9
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d82dfdd-f19a-4dfb-a342-560c6933dab4: Amount of 620 has been received from Account number 38d9f25e-f7bb-4782-b187-905d10b453b0
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccb2e456-bc2a-47e7-a5e8-a7917ab8deef: Amount of 19 has been received from Account number 768adf12-b164-4c63-b255-086c912b86e4
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4fb21f9f-d92b-4f9e-846f-2ddb4b7d32dc: Amount of 478 has to sent to Account number df5caac8-1019-4e32-a375-aa9d9057df6e
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 59eab99c-f512-4c32-b8a4-d7ecb50ae9c9: Amount of 966 has to sent to Account number ee715174-7805-4234-8f74-d02b784f7bba
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of fd1642b1-777b-46c2-810c-d17b34da000f: Amount of 135 has to sent to Account number 0acd0b00-343e-4e64-be6c-96a53864fec7
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee715174-7805-4234-8f74-d02b784f7bba: Amount of 966 has been received from Account number 59eab99c-f512-4c32-b8a4-d7ecb50ae9c9
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0acd0b00-343e-4e64-be6c-96a53864fec7: Amount of 135 has been received from Account number fd1642b1-777b-46c2-810c-d17b34da000f
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of e01b2ae4-44b7-42e0-a56e-7c9f9d13b7dd: Amount of 341 has to sent to Account number c2520a7d-a06f-4ee3-a405-3fdf42ce2191
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of f5a88307-c7b4-4a76-a996-ba7f019205b5: Amount of 264 has to sent to Account number 2385b924-60a6-4fba-9cb6-4c21e0d3ecc8
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7338e5fc-f67a-4345-9cca-3761cddd7199: Amount of 443 has been received from Account number 4c370e6a-6048-432b-95ee-c22109d877f4
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of b3e111a7-7f7e-4a19-b175-8f93c84a0153: Amount of 470 has to sent to Account number cf8a9b45-27c2-4b2f-833f-df07d14f9942
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b94043a-8d9b-4cc2-b9b4-58a90db79b39: Amount of 564 has to sent to Account number d95ac976-b0e2-4a78-b406-a7c285ca978a
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf8a9b45-27c2-4b2f-833f-df07d14f9942: Amount of 470 has been received from Account number b3e111a7-7f7e-4a19-b175-8f93c84a0153
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of d95ac976-b0e2-4a78-b406-a7c285ca978a: Amount of 564 has been received from Account number 2b94043a-8d9b-4cc2-b9b4-58a90db79b39
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0012e0d7-af5b-4776-8eaf-0a376ca79927: Amount of 870 has to sent to Account number 5884ab23-a9c7-48ff-9f66-5278c4c24942
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of f286f936-d3ba-42e4-a99e-55149050df95: Amount of 921 has to sent to Account number ac8985c7-fb1e-49b6-acb4-37b35f966f1e
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5884ab23-a9c7-48ff-9f66-5278c4c24942: Amount of 870 has been received from Account number 0012e0d7-af5b-4776-8eaf-0a376ca79927
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d68716f-ef6a-4067-b044-c7290cc16496: Amount of 355 has been received from Account number c7a79da9-8dd4-4d79-8b4c-e2f779d4a860
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of adc1c347-8e64-4406-bb77-3e9ee996e4dc: Amount of 99 has to sent to Account number d70eface-dc14-4552-9db0-b8019b2777b4
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8a2984cc-480d-4197-88db-3c19a4e5f0e4: Amount of 464 has to sent to Account number aeb36b39-8125-4dcd-a875-8df48d45f049
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of d103cb24-9263-43ff-a29a-2c74394db4b6: Amount of 821 has to sent to Account number 4e02ca55-b970-4a80-a3e4-e994311eacec
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of aeb36b39-8125-4dcd-a875-8df48d45f049: Amount of 464 has been received from Account number 8a2984cc-480d-4197-88db-3c19a4e5f0e4
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 416e84cd-740a-4970-8a34-714d5ddd23bf: Amount of 132 has to sent to Account number 948fb19e-3f3b-4617-937f-81fcb70d61b6
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 948fb19e-3f3b-4617-937f-81fcb70d61b6: Amount of 132 has been received from Account number 416e84cd-740a-4970-8a34-714d5ddd23bf
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 87773b73-6507-4717-b9c1-7e713c721f18: Amount of 686 has to sent to Account number c4ab0a7f-3aba-4090-a661-3cde9eb66940
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7187e2db-5669-447d-a1dc-62e9520e66c2: Amount of 5 has to sent to Account number 5f2f3dc0-12ee-4aa4-84e4-2a2679650d60
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of c4ab0a7f-3aba-4090-a661-3cde9eb66940: Amount of 686 has been received from Account number 87773b73-6507-4717-b9c1-7e713c721f18
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f2f3dc0-12ee-4aa4-84e4-2a2679650d60: Amount of 5 has been received from Account number 7187e2db-5669-447d-a1dc-62e9520e66c2
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 472413b9-7701-42fa-91e7-a68d35a1ca67: Amount of 591 has to sent to Account number 7c7e2e67-0492-4c29-bc18-6553b26277f4
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 15988520-46fa-43a3-b571-95865f290da0: Amount of 899 has to sent to Account number fc8a5ee7-9d79-440e-9fd0-d7ee09215206
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc8a5ee7-9d79-440e-9fd0-d7ee09215206: Amount of 899 has been received from Account number 15988520-46fa-43a3-b571-95865f290da0
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 36580062-f62d-4ecb-9c3b-14d3dc3772d8: Amount of 607 has to sent to Account number a5080346-31d7-4a4f-bb4e-77ddaf4c4309
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of a5080346-31d7-4a4f-bb4e-77ddaf4c4309: Amount of 607 has been received from Account number 36580062-f62d-4ecb-9c3b-14d3dc3772d8
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3b3ccc4-b665-469d-8829-db50a2b622d4: Amount of 892 has to sent to Account number 4dccdf24-f198-4dbb-9d66-626fb569e627
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4dccdf24-f198-4dbb-9d66-626fb569e627: Amount of 892 has been received from Account number c3b3ccc4-b665-469d-8829-db50a2b622d4
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of b676689e-e6b1-4538-80aa-e3d3ded8e626: Amount of 939 has been received from Account number 6caf17e2-016e-4429-888e-3470a1fb17c3
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 88196bfe-f7e7-46ca-809b-d943d877dd9a: Amount of 804 has to sent to Account number 566c2f3b-822b-47f2-8761-f77abcd21710
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 566c2f3b-822b-47f2-8761-f77abcd21710: Amount of 804 has been received from Account number 88196bfe-f7e7-46ca-809b-d943d877dd9a
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77aeb680-c186-4c3a-a5ba-31081db22511: Amount of 732 has to sent to Account number a115a1c4-6465-4946-81f9-6fd91a29a248
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of a115a1c4-6465-4946-81f9-6fd91a29a248: Amount of 732 has been received from Account number 77aeb680-c186-4c3a-a5ba-31081db22511
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 468a9b19-7d42-49ea-98a7-6f243485efae: Amount of 426 has to sent to Account number 805e6659-5d03-44be-adb4-c05586a79dc3
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 03d278fa-c2b8-43c1-acca-200eb0ca36c0: Amount of 286 has been received from Account number 87429610-8c8f-4f82-97c0-99c89248b651
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of a01da1be-49ce-4630-be46-6e18fce9b3fc: Amount of 41 has to sent to Account number 0c3c9f1e-a57f-4f91-8348-1250c437f995
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c3c9f1e-a57f-4f91-8348-1250c437f995: Amount of 41 has been received from Account number a01da1be-49ce-4630-be46-6e18fce9b3fc
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 72b9480b-83a7-4f15-989c-912222cd31d2: Amount of 202 has to sent to Account number a147e5aa-6d47-4cdf-a2cb-617cb7d3b4e2
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of a147e5aa-6d47-4cdf-a2cb-617cb7d3b4e2: Amount of 202 has been received from Account number 72b9480b-83a7-4f15-989c-912222cd31d2
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 626d744e-2da0-4011-a5ad-6bb57cc690b9: Amount of 446 has to sent to Account number dbef9136-573c-4707-a04a-0f218a1576c9
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of dbef9136-573c-4707-a04a-0f218a1576c9: Amount of 446 has been received from Account number 626d744e-2da0-4011-a5ad-6bb57cc690b9
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4696229b-21a6-4bcd-a19f-6ea23622e842: Amount of 388 has to sent to Account number b86cef6f-ea0e-4858-89fa-a322b6a79d70
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of b86cef6f-ea0e-4858-89fa-a322b6a79d70: Amount of 388 has been received from Account number 4696229b-21a6-4bcd-a19f-6ea23622e842
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of b4e80497-01ed-483d-8392-79aaf25bfb97: Amount of 757 has to sent to Account number 2ff055c7-1173-43bc-bf7b-e0e6162dcd3e
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ff055c7-1173-43bc-bf7b-e0e6162dcd3e: Amount of 757 has been received from Account number b4e80497-01ed-483d-8392-79aaf25bfb97
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of f01ef44d-f4fb-4977-8b38-2fb2db626114: Amount of 495 has to sent to Account number 978080bf-0d70-4ffc-8a88-23a71a8dd5f9
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c812d9c-983d-4b5c-8972-63c9b3eff12b: Amount of 579 has to sent to Account number 1ef3f185-70be-4826-b483-5f2e4c75d3d0
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of be8c7837-6f9e-4d4d-ab77-46a1a2d5fe49: Amount of 418 has to sent to Account number 69b618f9-b261-4130-a9f2-39c038f885ed
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 024a3d74-ec4b-4758-b0e7-be20c14c4be5: Amount of 970 has been received from Account number a9408e15-0338-4aef-9cf0-f1530ffb8bdb
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 69b618f9-b261-4130-a9f2-39c038f885ed: Amount of 418 has been received from Account number be8c7837-6f9e-4d4d-ab77-46a1a2d5fe49
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb68d8fd-c5e0-40d9-93e4-ba3e320ff292: Amount of 908 has been received from Account number 6afc5fdf-ad5a-4bdb-b646-06aef00bd98c
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 03c69a73-4cd6-4ea2-b32e-88edc8b22de1: Amount of 297 has to sent to Account number efe1b763-db03-4fea-ba21-7ef2c7542202
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of cb3a04f4-89a0-4ab9-9235-2c45ac7ebb2d: Amount of 616 has to sent to Account number 479f4264-79f0-49c4-a393-0279243d5323
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0b6e2e0f-eb1d-4982-99fd-2474f0cdaf63: Amount of 316 has to sent to Account number a014d564-e25f-42a1-b08e-f0946eeaf848
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of df5016c8-66ac-45e4-8f9d-3700f0287c0d: Amount of 810 has to sent to Account number d896401f-bfbb-4743-9304-bc3d21e1cd75
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d896401f-bfbb-4743-9304-bc3d21e1cd75: Amount of 810 has been received from Account number df5016c8-66ac-45e4-8f9d-3700f0287c0d
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 869aa700-3ce3-4add-9488-1490bc85313f: Amount of 733 has to sent to Account number e720d50b-38f0-40f0-a502-72920d1b3f53
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of e720d50b-38f0-40f0-a502-72920d1b3f53: Amount of 733 has been received from Account number 869aa700-3ce3-4add-9488-1490bc85313f
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56244e35-fcda-4540-ad76-07d7f9e75749: Amount of 882 has to sent to Account number b3df3587-5a47-43cd-b4ea-2415e952c47a
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of b3df3587-5a47-43cd-b4ea-2415e952c47a: Amount of 882 has been received from Account number 56244e35-fcda-4540-ad76-07d7f9e75749
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b3ce8b5-76f0-4c7e-a7d2-314e6c06c368: Amount of 4 has to sent to Account number b9e1bd07-8b80-44a4-a5a9-64bdaeb7bd8d
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of b9e1bd07-8b80-44a4-a5a9-64bdaeb7bd8d: Amount of 4 has been received from Account number 8b3ce8b5-76f0-4c7e-a7d2-314e6c06c368
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1e7a2689-12bf-4a3c-a999-033c8a4e24cb: Amount of 709 has to sent to Account number 7fa99f2b-a0a2-48ac-8923-0c41f0f4e4df
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7fa99f2b-a0a2-48ac-8923-0c41f0f4e4df: Amount of 709 has been received from Account number 1e7a2689-12bf-4a3c-a999-033c8a4e24cb
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of c79c5a53-9400-413e-92a3-e76953a5b8b5: Amount of 790 has to sent to Account number 2138ccfb-bd1a-4762-aa60-a01864f5ab93
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 655aab52-1deb-47fa-939b-58d41744bc3b: Amount of 932 has to sent to Account number b7c7b8af-0ad4-4201-b70b-df46d4d5a1be
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of df5caac8-1019-4e32-a375-aa9d9057df6e: Amount of 478 has been received from Account number 4fb21f9f-d92b-4f9e-846f-2ddb4b7d32dc
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e99923b-d376-42b2-b2b0-3d3db2942041: Amount of 664 has to sent to Account number 5b5252d1-c76f-4d94-bf51-cd7b30c24528
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b5252d1-c76f-4d94-bf51-cd7b30c24528: Amount of 664 has been received from Account number 3e99923b-d376-42b2-b2b0-3d3db2942041
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 35a55c69-4316-4cfc-9080-8c07beda4b47: Amount of 917 has to sent to Account number 5464128d-e3f7-4a6c-8edc-f01b9affcd21
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5464128d-e3f7-4a6c-8edc-f01b9affcd21: Amount of 917 has been received from Account number 35a55c69-4316-4cfc-9080-8c07beda4b47
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5408df55-63aa-46ab-a69c-e452f6fd04bd: Amount of 232 has to sent to Account number c12f4a19-4e49-4aa1-9663-5cd597eeb89b
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of c12f4a19-4e49-4aa1-9663-5cd597eeb89b: Amount of 232 has been received from Account number 5408df55-63aa-46ab-a69c-e452f6fd04bd
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a05a20b-9edc-49cb-aa0b-a52c52f1fb57: Amount of 203 has to sent to Account number e6b7ffb5-21fd-417b-ba01-27e867849e23
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of e6b7ffb5-21fd-417b-ba01-27e867849e23: Amount of 203 has been received from Account number 3a05a20b-9edc-49cb-aa0b-a52c52f1fb57
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 39569224-f10d-4452-b9e4-09d755015120: Amount of 665 has to sent to Account number f501d09f-4699-421e-aa75-95c99d478c61
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of f501d09f-4699-421e-aa75-95c99d478c61: Amount of 665 has been received from Account number 39569224-f10d-4452-b9e4-09d755015120
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 28ab44b7-6551-4e60-9e96-7668f5c83bf4: Amount of 49 has to sent to Account number 4107d7d1-fa46-46a6-b8fa-234b13439978
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4107d7d1-fa46-46a6-b8fa-234b13439978: Amount of 49 has been received from Account number 28ab44b7-6551-4e60-9e96-7668f5c83bf4
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64372a52-183b-4ec0-9e54-8211115bd45c: Amount of 757 has to sent to Account number fa36d6a9-99a4-4709-95c1-fefb1251fe40
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa36d6a9-99a4-4709-95c1-fefb1251fe40: Amount of 757 has been received from Account number 64372a52-183b-4ec0-9e54-8211115bd45c
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of e5f2e7a5-91c1-4760-aa27-42df2df393c1: Amount of 162 has to sent to Account number d01f4c17-5927-4da4-89c6-7c8b23f862ae
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of d01f4c17-5927-4da4-89c6-7c8b23f862ae: Amount of 162 has been received from Account number e5f2e7a5-91c1-4760-aa27-42df2df393c1
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d86996d-1a83-4a06-9d4b-e77b61c8eebf: Amount of 947 has to sent to Account number 9474539d-ef68-4f99-a728-48b871071937
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9474539d-ef68-4f99-a728-48b871071937: Amount of 947 has been received from Account number 5d86996d-1a83-4a06-9d4b-e77b61c8eebf
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of e62f2683-0c4e-4abb-96cd-6d1c2e617ada: Amount of 841 has to sent to Account number 50617e47-3a90-4a66-94a7-10f4ebc717e2
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 50617e47-3a90-4a66-94a7-10f4ebc717e2: Amount of 841 has been received from Account number e62f2683-0c4e-4abb-96cd-6d1c2e617ada
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ea654fbb-be25-4169-bd4b-8c0603ec20e5: Amount of 103 has to sent to Account number 1f2cf238-fc4e-4616-948b-0592e6646813
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1f2cf238-fc4e-4616-948b-0592e6646813: Amount of 103 has been received from Account number ea654fbb-be25-4169-bd4b-8c0603ec20e5
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 43ef8a9a-45fd-49b4-87c9-557cc21a7f86: Amount of 673 has to sent to Account number db56aaab-3a26-4edd-9b60-ec946be45e52
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of db56aaab-3a26-4edd-9b60-ec946be45e52: Amount of 673 has been received from Account number 43ef8a9a-45fd-49b4-87c9-557cc21a7f86
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 60b95539-30ba-477e-8fb3-58368e3020b2: Amount of 980 has to sent to Account number fb79f682-c305-4f2b-bd69-bcb532ba586d
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb79f682-c305-4f2b-bd69-bcb532ba586d: Amount of 980 has been received from Account number 60b95539-30ba-477e-8fb3-58368e3020b2
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 78dc5bba-35cc-4acb-9a27-d63b1df3000e: Amount of 391 has to sent to Account number 55d4f89d-bc49-4b60-abdb-c51115f9c73f
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 55d4f89d-bc49-4b60-abdb-c51115f9c73f: Amount of 391 has been received from Account number 78dc5bba-35cc-4acb-9a27-d63b1df3000e
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95b7402f-1ce8-444c-ae35-8284f25480cf: Amount of 40 has to sent to Account number 9a18b20e-fa37-444c-9915-a9a100c32237
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9a18b20e-fa37-444c-9915-a9a100c32237: Amount of 40 has been received from Account number 95b7402f-1ce8-444c-ae35-8284f25480cf
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of f6fc3355-3064-4e39-8110-433debd2e798: Amount of 150 has to sent to Account number 19953cd5-1d71-48d0-b9e6-d1f63726a0c9
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 19953cd5-1d71-48d0-b9e6-d1f63726a0c9: Amount of 150 has been received from Account number f6fc3355-3064-4e39-8110-433debd2e798
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f9d7665-165a-48a8-82a1-16cebacf9023: Amount of 124 has to sent to Account number 55812774-3016-49dc-98eb-3996191584f5
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 55812774-3016-49dc-98eb-3996191584f5: Amount of 124 has been received from Account number 4f9d7665-165a-48a8-82a1-16cebacf9023
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 602baa2b-24fd-47aa-b98d-23cb7a7520bb: Amount of 200 has to sent to Account number 6b375c3a-8004-428f-8c1f-bb8c38dd09a3
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b375c3a-8004-428f-8c1f-bb8c38dd09a3: Amount of 200 has been received from Account number 602baa2b-24fd-47aa-b98d-23cb7a7520bb
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of a357f8f1-9b3a-4425-907d-405905038140: Amount of 6 has to sent to Account number ddd80d90-0821-4df2-8a25-ca5f3b4671c3
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ddd80d90-0821-4df2-8a25-ca5f3b4671c3: Amount of 6 has been received from Account number a357f8f1-9b3a-4425-907d-405905038140
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 41690681-fed1-4db0-95b7-d4760096c18a: Amount of 133 has to sent to Account number 32daee35-a89a-4342-abad-1e847b836452
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 32daee35-a89a-4342-abad-1e847b836452: Amount of 133 has been received from Account number 41690681-fed1-4db0-95b7-d4760096c18a
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 110354ff-cbf0-462d-a459-2ba7176ddf34: Amount of 886 has to sent to Account number 27a06508-4ea3-4ff4-859d-404d7439183f
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 27a06508-4ea3-4ff4-859d-404d7439183f: Amount of 886 has been received from Account number 110354ff-cbf0-462d-a459-2ba7176ddf34
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f0baaef-2584-46ec-8dc4-0779ca3f7f15: Amount of 685 has to sent to Account number c7fd66b7-5934-471c-9660-7c6aa8c4095a
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c7fd66b7-5934-471c-9660-7c6aa8c4095a: Amount of 685 has been received from Account number 7f0baaef-2584-46ec-8dc4-0779ca3f7f15
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of c2520a7d-a06f-4ee3-a405-3fdf42ce2191: Amount of 341 has been received from Account number e01b2ae4-44b7-42e0-a56e-7c9f9d13b7dd
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9f084747-89d8-4d6f-bde1-ca01f857e36b: Amount of 259 has to sent to Account number 5cfc789c-98c4-4629-9482-01f0a58141cc
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5cfc789c-98c4-4629-9482-01f0a58141cc: Amount of 259 has been received from Account number 9f084747-89d8-4d6f-bde1-ca01f857e36b
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2385b924-60a6-4fba-9cb6-4c21e0d3ecc8: Amount of 264 has been received from Account number f5a88307-c7b4-4a76-a996-ba7f019205b5
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7a74e80a-67ab-426d-bee8-482865d72c07: Amount of 308 has to sent to Account number d40dbe6b-1d0c-4666-98ec-3ba5a7983283
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0981c757-b67b-455b-9a3e-6f124acdcbe8: Amount of 501 has to sent to Account number 9866b81f-70ec-484a-bf41-fa788236e59b
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of d40dbe6b-1d0c-4666-98ec-3ba5a7983283: Amount of 308 has been received from Account number 7a74e80a-67ab-426d-bee8-482865d72c07
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9866b81f-70ec-484a-bf41-fa788236e59b: Amount of 501 has been received from Account number 0981c757-b67b-455b-9a3e-6f124acdcbe8
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of cfef36f5-53f7-498f-ad3a-35092b419fdb: Amount of 34 has to sent to Account number de13d315-ccbc-4378-997d-789998761d82
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of df27f67a-77b0-45ce-a89e-14d22e5725f3: Amount of 628 has to sent to Account number 95dd8334-d8bb-4ff0-8aa1-90ea18a41071
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95dd8334-d8bb-4ff0-8aa1-90ea18a41071: Amount of 628 has been received from Account number df27f67a-77b0-45ce-a89e-14d22e5725f3
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ff37c560-992d-427d-9a89-8b55019c57c5: Amount of 123 has to sent to Account number 33ff4ad2-e3ce-43ce-adaf-656f173c9f12
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 33ff4ad2-e3ce-43ce-adaf-656f173c9f12: Amount of 123 has been received from Account number ff37c560-992d-427d-9a89-8b55019c57c5
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 80943cab-b3b5-4819-9c70-41796c4a3cdb: Amount of 158 has to sent to Account number f2d6ec7e-4c4f-4309-bd6a-b27fe5a9e198
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2d6ec7e-4c4f-4309-bd6a-b27fe5a9e198: Amount of 158 has been received from Account number 80943cab-b3b5-4819-9c70-41796c4a3cdb
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5cf6fd30-5eb6-48d5-986e-fadd56dc0856: Amount of 61 has to sent to Account number 7c2b9de7-5e29-4a12-aacf-45a15d2f4330
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7c2b9de7-5e29-4a12-aacf-45a15d2f4330: Amount of 61 has been received from Account number 5cf6fd30-5eb6-48d5-986e-fadd56dc0856
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 71d9e418-431a-497a-b7f6-abad7ee95704: Amount of 693 has to sent to Account number 0b82ffdd-9324-45e5-8999-f6418de4fc1e
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac8985c7-fb1e-49b6-acb4-37b35f966f1e: Amount of 921 has been received from Account number f286f936-d3ba-42e4-a99e-55149050df95
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of d70eface-dc14-4552-9db0-b8019b2777b4: Amount of 99 has been received from Account number adc1c347-8e64-4406-bb77-3e9ee996e4dc
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of c4651a28-4985-4af5-ac85-39d27659b95b: Amount of 165 has to sent to Account number 6af5ba15-6f9b-4f1c-a59d-315a196af1a3
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6af5ba15-6f9b-4f1c-a59d-315a196af1a3: Amount of 165 has been received from Account number c4651a28-4985-4af5-ac85-39d27659b95b
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0d03116b-f8ea-4e54-809d-d9b8d8be7600: Amount of 565 has to sent to Account number 3beea1fa-7979-4e7f-a6cd-8cbd85eabd4f
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b4ff360-03f8-41fb-93b2-8acb2c1e2c98: Amount of 636 has to sent to Account number c8d741c4-c3cb-47fe-9be1-2a17d4845ad4
2024-07-09 19:26:08.217  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4e02ca55-b970-4a80-a3e4-e994311eacec: Amount of 821 has been received from Account number d103cb24-9263-43ff-a29a-2c74394db4b6
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 75281baa-a1d2-4c7f-80f0-5142bc7714d6: Amount of 541 has to sent to Account number 868d6945-3294-49d9-9a44-524e0b1aa6d2
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7c7e2e67-0492-4c29-bc18-6553b26277f4: Amount of 591 has been received from Account number 472413b9-7701-42fa-91e7-a68d35a1ca67
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 868d6945-3294-49d9-9a44-524e0b1aa6d2: Amount of 541 has been received from Account number 75281baa-a1d2-4c7f-80f0-5142bc7714d6
2024-07-09 19:26:08.217  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 29df9146-8d69-452a-903c-25e8e4217a7e: Amount of 613 has to sent to Account number 639fad1a-15cd-490b-98e8-eed6e08fb12c
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of b1d6d7da-8719-4dcc-9f78-96f4a3ac6374: Amount of 82 has to sent to Account number 169f1993-9076-4872-a24c-39b57a35e79b
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ea998aa-922d-4170-92fe-4603b34bd258: Amount of 532 has to sent to Account number b57fb646-9adc-4fef-8337-960572ae2ede
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 169f1993-9076-4872-a24c-39b57a35e79b: Amount of 82 has been received from Account number b1d6d7da-8719-4dcc-9f78-96f4a3ac6374
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of b57fb646-9adc-4fef-8337-960572ae2ede: Amount of 532 has been received from Account number 3ea998aa-922d-4170-92fe-4603b34bd258
2024-07-09 19:26:08.225  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 805e6659-5d03-44be-adb4-c05586a79dc3: Amount of 426 has been received from Account number 468a9b19-7d42-49ea-98a7-6f243485efae
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 05059b0d-33d8-4e58-af2b-23dfc48e39a7: Amount of 464 has to sent to Account number a576cf03-c8b3-4683-b7b7-a529075c5704
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of a0fb6f58-84da-4964-99e1-89ea55f7ffff: Amount of 806 has to sent to Account number 94b3832c-7bb4-4756-816e-c833c0496f82
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a576cf03-c8b3-4683-b7b7-a529075c5704: Amount of 464 has been received from Account number 05059b0d-33d8-4e58-af2b-23dfc48e39a7
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4e8b3cce-b189-4e47-b820-874e283a7436: Amount of 882 has to sent to Account number faa0e217-df70-4e3d-8df1-8f4d85794a95
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of faa0e217-df70-4e3d-8df1-8f4d85794a95: Amount of 882 has been received from Account number 4e8b3cce-b189-4e47-b820-874e283a7436
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1ef3f185-70be-4826-b483-5f2e4c75d3d0: Amount of 579 has been received from Account number 5c812d9c-983d-4b5c-8972-63c9b3eff12b
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of fe4bbf6e-0755-44bd-81d0-dc7df6f5064f: Amount of 469 has to sent to Account number 935a877c-3790-4b6b-b02f-dea62d286395
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 935a877c-3790-4b6b-b02f-dea62d286395: Amount of 469 has been received from Account number fe4bbf6e-0755-44bd-81d0-dc7df6f5064f
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7250d71e-a7ab-40ff-9970-6adbfbbe3350: Amount of 397 has to sent to Account number 4547a04b-e23a-41f1-b029-be4f50850747
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of d84f0ba3-66dc-4aba-a084-c4281cb979fa: Amount of 307 has to sent to Account number 56baa5f4-0ce3-4707-a584-83562b813a9f
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56baa5f4-0ce3-4707-a584-83562b813a9f: Amount of 307 has been received from Account number d84f0ba3-66dc-4aba-a084-c4281cb979fa
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 978080bf-0d70-4ffc-8a88-23a71a8dd5f9: Amount of 495 has been received from Account number f01ef44d-f4fb-4977-8b38-2fb2db626114
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3cf63b9d-a886-4597-a951-375de1761f96: Amount of 69 has to sent to Account number 1082ee32-19a9-4d33-8593-1610b04d5dde
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1082ee32-19a9-4d33-8593-1610b04d5dde: Amount of 69 has been received from Account number 3cf63b9d-a886-4597-a951-375de1761f96
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of b8726578-045e-4578-a087-cfc8baeb9700: Amount of 176 has to sent to Account number 57d465e7-059b-4581-a147-7a0655771584
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4754d103-d4eb-4f95-bb58-272f9cbe65e0: Amount of 297 has to sent to Account number 6d12ebed-5e89-4928-9f2e-5e1ee4b4b1ef
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 479f4264-79f0-49c4-a393-0279243d5323: Amount of 616 has been received from Account number cb3a04f4-89a0-4ab9-9235-2c45ac7ebb2d
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e408163-5ae3-4099-86be-6a9942035c32: Amount of 919 has to sent to Account number 718c1fc3-27c6-405b-8b38-05a33910d70a
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 718c1fc3-27c6-405b-8b38-05a33910d70a: Amount of 919 has been received from Account number 8e408163-5ae3-4099-86be-6a9942035c32
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 366ae9e5-9f9d-4c81-a019-7f693f8d2a47: Amount of 967 has to sent to Account number 2679d36f-c217-4338-8208-78c7e75127d2
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2679d36f-c217-4338-8208-78c7e75127d2: Amount of 967 has been received from Account number 366ae9e5-9f9d-4c81-a019-7f693f8d2a47
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9043d5c0-378c-4784-ad67-25c2396ef0b9: Amount of 18 has to sent to Account number c16f75eb-3313-455e-9d0b-d57d169e892f
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of c16f75eb-3313-455e-9d0b-d57d169e892f: Amount of 18 has been received from Account number 9043d5c0-378c-4784-ad67-25c2396ef0b9
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf313cc2-9b9c-450f-aa9f-61d25f40bfd1: Amount of 956 has to sent to Account number 136e4529-1426-45c7-8889-3f4e4a517ec2
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 136e4529-1426-45c7-8889-3f4e4a517ec2: Amount of 956 has been received from Account number cf313cc2-9b9c-450f-aa9f-61d25f40bfd1
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 264576f8-388a-4e10-a9cb-6d9bba444c9f: Amount of 978 has to sent to Account number 31663ad9-f783-4e99-8721-d5913afb8097
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 31663ad9-f783-4e99-8721-d5913afb8097: Amount of 978 has been received from Account number 264576f8-388a-4e10-a9cb-6d9bba444c9f
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 362a83d7-7b26-4505-809f-0d7069aa760a: Amount of 800 has to sent to Account number c31629a5-4b4e-45e5-b4d5-a9915f8fc6f8
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of c31629a5-4b4e-45e5-b4d5-a9915f8fc6f8: Amount of 800 has been received from Account number 362a83d7-7b26-4505-809f-0d7069aa760a
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of efe1b763-db03-4fea-ba21-7ef2c7542202: Amount of 297 has been received from Account number 03c69a73-4cd6-4ea2-b32e-88edc8b22de1
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a014d564-e25f-42a1-b08e-f0946eeaf848: Amount of 316 has been received from Account number 0b6e2e0f-eb1d-4982-99fd-2474f0cdaf63
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2138ccfb-bd1a-4762-aa60-a01864f5ab93: Amount of 790 has been received from Account number c79c5a53-9400-413e-92a3-e76953a5b8b5
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of b7c7b8af-0ad4-4201-b70b-df46d4d5a1be: Amount of 932 has been received from Account number 655aab52-1deb-47fa-939b-58d41744bc3b
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 376ac151-9850-4a6f-ac7f-a754d153c324: Amount of 840 has to sent to Account number a9eb0dea-80dc-4b43-a0be-b0ecce1beaac
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5af82f91-6ff1-4806-9811-2d7c7875eaa8: Amount of 504 has to sent to Account number 7b6ddbf7-0536-4d4b-bf69-6ec7ea945f38
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8fdc9d26-676c-46d8-9c34-f305bb6eb6c5: Amount of 615 has to sent to Account number 33eb1f59-3dcc-437a-a053-5189fe658600
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b6ddbf7-0536-4d4b-bf69-6ec7ea945f38: Amount of 504 has been received from Account number 5af82f91-6ff1-4806-9811-2d7c7875eaa8
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c157d4bc-0679-4839-905a-2f542a6a183f: Amount of 49 has to sent to Account number 988b713b-ed88-4f8c-b9b5-97b4a176c4a0
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 988b713b-ed88-4f8c-b9b5-97b4a176c4a0: Amount of 49 has been received from Account number c157d4bc-0679-4839-905a-2f542a6a183f
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6299c0f0-2019-4ca4-926a-caaa10c8828b: Amount of 145 has to sent to Account number 8d030481-156a-47f9-80ca-38c71797e08b
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d030481-156a-47f9-80ca-38c71797e08b: Amount of 145 has been received from Account number 6299c0f0-2019-4ca4-926a-caaa10c8828b
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of b35874eb-90bb-4cda-98c9-8ac97c11848a: Amount of 502 has to sent to Account number bc191d90-ea1d-4f2e-b1d6-e9e1845234b1
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc191d90-ea1d-4f2e-b1d6-e9e1845234b1: Amount of 502 has been received from Account number b35874eb-90bb-4cda-98c9-8ac97c11848a
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f7abd04-76de-4560-bda3-830a5b134024: Amount of 121 has to sent to Account number b39f7d26-77d2-4d56-bc76-13e498a136cd
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6cd21fed-f832-4c5d-93fd-71a0ea04f242: Amount of 87 has to sent to Account number 2c64aa48-648b-46a8-9656-5415a942c986
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of de13d315-ccbc-4378-997d-789998761d82: Amount of 34 has been received from Account number cfef36f5-53f7-498f-ad3a-35092b419fdb
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0b82ffdd-9324-45e5-8999-f6418de4fc1e: Amount of 693 has been received from Account number 71d9e418-431a-497a-b7f6-abad7ee95704
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3beea1fa-7979-4e7f-a6cd-8cbd85eabd4f: Amount of 565 has been received from Account number 0d03116b-f8ea-4e54-809d-d9b8d8be7600
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of b8fb9946-1990-462a-b754-ffb880cb2ce6: Amount of 1 has to sent to Account number 5c801acf-2af5-4236-b777-751b8be585dd
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of c75a1904-6f5a-4f8c-9929-10dc4dce8a26: Amount of 665 has to sent to Account number 1fc42fee-c882-4de6-a37d-c38b58323f98
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c801acf-2af5-4236-b777-751b8be585dd: Amount of 1 has been received from Account number b8fb9946-1990-462a-b754-ffb880cb2ce6
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of c8d741c4-c3cb-47fe-9be1-2a17d4845ad4: Amount of 636 has been received from Account number 7b4ff360-03f8-41fb-93b2-8acb2c1e2c98
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 552732b6-0379-4423-b0ca-a4f67b1bcdf3: Amount of 326 has to sent to Account number 9d500b08-3e5f-4dad-ba8c-0d9a5f8a2eda
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of d00393c0-d0ab-4371-9bb2-e852d44feba0: Amount of 964 has to sent to Account number a4a7827a-c8c8-4248-a5de-47422149e27d
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 639fad1a-15cd-490b-98e8-eed6e08fb12c: Amount of 613 has been received from Account number 29df9146-8d69-452a-903c-25e8e4217a7e
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d500b08-3e5f-4dad-ba8c-0d9a5f8a2eda: Amount of 326 has been received from Account number 552732b6-0379-4423-b0ca-a4f67b1bcdf3
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 94b3832c-7bb4-4756-816e-c833c0496f82: Amount of 806 has been received from Account number a0fb6f58-84da-4964-99e1-89ea55f7ffff
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d28c7c5-9a12-4528-8d36-3f9ddb2ee1e9: Amount of 579 has to sent to Account number d39a54ab-7a4a-4447-a9a1-6ee2d763c415
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 460faa43-db06-47e9-bcbc-6e049bed6f87: Amount of 169 has to sent to Account number dba3e3ca-c9a2-4696-9c89-54a95972ae34
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4547a04b-e23a-41f1-b029-be4f50850747: Amount of 397 has been received from Account number 7250d71e-a7ab-40ff-9970-6adbfbbe3350
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of dba3e3ca-c9a2-4696-9c89-54a95972ae34: Amount of 169 has been received from Account number 460faa43-db06-47e9-bcbc-6e049bed6f87
2024-07-09 19:26:08.226  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e6860e4-e485-4ce2-af79-316f00222333: Amount of 509 has to sent to Account number e83d1a35-ee4b-4c37-9733-e89760af22f1
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 458dc207-10e4-4430-b305-c8794b2d10e6: Amount of 443 has to sent to Account number 71ec3a14-ca2f-4d95-ae8a-162d22d07198
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of c6868813-2362-4637-ac60-034bd4922c47: Amount of 703 has to sent to Account number eb9332cc-a803-4b73-946c-fe13399d1726
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d12ebed-5e89-4928-9f2e-5e1ee4b4b1ef: Amount of 297 has been received from Account number 4754d103-d4eb-4f95-bb58-272f9cbe65e0
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb9332cc-a803-4b73-946c-fe13399d1726: Amount of 703 has been received from Account number c6868813-2362-4637-ac60-034bd4922c47
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of fd5d0ebb-81b1-4e6e-8f91-48970b657d74: Amount of 725 has to sent to Account number 31236556-2636-4c64-9f0e-3c9001efebb2
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 31236556-2636-4c64-9f0e-3c9001efebb2: Amount of 725 has been received from Account number fd5d0ebb-81b1-4e6e-8f91-48970b657d74
2024-07-09 19:26:08.226  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 57d465e7-059b-4581-a147-7a0655771584: Amount of 176 has been received from Account number b8726578-045e-4578-a087-cfc8baeb9700
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3fddd522-d447-430b-915c-779a4946180d: Amount of 420 has to sent to Account number 68d8f38a-7fa5-41ce-b757-fa810b6ed34c
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2f8320f2-6ff0-4aa9-8073-73e9452f499f: Amount of 99 has to sent to Account number 9b61804d-6297-4d32-be35-2fae56125c80
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 67a1332a-80b4-4615-9f38-0c25fba3152f: Amount of 57 has to sent to Account number 3fec46fd-4dce-4ca4-842b-a1dc7a2b4de7
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9b61804d-6297-4d32-be35-2fae56125c80: Amount of 99 has been received from Account number 2f8320f2-6ff0-4aa9-8073-73e9452f499f
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3fec46fd-4dce-4ca4-842b-a1dc7a2b4de7: Amount of 57 has been received from Account number 67a1332a-80b4-4615-9f38-0c25fba3152f
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of dbc2d41e-91e0-4e80-9823-2c0b48cf1b40: Amount of 735 has to sent to Account number 03b5fd9d-8d59-447b-a9f2-ba69604fa8fd
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 03b5fd9d-8d59-447b-a9f2-ba69604fa8fd: Amount of 735 has been received from Account number dbc2d41e-91e0-4e80-9823-2c0b48cf1b40
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 33eb1f59-3dcc-437a-a053-5189fe658600: Amount of 615 has been received from Account number 8fdc9d26-676c-46d8-9c34-f305bb6eb6c5
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of f211d87a-32db-4c4e-b345-0e853b73023c: Amount of 75 has to sent to Account number 57758c0f-03d3-46bb-af8c-cef103410a0f
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9eb0dea-80dc-4b43-a0be-b0ecce1beaac: Amount of 840 has been received from Account number 376ac151-9850-4a6f-ac7f-a754d153c324
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 57758c0f-03d3-46bb-af8c-cef103410a0f: Amount of 75 has been received from Account number f211d87a-32db-4c4e-b345-0e853b73023c
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 54b7b922-e465-458f-a5a1-9a504cb340d1: Amount of 104 has to sent to Account number 2f04e6fd-3db5-4f41-81a8-7932e917a211
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ddcca904-705c-44be-b376-e0dd5e4150e4: Amount of 159 has to sent to Account number 5a1f5c67-c47d-4324-8c3d-6579a55183a7
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2f04e6fd-3db5-4f41-81a8-7932e917a211: Amount of 104 has been received from Account number 54b7b922-e465-458f-a5a1-9a504cb340d1
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of dee141f6-8f73-4ded-ad4b-7637289338f4: Amount of 578 has to sent to Account number 13e08ec5-05b5-4eb6-8beb-5bf2f5f2d399
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of b39f7d26-77d2-4d56-bc76-13e498a136cd: Amount of 121 has been received from Account number 5f7abd04-76de-4560-bda3-830a5b134024
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 13e08ec5-05b5-4eb6-8beb-5bf2f5f2d399: Amount of 578 has been received from Account number dee141f6-8f73-4ded-ad4b-7637289338f4
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c64aa48-648b-46a8-9656-5415a942c986: Amount of 87 has been received from Account number 6cd21fed-f832-4c5d-93fd-71a0ea04f242
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64e7681e-81ab-4183-9240-97e499658742: Amount of 405 has to sent to Account number 26ec1bfc-0edb-44e6-a4c5-9940519d5250
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26ec1bfc-0edb-44e6-a4c5-9940519d5250: Amount of 405 has been received from Account number 64e7681e-81ab-4183-9240-97e499658742
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 925b0306-ea38-46ca-85c1-48809cc1f2f9: Amount of 871 has to sent to Account number 04f938ea-7684-4937-9839-a6504f0850a9
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 04f938ea-7684-4937-9839-a6504f0850a9: Amount of 871 has been received from Account number 925b0306-ea38-46ca-85c1-48809cc1f2f9
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 75cece2b-4e1e-4a4a-a6f2-91662f7747ee: Amount of 667 has to sent to Account number 6332d765-a78f-4b87-aa63-9f697c5c7645
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 09ffe861-84f8-434a-a965-864e680357fe: Amount of 56 has to sent to Account number af3e676a-627e-422b-a2e7-61fc26e3e815
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6332d765-a78f-4b87-aa63-9f697c5c7645: Amount of 667 has been received from Account number 75cece2b-4e1e-4a4a-a6f2-91662f7747ee
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0fc8fede-b544-44f4-9ff6-43324e9371d8: Amount of 623 has to sent to Account number b9571663-1207-4852-bed3-66ca888fdb07
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8483f8ce-0934-45dc-9df1-f89ea454433f: Amount of 518 has to sent to Account number 0d06767e-8c9d-4891-bbe2-3774c1139ec1
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of b9571663-1207-4852-bed3-66ca888fdb07: Amount of 623 has been received from Account number 0fc8fede-b544-44f4-9ff6-43324e9371d8
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1fc42fee-c882-4de6-a37d-c38b58323f98: Amount of 665 has been received from Account number c75a1904-6f5a-4f8c-9929-10dc4dce8a26
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8ec1a4e6-49b6-44f4-9303-dd39d6bfd1f4: Amount of 625 has to sent to Account number 3678d1e9-d958-403e-b99a-c26eafe22b1a
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3678d1e9-d958-403e-b99a-c26eafe22b1a: Amount of 625 has been received from Account number 8ec1a4e6-49b6-44f4-9303-dd39d6bfd1f4
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of e892658a-a084-4aff-a20d-ae2647a00bdb: Amount of 258 has to sent to Account number 58f0d34c-9507-492d-8126-73eede9372b6
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of aa06c6d8-5759-4b28-8f67-b017391ebde6: Amount of 584 has to sent to Account number 8f65eb17-cd28-4cab-ba61-21ed938f2cbb
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f65eb17-cd28-4cab-ba61-21ed938f2cbb: Amount of 584 has been received from Account number aa06c6d8-5759-4b28-8f67-b017391ebde6
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25268925-7604-421b-add3-cfac4e1866ab: Amount of 992 has to sent to Account number 19b9376a-92bb-43b9-a8fa-1477f27fca9a
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 19b9376a-92bb-43b9-a8fa-1477f27fca9a: Amount of 992 has been received from Account number 25268925-7604-421b-add3-cfac4e1866ab
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4a7827a-c8c8-4248-a5de-47422149e27d: Amount of 964 has been received from Account number d00393c0-d0ab-4371-9bb2-e852d44feba0
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 27bb39a5-2e01-4483-854f-bba3c166aa5b: Amount of 275 has to sent to Account number 73b1221a-9155-474d-92bc-420d6042ab47
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5128ff5b-1ee3-4792-892e-1e13461db442: Amount of 575 has to sent to Account number 9e3feac3-cf33-44f7-bb80-80c647a008b2
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 73b1221a-9155-474d-92bc-420d6042ab47: Amount of 275 has been received from Account number 27bb39a5-2e01-4483-854f-bba3c166aa5b
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of d39a54ab-7a4a-4447-a9a1-6ee2d763c415: Amount of 579 has been received from Account number 3d28c7c5-9a12-4528-8d36-3f9ddb2ee1e9
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e3feac3-cf33-44f7-bb80-80c647a008b2: Amount of 575 has been received from Account number 5128ff5b-1ee3-4792-892e-1e13461db442
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of cca3c6a6-ede1-4f02-a150-781b4f385123: Amount of 570 has to sent to Account number 97c0002e-92fc-43d5-813e-1e4c1688e832
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of e83d1a35-ee4b-4c37-9733-e89760af22f1: Amount of 509 has been received from Account number 2e6860e4-e485-4ce2-af79-316f00222333
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 97c0002e-92fc-43d5-813e-1e4c1688e832: Amount of 570 has been received from Account number cca3c6a6-ede1-4f02-a150-781b4f385123
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 71ec3a14-ca2f-4d95-ae8a-162d22d07198: Amount of 443 has been received from Account number 458dc207-10e4-4430-b305-c8794b2d10e6
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90a5b222-8b31-4b10-857a-72f13fa2eeb4: Amount of 265 has to sent to Account number ee738f28-bf4c-4405-95df-4f9014f35f22
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of b7b27186-f71c-4a6f-a374-042963dcbf77: Amount of 892 has to sent to Account number 5f747cf7-f98b-4696-bb09-bb828649332b
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ba7b74db-1151-49ce-8a30-76e315a08021: Amount of 408 has to sent to Account number 4bdeb22d-b915-4119-a08e-219ecd367e54
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f747cf7-f98b-4696-bb09-bb828649332b: Amount of 892 has been received from Account number b7b27186-f71c-4a6f-a374-042963dcbf77
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 68d8f38a-7fa5-41ce-b757-fa810b6ed34c: Amount of 420 has been received from Account number 3fddd522-d447-430b-915c-779a4946180d
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of edb8d6bf-d23f-48f6-b7e3-49e3bad0e7e5: Amount of 427 has to sent to Account number 297501e0-36b9-4482-93a5-b1395c480e02
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56559193-bd7f-402b-828f-23d3e633ac8a: Amount of 685 has to sent to Account number 95c02fe1-2461-416a-bc00-18bacac38c98
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 297501e0-36b9-4482-93a5-b1395c480e02: Amount of 427 has been received from Account number edb8d6bf-d23f-48f6-b7e3-49e3bad0e7e5
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95c02fe1-2461-416a-bc00-18bacac38c98: Amount of 685 has been received from Account number 56559193-bd7f-402b-828f-23d3e633ac8a
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of b9094504-67c9-4b53-a0ac-94fa4385790e: Amount of 521 has to sent to Account number a845c1af-d355-478f-95e0-acc5e145ba1e
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of e6f15fa9-90cb-4668-99b2-c93bca2bf345: Amount of 206 has to sent to Account number 37df2fd8-2e48-4e46-a938-c0d3a7b7ea68
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of a845c1af-d355-478f-95e0-acc5e145ba1e: Amount of 521 has been received from Account number b9094504-67c9-4b53-a0ac-94fa4385790e
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 20244136-580c-4f59-b778-000dd1ab063a: Amount of 345 has to sent to Account number c6ff3ecc-95fe-4b64-8cfa-247a4bc9f99c
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c6ff3ecc-95fe-4b64-8cfa-247a4bc9f99c: Amount of 345 has been received from Account number 20244136-580c-4f59-b778-000dd1ab063a
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 30394cec-2ab0-4a65-b8a5-3640d38de873: Amount of 678 has to sent to Account number ae100c50-ddb9-448e-a495-d5d7babaaadd
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a1f5c67-c47d-4324-8c3d-6579a55183a7: Amount of 159 has been received from Account number ddcca904-705c-44be-b376-e0dd5e4150e4
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae100c50-ddb9-448e-a495-d5d7babaaadd: Amount of 678 has been received from Account number 30394cec-2ab0-4a65-b8a5-3640d38de873
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e81c419-315f-4866-83f7-f1d2cd114c08: Amount of 922 has to sent to Account number aac9392e-b58a-411c-a448-99578305d4f9
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 71c6b5e3-fa54-4a89-bdc1-32d08db2208d: Amount of 989 has to sent to Account number f05f8c43-e687-4cab-a71f-c5c6e5776182
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of f05f8c43-e687-4cab-a71f-c5c6e5776182: Amount of 989 has been received from Account number 71c6b5e3-fa54-4a89-bdc1-32d08db2208d
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of efd8aee4-caff-4d9e-87d8-1503b2c13e39: Amount of 668 has to sent to Account number b70ad7ba-29c3-4fbc-8102-10def8d3334c
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of faccc2f4-7e8e-4d9a-a8ec-97a2b20dbba5: Amount of 416 has to sent to Account number eb785226-2a41-436d-a617-6811db3c945e
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of b70ad7ba-29c3-4fbc-8102-10def8d3334c: Amount of 668 has been received from Account number efd8aee4-caff-4d9e-87d8-1503b2c13e39
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of af3e676a-627e-422b-a2e7-61fc26e3e815: Amount of 56 has been received from Account number 09ffe861-84f8-434a-a965-864e680357fe
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of e2b11ac0-d0ae-44a7-ba49-51b9c933119f: Amount of 582 has to sent to Account number c1c900d9-6dd9-4b10-8c3e-92eb409a7d94
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of c1c900d9-6dd9-4b10-8c3e-92eb409a7d94: Amount of 582 has been received from Account number e2b11ac0-d0ae-44a7-ba49-51b9c933119f
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0d06767e-8c9d-4891-bbe2-3774c1139ec1: Amount of 518 has been received from Account number 8483f8ce-0934-45dc-9df1-f89ea454433f
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 58f0d34c-9507-492d-8126-73eede9372b6: Amount of 258 has been received from Account number e892658a-a084-4aff-a20d-ae2647a00bdb
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 08f20573-0333-4224-891e-b5d3a6261a23: Amount of 33 has to sent to Account number 250e26e9-decf-4e0a-ba08-40fb92db7d2b
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 93c10c83-5abe-45df-874e-91a3a2f537e3: Amount of 424 has to sent to Account number 28310736-c9a3-4929-9c53-d663b1d44d13
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of da017a2e-aa6d-4a83-bd79-79dcb6365856: Amount of 373 has to sent to Account number f7168b0b-4f9a-4e20-b4a7-6c7c2f8fd733
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 28310736-c9a3-4929-9c53-d663b1d44d13: Amount of 424 has been received from Account number 93c10c83-5abe-45df-874e-91a3a2f537e3
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1376e893-ec92-4e85-8e86-c8c49712597c: Amount of 405 has to sent to Account number 264402a2-eb26-4337-ba3a-860e4ffa8502
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of f7168b0b-4f9a-4e20-b4a7-6c7c2f8fd733: Amount of 373 has been received from Account number da017a2e-aa6d-4a83-bd79-79dcb6365856
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of a01d52a4-ef6a-4c8f-a957-2aa772d1755a: Amount of 696 has to sent to Account number 863f7b00-b427-4d64-b602-be3149d704a0
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae4acf13-f5ca-489d-88dd-a7dda9c6f092: Amount of 742 has to sent to Account number 30629945-8c4a-41ee-9ccb-76f0c5d31b42
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 863f7b00-b427-4d64-b602-be3149d704a0: Amount of 696 has been received from Account number a01d52a4-ef6a-4c8f-a957-2aa772d1755a
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 30629945-8c4a-41ee-9ccb-76f0c5d31b42: Amount of 742 has been received from Account number ae4acf13-f5ca-489d-88dd-a7dda9c6f092
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of b830f0ad-6250-4dc4-9a41-2da5c67b4db6: Amount of 564 has to sent to Account number c5370c87-9d16-41f8-b32e-2dbda5f7c2ed
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 384dd62d-c4d6-422f-8757-0a159e352308: Amount of 381 has to sent to Account number df80275a-6bdf-4f0c-a360-d2eb5511986d
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee738f28-bf4c-4405-95df-4f9014f35f22: Amount of 265 has been received from Account number 90a5b222-8b31-4b10-857a-72f13fa2eeb4
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of e315efb4-3c25-4aa2-81aa-9388490c04ea: Amount of 952 has to sent to Account number 8ca15b84-d46a-4e9b-9e01-39693486b21c
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8ca15b84-d46a-4e9b-9e01-39693486b21c: Amount of 952 has been received from Account number e315efb4-3c25-4aa2-81aa-9388490c04ea
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4bdeb22d-b915-4119-a08e-219ecd367e54: Amount of 408 has been received from Account number ba7b74db-1151-49ce-8a30-76e315a08021
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e60c44f-309f-4a4b-ba4b-49a4062d8658: Amount of 597 has to sent to Account number b739aa91-20ac-4ff6-b4ca-0cfc62f1f194
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of b739aa91-20ac-4ff6-b4ca-0cfc62f1f194: Amount of 597 has been received from Account number 2e60c44f-309f-4a4b-ba4b-49a4062d8658
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7cd6125c-ea6a-4500-bdef-9ad0ab32b7b3: Amount of 577 has to sent to Account number 0df1d64e-2f1f-4e2c-94e8-83ba1a008a6e
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0df1d64e-2f1f-4e2c-94e8-83ba1a008a6e: Amount of 577 has been received from Account number 7cd6125c-ea6a-4500-bdef-9ad0ab32b7b3
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of d4dc88f3-0557-4545-9078-1ab6a139e746: Amount of 991 has to sent to Account number c9bbe3ca-1dff-4d4d-b0d9-2a356ce86ab5
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of aeb019e8-4216-460e-bf2f-c6be8dbd43ed: Amount of 147 has to sent to Account number 91b40c62-d464-45ed-a208-58cae728d831
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of c9bbe3ca-1dff-4d4d-b0d9-2a356ce86ab5: Amount of 991 has been received from Account number d4dc88f3-0557-4545-9078-1ab6a139e746
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b482d37-9302-4456-a1d3-f7a95aebff7d: Amount of 189 has to sent to Account number 450431f8-cac7-4e8c-886e-a9f7aef1be23
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 37df2fd8-2e48-4e46-a938-c0d3a7b7ea68: Amount of 206 has been received from Account number e6f15fa9-90cb-4668-99b2-c93bca2bf345
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 14e62b3a-0641-4aa4-a03b-689e2af12838: Amount of 256 has to sent to Account number eea39ebe-f862-4e48-843e-fc4dd8febac1
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of eea39ebe-f862-4e48-843e-fc4dd8febac1: Amount of 256 has been received from Account number 14e62b3a-0641-4aa4-a03b-689e2af12838
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 450431f8-cac7-4e8c-886e-a9f7aef1be23: Amount of 189 has been received from Account number 7b482d37-9302-4456-a1d3-f7a95aebff7d
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of bfdccf53-9320-43f3-80b7-e9b7577f7d82: Amount of 779 has to sent to Account number c07e7621-f571-4fbd-8f28-20ffe9099c25
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of aac9392e-b58a-411c-a448-99578305d4f9: Amount of 922 has been received from Account number 2e81c419-315f-4866-83f7-f1d2cd114c08
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f00e581-66b3-4b12-a303-39589cae504d: Amount of 814 has to sent to Account number 6cac9a71-d377-4d8a-8b4f-fbfa9a211f5c
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb785226-2a41-436d-a617-6811db3c945e: Amount of 416 has been received from Account number faccc2f4-7e8e-4d9a-a8ec-97a2b20dbba5
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f873d7e-4bbe-4d21-a665-d4b4b8943e41: Amount of 600 has to sent to Account number b4d36b7a-bce6-4d8b-8dde-7298994f4390
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 315d55d7-7674-40b5-b1a0-998c22cc59a7: Amount of 334 has to sent to Account number 872dcd26-220b-40d2-9747-401472343984
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 258824d0-9095-4f21-bed6-7a4be2287124: Amount of 414 has to sent to Account number 664b6faf-9e6d-4b91-a034-cf8265487a43
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 872dcd26-220b-40d2-9747-401472343984: Amount of 334 has been received from Account number 315d55d7-7674-40b5-b1a0-998c22cc59a7
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 664b6faf-9e6d-4b91-a034-cf8265487a43: Amount of 414 has been received from Account number 258824d0-9095-4f21-bed6-7a4be2287124
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b18f8f7-4341-4780-bd83-4648f94a8741: Amount of 59 has to sent to Account number 278f1f80-054f-458a-b873-a4dbdc462b99
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 34add872-ad4d-470a-869b-a3525197e7ab: Amount of 191 has to sent to Account number 8a0811cb-1ae5-402b-ab2c-83499b633eee
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8a0811cb-1ae5-402b-ab2c-83499b633eee: Amount of 191 has been received from Account number 34add872-ad4d-470a-869b-a3525197e7ab
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of b750b246-66d1-4bbf-b4fc-de54b0611b9a: Amount of 284 has to sent to Account number 26bfd95a-096d-4ce8-afc6-7e44cee31326
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 250e26e9-decf-4e0a-ba08-40fb92db7d2b: Amount of 33 has been received from Account number 08f20573-0333-4224-891e-b5d3a6261a23
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 264402a2-eb26-4337-ba3a-860e4ffa8502: Amount of 405 has been received from Account number 1376e893-ec92-4e85-8e86-c8c49712597c
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 80aaf9da-d2a5-456b-a1e8-8bdeab4446df: Amount of 547 has to sent to Account number 37981c92-7709-44f3-a0ce-8b95ff881af0
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 21902ff8-5504-44a4-be3e-91fa29e584c8: Amount of 236 has to sent to Account number 933acc7e-409c-4f47-bad8-9352974768fb
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 933acc7e-409c-4f47-bad8-9352974768fb: Amount of 236 has been received from Account number 21902ff8-5504-44a4-be3e-91fa29e584c8
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98f29bc3-855e-4339-a009-e19d762b48b0: Amount of 976 has to sent to Account number 4ba8d3dc-6008-4ee7-b000-24beaf6f4703
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6c0116eb-9f14-4d3a-9e57-a3f1428fa149: Amount of 992 has to sent to Account number 643c3d1e-184f-46be-b976-15ab01cfdd17
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4ba8d3dc-6008-4ee7-b000-24beaf6f4703: Amount of 976 has been received from Account number 98f29bc3-855e-4339-a009-e19d762b48b0
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of c5370c87-9d16-41f8-b32e-2dbda5f7c2ed: Amount of 564 has been received from Account number b830f0ad-6250-4dc4-9a41-2da5c67b4db6
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 643c3d1e-184f-46be-b976-15ab01cfdd17: Amount of 992 has been received from Account number 6c0116eb-9f14-4d3a-9e57-a3f1428fa149
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of df80275a-6bdf-4f0c-a360-d2eb5511986d: Amount of 381 has been received from Account number 384dd62d-c4d6-422f-8757-0a159e352308
2024-07-09 19:26:08.230  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of f4a48a3e-0d92-41d4-921e-3fa5e93d1231: Amount of 934 has to sent to Account number b404508b-fec3-4189-a309-f605914b4294
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 735864d9-b8bc-4346-827d-96ecfaa62a84: Amount of 548 has to sent to Account number ad70431c-9a84-48d0-b748-f59707d3204a
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of b404508b-fec3-4189-a309-f605914b4294: Amount of 934 has been received from Account number f4a48a3e-0d92-41d4-921e-3fa5e93d1231
2024-07-09 19:26:08.230  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 91b40c62-d464-45ed-a208-58cae728d831: Amount of 147 has been received from Account number aeb019e8-4216-460e-bf2f-c6be8dbd43ed
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ad70431c-9a84-48d0-b748-f59707d3204a: Amount of 548 has been received from Account number 735864d9-b8bc-4346-827d-96ecfaa62a84
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d21e9ad-e2e9-4ef7-a322-f74d619bc199: Amount of 703 has to sent to Account number 798e045c-2e50-45a4-8d04-a30649f61526
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ab377f9f-a735-4965-911e-fb781749643e: Amount of 133 has to sent to Account number 5c6b6392-9141-4efc-a770-34356e97614d
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of f4019e48-62e4-48fb-9eb2-ebea809a6381: Amount of 652 has to sent to Account number 82755e79-9a68-457d-9ec5-804df7e54551
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 82755e79-9a68-457d-9ec5-804df7e54551: Amount of 652 has been received from Account number f4019e48-62e4-48fb-9eb2-ebea809a6381
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b824202-c98b-4790-ac83-b078ace91388: Amount of 74 has to sent to Account number 7fc05f35-8074-42cf-948a-c92a9ef5dd78
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2a046457-3f40-4b0a-81e4-1fe1d5c7b867: Amount of 650 has to sent to Account number 07bcc2c1-c990-479f-ab77-34e64f500bec
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7fc05f35-8074-42cf-948a-c92a9ef5dd78: Amount of 74 has been received from Account number 2b824202-c98b-4790-ac83-b078ace91388
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c07e7621-f571-4fbd-8f28-20ffe9099c25: Amount of 779 has been received from Account number bfdccf53-9320-43f3-80b7-e9b7577f7d82
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6cac9a71-d377-4d8a-8b4f-fbfa9a211f5c: Amount of 814 has been received from Account number 3f00e581-66b3-4b12-a303-39589cae504d
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb0418ec-aaea-400e-92e8-09c866ae7f80: Amount of 937 has to sent to Account number b904d1e7-138d-48fb-a0df-22b36599bb94
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of b904d1e7-138d-48fb-a0df-22b36599bb94: Amount of 937 has been received from Account number eb0418ec-aaea-400e-92e8-09c866ae7f80
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of b4d36b7a-bce6-4d8b-8dde-7298994f4390: Amount of 600 has been received from Account number 5f873d7e-4bbe-4d21-a665-d4b4b8943e41
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 278f1f80-054f-458a-b873-a4dbdc462b99: Amount of 59 has been received from Account number 8b18f8f7-4341-4780-bd83-4648f94a8741
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of f6c1c10c-7267-44d4-93bf-a41ad09a9e2f: Amount of 360 has to sent to Account number 63653028-94ad-4503-8d44-37916c6bf8ba
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26bfd95a-096d-4ce8-afc6-7e44cee31326: Amount of 284 has been received from Account number b750b246-66d1-4bbf-b4fc-de54b0611b9a
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of e604d9ac-3a04-4c17-8937-7f3a044ad9c5: Amount of 374 has to sent to Account number 55e9af9e-b3a4-49ba-a2fe-f6fdc9a733fd
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 55e9af9e-b3a4-49ba-a2fe-f6fdc9a733fd: Amount of 374 has been received from Account number e604d9ac-3a04-4c17-8937-7f3a044ad9c5
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of c96270c0-745f-4d7a-b793-395df829104b: Amount of 451 has to sent to Account number 59c6a8e6-1111-4726-aad0-38173f2b1814
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 59c6a8e6-1111-4726-aad0-38173f2b1814: Amount of 451 has been received from Account number c96270c0-745f-4d7a-b793-395df829104b
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 65bee22d-b48b-4ada-b8d7-025e14e39419: Amount of 347 has to sent to Account number c27891a1-66eb-450e-9ab8-2a04ca117e15
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 37981c92-7709-44f3-a0ce-8b95ff881af0: Amount of 547 has been received from Account number 80aaf9da-d2a5-456b-a1e8-8bdeab4446df
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 60b346d5-fed4-4481-8ac9-e7d26765793c: Amount of 111 has to sent to Account number 97fb7b9a-49c7-4aae-b36e-641704c5d1f1
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 804a6eaf-97b9-4e29-a7a9-6968068b80ee: Amount of 899 has to sent to Account number 839e64cb-631e-49e4-b627-9067a342675d
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 97fb7b9a-49c7-4aae-b36e-641704c5d1f1: Amount of 111 has been received from Account number 60b346d5-fed4-4481-8ac9-e7d26765793c
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 839e64cb-631e-49e4-b627-9067a342675d: Amount of 899 has been received from Account number 804a6eaf-97b9-4e29-a7a9-6968068b80ee
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d34836f-05f8-46ea-86d5-3506cad72c2d: Amount of 935 has to sent to Account number 689bde20-778b-479d-b3ec-c575a769c75e
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ad356442-dabe-46db-abe5-6a04edb041d3: Amount of 236 has to sent to Account number c627839a-eb3f-4dfc-9ce1-9ded1fdb7050
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of c627839a-eb3f-4dfc-9ce1-9ded1fdb7050: Amount of 236 has been received from Account number ad356442-dabe-46db-abe5-6a04edb041d3
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 689bde20-778b-479d-b3ec-c575a769c75e: Amount of 935 has been received from Account number 3d34836f-05f8-46ea-86d5-3506cad72c2d
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9ad266d-2277-4727-a9e4-0e41a91529c7: Amount of 375 has to sent to Account number 00acd495-0784-49c2-80a5-ddd4756e6ea9
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 00acd495-0784-49c2-80a5-ddd4756e6ea9: Amount of 375 has been received from Account number a9ad266d-2277-4727-a9e4-0e41a91529c7
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 01f895f5-76e2-4688-9ff4-784ce1479f5e: Amount of 924 has to sent to Account number 46a41f0c-0472-4f34-899a-87cc22d9ff6f
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 46a41f0c-0472-4f34-899a-87cc22d9ff6f: Amount of 924 has been received from Account number 01f895f5-76e2-4688-9ff4-784ce1479f5e
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4bae7f65-94db-47a7-9313-3cdc7c567c9d: Amount of 221 has to sent to Account number 371b12fb-7db8-404e-8b5c-e8d0a62fcfaa
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 371b12fb-7db8-404e-8b5c-e8d0a62fcfaa: Amount of 221 has been received from Account number 4bae7f65-94db-47a7-9313-3cdc7c567c9d
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 351641df-4eec-4eb9-9413-78468d07972c: Amount of 717 has to sent to Account number cab1a936-e3b8-4b34-82e8-dafdfe3b6045
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a73a66f8-7263-454d-8ec6-075bce773975: Amount of 585 has to sent to Account number 3fd41764-8c35-4685-bd2f-7b1f5729d61e
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3fd41764-8c35-4685-bd2f-7b1f5729d61e: Amount of 585 has been received from Account number a73a66f8-7263-454d-8ec6-075bce773975
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of c2ef9e72-209b-4ef7-9c1d-1c5c0d52f5ca: Amount of 368 has to sent to Account number 42d996a9-a55b-408e-a3e4-3bca2a2b0115
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42d996a9-a55b-408e-a3e4-3bca2a2b0115: Amount of 368 has been received from Account number c2ef9e72-209b-4ef7-9c1d-1c5c0d52f5ca
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 13898e84-3cc3-4de4-8b7d-b20d8126f0df: Amount of 933 has to sent to Account number c2102b54-fad7-4b2e-aba0-9d8aeff96878
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of c31b78df-81ab-46f7-8523-0134b0f308f3: Amount of 580 has to sent to Account number 733f7650-4f74-4a3a-b4da-2610f35df621
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7e3ccd93-fde5-46a7-9331-243a6d3a8588: Amount of 920 has to sent to Account number b45a17e1-634e-4374-a5fb-12eb590b5d57
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of c2102b54-fad7-4b2e-aba0-9d8aeff96878: Amount of 933 has been received from Account number 13898e84-3cc3-4de4-8b7d-b20d8126f0df
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 733f7650-4f74-4a3a-b4da-2610f35df621: Amount of 580 has been received from Account number c31b78df-81ab-46f7-8523-0134b0f308f3
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0450be2d-112b-413b-8424-be1bbe103b6c: Amount of 193 has to sent to Account number 26e1ac3c-d87d-4fa2-bf37-dbdeb9a251a7
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 76443c7e-571f-4f16-a82d-50b0b0a09b0d: Amount of 982 has to sent to Account number f367a545-09ba-4943-890c-9203837e7cf3
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of f367a545-09ba-4943-890c-9203837e7cf3: Amount of 982 has been received from Account number 76443c7e-571f-4f16-a82d-50b0b0a09b0d
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of b45a17e1-634e-4374-a5fb-12eb590b5d57: Amount of 920 has been received from Account number 7e3ccd93-fde5-46a7-9331-243a6d3a8588
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of eff61eb9-154b-4464-9719-0f5ac879f47c: Amount of 914 has to sent to Account number 0eb5d023-25f7-4abc-971f-bf55de99b010
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of d5585e9a-35cd-43c3-9fe7-ec8fb4ea657d: Amount of 257 has to sent to Account number afff669d-363e-45bc-bdc4-1bc59bb839bf
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9ae592bd-1af7-4f0b-a4c9-f78c4d6bc45f: Amount of 408 has to sent to Account number d0dbb712-7ee7-4cc6-a821-1eb447ec7fd6
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 798e045c-2e50-45a4-8d04-a30649f61526: Amount of 703 has been received from Account number 5d21e9ad-e2e9-4ef7-a322-f74d619bc199
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c6b6392-9141-4efc-a770-34356e97614d: Amount of 133 has been received from Account number ab377f9f-a735-4965-911e-fb781749643e
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d29ed58-26c8-4dcf-aa08-3b6a3243bbe5: Amount of 474 has to sent to Account number 87745f25-35d5-464e-b88b-df0025385afe
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 87745f25-35d5-464e-b88b-df0025385afe: Amount of 474 has been received from Account number 5d29ed58-26c8-4dcf-aa08-3b6a3243bbe5
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 07bcc2c1-c990-479f-ab77-34e64f500bec: Amount of 650 has been received from Account number 2a046457-3f40-4b0a-81e4-1fe1d5c7b867
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6c7b3953-ee0d-4807-896a-53d9a3022da3: Amount of 13 has to sent to Account number d88dcaa9-3c05-4739-ab93-f644589f33e7
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa1c9d60-7d70-4a24-a863-d85fba0bd8c0: Amount of 922 has to sent to Account number 0ef9d665-55f7-42ef-891c-5b78f10b07b4
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of d88dcaa9-3c05-4739-ab93-f644589f33e7: Amount of 13 has been received from Account number 6c7b3953-ee0d-4807-896a-53d9a3022da3
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ef9d665-55f7-42ef-891c-5b78f10b07b4: Amount of 922 has been received from Account number fa1c9d60-7d70-4a24-a863-d85fba0bd8c0
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of e4e82e33-1387-447d-ab2d-83f9491360c8: Amount of 671 has to sent to Account number d5231c50-bfbe-43f7-a51d-e04d533704db
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d50dca9e-fe2b-4462-a857-da0de53f31b6: Amount of 921 has to sent to Account number e3fe42e1-820a-438d-acd2-a05d0ae1beba
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 484d6729-1df0-466d-adcf-a46af59fbb30: Amount of 565 has to sent to Account number 59c28008-41ca-4b3f-8f1e-0168881b2046
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 63653028-94ad-4503-8d44-37916c6bf8ba: Amount of 360 has been received from Account number f6c1c10c-7267-44d4-93bf-a41ad09a9e2f
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 59c28008-41ca-4b3f-8f1e-0168881b2046: Amount of 565 has been received from Account number 484d6729-1df0-466d-adcf-a46af59fbb30
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1a27f0e1-10b1-4955-9e0d-5e1679cc28f4: Amount of 213 has to sent to Account number 212af47f-013a-432a-af4e-b9f6aca94a0b
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1b7163af-f69d-4c0e-8426-43c1b7336d02: Amount of 804 has to sent to Account number 0a408671-c41e-4ad8-bf65-021187555ff9
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a408671-c41e-4ad8-bf65-021187555ff9: Amount of 804 has been received from Account number 1b7163af-f69d-4c0e-8426-43c1b7336d02
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c27891a1-66eb-450e-9ab8-2a04ca117e15: Amount of 347 has been received from Account number 65bee22d-b48b-4ada-b8d7-025e14e39419
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 50cb1835-38c7-48ed-8610-1af2bede0e01: Amount of 173 has to sent to Account number bf777ec3-5441-467e-bcf0-b9fd5909b47b
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of af5e5264-2d20-416f-b9c8-bb8aa85c8b60: Amount of 121 has to sent to Account number de297430-2b82-41c5-8269-0bfb22c9077d
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64a1bc90-7713-40f8-a5a9-6c3f30fc2c52: Amount of 291 has to sent to Account number fc0e24aa-eb30-4fe8-953b-b1f17a3cc01d
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of de297430-2b82-41c5-8269-0bfb22c9077d: Amount of 121 has been received from Account number af5e5264-2d20-416f-b9c8-bb8aa85c8b60
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc0e24aa-eb30-4fe8-953b-b1f17a3cc01d: Amount of 291 has been received from Account number 64a1bc90-7713-40f8-a5a9-6c3f30fc2c52
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of cab1a936-e3b8-4b34-82e8-dafdfe3b6045: Amount of 717 has been received from Account number 351641df-4eec-4eb9-9413-78468d07972c
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d93c9c9-5c5c-4221-979c-e69e91d1334d: Amount of 159 has to sent to Account number 6fd0a476-de5d-4874-b1f0-afdcf5ce0f2f
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6fd0a476-de5d-4874-b1f0-afdcf5ce0f2f: Amount of 159 has been received from Account number 8d93c9c9-5c5c-4221-979c-e69e91d1334d
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d927335-1634-488f-86f0-3ca9265be121: Amount of 371 has to sent to Account number 245222f2-d7e5-4413-a0ad-f54aa0fb6a22
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 245222f2-d7e5-4413-a0ad-f54aa0fb6a22: Amount of 371 has been received from Account number 5d927335-1634-488f-86f0-3ca9265be121
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7adbf353-55cf-4631-97b7-729d5bbf80bb: Amount of 710 has to sent to Account number 289f938a-4f20-442e-b713-952316c70420
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of c75d27d3-9259-4be7-8e63-733dafad007d: Amount of 514 has to sent to Account number 01cb346a-d95e-465c-aa80-5af4fb33c562
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 289f938a-4f20-442e-b713-952316c70420: Amount of 710 has been received from Account number 7adbf353-55cf-4631-97b7-729d5bbf80bb
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of f688a94f-f8df-411e-a250-4d0a5c0de72b: Amount of 679 has to sent to Account number 92cf48be-aa76-48ec-a9cb-2643e54fbb5c
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26e1ac3c-d87d-4fa2-bf37-dbdeb9a251a7: Amount of 193 has been received from Account number 0450be2d-112b-413b-8424-be1bbe103b6c
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 294eb1ac-8f31-4c64-87ce-4f1106ca91cc: Amount of 62 has to sent to Account number b2d5c019-c7de-488a-a4f4-8ba056ab78f1
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0eb5d023-25f7-4abc-971f-bf55de99b010: Amount of 914 has been received from Account number eff61eb9-154b-4464-9719-0f5ac879f47c
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4164de62-edba-4678-8956-f0652b126ba2: Amount of 757 has to sent to Account number df20a8c5-3dfb-4c5b-9066-f8c4ca402317
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of b2d5c019-c7de-488a-a4f4-8ba056ab78f1: Amount of 62 has been received from Account number 294eb1ac-8f31-4c64-87ce-4f1106ca91cc
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of afff669d-363e-45bc-bdc4-1bc59bb839bf: Amount of 257 has been received from Account number d5585e9a-35cd-43c3-9fe7-ec8fb4ea657d
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of d0dbb712-7ee7-4cc6-a821-1eb447ec7fd6: Amount of 408 has been received from Account number 9ae592bd-1af7-4f0b-a4c9-f78c4d6bc45f
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ccec682-ca07-46ce-ab78-4b850e30ec6b: Amount of 808 has to sent to Account number 5c22a7e3-c2d5-4285-89de-b839fedf17c1
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c22a7e3-c2d5-4285-89de-b839fedf17c1: Amount of 808 has been received from Account number 3ccec682-ca07-46ce-ab78-4b850e30ec6b
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 88439739-1202-4a8a-b9cd-6c91f1425040: Amount of 311 has to sent to Account number 4b4691fd-414b-485e-9411-080196789d44
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9b27c78e-c951-4f64-b04e-f784d5673443: Amount of 686 has to sent to Account number f0ae7741-076c-41c7-a618-2a97178c13a6
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4b4691fd-414b-485e-9411-080196789d44: Amount of 311 has been received from Account number 88439739-1202-4a8a-b9cd-6c91f1425040
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9fbb06f8-c824-43f8-ad4a-683c6b2ec17b: Amount of 342 has to sent to Account number 7e8d1f79-c7a0-4737-a9ac-74a70dfe3eb7
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3549bab2-f48f-44c6-96f2-e4bae6883a92: Amount of 743 has to sent to Account number 15f36882-6aaa-4766-89f7-48d4371c5ac6
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 15f36882-6aaa-4766-89f7-48d4371c5ac6: Amount of 743 has been received from Account number 3549bab2-f48f-44c6-96f2-e4bae6883a92
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b85d06f-6ad3-433a-b485-4d3256543508: Amount of 560 has to sent to Account number 23e61fff-45a2-4abb-89a0-39b798c288b6
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 50df4e45-9674-4369-bc5d-a0f23883404c: Amount of 577 has to sent to Account number 0c3196c5-9978-4529-8211-c0367657681a
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 23e61fff-45a2-4abb-89a0-39b798c288b6: Amount of 560 has been received from Account number 8b85d06f-6ad3-433a-b485-4d3256543508
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c3196c5-9978-4529-8211-c0367657681a: Amount of 577 has been received from Account number 50df4e45-9674-4369-bc5d-a0f23883404c
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc3270c5-0a08-4e03-90fb-c58dac1330e1: Amount of 624 has to sent to Account number a39b5f27-1154-481a-99b1-98de9a3d8454
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c1037c8-b92c-4c43-83a8-f422b2d19b00: Amount of 327 has to sent to Account number 0e733eb4-c584-4fff-8c31-a056bd1b86f4
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d5231c50-bfbe-43f7-a51d-e04d533704db: Amount of 671 has been received from Account number e4e82e33-1387-447d-ab2d-83f9491360c8
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6f62baf5-0f75-4260-a54e-00dda82a2562: Amount of 60 has to sent to Account number fc2abef4-a525-4a2c-a406-a56f17281023
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc2abef4-a525-4a2c-a406-a56f17281023: Amount of 60 has been received from Account number 6f62baf5-0f75-4260-a54e-00dda82a2562
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e733eb4-c584-4fff-8c31-a056bd1b86f4: Amount of 327 has been received from Account number 1c1037c8-b92c-4c43-83a8-f422b2d19b00
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81465035-7adf-4029-a406-833769158de0: Amount of 326 has to sent to Account number 59625001-e345-45e1-bedd-68c22e5e4c79
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 59625001-e345-45e1-bedd-68c22e5e4c79: Amount of 326 has been received from Account number 81465035-7adf-4029-a406-833769158de0
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 618f5f1d-0346-40b2-915f-9275baef9fc6: Amount of 218 has to sent to Account number 89b89523-1982-4d60-812f-4ead9c912848
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of e3fe42e1-820a-438d-acd2-a05d0ae1beba: Amount of 921 has been received from Account number d50dca9e-fe2b-4462-a857-da0de53f31b6
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 89b89523-1982-4d60-812f-4ead9c912848: Amount of 218 has been received from Account number 618f5f1d-0346-40b2-915f-9275baef9fc6
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of df594157-1ad3-44e7-a238-253cd47c8f63: Amount of 165 has to sent to Account number c3f87360-f6fc-410c-b064-44a1675403d7
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 14f14f42-67d7-4916-8982-b09979102dc3: Amount of 346 has to sent to Account number 837f5173-b32e-4e9a-8732-f9a3b1e0ebb4
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of f56ef3e6-e9eb-4db2-9d24-2bbca02a415e: Amount of 250 has to sent to Account number b43fa907-7159-463d-8349-962f32f16772
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 212af47f-013a-432a-af4e-b9f6aca94a0b: Amount of 213 has been received from Account number 1a27f0e1-10b1-4955-9e0d-5e1679cc28f4
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of dfd950e9-8eb5-4c89-95a2-a1e73073f63f: Amount of 450 has to sent to Account number 738cd975-33b9-406c-b0cf-6c1315f46ea5
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 34117b03-78d3-4f97-875b-9f03c0ab500c: Amount of 416 has to sent to Account number 6e593039-a045-4d9d-9f7b-d67581bd9b59
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 738cd975-33b9-406c-b0cf-6c1315f46ea5: Amount of 450 has been received from Account number dfd950e9-8eb5-4c89-95a2-a1e73073f63f
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6e593039-a045-4d9d-9f7b-d67581bd9b59: Amount of 416 has been received from Account number 34117b03-78d3-4f97-875b-9f03c0ab500c
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 207ab2da-e606-451f-8be3-7fdefaaa8c1f: Amount of 22 has to sent to Account number df66bf55-bed9-4e26-b00d-83e0c9c6376a
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 426fc615-4e5a-4e16-8f60-b999c60c4df7: Amount of 252 has to sent to Account number dc890a76-e67f-4336-9898-3524bec07b99
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of bcc04115-2014-4338-aecb-112fca771454: Amount of 423 has to sent to Account number 5e9d464e-c9bb-442f-b834-d1c9e8d92c3c
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of dc890a76-e67f-4336-9898-3524bec07b99: Amount of 252 has been received from Account number 426fc615-4e5a-4e16-8f60-b999c60c4df7
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf777ec3-5441-467e-bcf0-b9fd5909b47b: Amount of 173 has been received from Account number 50cb1835-38c7-48ed-8610-1af2bede0e01
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 231446c9-1ee9-4176-91c2-6fdf3eaa5611: Amount of 661 has to sent to Account number 77a72a7d-4112-4f72-a893-17d163edb268
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 256c8407-3be6-4e37-a589-1e7e7d84c01c: Amount of 537 has to sent to Account number 925d0011-364c-47bb-ac84-21e8d6a5eac6
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 01cb346a-d95e-465c-aa80-5af4fb33c562: Amount of 514 has been received from Account number c75d27d3-9259-4be7-8e63-733dafad007d
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7c513dae-ea31-4f40-a3b5-35758b6c1eb5: Amount of 763 has to sent to Account number d7d8ff38-11e9-4df5-97a5-35e727fa6bf9
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2a513efd-2d44-4a48-8860-aa8cee098e3e: Amount of 372 has to sent to Account number fbd8f613-2654-499b-8b85-79fc58828c4f
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of d7d8ff38-11e9-4df5-97a5-35e727fa6bf9: Amount of 763 has been received from Account number 7c513dae-ea31-4f40-a3b5-35758b6c1eb5
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 92cf48be-aa76-48ec-a9cb-2643e54fbb5c: Amount of 679 has been received from Account number f688a94f-f8df-411e-a250-4d0a5c0de72b
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of df20a8c5-3dfb-4c5b-9066-f8c4ca402317: Amount of 757 has been received from Account number 4164de62-edba-4678-8956-f0652b126ba2
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of d06c6f86-ce93-408a-8fce-e1b64b73a438: Amount of 176 has to sent to Account number d6ae4b41-514e-4eb2-94f7-93bd5a40c361
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c6b42ec-4b5a-4229-9d38-a6e83848c390: Amount of 677 has to sent to Account number 666477a4-826a-4ed3-af47-5b872cd47208
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6ae4b41-514e-4eb2-94f7-93bd5a40c361: Amount of 176 has been received from Account number d06c6f86-ce93-408a-8fce-e1b64b73a438
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3b5a8a3-2515-42c8-a531-8b83ee1b0d15: Amount of 279 has to sent to Account number 0230ce03-88d5-4e2e-b3b5-20993b960b16
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0230ce03-88d5-4e2e-b3b5-20993b960b16: Amount of 279 has been received from Account number c3b5a8a3-2515-42c8-a531-8b83ee1b0d15
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 666477a4-826a-4ed3-af47-5b872cd47208: Amount of 677 has been received from Account number 0c6b42ec-4b5a-4229-9d38-a6e83848c390
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of e8bc7dae-2fe5-4eef-8274-c6aa0aec4697: Amount of 736 has to sent to Account number 6ec0bc1f-56fa-4c0b-bc35-3624d9a5af64
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of f0ae7741-076c-41c7-a618-2a97178c13a6: Amount of 686 has been received from Account number 9b27c78e-c951-4f64-b04e-f784d5673443
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7e8d1f79-c7a0-4737-a9ac-74a70dfe3eb7: Amount of 342 has been received from Account number 9fbb06f8-c824-43f8-ad4a-683c6b2ec17b
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9057cc44-6881-4c80-bb3b-70186fbf21ba: Amount of 244 has to sent to Account number 73f59a80-61ab-48b7-9dfb-9c4649df45f5
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 30ec6d76-38eb-4205-943e-c5584fe91304: Amount of 126 has to sent to Account number a75e3bca-cda1-4a71-8b52-75417bf8f797
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 73f59a80-61ab-48b7-9dfb-9c4649df45f5: Amount of 244 has been received from Account number 9057cc44-6881-4c80-bb3b-70186fbf21ba
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of a75e3bca-cda1-4a71-8b52-75417bf8f797: Amount of 126 has been received from Account number 30ec6d76-38eb-4205-943e-c5584fe91304
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9bf08e31-a6aa-4114-a9ad-8a08b7a204fc: Amount of 820 has to sent to Account number dbf83e2c-15c6-46d2-b1a9-f55005ca5a91
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of c2718bba-f1b7-4697-aa5a-081a721ae887: Amount of 138 has to sent to Account number 7ca17ddc-fbb6-4bc4-b411-4423995bb449
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ca17ddc-fbb6-4bc4-b411-4423995bb449: Amount of 138 has been received from Account number c2718bba-f1b7-4697-aa5a-081a721ae887
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a39b5f27-1154-481a-99b1-98de9a3d8454: Amount of 624 has been received from Account number bc3270c5-0a08-4e03-90fb-c58dac1330e1
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4a998426-09f8-42aa-a929-53370cd77d9c: Amount of 951 has to sent to Account number 7ba5b09f-0e0e-4437-9692-55bf034919c1
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 325bd378-b18d-471a-98d5-d134f1a7b67e: Amount of 692 has to sent to Account number f6e3c35c-0287-4b80-90aa-050abc3a8ac1
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ad3b713e-7ae4-4843-80e7-35a0ce40f871: Amount of 995 has to sent to Account number 4ea538b3-cfdf-4c88-9dcd-ea424dfc58a6
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3f87360-f6fc-410c-b064-44a1675403d7: Amount of 165 has been received from Account number df594157-1ad3-44e7-a238-253cd47c8f63
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 837f5173-b32e-4e9a-8732-f9a3b1e0ebb4: Amount of 346 has been received from Account number 14f14f42-67d7-4916-8982-b09979102dc3
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of b43fa907-7159-463d-8349-962f32f16772: Amount of 250 has been received from Account number f56ef3e6-e9eb-4db2-9d24-2bbca02a415e
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of df66bf55-bed9-4e26-b00d-83e0c9c6376a: Amount of 22 has been received from Account number 207ab2da-e606-451f-8be3-7fdefaaa8c1f
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5e9d464e-c9bb-442f-b834-d1c9e8d92c3c: Amount of 423 has been received from Account number bcc04115-2014-4338-aecb-112fca771454
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 978a1b4e-dcf5-4848-bdb4-f1e630a59725: Amount of 466 has to sent to Account number dcfb82c8-9bf7-429c-8cec-7905f00f0593
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 72bf6c62-91c6-4844-9cc3-92f713b9b578: Amount of 850 has to sent to Account number 5fa932b6-bbf3-409f-afdc-18871dc474c2
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of dcfb82c8-9bf7-429c-8cec-7905f00f0593: Amount of 466 has been received from Account number 978a1b4e-dcf5-4848-bdb4-f1e630a59725
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 54000f4c-315e-4d55-b7fa-a03035f03285: Amount of 23 has to sent to Account number 9bccd46a-cb2e-44d1-830e-51ddcaf6d187
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of c999e3c0-9479-453d-b66d-b86aaffb18c0: Amount of 830 has to sent to Account number e4eae188-ff19-4bf5-9e20-a470a8e0ce69
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 32bb5ac7-e39d-4641-9d5d-a98e9d2594fe: Amount of 106 has to sent to Account number 58a825be-8610-4473-8dbc-c256b31ad96f
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77a72a7d-4112-4f72-a893-17d163edb268: Amount of 661 has been received from Account number 231446c9-1ee9-4176-91c2-6fdf3eaa5611
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 58a825be-8610-4473-8dbc-c256b31ad96f: Amount of 106 has been received from Account number 32bb5ac7-e39d-4641-9d5d-a98e9d2594fe
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 925d0011-364c-47bb-ac84-21e8d6a5eac6: Amount of 537 has been received from Account number 256c8407-3be6-4e37-a589-1e7e7d84c01c
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1993a81e-6002-4735-bbe3-afaa92de45e3: Amount of 190 has to sent to Account number 1dbd12c0-0c6d-4a38-bc84-5fbd9eb2b023
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1dbd12c0-0c6d-4a38-bc84-5fbd9eb2b023: Amount of 190 has been received from Account number 1993a81e-6002-4735-bbe3-afaa92de45e3
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 351baf30-0278-4306-8cbc-365cdc53194a: Amount of 465 has to sent to Account number bfee7cb3-135a-43c6-b5d1-feaa88b39872
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of f76832ef-3f81-4f42-91d1-4893b5263b69: Amount of 679 has to sent to Account number 60591d91-572b-498a-9b0a-044e7c9de1a0
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 60591d91-572b-498a-9b0a-044e7c9de1a0: Amount of 679 has been received from Account number f76832ef-3f81-4f42-91d1-4893b5263b69
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of fbd8f613-2654-499b-8b85-79fc58828c4f: Amount of 372 has been received from Account number 2a513efd-2d44-4a48-8860-aa8cee098e3e
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 68d5df29-a0f7-49a5-847c-dfe0cb035200: Amount of 477 has to sent to Account number f747c917-d5ac-4567-92aa-94ff087fa335
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of b9fe2c98-0f8c-4174-925c-319d5be96052: Amount of 216 has to sent to Account number cc3aaaba-3263-41ec-bec7-4a613a15951e
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4388fc9-825f-481a-8166-0914f5cbf4eb: Amount of 483 has to sent to Account number 1a1e2eea-3d93-4dec-8611-855f8e1dd476
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of b5bfb98c-1184-4c9a-85ce-17d33c0e1fa7: Amount of 448 has to sent to Account number 727b297d-b7f3-4f44-8650-059dcf3716e0
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of be8ed90b-e46c-48c8-9b98-2eb33cf872e2: Amount of 750 has to sent to Account number 250ba0d0-84bb-4de9-9c0c-238a5b31fb1f
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of cc3aaaba-3263-41ec-bec7-4a613a15951e: Amount of 216 has been received from Account number b9fe2c98-0f8c-4174-925c-319d5be96052
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6ec0bc1f-56fa-4c0b-bc35-3624d9a5af64: Amount of 736 has been received from Account number e8bc7dae-2fe5-4eef-8274-c6aa0aec4697
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of fbb23f00-71be-4783-86b2-99ae1c5dd515: Amount of 368 has to sent to Account number a90ff015-5bfe-4a51-871f-ff3e53775bec
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b551576-c6fd-455e-9bbd-879fd10dccdf: Amount of 284 has to sent to Account number 6dedb26b-d32a-4bfb-b4cd-50dfd06178c4
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of dbf83e2c-15c6-46d2-b1a9-f55005ca5a91: Amount of 820 has been received from Account number 9bf08e31-a6aa-4114-a9ad-8a08b7a204fc
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of e5904a85-69de-4ed9-80a5-89e4a7207add: Amount of 579 has to sent to Account number 82e72153-f4fd-40d4-a8da-0629b8a7b807
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a2971603-c8eb-44ab-8179-fc705f30302f: Amount of 655 has to sent to Account number 72310ba7-8a19-4f23-a102-c72e092d464d
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8ad9bf13-f7ef-4c53-b4bb-9e32fc310213: Amount of 596 has to sent to Account number 13457bfd-53ca-4b9c-a70c-5bb668d43576
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of a90ff015-5bfe-4a51-871f-ff3e53775bec: Amount of 368 has been received from Account number fbb23f00-71be-4783-86b2-99ae1c5dd515
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ba5b09f-0e0e-4437-9692-55bf034919c1: Amount of 951 has been received from Account number 4a998426-09f8-42aa-a929-53370cd77d9c
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of f6e3c35c-0287-4b80-90aa-050abc3a8ac1: Amount of 692 has been received from Account number 325bd378-b18d-471a-98d5-d134f1a7b67e
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 380eb470-97ec-4dec-b86d-11ec40eaaf72: Amount of 918 has to sent to Account number 20addb96-b750-419f-88bd-d470d1306f1b
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c4c5ea0a-14dc-4621-9b25-d7cdf33a671d: Amount of 830 has to sent to Account number ae6119b1-0c7b-4df3-83bb-76bebc46271c
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 20addb96-b750-419f-88bd-d470d1306f1b: Amount of 918 has been received from Account number 380eb470-97ec-4dec-b86d-11ec40eaaf72
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4ea538b3-cfdf-4c88-9dcd-ea424dfc58a6: Amount of 995 has been received from Account number ad3b713e-7ae4-4843-80e7-35a0ce40f871
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 94cdd607-b61e-41a8-a0a1-7ee88520d8a4: Amount of 21 has to sent to Account number c0fef355-3432-439b-956f-0cb23dc821c1
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of b1a42cb2-e024-4cd0-8d9d-06a965e3437c: Amount of 781 has to sent to Account number 98a7074c-4b52-41b1-84ca-8374d5eeffc1
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98a7074c-4b52-41b1-84ca-8374d5eeffc1: Amount of 781 has been received from Account number b1a42cb2-e024-4cd0-8d9d-06a965e3437c
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5fa932b6-bbf3-409f-afdc-18871dc474c2: Amount of 850 has been received from Account number 72bf6c62-91c6-4844-9cc3-92f713b9b578
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9bccd46a-cb2e-44d1-830e-51ddcaf6d187: Amount of 23 has been received from Account number 54000f4c-315e-4d55-b7fa-a03035f03285
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9baa182f-6341-4311-af9a-3f42e718c769: Amount of 985 has to sent to Account number f75fccd3-f598-4880-9567-e1f5ebee5f24
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 420a2a59-69d3-4c33-8529-a93a76d25ae6: Amount of 466 has to sent to Account number 0c826102-b693-4c6b-a8cb-6d9c5eb76716
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of e4eae188-ff19-4bf5-9e20-a470a8e0ce69: Amount of 830 has been received from Account number c999e3c0-9479-453d-b66d-b86aaffb18c0
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of bfee7cb3-135a-43c6-b5d1-feaa88b39872: Amount of 465 has been received from Account number 351baf30-0278-4306-8cbc-365cdc53194a
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2450e485-58c9-4a4a-8a2d-e4b9f73137d7: Amount of 314 has to sent to Account number 898899d0-1055-45b4-8e27-5d4162fc55a7
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6e866a9c-e2a2-49f1-9ece-c8fa9406db0f: Amount of 907 has to sent to Account number 3b294497-9e06-45e7-a303-8179130b28bd
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 898899d0-1055-45b4-8e27-5d4162fc55a7: Amount of 314 has been received from Account number 2450e485-58c9-4a4a-8a2d-e4b9f73137d7
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of f747c917-d5ac-4567-92aa-94ff087fa335: Amount of 477 has been received from Account number 68d5df29-a0f7-49a5-847c-dfe0cb035200
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1a1e2eea-3d93-4dec-8611-855f8e1dd476: Amount of 483 has been received from Account number a4388fc9-825f-481a-8166-0914f5cbf4eb
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 727b297d-b7f3-4f44-8650-059dcf3716e0: Amount of 448 has been received from Account number b5bfb98c-1184-4c9a-85ce-17d33c0e1fa7
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of a5393031-e201-456d-83ac-f710d4d0521f: Amount of 890 has to sent to Account number d73b74c0-efb3-4eb2-849f-650a27137266
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of d73b74c0-efb3-4eb2-849f-650a27137266: Amount of 890 has been received from Account number a5393031-e201-456d-83ac-f710d4d0521f
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 250ba0d0-84bb-4de9-9c0c-238a5b31fb1f: Amount of 750 has been received from Account number be8ed90b-e46c-48c8-9b98-2eb33cf872e2
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of f75f5519-4f08-42d5-9bf7-e14cf19569ae: Amount of 41 has to sent to Account number b51e488a-2302-4eec-8536-807c18afac8f
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ec22cd44-aee1-4283-9723-7e46f8c1cca5: Amount of 364 has to sent to Account number 53640903-70ed-4220-8ed9-d13d91fbdff4
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of b51e488a-2302-4eec-8536-807c18afac8f: Amount of 41 has been received from Account number f75f5519-4f08-42d5-9bf7-e14cf19569ae
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 82e72153-f4fd-40d4-a8da-0629b8a7b807: Amount of 579 has been received from Account number e5904a85-69de-4ed9-80a5-89e4a7207add
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of b7f690ee-7454-4c85-b3cb-7c435e6a6f08: Amount of 592 has to sent to Account number 7bdb2826-dda0-4ca3-9fda-844a80c1258a
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 848c79ce-1cf9-4c79-a032-51ad69a606b7: Amount of 75 has to sent to Account number d69bb2ba-7bc0-4247-a9b6-1c720d9cbf21
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6dedb26b-d32a-4bfb-b4cd-50dfd06178c4: Amount of 284 has been received from Account number 5b551576-c6fd-455e-9bbd-879fd10dccdf
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 72310ba7-8a19-4f23-a102-c72e092d464d: Amount of 655 has been received from Account number a2971603-c8eb-44ab-8179-fc705f30302f
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7bdb2826-dda0-4ca3-9fda-844a80c1258a: Amount of 592 has been received from Account number b7f690ee-7454-4c85-b3cb-7c435e6a6f08
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4cfc1601-0b65-4a3f-b5b9-3cc2b2932c8e: Amount of 389 has to sent to Account number d5a12b9d-d98a-44cb-b4c4-95f122ade6e0
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 463da6c0-caa2-43fa-995b-42a5f390c999: Amount of 221 has to sent to Account number d6c5a7e8-6c4a-47f9-9faf-0e0b9a41418c
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 13457bfd-53ca-4b9c-a70c-5bb668d43576: Amount of 596 has been received from Account number 8ad9bf13-f7ef-4c53-b4bb-9e32fc310213
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of fbc80038-4544-41e7-ac7b-8eb4fce86016: Amount of 784 has to sent to Account number ff518ff0-d460-46a3-a476-3e4df1376c94
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6c5a7e8-6c4a-47f9-9faf-0e0b9a41418c: Amount of 221 has been received from Account number 463da6c0-caa2-43fa-995b-42a5f390c999
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ba291442-2115-466b-b708-0746b7ae9241: Amount of 340 has to sent to Account number 4c4bb4db-a8b9-4190-bd76-7efddcf7a9f2
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae73e3d5-1347-426f-ba06-a56c6427f75a: Amount of 911 has to sent to Account number 310a519e-d7e7-4e5a-be4e-500101f754fe
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 387ac887-2b1c-4d42-a2b6-49ec4a54102d: Amount of 379 has to sent to Account number 0529cc32-941d-4ce7-bc01-022590f722b5
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0529cc32-941d-4ce7-bc01-022590f722b5: Amount of 379 has been received from Account number 387ac887-2b1c-4d42-a2b6-49ec4a54102d
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of f893793f-7add-4350-be76-f84fb1b857dd: Amount of 301 has to sent to Account number 3c62f4fb-8eb6-4652-9833-9c431ca815f7
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3c62f4fb-8eb6-4652-9833-9c431ca815f7: Amount of 301 has been received from Account number f893793f-7add-4350-be76-f84fb1b857dd
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae6119b1-0c7b-4df3-83bb-76bebc46271c: Amount of 830 has been received from Account number c4c5ea0a-14dc-4621-9b25-d7cdf33a671d
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of c0fef355-3432-439b-956f-0cb23dc821c1: Amount of 21 has been received from Account number 94cdd607-b61e-41a8-a0a1-7ee88520d8a4
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of e48ea1af-6fd2-40e4-bf88-22cc2ac50fe2: Amount of 175 has to sent to Account number 637bd875-cb51-4a54-9b60-eb1408e96c7c
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 637bd875-cb51-4a54-9b60-eb1408e96c7c: Amount of 175 has been received from Account number e48ea1af-6fd2-40e4-bf88-22cc2ac50fe2
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f70ae76-2c16-4965-a995-7cbf3abe4e8f: Amount of 576 has to sent to Account number 010ca76d-813c-4e7c-9b02-63456e5511ee
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c6fed7c-862d-417e-b95f-4bc1086d968b: Amount of 652 has to sent to Account number 48d60daa-2bcb-435f-aed2-8a69d3568f21
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a674422f-6316-422f-ac09-3847cd7f41a6: Amount of 582 has to sent to Account number 7a46cbb1-178e-4ec0-a56d-b6f07ce75b71
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf363410-550b-4a57-b8ab-10161a759fbf: Amount of 116 has to sent to Account number 511f2c1e-7537-47e6-92f6-81158fdd286d
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of f75fccd3-f598-4880-9567-e1f5ebee5f24: Amount of 985 has been received from Account number 9baa182f-6341-4311-af9a-3f42e718c769
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c826102-b693-4c6b-a8cb-6d9c5eb76716: Amount of 466 has been received from Account number 420a2a59-69d3-4c33-8529-a93a76d25ae6
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ec5793bc-ddb0-422c-bab0-8485febdad4b: Amount of 393 has to sent to Account number 92a0665f-89f0-423a-8659-17237be56a2b
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 92a0665f-89f0-423a-8659-17237be56a2b: Amount of 393 has been received from Account number ec5793bc-ddb0-422c-bab0-8485febdad4b
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3b294497-9e06-45e7-a303-8179130b28bd: Amount of 907 has been received from Account number 6e866a9c-e2a2-49f1-9ece-c8fa9406db0f
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 09b77378-3bcc-487a-9b97-5bf850ce9523: Amount of 844 has to sent to Account number 34d1963c-85db-4789-bbfb-fbef89dd2653
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 59d904f1-42e8-442f-8457-da33317192b5: Amount of 899 has to sent to Account number adaefcbb-9181-40c6-a41c-57a303b966a2
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56628a8e-7fc4-416d-ac3c-2ab246263d15: Amount of 729 has to sent to Account number 3a354dc7-aa8e-4662-a075-5afa80c55710
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of adaefcbb-9181-40c6-a41c-57a303b966a2: Amount of 899 has been received from Account number 59d904f1-42e8-442f-8457-da33317192b5
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed50c7cc-5185-49f9-a3bd-91515e81645d: Amount of 26 has to sent to Account number e3db388a-f5e7-4372-a576-60968b1bf6af
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2029a779-dc4b-419d-95b8-d2534112ff62: Amount of 256 has to sent to Account number 2ecd65e0-dda3-4260-a923-8c18e066a831
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of e3db388a-f5e7-4372-a576-60968b1bf6af: Amount of 26 has been received from Account number ed50c7cc-5185-49f9-a3bd-91515e81645d
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ecd65e0-dda3-4260-a923-8c18e066a831: Amount of 256 has been received from Account number 2029a779-dc4b-419d-95b8-d2534112ff62
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of add18856-ffc0-4820-a538-79c94b39b39b: Amount of 64 has to sent to Account number da6f8fa0-e821-41b0-ad35-0a3908b2f959
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of da6f8fa0-e821-41b0-ad35-0a3908b2f959: Amount of 64 has been received from Account number add18856-ffc0-4820-a538-79c94b39b39b
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53141bf7-a163-4d86-ad5e-be53cd0acd09: Amount of 460 has to sent to Account number ec584967-fc66-431f-80ed-d1d66d3b7c8e
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 425f93e2-6192-4f6b-b2f8-09b5d2edeec1: Amount of 317 has to sent to Account number f3f9943f-7b20-42ed-aedc-2623a18edd5f
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53640903-70ed-4220-8ed9-d13d91fbdff4: Amount of 364 has been received from Account number ec22cd44-aee1-4283-9723-7e46f8c1cca5
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of f3f9943f-7b20-42ed-aedc-2623a18edd5f: Amount of 317 has been received from Account number 425f93e2-6192-4f6b-b2f8-09b5d2edeec1
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8282e99f-f26a-4b60-90ff-89a650b90b35: Amount of 223 has to sent to Account number 3eb244e4-d2e8-4fcb-b8af-6fe5b2c4d6e3
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of d69bb2ba-7bc0-4247-a9b6-1c720d9cbf21: Amount of 75 has been received from Account number 848c79ce-1cf9-4c79-a032-51ad69a606b7
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of d5a12b9d-d98a-44cb-b4c4-95f122ade6e0: Amount of 389 has been received from Account number 4cfc1601-0b65-4a3f-b5b9-3cc2b2932c8e
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of cc0ae327-471c-4c5c-8e68-4cc2ed5bbb6a: Amount of 412 has to sent to Account number 875d8222-1310-4e92-9aad-1ec216a220e2
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 087a72ac-0f4a-444e-af3d-c61a5081b6d2: Amount of 770 has to sent to Account number 0a44a437-a39b-4c3c-ac55-4df97a501bef
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of b74b2e95-c47a-4852-9ed9-209b8a6d0d1f: Amount of 329 has to sent to Account number d66cdbae-3a86-438f-87e0-f5325d788d69
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a44a437-a39b-4c3c-ac55-4df97a501bef: Amount of 770 has been received from Account number 087a72ac-0f4a-444e-af3d-c61a5081b6d2
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ff518ff0-d460-46a3-a476-3e4df1376c94: Amount of 784 has been received from Account number fbc80038-4544-41e7-ac7b-8eb4fce86016
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of d66cdbae-3a86-438f-87e0-f5325d788d69: Amount of 329 has been received from Account number b74b2e95-c47a-4852-9ed9-209b8a6d0d1f
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4c4bb4db-a8b9-4190-bd76-7efddcf7a9f2: Amount of 340 has been received from Account number ba291442-2115-466b-b708-0746b7ae9241
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 310a519e-d7e7-4e5a-be4e-500101f754fe: Amount of 911 has been received from Account number ae73e3d5-1347-426f-ba06-a56c6427f75a
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 022f3e39-558e-4c43-8718-e15bed06be0e: Amount of 73 has to sent to Account number 9be4fcba-4417-4eb2-93a0-e0840831fb00
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77997d40-1599-4ff1-a9c5-cec9260fb182: Amount of 123 has to sent to Account number 1949a7d9-455c-4ef9-bff0-2130aca6b2bc
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 010ca76d-813c-4e7c-9b02-63456e5511ee: Amount of 576 has been received from Account number 5f70ae76-2c16-4965-a995-7cbf3abe4e8f
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7a46cbb1-178e-4ec0-a56d-b6f07ce75b71: Amount of 582 has been received from Account number a674422f-6316-422f-ac09-3847cd7f41a6
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of a3701607-273b-465d-a506-982a728d32f9: Amount of 950 has to sent to Account number 442b3adf-4321-4343-8552-40e5a6c306ce
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 442b3adf-4321-4343-8552-40e5a6c306ce: Amount of 950 has been received from Account number a3701607-273b-465d-a506-982a728d32f9
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of da0adb4b-68de-41fe-9100-e9314c51aed1: Amount of 608 has to sent to Account number c9cdff76-6afe-4190-9814-47a5702fddd5
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of c9cdff76-6afe-4190-9814-47a5702fddd5: Amount of 608 has been received from Account number da0adb4b-68de-41fe-9100-e9314c51aed1
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 48d60daa-2bcb-435f-aed2-8a69d3568f21: Amount of 652 has been received from Account number 2c6fed7c-862d-417e-b95f-4bc1086d968b
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of e9df27e8-5669-414e-853b-b04ed89ad6ba: Amount of 488 has to sent to Account number 6be90f67-c90c-4349-ab21-ba86a2282e8c
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 511f2c1e-7537-47e6-92f6-81158fdd286d: Amount of 116 has been received from Account number bf363410-550b-4a57-b8ab-10161a759fbf
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 93fe67f3-9884-4fda-92b8-8d3be68eba86: Amount of 702 has to sent to Account number 639d5654-552e-4afa-993b-c79c36ac93e4
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf41278c-e552-446d-8f91-6dd98ee31b46: Amount of 385 has to sent to Account number c4b4b6a3-ddcb-48e1-8d57-e75a208b4c5e
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b13a606-04fe-4581-9158-8b1e04c94b76: Amount of 900 has to sent to Account number 06a69232-4e1a-4082-ad17-1e207f917378
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 06a69232-4e1a-4082-ad17-1e207f917378: Amount of 900 has been received from Account number 2b13a606-04fe-4581-9158-8b1e04c94b76
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c4b4b6a3-ddcb-48e1-8d57-e75a208b4c5e: Amount of 385 has been received from Account number bf41278c-e552-446d-8f91-6dd98ee31b46
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5edd5db9-4742-4e23-b1cd-9834a86f803f: Amount of 644 has to sent to Account number 999a1a05-495f-49a9-a64e-9969ce99ebf2
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5fd32017-4605-43ce-9cfa-05fe65d2efd0: Amount of 610 has to sent to Account number a32fad53-fbfa-4427-8a9d-ebcea6cd7306
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a32fad53-fbfa-4427-8a9d-ebcea6cd7306: Amount of 610 has been received from Account number 5fd32017-4605-43ce-9cfa-05fe65d2efd0
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 999a1a05-495f-49a9-a64e-9969ce99ebf2: Amount of 644 has been received from Account number 5edd5db9-4742-4e23-b1cd-9834a86f803f
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of f9f76bb6-f0e7-43bd-8be0-eb093eb13afa: Amount of 479 has to sent to Account number 8b2cd5fe-0845-4e34-b0cf-fd6422456d47
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b2cd5fe-0845-4e34-b0cf-fd6422456d47: Amount of 479 has been received from Account number f9f76bb6-f0e7-43bd-8be0-eb093eb13afa
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 82a25230-1823-4e06-af7b-157d2848a184: Amount of 959 has to sent to Account number 4d930311-f720-4826-8429-2ed6e7f99e9f
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of f52d0cc8-1fb3-4426-b6b2-e28d23d87f12: Amount of 835 has to sent to Account number 31d79e67-1cfe-4d2e-af5b-a5b97efa1f80
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 31d79e67-1cfe-4d2e-af5b-a5b97efa1f80: Amount of 835 has been received from Account number f52d0cc8-1fb3-4426-b6b2-e28d23d87f12
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 72c03d3f-1ebf-4f65-be0d-c9eb228fd2c5: Amount of 225 has to sent to Account number 069a5eaa-e1db-4dc8-83fb-641b82eef460
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of e2e2b713-e7d6-4c7a-b5d8-b4e54f121414: Amount of 300 has to sent to Account number 6b38ff64-9e04-4e77-814d-7abcb38e757a
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b38ff64-9e04-4e77-814d-7abcb38e757a: Amount of 300 has been received from Account number e2e2b713-e7d6-4c7a-b5d8-b4e54f121414
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 34d1963c-85db-4789-bbfb-fbef89dd2653: Amount of 844 has been received from Account number 09b77378-3bcc-487a-9b97-5bf850ce9523
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae9e020c-d784-4352-aa98-0bda42100c47: Amount of 461 has to sent to Account number 3b42a459-5f6b-4bf9-830c-e626d266c4fe
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3b42a459-5f6b-4bf9-830c-e626d266c4fe: Amount of 461 has been received from Account number ae9e020c-d784-4352-aa98-0bda42100c47
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a354dc7-aa8e-4662-a075-5afa80c55710: Amount of 729 has been received from Account number 56628a8e-7fc4-416d-ac3c-2ab246263d15
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f14b4ae-b525-4423-a9db-a4331c528ae3: Amount of 331 has to sent to Account number 771f045c-bdf0-4ffe-ae37-a129548f2586
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ec584967-fc66-431f-80ed-d1d66d3b7c8e: Amount of 460 has been received from Account number 53141bf7-a163-4d86-ad5e-be53cd0acd09
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 13a1741b-22b2-40f3-9a5e-b09cee6fddad: Amount of 894 has to sent to Account number 1f6c4152-4cfc-434b-bc6e-85027304c57e
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 009cb366-6337-4742-afd8-f624139bb749: Amount of 42 has to sent to Account number a93182d4-1457-4e08-8a80-a0e49b8df7d7
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3eb244e4-d2e8-4fcb-b8af-6fe5b2c4d6e3: Amount of 223 has been received from Account number 8282e99f-f26a-4b60-90ff-89a650b90b35
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 875d8222-1310-4e92-9aad-1ec216a220e2: Amount of 412 has been received from Account number cc0ae327-471c-4c5c-8e68-4cc2ed5bbb6a
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98552ec4-7c4d-4f5b-b460-3a51d1420413: Amount of 457 has to sent to Account number a2580184-63b6-4076-bcd8-5575be53d750
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1f2a1151-0848-4bb4-a059-9f2519c3f027: Amount of 693 has to sent to Account number 22dcad15-2de6-424c-9455-d1312bdc944c
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of fff27a09-e3cf-4f20-82e3-57b545736dc4: Amount of 514 has to sent to Account number aa67cab2-c6cd-4721-a5dc-effa02d26adf
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22dcad15-2de6-424c-9455-d1312bdc944c: Amount of 693 has been received from Account number 1f2a1151-0848-4bb4-a059-9f2519c3f027
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1ce3f9bd-1426-4fd7-a267-c48684c9b594: Amount of 563 has to sent to Account number 99d31db9-1b85-4521-8ba0-d33f0cb36d69
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1a29c860-38fd-4bef-b717-2e154403c35b: Amount of 45 has to sent to Account number 2d21cce4-b17b-4f91-a0a2-dd6d31e24352
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 99d31db9-1b85-4521-8ba0-d33f0cb36d69: Amount of 563 has been received from Account number 1ce3f9bd-1426-4fd7-a267-c48684c9b594
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9be4fcba-4417-4eb2-93a0-e0840831fb00: Amount of 73 has been received from Account number 022f3e39-558e-4c43-8718-e15bed06be0e
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2d21cce4-b17b-4f91-a0a2-dd6d31e24352: Amount of 45 has been received from Account number 1a29c860-38fd-4bef-b717-2e154403c35b
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd64fb69-1297-40e7-907b-21c5d0f634dd: Amount of 112 has to sent to Account number 88495326-95ed-4950-adb0-e182d93cb517
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 88495326-95ed-4950-adb0-e182d93cb517: Amount of 112 has been received from Account number dd64fb69-1297-40e7-907b-21c5d0f634dd
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of c461295f-1c7f-43ef-bec1-f802939a5f59: Amount of 313 has to sent to Account number 4ef39074-97ba-4e7f-bae7-0d53efe499b9
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1949a7d9-455c-4ef9-bff0-2130aca6b2bc: Amount of 123 has been received from Account number 77997d40-1599-4ff1-a9c5-cec9260fb182
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4ef39074-97ba-4e7f-bae7-0d53efe499b9: Amount of 313 has been received from Account number c461295f-1c7f-43ef-bec1-f802939a5f59
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c8123ab8-af5b-4b73-9015-eda27e75b2d8: Amount of 410 has to sent to Account number 5d266719-ec1e-4d8b-8d7d-9b2ed94d95a0
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d266719-ec1e-4d8b-8d7d-9b2ed94d95a0: Amount of 410 has been received from Account number c8123ab8-af5b-4b73-9015-eda27e75b2d8
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6be90f67-c90c-4349-ab21-ba86a2282e8c: Amount of 488 has been received from Account number e9df27e8-5669-414e-853b-b04ed89ad6ba
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 639d5654-552e-4afa-993b-c79c36ac93e4: Amount of 702 has been received from Account number 93fe67f3-9884-4fda-92b8-8d3be68eba86
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 06536544-7b52-43c8-8cbd-544a625e7525: Amount of 178 has to sent to Account number d6f01895-ca17-4072-9d38-97859fb7a310
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d930311-f720-4826-8429-2ed6e7f99e9f: Amount of 959 has been received from Account number 82a25230-1823-4e06-af7b-157d2848a184
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c74c691-0d7e-4d22-9d3d-67775b0ed8ce: Amount of 685 has to sent to Account number 827fc86b-e178-4e3e-bebb-f297ef298ccc
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 827fc86b-e178-4e3e-bebb-f297ef298ccc: Amount of 685 has been received from Account number 2c74c691-0d7e-4d22-9d3d-67775b0ed8ce
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of d0fa6471-dbca-4df4-8a1f-483032df3b6a: Amount of 392 has to sent to Account number ea61e136-7372-4095-9919-881e130e17d4
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d482f9e-53bd-4756-bb54-6c8f430d7b59: Amount of 813 has to sent to Account number 5967d96e-a0c3-488a-8c23-1aa217d840a2
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 069a5eaa-e1db-4dc8-83fb-641b82eef460: Amount of 225 has been received from Account number 72c03d3f-1ebf-4f65-be0d-c9eb228fd2c5
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c6892e3-3b2e-4467-a9de-76d5bdec0f7f: Amount of 789 has to sent to Account number e4b7218d-315c-4ce4-bc13-eccb1889f372
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of f51d2851-4d85-4f95-91ee-0d71c09af088: Amount of 120 has to sent to Account number 22438dd0-4731-4b2c-a706-341fbe62f54d
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of e4b7218d-315c-4ce4-bc13-eccb1889f372: Amount of 789 has been received from Account number 2c6892e3-3b2e-4467-a9de-76d5bdec0f7f
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 19cbf8bd-b7c8-48ba-b3fb-56d22f0809b3: Amount of 813 has to sent to Account number f8072534-af93-4cb4-9775-836a3a0bdaa5
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of f8072534-af93-4cb4-9775-836a3a0bdaa5: Amount of 813 has been received from Account number 19cbf8bd-b7c8-48ba-b3fb-56d22f0809b3
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of f55d9e2a-1354-4210-8c3a-ef9a5606c1f0: Amount of 479 has to sent to Account number 30011499-c224-4a7c-8bbd-82f0dc6931a4
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 30011499-c224-4a7c-8bbd-82f0dc6931a4: Amount of 479 has been received from Account number f55d9e2a-1354-4210-8c3a-ef9a5606c1f0
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb4868c8-1149-4cd2-a478-9ebe7cdf7867: Amount of 748 has to sent to Account number 1f774381-dbe4-40f7-8a74-cfbcbe5ceecc
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1f774381-dbe4-40f7-8a74-cfbcbe5ceecc: Amount of 748 has been received from Account number eb4868c8-1149-4cd2-a478-9ebe7cdf7867
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a5a62b8-a071-46c1-9e69-95e126658150: Amount of 796 has to sent to Account number 0bc7a19d-c4fa-408b-b0b1-a4d5b8f146b7
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0bc7a19d-c4fa-408b-b0b1-a4d5b8f146b7: Amount of 796 has been received from Account number 0a5a62b8-a071-46c1-9e69-95e126658150
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2088a9d6-89e6-4829-bc99-9e2c27d2d9a1: Amount of 731 has to sent to Account number dcb0a441-df95-48af-a626-4bb5c9b0d9a1
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 771f045c-bdf0-4ffe-ae37-a129548f2586: Amount of 331 has been received from Account number 7f14b4ae-b525-4423-a9db-a4331c528ae3
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf649253-9406-4301-9f31-2cb8bcf632c5: Amount of 593 has to sent to Account number 21b035b7-2a10-4715-b195-cecfa06eb485
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 21b035b7-2a10-4715-b195-cecfa06eb485: Amount of 593 has been received from Account number cf649253-9406-4301-9f31-2cb8bcf632c5
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1f6c4152-4cfc-434b-bc6e-85027304c57e: Amount of 894 has been received from Account number 13a1741b-22b2-40f3-9a5e-b09cee6fddad
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of a93182d4-1457-4e08-8a80-a0e49b8df7d7: Amount of 42 has been received from Account number 009cb366-6337-4742-afd8-f624139bb749
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9ffbce5e-2cd5-43bf-a469-da19fc550560: Amount of 377 has to sent to Account number 747cc40f-2289-42ea-9a9f-4cb2f56ecec7
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2f34c8eb-92ff-41ba-86a7-2b6c5d498ba0: Amount of 955 has to sent to Account number f4174474-a8ea-412b-8ec6-42c90094cd72
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 747cc40f-2289-42ea-9a9f-4cb2f56ecec7: Amount of 377 has been received from Account number 9ffbce5e-2cd5-43bf-a469-da19fc550560
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of f4174474-a8ea-412b-8ec6-42c90094cd72: Amount of 955 has been received from Account number 2f34c8eb-92ff-41ba-86a7-2b6c5d498ba0
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a2580184-63b6-4076-bcd8-5575be53d750: Amount of 457 has been received from Account number 98552ec4-7c4d-4f5b-b460-3a51d1420413
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 388fd2b2-7345-4069-a9e5-bdde35484fc9: Amount of 925 has to sent to Account number 3021d329-dea1-4ee6-b286-acd1bde4107f
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of aa67cab2-c6cd-4721-a5dc-effa02d26adf: Amount of 514 has been received from Account number fff27a09-e3cf-4f20-82e3-57b545736dc4
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of f4150d8e-1f18-40f7-a4d4-39b798112529: Amount of 440 has to sent to Account number 1ee681f3-2431-4c66-b585-acea43cf13d6
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 13ae5de1-db50-4ee8-8cd4-1dbae7f76a11: Amount of 452 has to sent to Account number 65818bc9-794c-45b3-a8c8-9f79912572bb
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1ee681f3-2431-4c66-b585-acea43cf13d6: Amount of 440 has been received from Account number f4150d8e-1f18-40f7-a4d4-39b798112529
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2b21986-1e17-4251-8174-26fd9a5e1c45: Amount of 324 has to sent to Account number baf095e8-3a45-4106-a7a2-c5db2fa2d06d
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of baf095e8-3a45-4106-a7a2-c5db2fa2d06d: Amount of 324 has been received from Account number f2b21986-1e17-4251-8174-26fd9a5e1c45
2024-07-09 19:26:08.233  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4ff4e2f2-e162-4c7a-b258-26e65127875c: Amount of 661 has to sent to Account number 59b0dc0e-53f7-4646-a2fe-ec620e41d572
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1fc3d6e1-4438-42df-a4d3-512e3462a7a6: Amount of 322 has to sent to Account number 9d5af3fa-6830-4bbf-96e6-e39b8a03ad76
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d5af3fa-6830-4bbf-96e6-e39b8a03ad76: Amount of 322 has been received from Account number 1fc3d6e1-4438-42df-a4d3-512e3462a7a6
2024-07-09 19:26:08.233  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0fe9f646-199f-419e-82f4-61e26a03acf5: Amount of 488 has to sent to Account number dc2a7130-7551-4760-ae4c-b0d67dfa9c70
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6f01895-ca17-4072-9d38-97859fb7a310: Amount of 178 has been received from Account number 06536544-7b52-43c8-8cbd-544a625e7525
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of dc2a7130-7551-4760-ae4c-b0d67dfa9c70: Amount of 488 has been received from Account number 0fe9f646-199f-419e-82f4-61e26a03acf5
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ea61e136-7372-4095-9919-881e130e17d4: Amount of 392 has been received from Account number d0fa6471-dbca-4df4-8a1f-483032df3b6a
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5967d96e-a0c3-488a-8c23-1aa217d840a2: Amount of 813 has been received from Account number 9d482f9e-53bd-4756-bb54-6c8f430d7b59
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of d01be45f-02d9-47c3-807b-d6684eb6d076: Amount of 108 has to sent to Account number 0e1d5dba-588f-42e1-9870-ff3e839dcc78
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22438dd0-4731-4b2c-a706-341fbe62f54d: Amount of 120 has been received from Account number f51d2851-4d85-4f95-91ee-0d71c09af088
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e1d5dba-588f-42e1-9870-ff3e839dcc78: Amount of 108 has been received from Account number d01be45f-02d9-47c3-807b-d6684eb6d076
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 667d4f87-3832-40a8-809c-39297b2f77f7: Amount of 261 has to sent to Account number 59858ffa-b7e0-4cc3-99c4-94c988eb4d75
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc90e098-f328-4857-a612-dcbac8ef2784: Amount of 190 has to sent to Account number 3aced460-d04c-4a27-8714-0b63a990393f
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64c7807b-8967-4a4a-9f41-c47f48aa9bb9: Amount of 497 has to sent to Account number 7a5ebb2f-5830-4a66-9ae2-d11212ae28f9
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2c287de-6b12-451b-992e-dd814d54168c: Amount of 553 has to sent to Account number 58c4297c-91c5-41db-9efe-59626c06dd30
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3aced460-d04c-4a27-8714-0b63a990393f: Amount of 190 has been received from Account number fc90e098-f328-4857-a612-dcbac8ef2784
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7a5ebb2f-5830-4a66-9ae2-d11212ae28f9: Amount of 497 has been received from Account number 64c7807b-8967-4a4a-9f41-c47f48aa9bb9
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 58c4297c-91c5-41db-9efe-59626c06dd30: Amount of 553 has been received from Account number f2c287de-6b12-451b-992e-dd814d54168c
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ffb4397f-aa04-48fb-b3c7-6d6309329cf6: Amount of 774 has to sent to Account number 677627de-23b1-4ccc-9eb1-0484ec341bb1
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4126105-13d1-42d5-8702-e33d96fcee1e: Amount of 882 has to sent to Account number fb399fe0-600f-486c-b09b-2514e74d09e0
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf995f1-e98a-4b87-bf76-8d202580c2f9: Amount of 612 has to sent to Account number b6d1ca19-43d6-463a-a67f-40fca9490570
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb399fe0-600f-486c-b09b-2514e74d09e0: Amount of 882 has been received from Account number a4126105-13d1-42d5-8702-e33d96fcee1e
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of dfe59f81-8f0d-49f7-8bd9-b3e16ff237a3: Amount of 556 has to sent to Account number 482a1749-aa42-46d9-ad44-c2cec0225c00
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of dcb0a441-df95-48af-a626-4bb5c9b0d9a1: Amount of 731 has been received from Account number 2088a9d6-89e6-4829-bc99-9e2c27d2d9a1
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 482a1749-aa42-46d9-ad44-c2cec0225c00: Amount of 556 has been received from Account number dfe59f81-8f0d-49f7-8bd9-b3e16ff237a3
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of e25409d2-5d13-497c-a48d-c2f698a33899: Amount of 524 has to sent to Account number 0067540e-03cc-40b3-b72b-cc18e793f2ff
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of bee12160-8aa6-4ce4-8338-22db60456e7b: Amount of 229 has to sent to Account number b3b99eac-f8a1-4551-9fa2-09735c279093
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0067540e-03cc-40b3-b72b-cc18e793f2ff: Amount of 524 has been received from Account number e25409d2-5d13-497c-a48d-c2f698a33899
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of a77fdf59-0bfb-489d-b6ba-ace8c696eef3: Amount of 806 has to sent to Account number 571e3da1-c9c0-4a12-ab99-d3ead2d685aa
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of a619133d-7e67-4e69-b221-bff1677f6736: Amount of 505 has to sent to Account number 435889f7-1cc6-443a-994a-d9633f70ee81
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 571e3da1-c9c0-4a12-ab99-d3ead2d685aa: Amount of 806 has been received from Account number a77fdf59-0bfb-489d-b6ba-ace8c696eef3
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of aad030cd-67b9-4bd9-813a-367ae7ee6c02: Amount of 188 has to sent to Account number 872a17db-4fa8-486a-91c2-f0ab988abbed
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of b3b99eac-f8a1-4551-9fa2-09735c279093: Amount of 229 has been received from Account number bee12160-8aa6-4ce4-8338-22db60456e7b
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 872a17db-4fa8-486a-91c2-f0ab988abbed: Amount of 188 has been received from Account number aad030cd-67b9-4bd9-813a-367ae7ee6c02
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e1602fb-f375-4a36-8947-814bfd76145f: Amount of 388 has to sent to Account number 74717f74-a74b-41c5-89d9-eba09f1baaf8
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 74717f74-a74b-41c5-89d9-eba09f1baaf8: Amount of 388 has been received from Account number 9e1602fb-f375-4a36-8947-814bfd76145f
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1d595686-513c-4cc4-bbfc-36a28a71a5f5: Amount of 3 has to sent to Account number abbb1b32-5feb-4971-96bc-fad2d1ec1f4d
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 13cf03ef-e545-4b59-8e7b-34a2a62a0aff: Amount of 922 has to sent to Account number c7c7f22e-7af7-4a10-9eda-7902ed7ecb3f
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of abbb1b32-5feb-4971-96bc-fad2d1ec1f4d: Amount of 3 has been received from Account number 1d595686-513c-4cc4-bbfc-36a28a71a5f5
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of c7c7f22e-7af7-4a10-9eda-7902ed7ecb3f: Amount of 922 has been received from Account number 13cf03ef-e545-4b59-8e7b-34a2a62a0aff
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of acde9f3f-5ee1-4caf-8fb6-fbc3cb9351bd: Amount of 214 has to sent to Account number 83ee4852-7860-4524-80c4-ca1bad35d921
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0f3c620f-026f-4c45-a49b-c39fcdab5465: Amount of 852 has to sent to Account number f5fc4a32-f50e-4416-8365-0d1167835962
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 83ee4852-7860-4524-80c4-ca1bad35d921: Amount of 214 has been received from Account number acde9f3f-5ee1-4caf-8fb6-fbc3cb9351bd
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3021d329-dea1-4ee6-b286-acd1bde4107f: Amount of 925 has been received from Account number 388fd2b2-7345-4069-a9e5-bdde35484fc9
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of f5fc4a32-f50e-4416-8365-0d1167835962: Amount of 852 has been received from Account number 0f3c620f-026f-4c45-a49b-c39fcdab5465
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 65818bc9-794c-45b3-a8c8-9f79912572bb: Amount of 452 has been received from Account number 13ae5de1-db50-4ee8-8cd4-1dbae7f76a11
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42e8e112-f25a-405c-bea8-cdab0f724e9b: Amount of 999 has to sent to Account number 453da80f-4e5a-4ead-a2e7-98398e8c5844
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8cfcd77-283f-4215-bf4f-668d6a1fc7e7: Amount of 730 has to sent to Account number a77b9156-4c95-40e6-8485-73000573f32b
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 10fb4dfd-33b3-4d89-a337-bb3459908627: Amount of 695 has to sent to Account number 0aa8441e-3e37-4e46-959c-95042cec6cfc
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ab6a19e-bef6-4ce2-a04d-d5bb9d8065b8: Amount of 127 has to sent to Account number 4d5d636a-6770-4ba7-804e-cdad4f730e98
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0aa8441e-3e37-4e46-959c-95042cec6cfc: Amount of 695 has been received from Account number 10fb4dfd-33b3-4d89-a337-bb3459908627
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d5d636a-6770-4ba7-804e-cdad4f730e98: Amount of 127 has been received from Account number 2ab6a19e-bef6-4ce2-a04d-d5bb9d8065b8
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a5bb145-1f1c-4168-be73-c007820bfedf: Amount of 978 has to sent to Account number 10fafba1-d68f-4902-82df-39d9aab6aa3d
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a77b9156-4c95-40e6-8485-73000573f32b: Amount of 730 has been received from Account number a8cfcd77-283f-4215-bf4f-668d6a1fc7e7
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 59b0dc0e-53f7-4646-a2fe-ec620e41d572: Amount of 661 has been received from Account number 4ff4e2f2-e162-4c7a-b258-26e65127875c
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf1d6e5a-6e21-43a6-b017-9e6c4babc021: Amount of 134 has to sent to Account number 73e4dc02-2375-45d4-a04e-d262567a9830
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ed3d19c-d480-4237-a6bf-a282da3ca7cb: Amount of 63 has to sent to Account number 0657371f-0db8-406a-b38c-78380adc9843
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 17219a9f-dd9a-4a1c-81be-466be24b8d56: Amount of 567 has to sent to Account number 53a2bc78-5b1d-479b-84cd-04fc32a1a4ea
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90ed755c-30a8-40df-814c-d80a1e22bcdd: Amount of 304 has to sent to Account number 0a548863-3308-41f8-a9d7-d2039f79505e
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of a1990ee9-4295-4d52-8a3b-bc051fe99e9d: Amount of 272 has to sent to Account number 9a742ba4-7bf1-4bd4-a589-baf339cb6c4b
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 59858ffa-b7e0-4cc3-99c4-94c988eb4d75: Amount of 261 has been received from Account number 667d4f87-3832-40a8-809c-39297b2f77f7
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 12ffa5a3-ed2d-41a4-bd29-6ea8bd613820: Amount of 755 has to sent to Account number ce1f1ab6-32a1-459a-99c1-6785106e7142
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ce1f1ab6-32a1-459a-99c1-6785106e7142: Amount of 755 has been received from Account number 12ffa5a3-ed2d-41a4-bd29-6ea8bd613820
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b78d518-203b-49a8-b25f-8f24f03ac44c: Amount of 668 has to sent to Account number e581e7e5-ec2a-424f-b035-98e7dae85c1f
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 895a233a-6a34-4caf-bd79-73f38234d859: Amount of 423 has to sent to Account number 906d47b7-f2c5-480f-8760-ce2f81a3cde4
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 677627de-23b1-4ccc-9eb1-0484ec341bb1: Amount of 774 has been received from Account number ffb4397f-aa04-48fb-b3c7-6d6309329cf6
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of b6d1ca19-43d6-463a-a67f-40fca9490570: Amount of 612 has been received from Account number ccf995f1-e98a-4b87-bf76-8d202580c2f9
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 67c4548b-b900-445f-97fb-0bb719ea0451: Amount of 636 has to sent to Account number 4d597835-2448-4622-b9fd-c3ea93ebdd85
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6dc201d9-19ba-4ad6-9f1f-c8843152a289: Amount of 963 has to sent to Account number 5e10e4cf-e757-4a5b-9ce3-902cadeccf9e
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d597835-2448-4622-b9fd-c3ea93ebdd85: Amount of 636 has been received from Account number 67c4548b-b900-445f-97fb-0bb719ea0451
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae557736-552e-4510-8f0a-2696e9fb37bd: Amount of 651 has to sent to Account number 36bf6031-c51d-4183-80e2-7684b18cd169
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5e10e4cf-e757-4a5b-9ce3-902cadeccf9e: Amount of 963 has been received from Account number 6dc201d9-19ba-4ad6-9f1f-c8843152a289
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b3cd535-e286-4178-9021-3bcc03dc69f4: Amount of 452 has to sent to Account number 7b4931af-4f95-441c-9956-e5cb7245dcd7
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 36bf6031-c51d-4183-80e2-7684b18cd169: Amount of 651 has been received from Account number ae557736-552e-4510-8f0a-2696e9fb37bd
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b4931af-4f95-441c-9956-e5cb7245dcd7: Amount of 452 has been received from Account number 6b3cd535-e286-4178-9021-3bcc03dc69f4
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e51125d-1812-449f-a5e1-8bd30e641939: Amount of 622 has to sent to Account number 8e4a608e-0291-46f6-88c5-949ee09bb06e
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 46ad5eb4-cd7e-417a-8d92-b9da5a8aa9fd: Amount of 783 has to sent to Account number 7b74efcd-0d3e-4aa7-8e21-62f7dc4568fe
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of c28200ab-93b6-4de8-895a-a7384d58c940: Amount of 391 has to sent to Account number 96e68b29-80bb-403a-b5b5-b278771c4f94
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b74efcd-0d3e-4aa7-8e21-62f7dc4568fe: Amount of 783 has been received from Account number 46ad5eb4-cd7e-417a-8d92-b9da5a8aa9fd
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 96e68b29-80bb-403a-b5b5-b278771c4f94: Amount of 391 has been received from Account number c28200ab-93b6-4de8-895a-a7384d58c940
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c159b96-2a4b-4793-bd22-d6d9d61776be: Amount of 377 has to sent to Account number e7c61eef-b812-45ea-9edb-e58aacfd5f02
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of e8ef906b-9c65-4fce-82bb-16cdac0db99b: Amount of 872 has to sent to Account number d259d384-324b-44c6-9d98-1696485ca485
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d31f0a9-5ad1-4b8b-ae38-68a49e59a293: Amount of 824 has to sent to Account number b3067c88-4802-4c58-9889-41b4135f3b57
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of d259d384-324b-44c6-9d98-1696485ca485: Amount of 872 has been received from Account number e8ef906b-9c65-4fce-82bb-16cdac0db99b
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 435889f7-1cc6-443a-994a-d9633f70ee81: Amount of 505 has been received from Account number a619133d-7e67-4e69-b221-bff1677f6736
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 50a55048-7831-4d8b-88bb-55457a67967d: Amount of 717 has to sent to Account number d122fe93-a146-4ce8-840a-f9672cfb3fa6
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc641fe7-d139-4888-af7b-52e1ba93111d: Amount of 678 has to sent to Account number e9b2fecd-1f0b-4f53-aed4-0a89537fbec1
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 350654c9-7a20-4139-925e-8ddfda2489b5: Amount of 105 has to sent to Account number 1ebdf479-0140-4571-99de-959fc75f99d1
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 61b68f1c-122c-4af6-9f32-e54ed127b54c: Amount of 783 has to sent to Account number 0b7f5a2d-af84-404d-80c6-03ca3cdafe5f
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of e9b2fecd-1f0b-4f53-aed4-0a89537fbec1: Amount of 678 has been received from Account number fc641fe7-d139-4888-af7b-52e1ba93111d
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1ebdf479-0140-4571-99de-959fc75f99d1: Amount of 105 has been received from Account number 350654c9-7a20-4139-925e-8ddfda2489b5
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8eaf7f19-c19e-4007-baf9-76de38161e21: Amount of 785 has to sent to Account number f2b46c9f-673f-4064-b153-5eac17a17faa
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 453da80f-4e5a-4ead-a2e7-98398e8c5844: Amount of 999 has been received from Account number 42e8e112-f25a-405c-bea8-cdab0f724e9b
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 10fafba1-d68f-4902-82df-39d9aab6aa3d: Amount of 978 has been received from Account number 0a5bb145-1f1c-4168-be73-c007820bfedf
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa1cdf77-b481-428c-9230-197a7c17e4d1: Amount of 707 has to sent to Account number 79aba0a9-da18-4fe7-b0ed-b0fd307e1a0f
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 02ff0319-ca41-4861-8a7e-4a483cf5d5c7: Amount of 898 has to sent to Account number 520de749-65e8-4b18-90d7-0aab264320a3
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 73e4dc02-2375-45d4-a04e-d262567a9830: Amount of 134 has been received from Account number bf1d6e5a-6e21-43a6-b017-9e6c4babc021
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 520de749-65e8-4b18-90d7-0aab264320a3: Amount of 898 has been received from Account number 02ff0319-ca41-4861-8a7e-4a483cf5d5c7
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0657371f-0db8-406a-b38c-78380adc9843: Amount of 63 has been received from Account number 0ed3d19c-d480-4237-a6bf-a282da3ca7cb
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of f983fc3f-0b01-408f-be15-8fac292850a6: Amount of 906 has to sent to Account number cdc0f64a-28fc-47b2-a3f2-9ec994fd736e
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 878eca18-bf44-4476-9426-87509d9d34f4: Amount of 960 has to sent to Account number f20c36c4-bc93-46ae-9360-4d824f7f22c8
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of cdc0f64a-28fc-47b2-a3f2-9ec994fd736e: Amount of 906 has been received from Account number f983fc3f-0b01-408f-be15-8fac292850a6
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of f20c36c4-bc93-46ae-9360-4d824f7f22c8: Amount of 960 has been received from Account number 878eca18-bf44-4476-9426-87509d9d34f4
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53a2bc78-5b1d-479b-84cd-04fc32a1a4ea: Amount of 567 has been received from Account number 17219a9f-dd9a-4a1c-81be-466be24b8d56
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 59b28d89-5af1-4c7f-b7a0-09d4d7737938: Amount of 599 has to sent to Account number 315d4fd3-bdfa-440d-baad-0af01fb706ed
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a548863-3308-41f8-a9d7-d2039f79505e: Amount of 304 has been received from Account number 90ed755c-30a8-40df-814c-d80a1e22bcdd
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ffee5d7f-318b-458d-8a99-5e7f05170286: Amount of 675 has to sent to Account number 14bf0d28-42bc-4b55-a8fb-8fc04d05dfc7
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 14bf0d28-42bc-4b55-a8fb-8fc04d05dfc7: Amount of 675 has been received from Account number ffee5d7f-318b-458d-8a99-5e7f05170286
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9a742ba4-7bf1-4bd4-a589-baf339cb6c4b: Amount of 272 has been received from Account number a1990ee9-4295-4d52-8a3b-bc051fe99e9d
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c73f9b8f-5bcf-4012-9669-2a1dba58842a: Amount of 691 has to sent to Account number 241e4c28-b0d5-4bf4-a39f-3ab16b3d1ec0
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 63aea05c-69b3-4e63-a15c-4cb3f09a3066: Amount of 978 has to sent to Account number 350c1a3a-ecfe-4ef3-a3ec-591cc923f014
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 241e4c28-b0d5-4bf4-a39f-3ab16b3d1ec0: Amount of 691 has been received from Account number c73f9b8f-5bcf-4012-9669-2a1dba58842a
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of e581e7e5-ec2a-424f-b035-98e7dae85c1f: Amount of 668 has been received from Account number 5b78d518-203b-49a8-b25f-8f24f03ac44c
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 906d47b7-f2c5-480f-8760-ce2f81a3cde4: Amount of 423 has been received from Account number 895a233a-6a34-4caf-bd79-73f38234d859
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e4a608e-0291-46f6-88c5-949ee09bb06e: Amount of 622 has been received from Account number 2e51125d-1812-449f-a5e1-8bd30e641939
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5116b85b-33c2-4080-8893-b72676835967: Amount of 975 has to sent to Account number d6a5eba9-c01b-400f-a4b8-f2ba51768879
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6a5eba9-c01b-400f-a4b8-f2ba51768879: Amount of 975 has been received from Account number 5116b85b-33c2-4080-8893-b72676835967
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of fee8da88-6220-4473-8d2a-9ed94771e6d7: Amount of 777 has to sent to Account number 3cadbad0-5423-461f-b9fd-28e4e8c8d697
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a45626ab-e83c-447a-a707-f583d77928e0: Amount of 449 has to sent to Account number 79a52e41-dd38-49e2-a06f-73a19d8d9197
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3cadbad0-5423-461f-b9fd-28e4e8c8d697: Amount of 777 has been received from Account number fee8da88-6220-4473-8d2a-9ed94771e6d7
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 79a52e41-dd38-49e2-a06f-73a19d8d9197: Amount of 449 has been received from Account number a45626ab-e83c-447a-a707-f583d77928e0
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b00670b-7bb1-4110-898f-04dfc6525382: Amount of 451 has to sent to Account number 818d1425-da79-44da-a612-9666ede27e3e
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of fe5a574c-0048-46b3-b9fa-e33ceb807c28: Amount of 953 has to sent to Account number 70812c7a-5fad-4015-8b78-b6d6286c44bc
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 818d1425-da79-44da-a612-9666ede27e3e: Amount of 451 has been received from Account number 2b00670b-7bb1-4110-898f-04dfc6525382
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9b85f916-652f-41ac-b3d4-f90c56e48a8a: Amount of 73 has to sent to Account number e795d9fe-77bd-495c-9bd6-50b0d1f41b8a
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of f4877cd1-1cc3-4a25-89f6-5447c4291dd1: Amount of 768 has to sent to Account number e8402010-ad6f-4076-aae6-95ef37b64c31
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of e795d9fe-77bd-495c-9bd6-50b0d1f41b8a: Amount of 73 has been received from Account number 9b85f916-652f-41ac-b3d4-f90c56e48a8a
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of e7c61eef-b812-45ea-9edb-e58aacfd5f02: Amount of 377 has been received from Account number 2c159b96-2a4b-4793-bd22-d6d9d61776be
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of b3067c88-4802-4c58-9889-41b4135f3b57: Amount of 824 has been received from Account number 5d31f0a9-5ad1-4b8b-ae38-68a49e59a293
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of d122fe93-a146-4ce8-840a-f9672cfb3fa6: Amount of 717 has been received from Account number 50a55048-7831-4d8b-88bb-55457a67967d
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 45705996-e49f-42a0-aea5-7e3e58aff2b3: Amount of 554 has to sent to Account number 79225396-3bb8-45b7-9e10-f3828bd2f224
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of b0b10b8d-67d7-40e4-866d-a35d7269d2f5: Amount of 213 has to sent to Account number b189b713-4f6f-4117-a74b-b751e4da0472
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 79225396-3bb8-45b7-9e10-f3828bd2f224: Amount of 554 has been received from Account number 45705996-e49f-42a0-aea5-7e3e58aff2b3
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of b189b713-4f6f-4117-a74b-b751e4da0472: Amount of 213 has been received from Account number b0b10b8d-67d7-40e4-866d-a35d7269d2f5
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d1a374d-0478-4aa5-b040-f9ee6f3c2755: Amount of 232 has to sent to Account number 2855c6bd-c4f5-4c1f-a94c-77a2b73f67be
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 444c308c-c6ba-4ded-a1bc-5d2878d1d604: Amount of 401 has to sent to Account number 6329fffc-38a4-4d15-8048-21dc10069520
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 50761d29-3bc6-4efa-a56e-6449d7aed40d: Amount of 723 has to sent to Account number b3bb14f4-298e-4b57-85c4-b97250b50372
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2855c6bd-c4f5-4c1f-a94c-77a2b73f67be: Amount of 232 has been received from Account number 8d1a374d-0478-4aa5-b040-f9ee6f3c2755
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6329fffc-38a4-4d15-8048-21dc10069520: Amount of 401 has been received from Account number 444c308c-c6ba-4ded-a1bc-5d2878d1d604
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0b7f5a2d-af84-404d-80c6-03ca3cdafe5f: Amount of 783 has been received from Account number 61b68f1c-122c-4af6-9f32-e54ed127b54c
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b73ccb1-2104-453e-8e2b-f544d83d2d7a: Amount of 333 has to sent to Account number 2f31e30b-86e3-4e7a-bb7c-db8024054173
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca847f49-4f9e-49ff-a5ed-d2086188bdeb: Amount of 447 has to sent to Account number bed09584-4976-43d7-9165-3c15fcec05cf
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of bed09584-4976-43d7-9165-3c15fcec05cf: Amount of 447 has been received from Account number ca847f49-4f9e-49ff-a5ed-d2086188bdeb
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2f31e30b-86e3-4e7a-bb7c-db8024054173: Amount of 333 has been received from Account number 8b73ccb1-2104-453e-8e2b-f544d83d2d7a
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 804cc68b-8ea9-4baa-b322-a8d4ca137bcf: Amount of 532 has to sent to Account number 83c266ad-357d-46dc-8daf-59f5c150c5e6
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of c8a9192b-b675-493d-ac92-64cf511aec25: Amount of 895 has to sent to Account number e50d2417-259b-46dc-ae21-42e20665b8dd
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2b46c9f-673f-4064-b153-5eac17a17faa: Amount of 785 has been received from Account number 8eaf7f19-c19e-4007-baf9-76de38161e21
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc5850f7-f724-4b2d-9764-e2fe5e7b7a29: Amount of 367 has to sent to Account number 0ba18528-1a58-41d5-9371-2bc6abc792ee
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of eda8451d-33b2-4727-b047-782d1b8a49ef: Amount of 781 has to sent to Account number a0971f52-ff2f-4276-8cc1-086479d6f0fe
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3002249b-a1d5-453b-8248-bda555d833f4: Amount of 653 has to sent to Account number b10977cf-e226-47f8-b2fe-a5bcd084af46
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of b10977cf-e226-47f8-b2fe-a5bcd084af46: Amount of 653 has been received from Account number 3002249b-a1d5-453b-8248-bda555d833f4
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 79aba0a9-da18-4fe7-b0ed-b0fd307e1a0f: Amount of 707 has been received from Account number fa1cdf77-b481-428c-9230-197a7c17e4d1
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 612c4554-4d66-40c3-8145-2f8633012e93: Amount of 959 has to sent to Account number cb5c2446-5d8b-4240-a039-e81db8b16baf
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6fae62db-a039-4d7b-a24e-355d3ffc1e3d: Amount of 883 has to sent to Account number ac8be564-35fe-4832-8884-ac0e88f4abd9
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of cb5c2446-5d8b-4240-a039-e81db8b16baf: Amount of 959 has been received from Account number 612c4554-4d66-40c3-8145-2f8633012e93
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 315d4fd3-bdfa-440d-baad-0af01fb706ed: Amount of 599 has been received from Account number 59b28d89-5af1-4c7f-b7a0-09d4d7737938
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 167173c5-d9ea-4944-9fd6-727534d25d7a: Amount of 737 has to sent to Account number e2b8ecd1-c51e-4d24-89cc-9490dd098640
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of a2280e04-b564-4d3c-a5e5-4aff8e086631: Amount of 548 has to sent to Account number d96c5792-78c1-45fa-822a-45bfc7bfa575
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d96c5792-78c1-45fa-822a-45bfc7bfa575: Amount of 548 has been received from Account number a2280e04-b564-4d3c-a5e5-4aff8e086631
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of e2b8ecd1-c51e-4d24-89cc-9490dd098640: Amount of 737 has been received from Account number 167173c5-d9ea-4944-9fd6-727534d25d7a
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of b1add0f5-a945-47e3-8eec-ef556c25225f: Amount of 887 has to sent to Account number 1fe18ae0-17c6-4119-969b-4b62113a21d0
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a2c7d04-b0a1-4518-bc38-90354012eefd: Amount of 435 has to sent to Account number 16fb023e-4e6a-4f47-a936-9023822d449b
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1fe18ae0-17c6-4119-969b-4b62113a21d0: Amount of 887 has been received from Account number b1add0f5-a945-47e3-8eec-ef556c25225f
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 350c1a3a-ecfe-4ef3-a3ec-591cc923f014: Amount of 978 has been received from Account number 63aea05c-69b3-4e63-a15c-4cb3f09a3066
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 16fb023e-4e6a-4f47-a936-9023822d449b: Amount of 435 has been received from Account number 3a2c7d04-b0a1-4518-bc38-90354012eefd
2024-07-09 19:26:08.244  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of e29e502d-c5ad-41ec-982c-086155bd459d: Amount of 754 has to sent to Account number 70fb08f2-0e33-4e69-98dc-43e3b71bd5b9
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4a29989f-7499-4a73-82ef-b5b17eef056b: Amount of 841 has to sent to Account number dd48ae75-c75f-4f5a-ba06-7dc384496cbb
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 70fb08f2-0e33-4e69-98dc-43e3b71bd5b9: Amount of 754 has been received from Account number e29e502d-c5ad-41ec-982c-086155bd459d
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd48ae75-c75f-4f5a-ba06-7dc384496cbb: Amount of 841 has been received from Account number 4a29989f-7499-4a73-82ef-b5b17eef056b
2024-07-09 19:26:08.244  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 70812c7a-5fad-4015-8b78-b6d6286c44bc: Amount of 953 has been received from Account number fe5a574c-0048-46b3-b9fa-e33ceb807c28
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 48691969-14fc-4f0d-9b46-b9cbf80d87a1: Amount of 95 has to sent to Account number 4815d71d-a7cf-4066-b795-1231cfad9ddb
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of aa9a1f27-be3a-4dd2-aaa7-a2e5272dcb25: Amount of 457 has to sent to Account number 9a86d2dc-1196-4890-924d-1fc0c08980d1
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26e5b4aa-3349-4650-a65b-2a13a019969d: Amount of 330 has to sent to Account number 938f50e1-d792-478a-b719-cfaaa47eece8
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9a86d2dc-1196-4890-924d-1fc0c08980d1: Amount of 457 has been received from Account number aa9a1f27-be3a-4dd2-aaa7-a2e5272dcb25
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of cfd60bf6-0202-4a3f-962f-1238bb3ab8d2: Amount of 951 has to sent to Account number fe4380e8-bb4a-4883-b411-0a0c5accdd87
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d18ce6a3-f5e2-4cd1-b350-6a4f4e624664: Amount of 264 has to sent to Account number 6cdbc20e-0ab3-4dc7-9c7b-c7f88261f0e1
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of fe4380e8-bb4a-4883-b411-0a0c5accdd87: Amount of 951 has been received from Account number cfd60bf6-0202-4a3f-962f-1238bb3ab8d2
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6cdbc20e-0ab3-4dc7-9c7b-c7f88261f0e1: Amount of 264 has been received from Account number d18ce6a3-f5e2-4cd1-b350-6a4f4e624664
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of b8affa6e-c5ac-49d3-920a-6e1b05022e73: Amount of 807 has to sent to Account number 05345e8b-bfa0-406e-b474-399f0f69b636
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of e8402010-ad6f-4076-aae6-95ef37b64c31: Amount of 768 has been received from Account number f4877cd1-1cc3-4a25-89f6-5447c4291dd1
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 05345e8b-bfa0-406e-b474-399f0f69b636: Amount of 807 has been received from Account number b8affa6e-c5ac-49d3-920a-6e1b05022e73
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of c95fa39b-ce6a-43f6-b46e-d9332fc04bb0: Amount of 411 has to sent to Account number 1ce3b997-8881-47d3-88af-a4a06cd7603d
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of b3bb14f4-298e-4b57-85c4-b97250b50372: Amount of 723 has been received from Account number 50761d29-3bc6-4efa-a56e-6449d7aed40d
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d6b56dd-9545-46da-a8fb-7fad53fb9caa: Amount of 342 has to sent to Account number d80e4633-a71b-47b1-93b8-dbe740b83844
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of fdcb227f-76da-438f-9490-318c22eccb08: Amount of 958 has to sent to Account number d00ca28b-5474-4527-81cc-388384f62ebd
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of d80e4633-a71b-47b1-93b8-dbe740b83844: Amount of 342 has been received from Account number 9d6b56dd-9545-46da-a8fb-7fad53fb9caa
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 641dafe6-85eb-4109-9e29-28f339450bb1: Amount of 461 has to sent to Account number e001e46b-83b4-4838-9c00-4135aa1da019
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0094048e-6de6-4bcd-9ddc-bfde1c1b6dba: Amount of 276 has to sent to Account number c263180c-ebdc-4b45-a88a-6dcadf34a882
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 83c266ad-357d-46dc-8daf-59f5c150c5e6: Amount of 532 has been received from Account number 804cc68b-8ea9-4baa-b322-a8d4ca137bcf
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of c263180c-ebdc-4b45-a88a-6dcadf34a882: Amount of 276 has been received from Account number 0094048e-6de6-4bcd-9ddc-bfde1c1b6dba
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2f1b4e5-692e-432a-891b-ceb9b8b996d6: Amount of 270 has to sent to Account number 3fb156b4-ed3c-4f3d-bd05-7688deeb6c65
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3fb156b4-ed3c-4f3d-bd05-7688deeb6c65: Amount of 270 has been received from Account number f2f1b4e5-692e-432a-891b-ceb9b8b996d6
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of e83cca5f-5130-4f38-a0cb-97c13acb3290: Amount of 17 has to sent to Account number 27206a5e-3325-49b8-af6d-a253800746bc
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 27206a5e-3325-49b8-af6d-a253800746bc: Amount of 17 has been received from Account number e83cca5f-5130-4f38-a0cb-97c13acb3290
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 029feb23-d81b-46db-aa87-1024a2683e9e: Amount of 719 has to sent to Account number 0650b76d-1ffb-4238-afce-0ef8babe4026
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0650b76d-1ffb-4238-afce-0ef8babe4026: Amount of 719 has been received from Account number 029feb23-d81b-46db-aa87-1024a2683e9e
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of feeefd6c-f923-4970-95c9-efc5c69b5009: Amount of 746 has to sent to Account number bbbc908b-cd7d-4c54-b2c1-14befe6cdf32
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1e919369-a955-458a-a8e9-ad5a86a8c378: Amount of 970 has to sent to Account number 45ce9987-c8c9-4afc-a813-2f7460b11cbe
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of bbbc908b-cd7d-4c54-b2c1-14befe6cdf32: Amount of 746 has been received from Account number feeefd6c-f923-4970-95c9-efc5c69b5009
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 45ce9987-c8c9-4afc-a813-2f7460b11cbe: Amount of 970 has been received from Account number 1e919369-a955-458a-a8e9-ad5a86a8c378
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6e59761e-9151-4310-be3a-85149e8f7e54: Amount of 269 has to sent to Account number eb159477-8535-4332-8c91-7080780a2383
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of e50d2417-259b-46dc-ae21-42e20665b8dd: Amount of 895 has been received from Account number c8a9192b-b675-493d-ac92-64cf511aec25
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ba18528-1a58-41d5-9371-2bc6abc792ee: Amount of 367 has been received from Account number fc5850f7-f724-4b2d-9764-e2fe5e7b7a29
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 03babbd6-00c3-480c-b871-e2eb4f441c50: Amount of 876 has to sent to Account number 3e2549ef-d33c-45d7-8e8e-6db295410dad
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e2549ef-d33c-45d7-8e8e-6db295410dad: Amount of 876 has been received from Account number 03babbd6-00c3-480c-b871-e2eb4f441c50
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of a0971f52-ff2f-4276-8cc1-086479d6f0fe: Amount of 781 has been received from Account number eda8451d-33b2-4727-b047-782d1b8a49ef
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9db27ea5-441f-4c77-8d98-555ffbe0de42: Amount of 864 has to sent to Account number 7fc2295f-978f-46b8-950f-e6b9682be44b
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26e50512-0edc-4cf2-aa5e-6fd3592b74bd: Amount of 44 has to sent to Account number 16d443ec-8c97-4cbf-9f11-eb6b3367e6e1
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7fc2295f-978f-46b8-950f-e6b9682be44b: Amount of 864 has been received from Account number 9db27ea5-441f-4c77-8d98-555ffbe0de42
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 16d443ec-8c97-4cbf-9f11-eb6b3367e6e1: Amount of 44 has been received from Account number 26e50512-0edc-4cf2-aa5e-6fd3592b74bd
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of c0dc5a92-3d92-4612-9392-dc19cbb50e5d: Amount of 706 has to sent to Account number cfc3fb86-0c9d-415d-b503-6f998d29f37b
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 24513eba-23fd-4f30-827f-05fd2dfbddaf: Amount of 16 has to sent to Account number 23558bb4-7523-4978-9cbc-76f853ac1b46
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac8be564-35fe-4832-8884-ac0e88f4abd9: Amount of 883 has been received from Account number 6fae62db-a039-4d7b-a24e-355d3ffc1e3d
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 23558bb4-7523-4978-9cbc-76f853ac1b46: Amount of 16 has been received from Account number 24513eba-23fd-4f30-827f-05fd2dfbddaf
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of cfc3fb86-0c9d-415d-b503-6f998d29f37b: Amount of 706 has been received from Account number c0dc5a92-3d92-4612-9392-dc19cbb50e5d
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of b5e24b7d-960b-4f5f-94bd-54d3814b38ee: Amount of 75 has to sent to Account number 6c7215f8-a98f-4425-9da8-fefcebf3da26
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 04ad68f2-a39c-4b71-ba9c-766c3b5fbfbb: Amount of 705 has to sent to Account number 4cff01d9-619d-49c7-8134-d2c3cce4a3fd
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 32e490b5-0ec4-469c-96c0-c04b2e035f50: Amount of 841 has to sent to Account number a6266628-e6e4-4a71-ac70-39a63df0de1d
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf8cb37-22e3-4eb6-8cc2-f5365d129745: Amount of 975 has to sent to Account number 3969418d-33bf-4298-b339-566904fa5d78
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4cff01d9-619d-49c7-8134-d2c3cce4a3fd: Amount of 705 has been received from Account number 04ad68f2-a39c-4b71-ba9c-766c3b5fbfbb
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4815d71d-a7cf-4066-b795-1231cfad9ddb: Amount of 95 has been received from Account number 48691969-14fc-4f0d-9b46-b9cbf80d87a1
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 938f50e1-d792-478a-b719-cfaaa47eece8: Amount of 330 has been received from Account number 26e5b4aa-3349-4650-a65b-2a13a019969d
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 83ffb5d1-bf93-4f04-83b0-2c0b6df6f8a1: Amount of 665 has to sent to Account number 02227139-7a15-4690-a2c1-658c77ffb227
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4696e9bf-a59b-43c7-9071-9e3d2ba94ec1: Amount of 246 has to sent to Account number ebd8ea74-5a37-4305-94bc-894b04c5874b
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 02227139-7a15-4690-a2c1-658c77ffb227: Amount of 665 has been received from Account number 83ffb5d1-bf93-4f04-83b0-2c0b6df6f8a1
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b2e9bd1-dec4-4503-8a8b-bccea9261e9c: Amount of 958 has to sent to Account number ae7ba55a-7db5-413d-a935-7183f490016f
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 40ea1122-4b43-4820-aa89-e060f66188be: Amount of 754 has to sent to Account number 6ee8749c-3457-408c-8435-cabd51885972
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae7ba55a-7db5-413d-a935-7183f490016f: Amount of 958 has been received from Account number 5b2e9bd1-dec4-4503-8a8b-bccea9261e9c
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1ce3b997-8881-47d3-88af-a4a06cd7603d: Amount of 411 has been received from Account number c95fa39b-ce6a-43f6-b46e-d9332fc04bb0
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 616264a9-1731-44c7-8478-ddae95e2c6de: Amount of 877 has to sent to Account number 6bfd02be-cc2a-4bb6-99fb-a2f703a42d1b
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of eef82def-285c-4b7d-86ff-7589735dfd08: Amount of 972 has to sent to Account number 348e150e-cebc-4a10-8aaf-7921b9ec5d1f
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of d00ca28b-5474-4527-81cc-388384f62ebd: Amount of 958 has been received from Account number fdcb227f-76da-438f-9490-318c22eccb08
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 348e150e-cebc-4a10-8aaf-7921b9ec5d1f: Amount of 972 has been received from Account number eef82def-285c-4b7d-86ff-7589735dfd08
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4c54fc6d-b910-422b-bd55-5992f7ff56a2: Amount of 514 has to sent to Account number 264d58a5-aeba-444c-9b0a-79f077a9db02
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of e001e46b-83b4-4838-9c00-4135aa1da019: Amount of 461 has been received from Account number 641dafe6-85eb-4109-9e29-28f339450bb1
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of f34d9dd5-e4b3-427d-9004-95f9a47f4b71: Amount of 299 has to sent to Account number 6bd14dc3-8260-45e6-b720-68b75f312b0c
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 59d0ad77-cca1-4399-8a15-a0d8d18e9d27: Amount of 137 has to sent to Account number 448af951-2671-4a46-88c9-2f546cd2349e
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6bd14dc3-8260-45e6-b720-68b75f312b0c: Amount of 299 has been received from Account number f34d9dd5-e4b3-427d-9004-95f9a47f4b71
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of c20d624c-edbb-42cc-a618-ff3eebfb955f: Amount of 957 has to sent to Account number 153076c4-3825-44af-8c40-6faf404b523a
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of af931007-d68b-47a3-8fd5-9f7479f76e1f: Amount of 172 has to sent to Account number 3bed9702-1100-44e2-ae47-059963dd0ba1
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb159477-8535-4332-8c91-7080780a2383: Amount of 269 has been received from Account number 6e59761e-9151-4310-be3a-85149e8f7e54
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 153076c4-3825-44af-8c40-6faf404b523a: Amount of 957 has been received from Account number c20d624c-edbb-42cc-a618-ff3eebfb955f
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of c2437f32-9029-416b-9ff8-99d24875c1a8: Amount of 992 has to sent to Account number c55440d6-5f0e-4b00-bc16-c81ff53f8b81
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of a34b41d8-cd23-4328-8fda-7c72f3c76577: Amount of 603 has to sent to Account number e79c3804-2a76-4bc3-83db-63b9619d5c37
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of c55440d6-5f0e-4b00-bc16-c81ff53f8b81: Amount of 992 has been received from Account number c2437f32-9029-416b-9ff8-99d24875c1a8
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 039dc51e-0b56-4dd2-bdec-4dc996a8f757: Amount of 956 has to sent to Account number 800862d6-c459-4d90-a7b3-0c7590d2e4e7
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 352d0223-968f-40f6-9a56-e3b874f38526: Amount of 451 has to sent to Account number 92274088-1361-4681-ab51-084870ed2ad3
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 800862d6-c459-4d90-a7b3-0c7590d2e4e7: Amount of 956 has been received from Account number 039dc51e-0b56-4dd2-bdec-4dc996a8f757
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of f58f446a-e78e-46cc-8ac1-aec0822bf4c1: Amount of 763 has to sent to Account number 58939763-7767-4b52-bc7b-d7def626f813
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 92274088-1361-4681-ab51-084870ed2ad3: Amount of 451 has been received from Account number 352d0223-968f-40f6-9a56-e3b874f38526
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26ea4193-8673-45df-a80f-18d7b10325d1: Amount of 367 has to sent to Account number 8d0364df-8f53-4f35-b23f-a123054d5590
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 58939763-7767-4b52-bc7b-d7def626f813: Amount of 763 has been received from Account number f58f446a-e78e-46cc-8ac1-aec0822bf4c1
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of e6ea1c5d-68ff-4c67-bfb8-5c7a3e5761e1: Amount of 63 has to sent to Account number 388ff76c-ac39-45eb-bae7-849096001ae1
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6c7215f8-a98f-4425-9da8-fefcebf3da26: Amount of 75 has been received from Account number b5e24b7d-960b-4f5f-94bd-54d3814b38ee
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 388ff76c-ac39-45eb-bae7-849096001ae1: Amount of 63 has been received from Account number e6ea1c5d-68ff-4c67-bfb8-5c7a3e5761e1
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a6266628-e6e4-4a71-ac70-39a63df0de1d: Amount of 841 has been received from Account number 32e490b5-0ec4-469c-96c0-c04b2e035f50
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of f189a6d1-6bbe-40ab-89dc-42b44f8dc10a: Amount of 663 has to sent to Account number 234f5234-3ecd-4b33-825e-ad08c77f8f7a
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e3d404e-0be5-4970-85ab-4758f942bf50: Amount of 696 has to sent to Account number e20abc30-c916-4dde-8122-4fa8873c05eb
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 234f5234-3ecd-4b33-825e-ad08c77f8f7a: Amount of 663 has been received from Account number f189a6d1-6bbe-40ab-89dc-42b44f8dc10a
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3969418d-33bf-4298-b339-566904fa5d78: Amount of 975 has been received from Account number ccf8cb37-22e3-4eb6-8cc2-f5365d129745
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 79cfc111-3d9f-440d-b12b-fd4edb41f2ef: Amount of 26 has to sent to Account number ac6f1c93-ab4c-437e-92e5-687b694579cd
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 644f238b-60b2-4995-9446-ae26e93fa6c6: Amount of 666 has to sent to Account number b34b7c28-7ae6-460c-ae7d-a4f83c54fe27
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of e5226a71-bfd5-4635-8f9e-18db6c193cc4: Amount of 643 has to sent to Account number f94ad9c3-817b-4342-8a17-850cbadee93f
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of b34b7c28-7ae6-460c-ae7d-a4f83c54fe27: Amount of 666 has been received from Account number 644f238b-60b2-4995-9446-ae26e93fa6c6
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ebd8ea74-5a37-4305-94bc-894b04c5874b: Amount of 246 has been received from Account number 4696e9bf-a59b-43c7-9071-9e3d2ba94ec1
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 02f2d70a-9afe-41d7-a292-ccfbb7e079b4: Amount of 743 has to sent to Account number 4d5ea6f3-2233-4603-a096-dcfe881130d3
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6ee8749c-3457-408c-8435-cabd51885972: Amount of 754 has been received from Account number 40ea1122-4b43-4820-aa89-e060f66188be
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d5ea6f3-2233-4603-a096-dcfe881130d3: Amount of 743 has been received from Account number 02f2d70a-9afe-41d7-a292-ccfbb7e079b4
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b71ed45-cff0-4ba3-889a-50344748b51e: Amount of 54 has to sent to Account number f0c777f5-809a-45fd-b7be-c1b80cbf5a89
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6bfd02be-cc2a-4bb6-99fb-a2f703a42d1b: Amount of 877 has been received from Account number 616264a9-1731-44c7-8478-ddae95e2c6de
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of f0c777f5-809a-45fd-b7be-c1b80cbf5a89: Amount of 54 has been received from Account number 8b71ed45-cff0-4ba3-889a-50344748b51e
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of e81b6c90-ed9a-4d74-b155-e9fde8de697a: Amount of 692 has to sent to Account number 8ed6ede6-e383-4bfc-828e-0a0cb7801f17
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 264d58a5-aeba-444c-9b0a-79f077a9db02: Amount of 514 has been received from Account number 4c54fc6d-b910-422b-bd55-5992f7ff56a2
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of eacd5486-2ee9-4e09-8faa-e4d2da90b82a: Amount of 827 has to sent to Account number 90e726d5-ad58-4965-a2d9-79079331ba45
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4063d45-4dd8-48ae-b403-2c4977cd36da: Amount of 135 has to sent to Account number e1827b71-1f16-468b-8107-29d4cb1779e0
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ce55224b-7a38-4cb7-94cc-d38c475abd27: Amount of 915 has to sent to Account number c859f1ba-e408-41d7-9eab-fc2d7ca94cdf
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of e1827b71-1f16-468b-8107-29d4cb1779e0: Amount of 135 has been received from Account number a4063d45-4dd8-48ae-b403-2c4977cd36da
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 448af951-2671-4a46-88c9-2f546cd2349e: Amount of 137 has been received from Account number 59d0ad77-cca1-4399-8a15-a0d8d18e9d27
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of d4401939-98fa-4d53-8fc8-70d5ac6d7450: Amount of 365 has to sent to Account number 848f2c34-e75a-465a-9315-d71b81cbf05e
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3bed9702-1100-44e2-ae47-059963dd0ba1: Amount of 172 has been received from Account number af931007-d68b-47a3-8fd5-9f7479f76e1f
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 13057eb9-e3c3-4f10-ba42-2309c80260dc: Amount of 964 has to sent to Account number 610cccf3-10ab-4759-8666-d7cd355bac69
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5823e89e-ba0c-42f7-a90f-383727636a4b: Amount of 802 has to sent to Account number dc75fd7e-375c-46b8-b3e3-a425af7384f0
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ee57d24-6567-4c67-9c89-085c072ed5c2: Amount of 421 has to sent to Account number cfe32ac0-4e08-4da2-bc15-29f74d428712
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of e79c3804-2a76-4bc3-83db-63b9619d5c37: Amount of 603 has been received from Account number a34b41d8-cd23-4328-8fda-7c72f3c76577
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of cfe32ac0-4e08-4da2-bc15-29f74d428712: Amount of 421 has been received from Account number 0ee57d24-6567-4c67-9c89-085c072ed5c2
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 93f8e026-0a9b-4daf-8c06-bc550fa416b6: Amount of 577 has to sent to Account number e41530a4-994e-415d-a853-36797ea148ee
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4ac6ed9e-c82e-4c09-81fb-dafc6b966410: Amount of 356 has to sent to Account number ecad85c5-a860-4d19-b768-ff695b2e79ac
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of e41530a4-994e-415d-a853-36797ea148ee: Amount of 577 has been received from Account number 93f8e026-0a9b-4daf-8c06-bc550fa416b6
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d0364df-8f53-4f35-b23f-a123054d5590: Amount of 367 has been received from Account number 26ea4193-8673-45df-a80f-18d7b10325d1
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 603a5834-d127-4217-bb90-cd5f004693ef: Amount of 600 has to sent to Account number b76aab74-00fb-4057-aced-4669bef78c74
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 41eecd67-7aef-45fe-87c2-9f21af4b7776: Amount of 842 has to sent to Account number 704bf925-8bdc-4581-9e20-dc6200d6b188
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf7bdccc-c8a0-433c-801e-d2cee0bba6c2: Amount of 537 has to sent to Account number 5cd8a20c-1421-42e7-82a8-d711f6ba94df
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of e20abc30-c916-4dde-8122-4fa8873c05eb: Amount of 696 has been received from Account number 8e3d404e-0be5-4970-85ab-4758f942bf50
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7d5f1eca-2b9a-4ee8-ab43-87d07dfef6b7: Amount of 692 has to sent to Account number 6b56b49a-a1f0-4c22-9195-6ae43fa0fba5
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac6f1c93-ab4c-437e-92e5-687b694579cd: Amount of 26 has been received from Account number 79cfc111-3d9f-440d-b12b-fd4edb41f2ef
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of f94ad9c3-817b-4342-8a17-850cbadee93f: Amount of 643 has been received from Account number e5226a71-bfd5-4635-8f9e-18db6c193cc4
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of e1a623d0-cb59-4610-bb08-c1c221b26734: Amount of 978 has to sent to Account number 31a81020-b091-4a1c-88a2-e2cc3309ba5f
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8ed6ede6-e383-4bfc-828e-0a0cb7801f17: Amount of 692 has been received from Account number e81b6c90-ed9a-4d74-b155-e9fde8de697a
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of d5bad76c-68a3-431d-bac0-fd5199ad84d8: Amount of 855 has to sent to Account number b51797eb-facd-4b3e-9c89-55176a54ae11
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 31a81020-b091-4a1c-88a2-e2cc3309ba5f: Amount of 978 has been received from Account number e1a623d0-cb59-4610-bb08-c1c221b26734
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of b51797eb-facd-4b3e-9c89-55176a54ae11: Amount of 855 has been received from Account number d5bad76c-68a3-431d-bac0-fd5199ad84d8
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 761eba95-2bf1-43cf-8a8d-b982307d8304: Amount of 906 has to sent to Account number 6fe88ae8-81d9-4c52-b39e-e038e85aca6e
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 09ac104c-9a48-4f17-a059-20a41500d797: Amount of 888 has to sent to Account number 7ef897ef-083f-4c0a-af5d-2becb17c6b3d
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2b38d72-5c91-46ae-8e9c-7dfb802a9750: Amount of 396 has to sent to Account number 48c4fe90-8145-41e8-85d0-ef2a73a4ee1c
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 48c4fe90-8145-41e8-85d0-ef2a73a4ee1c: Amount of 396 has been received from Account number f2b38d72-5c91-46ae-8e9c-7dfb802a9750
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a222e68d-b221-4acf-927f-a00019d0bed6: Amount of 645 has to sent to Account number a5fef7dc-1bea-49d9-b46b-c04aa097d599
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a5fef7dc-1bea-49d9-b46b-c04aa097d599: Amount of 645 has been received from Account number a222e68d-b221-4acf-927f-a00019d0bed6
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2895faae-3cdd-4b77-a24c-0069034a92bd: Amount of 812 has to sent to Account number 025abf19-549f-4e06-bfed-4432725b86e4
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a242b96f-ac53-49bd-ab57-21b66c9bdf2c: Amount of 25 has to sent to Account number 22b4ab97-524d-4dac-bc9d-8237cb62c6c8
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22b4ab97-524d-4dac-bc9d-8237cb62c6c8: Amount of 25 has been received from Account number a242b96f-ac53-49bd-ab57-21b66c9bdf2c
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 025abf19-549f-4e06-bfed-4432725b86e4: Amount of 812 has been received from Account number 2895faae-3cdd-4b77-a24c-0069034a92bd
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 94bf2dba-6d0e-4edd-8a77-5da7e40664d5: Amount of 360 has to sent to Account number 3e929504-6076-41e0-b0d2-79fb0a275e33
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e929504-6076-41e0-b0d2-79fb0a275e33: Amount of 360 has been received from Account number 94bf2dba-6d0e-4edd-8a77-5da7e40664d5
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90e726d5-ad58-4965-a2d9-79079331ba45: Amount of 827 has been received from Account number eacd5486-2ee9-4e09-8faa-e4d2da90b82a
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of c859f1ba-e408-41d7-9eab-fc2d7ca94cdf: Amount of 915 has been received from Account number ce55224b-7a38-4cb7-94cc-d38c475abd27
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of d990c438-dc7f-496b-b3f7-ca477e10377c: Amount of 530 has to sent to Account number bea2ed87-12d3-43be-aaa1-3fbb3458d7cc
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ce754946-85a7-4af7-9abf-caa3250bc86b: Amount of 160 has to sent to Account number 44d602c4-c104-4eec-a0de-deb4f75ca503
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2af8ff4-b390-41e1-b00b-06eb04fbdf0f: Amount of 176 has to sent to Account number d5b9825f-33cf-4ce3-9d54-dd8bc19fc309
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 44d602c4-c104-4eec-a0de-deb4f75ca503: Amount of 160 has been received from Account number ce754946-85a7-4af7-9abf-caa3250bc86b
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of d5b9825f-33cf-4ce3-9d54-dd8bc19fc309: Amount of 176 has been received from Account number f2af8ff4-b390-41e1-b00b-06eb04fbdf0f
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3cce54f8-eb0f-4191-87e7-15def8aa31bd: Amount of 249 has to sent to Account number 8dfd5f33-b80b-471f-970a-fc498bbd4e00
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 848f2c34-e75a-465a-9315-d71b81cbf05e: Amount of 365 has been received from Account number d4401939-98fa-4d53-8fc8-70d5ac6d7450
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8dfd5f33-b80b-471f-970a-fc498bbd4e00: Amount of 249 has been received from Account number 3cce54f8-eb0f-4191-87e7-15def8aa31bd
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 610cccf3-10ab-4759-8666-d7cd355bac69: Amount of 964 has been received from Account number 13057eb9-e3c3-4f10-ba42-2309c80260dc
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of dc75fd7e-375c-46b8-b3e3-a425af7384f0: Amount of 802 has been received from Account number 5823e89e-ba0c-42f7-a90f-383727636a4b
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 260d3b7f-0b54-436b-a973-aef4e58913f2: Amount of 471 has to sent to Account number 765e6e60-c6e6-472b-87d1-14b3f771a5dc
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ecad85c5-a860-4d19-b768-ff695b2e79ac: Amount of 356 has been received from Account number 4ac6ed9e-c82e-4c09-81fb-dafc6b966410
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 765e6e60-c6e6-472b-87d1-14b3f771a5dc: Amount of 471 has been received from Account number 260d3b7f-0b54-436b-a973-aef4e58913f2
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of b76aab74-00fb-4057-aced-4669bef78c74: Amount of 600 has been received from Account number 603a5834-d127-4217-bb90-cd5f004693ef
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 455cab27-c007-45d8-8f6c-ab1d50c0f751: Amount of 656 has to sent to Account number 0540e70f-32e3-473c-bcb4-a05e25a48cbd
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 44c5ad21-4116-4a16-9fb4-5acb584e5686: Amount of 746 has to sent to Account number 52a4461a-6e06-4a99-993e-603a94e58d5b
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 704bf925-8bdc-4581-9e20-dc6200d6b188: Amount of 842 has been received from Account number 41eecd67-7aef-45fe-87c2-9f21af4b7776
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5cd8a20c-1421-42e7-82a8-d711f6ba94df: Amount of 537 has been received from Account number cf7bdccc-c8a0-433c-801e-d2cee0bba6c2
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of f7108641-a984-4f7b-8f34-40493700aaa3: Amount of 333 has to sent to Account number 235035a1-cdf6-4db6-ac6c-82693c2be6b5
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 52a4461a-6e06-4a99-993e-603a94e58d5b: Amount of 746 has been received from Account number 44c5ad21-4116-4a16-9fb4-5acb584e5686
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 147fcb05-ac7c-437a-8089-caed5beea4da: Amount of 525 has to sent to Account number c33a2d8b-a370-42d6-85d5-edeb23b587f3
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 67764cdf-a411-47fb-8490-b130aa462e8c: Amount of 873 has to sent to Account number 6508f483-4c92-4c3f-b1d3-f69c547a3756
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b56b49a-a1f0-4c22-9195-6ae43fa0fba5: Amount of 692 has been received from Account number 7d5f1eca-2b9a-4ee8-ab43-87d07dfef6b7
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6508f483-4c92-4c3f-b1d3-f69c547a3756: Amount of 873 has been received from Account number 67764cdf-a411-47fb-8490-b130aa462e8c
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of b0d4302c-cf0d-4c94-9fa8-c0a6d264d8ad: Amount of 917 has to sent to Account number c3d43193-82cc-46c5-bc31-646be91b1b00
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 82a0f349-e8ef-42a4-aeb7-5b2f0ece50bd: Amount of 405 has to sent to Account number 34b93ba5-f6e3-4962-89f1-1834d98784f2
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3d43193-82cc-46c5-bc31-646be91b1b00: Amount of 917 has been received from Account number b0d4302c-cf0d-4c94-9fa8-c0a6d264d8ad
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6fe88ae8-81d9-4c52-b39e-e038e85aca6e: Amount of 906 has been received from Account number 761eba95-2bf1-43cf-8a8d-b982307d8304
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 34b93ba5-f6e3-4962-89f1-1834d98784f2: Amount of 405 has been received from Account number 82a0f349-e8ef-42a4-aeb7-5b2f0ece50bd
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of e1bcee6a-ae25-427e-a4d8-b75b6af4369f: Amount of 969 has to sent to Account number 74f14a6f-3f10-400c-8fcc-df6cb88b727c
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1210ba7e-ee16-4bdc-a64e-c72ebff439fe: Amount of 17 has to sent to Account number be817b9b-9708-4192-ba0f-2f0b5ad5eb14
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 57dc99a3-c133-40ec-9143-6e79425e22bc: Amount of 174 has to sent to Account number 5cfc73fa-e5d3-4f6c-8fe3-93aab3b6c509
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ef897ef-083f-4c0a-af5d-2becb17c6b3d: Amount of 888 has been received from Account number 09ac104c-9a48-4f17-a059-20a41500d797
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5cfc73fa-e5d3-4f6c-8fe3-93aab3b6c509: Amount of 174 has been received from Account number 57dc99a3-c133-40ec-9143-6e79425e22bc
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5760901b-4e3d-4430-97a0-f9e4ec8b6ce6: Amount of 209 has to sent to Account number 4c76a76d-e657-4aa6-955c-91f0f3cb188a
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1886d884-5a36-4728-9162-f4cdd728b11a: Amount of 417 has to sent to Account number 7f8cacd0-8b55-4356-b8f9-a783109d5a28
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4c76a76d-e657-4aa6-955c-91f0f3cb188a: Amount of 209 has been received from Account number 5760901b-4e3d-4430-97a0-f9e4ec8b6ce6
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of d9cbf9a8-0507-439d-81e9-480f46d7fde5: Amount of 239 has to sent to Account number 9e8952e4-27bb-47b3-8fbf-f5acc0d444ba
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f8cacd0-8b55-4356-b8f9-a783109d5a28: Amount of 417 has been received from Account number 1886d884-5a36-4728-9162-f4cdd728b11a
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e8952e4-27bb-47b3-8fbf-f5acc0d444ba: Amount of 239 has been received from Account number d9cbf9a8-0507-439d-81e9-480f46d7fde5
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ccc9e0f-3aae-468f-84cb-5e4d22532fec: Amount of 518 has to sent to Account number 5631bcf2-c684-4a8c-9ae6-5c68d2817fbc
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 76a22695-a8c2-40cb-b96d-13b4a7c4108b: Amount of 474 has to sent to Account number f19d2521-655c-430c-9344-27f977e1ba08
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of bea2ed87-12d3-43be-aaa1-3fbb3458d7cc: Amount of 530 has been received from Account number d990c438-dc7f-496b-b3f7-ca477e10377c
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 663c82bf-cfa6-4a62-a513-c0c9138480ea: Amount of 232 has to sent to Account number cafc4ccf-10f7-4c10-9a26-b99c3bb0a9a0
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7fd80959-90a7-422d-bb8d-196c2019128c: Amount of 660 has to sent to Account number 7c3cbb90-17d8-4187-9dd7-ca321d820eb8
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of cafc4ccf-10f7-4c10-9a26-b99c3bb0a9a0: Amount of 232 has been received from Account number 663c82bf-cfa6-4a62-a513-c0c9138480ea
2024-07-09 19:26:08.248  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc847f8e-29af-436a-a74c-a570cab8dd9b: Amount of 165 has to sent to Account number 48a3fd1e-acd0-4624-887f-f73341243b0e
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of d370cd0a-8eaf-4f39-a03d-bcfbc637bff2: Amount of 547 has to sent to Account number 22049fc9-765a-423d-af12-66480523397b
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a1a60c3-2554-4734-8eaa-3753e298d86d: Amount of 156 has to sent to Account number a7d1dd27-9fc9-4587-8aa5-75efac08e643
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a7d1dd27-9fc9-4587-8aa5-75efac08e643: Amount of 156 has been received from Account number 6a1a60c3-2554-4734-8eaa-3753e298d86d
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 55369888-702a-482e-aca7-6ebf65483ca3: Amount of 27 has to sent to Account number b368b773-1525-45a2-ab42-bcb0ed3387ae
2024-07-09 19:26:08.248  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of e3a5543b-2b65-4a83-8b96-e47a3c923612: Amount of 352 has to sent to Account number 5b355aae-7d2e-4e0e-a753-d7ef2995c5d1
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b355aae-7d2e-4e0e-a753-d7ef2995c5d1: Amount of 352 has been received from Account number e3a5543b-2b65-4a83-8b96-e47a3c923612
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0540e70f-32e3-473c-bcb4-a05e25a48cbd: Amount of 656 has been received from Account number 455cab27-c007-45d8-8f6c-ab1d50c0f751
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95e1ad4a-7da9-4247-90f7-37da578d2b68: Amount of 438 has to sent to Account number 763e8f8f-ad1b-4124-9f29-6c5e5b597c8f
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of d180d535-06bb-4667-8d29-142c52518513: Amount of 714 has to sent to Account number e5e24d8a-cb50-4d55-a62a-8181012b1cd5
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 76346ecd-b458-4b5c-968d-18c930b32514: Amount of 431 has to sent to Account number 81859dde-879e-40e7-8dbb-b3d5c1076657
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81859dde-879e-40e7-8dbb-b3d5c1076657: Amount of 431 has been received from Account number 76346ecd-b458-4b5c-968d-18c930b32514
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 235035a1-cdf6-4db6-ac6c-82693c2be6b5: Amount of 333 has been received from Account number f7108641-a984-4f7b-8f34-40493700aaa3
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd718f7f-cf01-431a-945f-b0e38c23e070: Amount of 538 has to sent to Account number 35f04d6a-52e9-4266-ad8f-9832a961babf
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 35f04d6a-52e9-4266-ad8f-9832a961babf: Amount of 538 has been received from Account number dd718f7f-cf01-431a-945f-b0e38c23e070
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3707909b-b1b5-4596-8733-e6e7206b63ed: Amount of 491 has to sent to Account number a425c982-6dd7-4d99-b9ea-753f815d200b
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of c33a2d8b-a370-42d6-85d5-edeb23b587f3: Amount of 525 has been received from Account number 147fcb05-ac7c-437a-8089-caed5beea4da
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 24c642d7-d441-4fb6-91a6-1fa5b265920b: Amount of 576 has to sent to Account number b49ed1ea-f365-4e41-b89c-593ffa2d91ac
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of a425c982-6dd7-4d99-b9ea-753f815d200b: Amount of 491 has been received from Account number 3707909b-b1b5-4596-8733-e6e7206b63ed
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25f44fdb-1f45-4f04-8983-ea508d1cb6f9: Amount of 585 has to sent to Account number 57433209-f973-43a4-a9df-71a0a3149b09
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 57433209-f973-43a4-a9df-71a0a3149b09: Amount of 585 has been received from Account number 25f44fdb-1f45-4f04-8983-ea508d1cb6f9
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of b49ed1ea-f365-4e41-b89c-593ffa2d91ac: Amount of 576 has been received from Account number 24c642d7-d441-4fb6-91a6-1fa5b265920b
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 74f14a6f-3f10-400c-8fcc-df6cb88b727c: Amount of 969 has been received from Account number e1bcee6a-ae25-427e-a4d8-b75b6af4369f
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64cb9cdf-6a1e-48dc-8c34-996dff678d78: Amount of 573 has to sent to Account number 1f7f2002-6bf6-4213-aa14-ba57b67404f0
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1f7f2002-6bf6-4213-aa14-ba57b67404f0: Amount of 573 has been received from Account number 64cb9cdf-6a1e-48dc-8c34-996dff678d78
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of dce11e84-6fe4-42fc-9c36-3ed460166af6: Amount of 810 has to sent to Account number 51b788bb-eeb7-4976-ab8e-ea0561608836
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 50ae0995-d751-4407-8078-a38bd2ee6419: Amount of 445 has to sent to Account number edba5649-3aca-48fb-b260-5dc6112f087c
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of e4c9ebbf-6753-43ad-baa8-4f650ea4d300: Amount of 239 has to sent to Account number 720b26c3-cd88-4d1f-90cb-0856db916574
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of edba5649-3aca-48fb-b260-5dc6112f087c: Amount of 445 has been received from Account number 50ae0995-d751-4407-8078-a38bd2ee6419
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 720b26c3-cd88-4d1f-90cb-0856db916574: Amount of 239 has been received from Account number e4c9ebbf-6753-43ad-baa8-4f650ea4d300
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of d60b55e4-50f8-49e0-9340-5b4e717d7724: Amount of 422 has to sent to Account number 8f450b82-2b79-4e15-86b3-2f2a5558b042
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of be817b9b-9708-4192-ba0f-2f0b5ad5eb14: Amount of 17 has been received from Account number 1210ba7e-ee16-4bdc-a64e-c72ebff439fe
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5631bcf2-c684-4a8c-9ae6-5c68d2817fbc: Amount of 518 has been received from Account number 0ccc9e0f-3aae-468f-84cb-5e4d22532fec
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of f19d2521-655c-430c-9344-27f977e1ba08: Amount of 474 has been received from Account number 76a22695-a8c2-40cb-b96d-13b4a7c4108b
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 49dfcc6d-cb2a-4753-8252-a6e92dcb44f9: Amount of 576 has to sent to Account number 2471aa58-6008-4069-bc2c-d120f1e4955c
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2471aa58-6008-4069-bc2c-d120f1e4955c: Amount of 576 has been received from Account number 49dfcc6d-cb2a-4753-8252-a6e92dcb44f9
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4148e5b7-c36a-4801-9785-fe0c88d0fae5: Amount of 367 has to sent to Account number 9f49931c-37b9-46db-9259-fdb6ab1318ef
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b0a1e41-77cd-48bc-a7db-ec3f0844a709: Amount of 891 has to sent to Account number 6646e8e3-9617-4430-9b7f-9fde3d938687
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9f49931c-37b9-46db-9259-fdb6ab1318ef: Amount of 367 has been received from Account number 4148e5b7-c36a-4801-9785-fe0c88d0fae5
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of daa6f76f-dbe0-4728-b510-ca8c265acfc8: Amount of 928 has to sent to Account number 1776b5ee-a162-4569-a3f8-8583d4694a08
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7c3cbb90-17d8-4187-9dd7-ca321d820eb8: Amount of 660 has been received from Account number 7fd80959-90a7-422d-bb8d-196c2019128c
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1776b5ee-a162-4569-a3f8-8583d4694a08: Amount of 928 has been received from Account number daa6f76f-dbe0-4728-b510-ca8c265acfc8
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 75f166cd-fa47-4ce1-a357-cb5aac5b69bd: Amount of 712 has to sent to Account number 3b4b41c1-a6b0-48c3-884b-32b4f1f7190d
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 48a3fd1e-acd0-4624-887f-f73341243b0e: Amount of 165 has been received from Account number bc847f8e-29af-436a-a74c-a570cab8dd9b
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22049fc9-765a-423d-af12-66480523397b: Amount of 547 has been received from Account number d370cd0a-8eaf-4f39-a03d-bcfbc637bff2
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 024343fd-8a53-49d5-aaf3-5c66e68fb0c0: Amount of 555 has to sent to Account number c5c5410b-078b-461c-bc36-62934662789a
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of f8a8e204-bdbe-4fff-9e45-734b32670ead: Amount of 303 has to sent to Account number 6fa4c269-60f0-4682-9058-83e5453ab2a9
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 93d12461-8458-4b97-980c-0b9cbcdf5ebd: Amount of 811 has to sent to Account number 0e333d45-c081-4f75-95a4-16a804e35da7
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6fa4c269-60f0-4682-9058-83e5453ab2a9: Amount of 303 has been received from Account number f8a8e204-bdbe-4fff-9e45-734b32670ead
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e333d45-c081-4f75-95a4-16a804e35da7: Amount of 811 has been received from Account number 93d12461-8458-4b97-980c-0b9cbcdf5ebd
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90857eed-040b-4f0f-8ab2-3b1635a280fd: Amount of 521 has to sent to Account number 593a6dea-3a82-4a22-9e62-4c8f9b0761c4
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 21fcdef8-56da-4f89-b82f-e7dd416450e5: Amount of 533 has to sent to Account number 8fb5e462-f934-4487-9098-a807728f3159
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 59481ac0-f654-4d35-aa89-1335f81c8dbb: Amount of 573 has to sent to Account number 78903042-86da-47e1-bb45-9b0aae693128
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of b368b773-1525-45a2-ab42-bcb0ed3387ae: Amount of 27 has been received from Account number 55369888-702a-482e-aca7-6ebf65483ca3
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8fb5e462-f934-4487-9098-a807728f3159: Amount of 533 has been received from Account number 21fcdef8-56da-4f89-b82f-e7dd416450e5
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 763e8f8f-ad1b-4124-9f29-6c5e5b597c8f: Amount of 438 has been received from Account number 95e1ad4a-7da9-4247-90f7-37da578d2b68
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 299cbf46-9c72-4fb4-ac57-f208cfe3015d: Amount of 516 has to sent to Account number cfec95d7-0b5a-431e-96b3-ad6daa9cef0c
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of e5e24d8a-cb50-4d55-a62a-8181012b1cd5: Amount of 714 has been received from Account number d180d535-06bb-4667-8d29-142c52518513
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of a25f9f8b-6a29-48a2-8f12-bb766946965a: Amount of 872 has to sent to Account number 24628e85-faa5-4b4e-a0f2-024ec5e50924
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of c07fdcf5-c8b7-43bd-8360-16cccb59008c: Amount of 714 has to sent to Account number 5dd4818e-1969-494e-b0be-7fa4e1620fc2
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of fdd98648-ec3c-4eac-8150-8901f5cb2d49: Amount of 70 has to sent to Account number c5f55cca-f120-4fa3-b08e-8cc7af8aef0f
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5dd4818e-1969-494e-b0be-7fa4e1620fc2: Amount of 714 has been received from Account number c07fdcf5-c8b7-43bd-8360-16cccb59008c
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of c5f55cca-f120-4fa3-b08e-8cc7af8aef0f: Amount of 70 has been received from Account number fdd98648-ec3c-4eac-8150-8901f5cb2d49
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 24628e85-faa5-4b4e-a0f2-024ec5e50924: Amount of 872 has been received from Account number a25f9f8b-6a29-48a2-8f12-bb766946965a
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 07c88e06-106c-40e3-8463-16773462706e: Amount of 693 has to sent to Account number 2018bbc0-e3ce-4019-b1cc-853ba51e5bc3
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac2ad91a-ce10-4b31-982c-c1febbd65302: Amount of 977 has to sent to Account number 1f7bca60-ba43-4627-8627-047e898d07d5
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c96bfe6-350f-47b9-809c-fe42cc352077: Amount of 337 has to sent to Account number 1074414b-e1dd-48cd-a2cb-b07e0a4203dd
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of f35b694b-a129-493f-9315-cd9abfc9cef2: Amount of 831 has to sent to Account number 510fed11-10e9-4678-8f4c-0481f99ef4be
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2018bbc0-e3ce-4019-b1cc-853ba51e5bc3: Amount of 693 has been received from Account number 07c88e06-106c-40e3-8463-16773462706e
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5e083a30-0e84-4f00-bcd0-ab976a2b96ec: Amount of 912 has to sent to Account number 6f8b639d-f500-4981-a4ad-1acbfe333f30
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2a011c5c-6880-484e-a725-f04e31419309: Amount of 453 has to sent to Account number 3b7fa1cc-53bd-47a2-95cc-893d274afc16
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3b7fa1cc-53bd-47a2-95cc-893d274afc16: Amount of 453 has been received from Account number 2a011c5c-6880-484e-a725-f04e31419309
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6f8b639d-f500-4981-a4ad-1acbfe333f30: Amount of 912 has been received from Account number 5e083a30-0e84-4f00-bcd0-ab976a2b96ec
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 51b788bb-eeb7-4976-ab8e-ea0561608836: Amount of 810 has been received from Account number dce11e84-6fe4-42fc-9c36-3ed460166af6
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc715805-bac5-4eb9-bb9f-ebefde4e940f: Amount of 382 has to sent to Account number 5f879e62-446d-4840-b95e-4a6daa3e7459
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8fbc0878-59db-49c0-84ed-ecb4a58551d0: Amount of 267 has to sent to Account number eaee07c0-c70f-4e60-b0ac-9adfdb5a7adc
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of e2dd842a-ab3d-4326-a17e-668b3144cb65: Amount of 212 has to sent to Account number 40d937ac-a98c-4cec-855a-4f9268440200
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of eaee07c0-c70f-4e60-b0ac-9adfdb5a7adc: Amount of 267 has been received from Account number 8fbc0878-59db-49c0-84ed-ecb4a58551d0
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f450b82-2b79-4e15-86b3-2f2a5558b042: Amount of 422 has been received from Account number d60b55e4-50f8-49e0-9340-5b4e717d7724
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of b0339d2d-50f9-4bb3-91f0-c5b3f09e9d91: Amount of 591 has to sent to Account number c79618e0-470e-45d1-985c-80fc669e40ed
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of f3e8038c-0e81-4c16-8db0-b0f5de034dea: Amount of 921 has to sent to Account number 4d5b96fa-641c-4256-8447-5fbc785ca889
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of c2126d3c-5b5a-4a8d-b84f-cab522014e54: Amount of 33 has to sent to Account number d8420cc9-1c89-45ef-9f28-d90be0f354f2
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6646e8e3-9617-4430-9b7f-9fde3d938687: Amount of 891 has been received from Account number 7b0a1e41-77cd-48bc-a7db-ec3f0844a709
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d8420cc9-1c89-45ef-9f28-d90be0f354f2: Amount of 33 has been received from Account number c2126d3c-5b5a-4a8d-b84f-cab522014e54
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ebecca97-8019-49a6-9789-ad9fc6dffc3c: Amount of 576 has to sent to Account number 53dd5e18-8a5c-4ad0-871a-665bb3774c45
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53dd5e18-8a5c-4ad0-871a-665bb3774c45: Amount of 576 has been received from Account number ebecca97-8019-49a6-9789-ad9fc6dffc3c
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 21290564-4b2c-4e4a-8e66-afec2b67db41: Amount of 803 has to sent to Account number 71353645-585e-4b63-bb91-bbf383a4f2b9
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d1fd5c59-de89-4e24-93cb-41e78bbb2219: Amount of 900 has to sent to Account number 293a7f29-73e1-4023-8d81-78ce2d631320
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 71353645-585e-4b63-bb91-bbf383a4f2b9: Amount of 803 has been received from Account number 21290564-4b2c-4e4a-8e66-afec2b67db41
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3b4b41c1-a6b0-48c3-884b-32b4f1f7190d: Amount of 712 has been received from Account number 75f166cd-fa47-4ce1-a357-cb5aac5b69bd
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c58c8814-34a0-4bd3-ac56-7071f419e6d7: Amount of 249 has to sent to Account number 775ecf09-d3d4-418b-8021-6901f1f1c5e8
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 775ecf09-d3d4-418b-8021-6901f1f1c5e8: Amount of 249 has been received from Account number c58c8814-34a0-4bd3-ac56-7071f419e6d7
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 20b61497-f9ab-48da-9fbc-be84b9bd3b51: Amount of 82 has to sent to Account number 14238cf6-4aa0-4837-83d4-a0bb827a82c9
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 00e6c7f6-3654-423d-9132-9e7a3e1fdc3d: Amount of 524 has to sent to Account number 95b1fe78-3116-45ea-a091-c850cfaf1491
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 14238cf6-4aa0-4837-83d4-a0bb827a82c9: Amount of 82 has been received from Account number 20b61497-f9ab-48da-9fbc-be84b9bd3b51
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of c5c5410b-078b-461c-bc36-62934662789a: Amount of 555 has been received from Account number 024343fd-8a53-49d5-aaf3-5c66e68fb0c0
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95b1fe78-3116-45ea-a091-c850cfaf1491: Amount of 524 has been received from Account number 00e6c7f6-3654-423d-9132-9e7a3e1fdc3d
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 593a6dea-3a82-4a22-9e62-4c8f9b0761c4: Amount of 521 has been received from Account number 90857eed-040b-4f0f-8ab2-3b1635a280fd
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of cbce226b-1b82-45e7-8401-865327e2a986: Amount of 455 has to sent to Account number 4d6493e3-35c0-4032-be4d-f466afa05771
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d6493e3-35c0-4032-be4d-f466afa05771: Amount of 455 has been received from Account number cbce226b-1b82-45e7-8401-865327e2a986
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 38f24c82-1fd7-44d1-8473-1b763519b311: Amount of 654 has to sent to Account number eca628b5-8d37-48bf-b9f5-96c479d7e022
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of eca628b5-8d37-48bf-b9f5-96c479d7e022: Amount of 654 has been received from Account number 38f24c82-1fd7-44d1-8473-1b763519b311
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 78903042-86da-47e1-bb45-9b0aae693128: Amount of 573 has been received from Account number 59481ac0-f654-4d35-aa89-1335f81c8dbb
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of a08bdb8c-c154-43b4-9c4c-7e0c60062997: Amount of 585 has to sent to Account number cca614d7-200d-4f7a-8d4d-53485eda0525
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c3ff9da-eff5-4727-933c-560fd54c3bc7: Amount of 950 has to sent to Account number cb682f6b-4fba-4b1b-a130-8ecfc1ae616b
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of cb682f6b-4fba-4b1b-a130-8ecfc1ae616b: Amount of 950 has been received from Account number 1c3ff9da-eff5-4727-933c-560fd54c3bc7
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of cfec95d7-0b5a-431e-96b3-ad6daa9cef0c: Amount of 516 has been received from Account number 299cbf46-9c72-4fb4-ac57-f208cfe3015d
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of b51c2af3-ff4f-42fc-8bbc-088661f8c507: Amount of 379 has to sent to Account number d77b8777-5e5f-4583-bf34-1f406be17938
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1f7bca60-ba43-4627-8627-047e898d07d5: Amount of 977 has been received from Account number ac2ad91a-ce10-4b31-982c-c1febbd65302
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of d77b8777-5e5f-4583-bf34-1f406be17938: Amount of 379 has been received from Account number b51c2af3-ff4f-42fc-8bbc-088661f8c507
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1074414b-e1dd-48cd-a2cb-b07e0a4203dd: Amount of 337 has been received from Account number 8c96bfe6-350f-47b9-809c-fe42cc352077
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5bcaffb2-258f-401a-9b48-49236bb3ce31: Amount of 417 has to sent to Account number 90d3a4eb-c2e5-46ff-8cc4-d88284ab20e0
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 510fed11-10e9-4678-8f4c-0481f99ef4be: Amount of 831 has been received from Account number f35b694b-a129-493f-9315-cd9abfc9cef2
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 76b730b1-6c1c-44d1-a9e9-3a1c32d1167c: Amount of 368 has to sent to Account number a722e8e1-74e3-463b-9aa7-c34e50839ea2
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6925da5a-1cdc-4382-b7b7-9028af3207f3: Amount of 508 has to sent to Account number 32a7ea8a-79b5-488e-9639-91090e8cd110
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f879e62-446d-4840-b95e-4a6daa3e7459: Amount of 382 has been received from Account number fc715805-bac5-4eb9-bb9f-ebefde4e940f
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 40d937ac-a98c-4cec-855a-4f9268440200: Amount of 212 has been received from Account number e2dd842a-ab3d-4326-a17e-668b3144cb65
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 923c309e-dc4e-4d16-a3ac-7e0dec52387d: Amount of 953 has to sent to Account number 715234b3-0cb6-4c2d-aecd-8249b7002e8e
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of c79618e0-470e-45d1-985c-80fc669e40ed: Amount of 591 has been received from Account number b0339d2d-50f9-4bb3-91f0-c5b3f09e9d91
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of deb45d6a-4956-4063-9210-7292d92af196: Amount of 806 has to sent to Account number e8d397a2-e00c-4603-abc5-987ef2ed985c
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d5b96fa-641c-4256-8447-5fbc785ca889: Amount of 921 has been received from Account number f3e8038c-0e81-4c16-8db0-b0f5de034dea
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8588a7ef-8252-42a6-a695-2d70173c8932: Amount of 538 has to sent to Account number 6a066aec-e04d-4f67-b60a-326843b0e048
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0717e6ae-4634-4607-a101-b2ea609f5d33: Amount of 662 has to sent to Account number a1a2c792-04c0-4a37-bdc2-ccd3719e57aa
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of c4a8535b-1e57-4510-b067-1cd452433ab7: Amount of 539 has to sent to Account number 000491b5-ed77-4895-8339-5fdb7e7f755c
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 293a7f29-73e1-4023-8d81-78ce2d631320: Amount of 900 has been received from Account number d1fd5c59-de89-4e24-93cb-41e78bbb2219
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 000491b5-ed77-4895-8339-5fdb7e7f755c: Amount of 539 has been received from Account number c4a8535b-1e57-4510-b067-1cd452433ab7
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a066aec-e04d-4f67-b60a-326843b0e048: Amount of 538 has been received from Account number 8588a7ef-8252-42a6-a695-2d70173c8932
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4a91d63b-10fb-4865-a7c1-21548586f08f: Amount of 849 has to sent to Account number c796e78e-5907-4718-888e-5e94c4fb667e
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of c796e78e-5907-4718-888e-5e94c4fb667e: Amount of 849 has been received from Account number 4a91d63b-10fb-4865-a7c1-21548586f08f
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of cb16564f-e21a-430d-a5f1-d644b4e2d2d4: Amount of 319 has to sent to Account number 8684aabd-10e5-415d-b95e-658465e050b1
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of f49247e4-e6bc-4d55-b141-8d8892c71311: Amount of 527 has to sent to Account number fc09da0f-86b6-4909-9a5e-3ef566a2447f
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2df048af-1df3-42e9-b544-9e1bf93c5784: Amount of 456 has to sent to Account number 86208c0a-83a5-4df5-9f2d-603e60c20232
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of c6946611-49b2-4269-80ee-b3473d30f7f7: Amount of 982 has to sent to Account number 8bd61c85-a303-448c-91d7-4b48f18b3438
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 86208c0a-83a5-4df5-9f2d-603e60c20232: Amount of 456 has been received from Account number 2df048af-1df3-42e9-b544-9e1bf93c5784
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8bd61c85-a303-448c-91d7-4b48f18b3438: Amount of 982 has been received from Account number c6946611-49b2-4269-80ee-b3473d30f7f7
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8da06de9-0e14-4cd1-ad7e-976406ed4cbc: Amount of 778 has to sent to Account number 92f48ffe-eb4c-4718-bd79-2d84147f8824
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9090ec2e-5e7c-4dcd-a85f-70e61c4794cd: Amount of 608 has to sent to Account number cb537e7e-69dd-4a9e-9a8e-7486a6b5a960
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 92f48ffe-eb4c-4718-bd79-2d84147f8824: Amount of 778 has been received from Account number 8da06de9-0e14-4cd1-ad7e-976406ed4cbc
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of cb537e7e-69dd-4a9e-9a8e-7486a6b5a960: Amount of 608 has been received from Account number 9090ec2e-5e7c-4dcd-a85f-70e61c4794cd
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5805b31c-f2ea-4639-ba76-804ca40e9d74: Amount of 826 has to sent to Account number 05574c3b-01ee-480e-9eac-b22a4487fe5f
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 12523fb9-e6c8-4184-bfd3-2d5174a9f7b4: Amount of 487 has to sent to Account number 4dc92d49-3b2f-4bd6-9041-5a05b7c63bc6
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 05574c3b-01ee-480e-9eac-b22a4487fe5f: Amount of 826 has been received from Account number 5805b31c-f2ea-4639-ba76-804ca40e9d74
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of d3c692dc-5655-4afb-8cdd-296792e1b09b: Amount of 471 has to sent to Account number 78a6b985-4eaf-46c3-a32b-618eab3f2499
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of eae5c12d-c3d0-4ccb-ad2a-19574a347bd9: Amount of 403 has to sent to Account number 4c6e9e2b-93ab-442e-9780-70b3d15ff22d
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of d3a62e64-1281-464d-8587-36a2417bcd09: Amount of 261 has to sent to Account number 892e9df8-06b6-43b4-b698-8b83c9677e12
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 78a6b985-4eaf-46c3-a32b-618eab3f2499: Amount of 471 has been received from Account number d3c692dc-5655-4afb-8cdd-296792e1b09b
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of cca614d7-200d-4f7a-8d4d-53485eda0525: Amount of 585 has been received from Account number a08bdb8c-c154-43b4-9c4c-7e0c60062997
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 80be2909-e342-43e0-a9a0-f0b56b993153: Amount of 930 has to sent to Account number c45c9582-976f-403e-830f-8ca393559631
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c45c9582-976f-403e-830f-8ca393559631: Amount of 930 has been received from Account number 80be2909-e342-43e0-a9a0-f0b56b993153
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of efa42e67-d4db-4e94-b32a-eca060a031b4: Amount of 312 has to sent to Account number a57777b2-8780-4f6f-b4de-b2747e3073ad
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4b99d207-fe55-4df5-99a3-517b0868ce15: Amount of 439 has to sent to Account number 441e8570-1598-43fb-bb73-0bf5842565e3
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 441e8570-1598-43fb-bb73-0bf5842565e3: Amount of 439 has been received from Account number 4b99d207-fe55-4df5-99a3-517b0868ce15
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of dbce3849-2190-4b53-9e38-b74c7429dcc0: Amount of 657 has to sent to Account number 9f74b6ae-4b96-487d-80c6-9f2661314aac
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90d3a4eb-c2e5-46ff-8cc4-d88284ab20e0: Amount of 417 has been received from Account number 5bcaffb2-258f-401a-9b48-49236bb3ce31
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9f74b6ae-4b96-487d-80c6-9f2661314aac: Amount of 657 has been received from Account number dbce3849-2190-4b53-9e38-b74c7429dcc0
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of a722e8e1-74e3-463b-9aa7-c34e50839ea2: Amount of 368 has been received from Account number 76b730b1-6c1c-44d1-a9e9-3a1c32d1167c
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of b8cb8410-2c53-4cc5-b97a-fa99bc8588ff: Amount of 307 has to sent to Account number ed5899f1-0ce1-444e-9984-081cad9231ca
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 89f0e2f6-4b9c-4ac3-98aa-8ee81fd08c70: Amount of 454 has to sent to Account number a90bf4ce-dc21-492a-b600-187a083e84e6
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed5899f1-0ce1-444e-9984-081cad9231ca: Amount of 307 has been received from Account number b8cb8410-2c53-4cc5-b97a-fa99bc8588ff
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of af6dc256-ad66-4744-8cc5-d549c1523233: Amount of 837 has to sent to Account number 3996c5ce-1f42-482f-bdfc-f3136cf188b8
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 745c328b-181b-41c2-997e-364ad8424656: Amount of 474 has to sent to Account number c5b78c2d-522a-4595-a0e0-bbfb0f4c1d43
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of c5b78c2d-522a-4595-a0e0-bbfb0f4c1d43: Amount of 474 has been received from Account number 745c328b-181b-41c2-997e-364ad8424656
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 32a7ea8a-79b5-488e-9639-91090e8cd110: Amount of 508 has been received from Account number 6925da5a-1cdc-4382-b7b7-9028af3207f3
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3996c5ce-1f42-482f-bdfc-f3136cf188b8: Amount of 837 has been received from Account number af6dc256-ad66-4744-8cc5-d549c1523233
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 715234b3-0cb6-4c2d-aecd-8249b7002e8e: Amount of 953 has been received from Account number 923c309e-dc4e-4d16-a3ac-7e0dec52387d
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed973493-6a97-4128-a272-d068f86da85d: Amount of 72 has to sent to Account number c4fe8093-e2d0-4c26-a106-ab1f4d837b74
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of c4fe8093-e2d0-4c26-a106-ab1f4d837b74: Amount of 72 has been received from Account number ed973493-6a97-4128-a272-d068f86da85d
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of e8d397a2-e00c-4603-abc5-987ef2ed985c: Amount of 806 has been received from Account number deb45d6a-4956-4063-9210-7292d92af196
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 38280fec-c098-4d95-b85e-c5acdec95af9: Amount of 712 has to sent to Account number 2f9ebdda-88ad-41ae-9c71-9c656da89f1a
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2f9ebdda-88ad-41ae-9c71-9c656da89f1a: Amount of 712 has been received from Account number 38280fec-c098-4d95-b85e-c5acdec95af9
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 431ab181-210f-492a-adc8-e776a7ad8473: Amount of 998 has to sent to Account number 4e06b3ec-1b4a-445d-b341-a55ae6a7b33a
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4e06b3ec-1b4a-445d-b341-a55ae6a7b33a: Amount of 998 has been received from Account number 431ab181-210f-492a-adc8-e776a7ad8473
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53756daa-033d-429f-820d-47de2ab12b32: Amount of 472 has to sent to Account number f8c97bfd-3a8f-4fca-9ea0-92e1993f1922
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of f8c97bfd-3a8f-4fca-9ea0-92e1993f1922: Amount of 472 has been received from Account number 53756daa-033d-429f-820d-47de2ab12b32
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0bdb177a-eb14-4f07-8e47-f1ddbebf7b4b: Amount of 277 has to sent to Account number 9d960aa5-1516-4c46-a23f-897f7849cc27
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of e189a656-bf74-4e9b-ad0a-b2feffb02925: Amount of 826 has to sent to Account number 9df4b90e-54d1-4ab6-8b9e-9644db490a41
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of a1a2c792-04c0-4a37-bdc2-ccd3719e57aa: Amount of 662 has been received from Account number 0717e6ae-4634-4607-a101-b2ea609f5d33
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 570178b0-3c94-4058-8ace-47414fad9dbc: Amount of 240 has to sent to Account number f441c41c-7a89-4f0c-af3b-1e2687c6b8a7
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9df4b90e-54d1-4ab6-8b9e-9644db490a41: Amount of 826 has been received from Account number e189a656-bf74-4e9b-ad0a-b2feffb02925
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0d2444cb-a2f5-4e26-86f8-eec67af6d4f5: Amount of 747 has to sent to Account number cf53bac1-6392-42d8-b47d-ee2adf3cfea5
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc09da0f-86b6-4909-9a5e-3ef566a2447f: Amount of 527 has been received from Account number f49247e4-e6bc-4d55-b141-8d8892c71311
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e423414-8f3c-4890-a19f-e89215a466cc: Amount of 200 has to sent to Account number 02f331c3-e6f1-4564-a0f7-30beb0dc8e79
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 02f331c3-e6f1-4564-a0f7-30beb0dc8e79: Amount of 200 has been received from Account number 2e423414-8f3c-4890-a19f-e89215a466cc
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of b7dacec9-9f86-43f6-a64b-ed9eeccc3c14: Amount of 163 has to sent to Account number 4e8022a9-a332-4871-9bab-71c2f4769ae3
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 021fb533-f69f-443f-b7aa-e258d440f505: Amount of 353 has to sent to Account number 938e26a3-a23c-4820-8a93-552f4e7aa037
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4e8022a9-a332-4871-9bab-71c2f4769ae3: Amount of 163 has been received from Account number b7dacec9-9f86-43f6-a64b-ed9eeccc3c14
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 938e26a3-a23c-4820-8a93-552f4e7aa037: Amount of 353 has been received from Account number 021fb533-f69f-443f-b7aa-e258d440f505
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of d622245f-527f-4de1-9b50-ebdd9e520aab: Amount of 246 has to sent to Account number bf041388-4b7e-44d3-ab5b-2fe89863f0e9
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8684aabd-10e5-415d-b95e-658465e050b1: Amount of 319 has been received from Account number cb16564f-e21a-430d-a5f1-d644b4e2d2d4
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of d710955c-8112-4972-a493-cef856488928: Amount of 609 has to sent to Account number 013e381e-90ca-4735-bda0-6a0c9e55bad8
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 013e381e-90ca-4735-bda0-6a0c9e55bad8: Amount of 609 has been received from Account number d710955c-8112-4972-a493-cef856488928
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of c090f47c-c203-4a87-91fa-be4aa834351d: Amount of 93 has to sent to Account number 0ddfa005-1a66-4b5d-8ab4-56eb0b37be58
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ddfa005-1a66-4b5d-8ab4-56eb0b37be58: Amount of 93 has been received from Account number c090f47c-c203-4a87-91fa-be4aa834351d
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of be1dddf2-11e7-4253-baac-fb8848135d8f: Amount of 908 has to sent to Account number ce08813d-a685-43fa-a68c-24f044af80f3
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of e8fd67b8-7b6f-4de1-9aa0-cc4976a71c0a: Amount of 77 has to sent to Account number 0e5bed17-aa41-4dd5-a785-b3400775307c
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e5bed17-aa41-4dd5-a785-b3400775307c: Amount of 77 has been received from Account number e8fd67b8-7b6f-4de1-9aa0-cc4976a71c0a
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 207f5491-46c4-44cb-8e7f-ddce0515f55d: Amount of 693 has to sent to Account number 4787e55a-f4a2-4793-ae48-a366ed861819
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4787e55a-f4a2-4793-ae48-a366ed861819: Amount of 693 has been received from Account number 207f5491-46c4-44cb-8e7f-ddce0515f55d
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4dc92d49-3b2f-4bd6-9041-5a05b7c63bc6: Amount of 487 has been received from Account number 12523fb9-e6c8-4184-bfd3-2d5174a9f7b4
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d9efd98-e3da-48ba-87b3-835e093f4c7a: Amount of 704 has to sent to Account number 7e39889a-6e28-465e-a407-69c4895ba5e7
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4c6e9e2b-93ab-442e-9780-70b3d15ff22d: Amount of 403 has been received from Account number eae5c12d-c3d0-4ccb-ad2a-19574a347bd9
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7e39889a-6e28-465e-a407-69c4895ba5e7: Amount of 704 has been received from Account number 4d9efd98-e3da-48ba-87b3-835e093f4c7a
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 892e9df8-06b6-43b4-b698-8b83c9677e12: Amount of 261 has been received from Account number d3a62e64-1281-464d-8587-36a2417bcd09
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of c026c9c1-dd7a-4d28-8e98-9f6f2b3287f5: Amount of 435 has to sent to Account number c9045b60-d199-42d8-9e58-137887994bfe
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 78795495-68b4-4de8-b477-567aeae8a28d: Amount of 519 has to sent to Account number 17001422-b715-4472-8576-04b15c2a844f
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2e0a59e-1702-44a1-a6f5-3115419f7ca0: Amount of 853 has to sent to Account number 8f66289c-240c-49d2-b4c3-a5a201335a8f
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 17001422-b715-4472-8576-04b15c2a844f: Amount of 519 has been received from Account number 78795495-68b4-4de8-b477-567aeae8a28d
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f66289c-240c-49d2-b4c3-a5a201335a8f: Amount of 853 has been received from Account number f2e0a59e-1702-44a1-a6f5-3115419f7ca0
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of f7590f68-37a4-4d61-96b4-3dc2f07b3fd6: Amount of 752 has to sent to Account number cad69e38-6c1c-4d71-b452-1ac509119711
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 172a446d-4067-4cd5-b909-d2e1295ee9c2: Amount of 657 has to sent to Account number 720fb11e-4388-4efc-a72a-242cabb7ef6f
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c7714f3-d685-4a33-a5f2-08633737b3a3: Amount of 849 has to sent to Account number 70d8decc-2f67-4fbe-81ed-43cbf693623e
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of a57777b2-8780-4f6f-b4de-b2747e3073ad: Amount of 312 has been received from Account number efa42e67-d4db-4e94-b32a-eca060a031b4
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 70d8decc-2f67-4fbe-81ed-43cbf693623e: Amount of 849 has been received from Account number 2c7714f3-d685-4a33-a5f2-08633737b3a3
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 090e0eaa-44df-411e-b74d-b88b69b7667b: Amount of 338 has to sent to Account number 3c29cf87-b0ea-440e-8365-e91565a4ebb1
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3c29cf87-b0ea-440e-8365-e91565a4ebb1: Amount of 338 has been received from Account number 090e0eaa-44df-411e-b74d-b88b69b7667b
2024-07-09 19:26:08.257  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0d51b3cc-ab4f-448d-ae1d-33687597932a: Amount of 255 has to sent to Account number 73b71bc6-2802-4bba-9cab-6a0722528182
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a90bf4ce-dc21-492a-b600-187a083e84e6: Amount of 454 has been received from Account number 89f0e2f6-4b9c-4ac3-98aa-8ee81fd08c70
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4ae01695-d3e2-4d48-9882-5df48f8d4ca1: Amount of 189 has to sent to Account number b4ea6dee-b6a3-4adc-909f-c34dab2661fe
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3d9531b-5f8f-4787-b685-e3e8a55abcdd: Amount of 294 has to sent to Account number 2b6b2d11-d518-49f6-b941-db8818b8ee29
2024-07-09 19:26:08.257  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b6b2d11-d518-49f6-b941-db8818b8ee29: Amount of 294 has been received from Account number c3d9531b-5f8f-4787-b685-e3e8a55abcdd
2024-07-09 19:26:08.257  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9ce95548-5c22-415d-b4a2-51d96335e08c: Amount of 767 has to sent to Account number 3ea75abe-8132-4e7c-a21e-eabbc04b28bd
2024-07-09 19:26:08.257  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ea75abe-8132-4e7c-a21e-eabbc04b28bd: Amount of 767 has been received from Account number 9ce95548-5c22-415d-b4a2-51d96335e08c
2024-07-09 19:26:08.257  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of f1833765-5602-4f70-8366-fcebcd469245: Amount of 121 has to sent to Account number 1aa48b8a-d494-4912-a5d4-343abd79b7c7
2024-07-09 19:26:08.257  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1aa48b8a-d494-4912-a5d4-343abd79b7c7: Amount of 121 has been received from Account number f1833765-5602-4f70-8366-fcebcd469245
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4e290ccc-b9eb-4a41-a56f-73f2ad0c3e4c: Amount of 644 has to sent to Account number a2968993-50da-4fbf-b6f2-a4ab4112fda5
2024-07-09 19:26:08.257  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of a2968993-50da-4fbf-b6f2-a4ab4112fda5: Amount of 644 has been received from Account number 4e290ccc-b9eb-4a41-a56f-73f2ad0c3e4c
2024-07-09 19:26:08.257  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of bbf62e19-826d-43b4-a066-01b348824e32: Amount of 195 has to sent to Account number bcdf2284-123f-4ba2-aeef-48d16b6cd5f2
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc77205c-dfd3-4154-a6be-fb9b9aa7288f: Amount of 313 has to sent to Account number ee316a5f-e1d2-4f05-b8f3-bdbc37649913
2024-07-09 19:26:08.257  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee316a5f-e1d2-4f05-b8f3-bdbc37649913: Amount of 313 has been received from Account number bc77205c-dfd3-4154-a6be-fb9b9aa7288f
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of cfae45b4-f8fc-4dad-81b0-8bd29cbd6b1a: Amount of 900 has to sent to Account number ada2fe22-414d-46c1-a0c0-b5dc19cb79d2
2024-07-09 19:26:08.257  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8ac095b6-4d40-488e-9761-f868c6629ac8: Amount of 111 has to sent to Account number f00cb8c2-3f7a-472a-91be-1099dc98b1c4
2024-07-09 19:26:08.257  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ada2fe22-414d-46c1-a0c0-b5dc19cb79d2: Amount of 900 has been received from Account number cfae45b4-f8fc-4dad-81b0-8bd29cbd6b1a
2024-07-09 19:26:08.257  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of f00cb8c2-3f7a-472a-91be-1099dc98b1c4: Amount of 111 has been received from Account number 8ac095b6-4d40-488e-9761-f868c6629ac8
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d960aa5-1516-4c46-a23f-897f7849cc27: Amount of 277 has been received from Account number 0bdb177a-eb14-4f07-8e47-f1ddbebf7b4b
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of f441c41c-7a89-4f0c-af3b-1e2687c6b8a7: Amount of 240 has been received from Account number 570178b0-3c94-4058-8ace-47414fad9dbc
2024-07-09 19:26:08.257  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4b54a8fd-dcbc-4847-bd10-33b670aee4e6: Amount of 567 has to sent to Account number 43333a56-6db4-4487-8de7-f54ad5db022c
2024-07-09 19:26:08.257  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 43333a56-6db4-4487-8de7-f54ad5db022c: Amount of 567 has been received from Account number 4b54a8fd-dcbc-4847-bd10-33b670aee4e6
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf53bac1-6392-42d8-b47d-ee2adf3cfea5: Amount of 747 has been received from Account number 0d2444cb-a2f5-4e26-86f8-eec67af6d4f5
2024-07-09 19:26:08.257  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53b058d0-4cc7-44e2-8fee-3088e1cd240b: Amount of 154 has to sent to Account number 68149cf9-caf8-4f56-8fa7-2fee77b2d15f
2024-07-09 19:26:08.257  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 68149cf9-caf8-4f56-8fa7-2fee77b2d15f: Amount of 154 has been received from Account number 53b058d0-4cc7-44e2-8fee-3088e1cd240b
2024-07-09 19:26:08.257  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 57175c19-0ce9-42d3-a461-38233a524de2: Amount of 323 has to sent to Account number 40f68b63-e0da-4b09-a8a9-debe27121aca
2024-07-09 19:26:08.257  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 40f68b63-e0da-4b09-a8a9-debe27121aca: Amount of 323 has been received from Account number 57175c19-0ce9-42d3-a461-38233a524de2
2024-07-09 19:26:08.257  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1aeb0807-eb72-442e-8f4a-301c6b4396c7: Amount of 799 has to sent to Account number 924bcf52-bf31-4f0e-bb39-e43c332d45b2
2024-07-09 19:26:08.257  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 924bcf52-bf31-4f0e-bb39-e43c332d45b2: Amount of 799 has been received from Account number 1aeb0807-eb72-442e-8f4a-301c6b4396c7
2024-07-09 19:26:08.257  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of bb713ad0-04cd-46d6-86c0-baa344c4dadc: Amount of 421 has to sent to Account number e163d3b8-7e05-4d18-bd32-e0c122e5a3d6
2024-07-09 19:26:08.257  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1dc372d9-ad64-4859-9d65-710cfa1be77d: Amount of 404 has to sent to Account number c59460e7-c53c-4b99-9579-10f34d687325
2024-07-09 19:26:08.257  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of c59460e7-c53c-4b99-9579-10f34d687325: Amount of 404 has been received from Account number 1dc372d9-ad64-4859-9d65-710cfa1be77d
2024-07-09 19:26:08.257  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of b89c3f94-0c39-41cf-98c6-1a17f30659d1: Amount of 560 has to sent to Account number 51ffa236-a839-40f7-9ad9-46aa80d157c7
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 51ffa236-a839-40f7-9ad9-46aa80d157c7: Amount of 560 has been received from Account number b89c3f94-0c39-41cf-98c6-1a17f30659d1
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 88635a32-9ddc-4edd-b10a-31457af23b0e: Amount of 781 has to sent to Account number 8a105048-c13f-45f3-9347-3b5efd34b311
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8a105048-c13f-45f3-9347-3b5efd34b311: Amount of 781 has been received from Account number 88635a32-9ddc-4edd-b10a-31457af23b0e
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of df5d50d2-a583-4c78-9874-1812217f0c3b: Amount of 224 has to sent to Account number 519018c2-8ecf-4126-ada6-5425d751eb48
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64671fd0-3a18-4599-953f-18b9e25f2b16: Amount of 720 has to sent to Account number e302af47-3ea8-4270-b892-caf5ad2bc7d2
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf041388-4b7e-44d3-ab5b-2fe89863f0e9: Amount of 246 has been received from Account number d622245f-527f-4de1-9b50-ebdd9e520aab
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of e302af47-3ea8-4270-b892-caf5ad2bc7d2: Amount of 720 has been received from Account number 64671fd0-3a18-4599-953f-18b9e25f2b16
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 519018c2-8ecf-4126-ada6-5425d751eb48: Amount of 224 has been received from Account number df5d50d2-a583-4c78-9874-1812217f0c3b
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 384f43c3-fdbe-438b-842b-ad8ea3ff5ed6: Amount of 339 has to sent to Account number 8b5ee12b-3bee-4f63-8d5f-1d03ff2350ac
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b5ee12b-3bee-4f63-8d5f-1d03ff2350ac: Amount of 339 has been received from Account number 384f43c3-fdbe-438b-842b-ad8ea3ff5ed6
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 764c1e7f-fbf9-45c6-9ff3-4dcccb95a253: Amount of 867 has to sent to Account number 77c1984d-d717-49ba-bcbf-af1d83a0f175
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77c1984d-d717-49ba-bcbf-af1d83a0f175: Amount of 867 has been received from Account number 764c1e7f-fbf9-45c6-9ff3-4dcccb95a253
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6dcdd455-545b-4da3-ba05-7e616ffe4309: Amount of 949 has to sent to Account number 76295309-e658-4a95-9257-2dabe39e491b
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 76295309-e658-4a95-9257-2dabe39e491b: Amount of 949 has been received from Account number 6dcdd455-545b-4da3-ba05-7e616ffe4309
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42319001-5d6d-4d88-9141-8ca65a5cda07: Amount of 592 has to sent to Account number 99ac183c-f38f-4881-b3b4-7d3b84cf4ad9
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 99ac183c-f38f-4881-b3b4-7d3b84cf4ad9: Amount of 592 has been received from Account number 42319001-5d6d-4d88-9141-8ca65a5cda07
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 30d64db0-c54f-45ce-b298-ade8671bbac6: Amount of 581 has to sent to Account number 0ade57e7-d55c-4d08-90e4-651374d40693
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ce08813d-a685-43fa-a68c-24f044af80f3: Amount of 908 has been received from Account number be1dddf2-11e7-4253-baac-fb8848135d8f
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 54b54dd6-8c73-4790-ac94-c9e20cf5893f: Amount of 49 has to sent to Account number 8d114805-3359-42e6-8c66-7e71c8bb0cbf
2024-07-09 19:26:08.259  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d114805-3359-42e6-8c66-7e71c8bb0cbf: Amount of 49 has been received from Account number 54b54dd6-8c73-4790-ac94-c9e20cf5893f
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 60ba0a8d-87d6-4c94-a278-a5d9f2100edd: Amount of 787 has to sent to Account number 56b9bf6c-056f-4631-bbed-3cef043c204e
2024-07-09 19:26:08.259  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5dc47a2b-79f6-4640-ad88-52450c1dd807: Amount of 255 has to sent to Account number a54bc324-ea9d-47ce-8ff6-6c8188bd38f8
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56b9bf6c-056f-4631-bbed-3cef043c204e: Amount of 787 has been received from Account number 60ba0a8d-87d6-4c94-a278-a5d9f2100edd
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 542ad0c1-2cdd-4399-8eec-7f5f06d46389: Amount of 651 has to sent to Account number 1a56b01f-538f-4dd6-84ec-b6bd46b543e3
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of c9045b60-d199-42d8-9e58-137887994bfe: Amount of 435 has been received from Account number c026c9c1-dd7a-4d28-8e98-9f6f2b3287f5
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1a56b01f-538f-4dd6-84ec-b6bd46b543e3: Amount of 651 has been received from Account number 542ad0c1-2cdd-4399-8eec-7f5f06d46389
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a70cf882-ea34-4aff-8258-53ea1c7899c2: Amount of 778 has to sent to Account number 79caa1bd-40f4-4bf5-ab51-e1f71aa6e8c2
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 79caa1bd-40f4-4bf5-ab51-e1f71aa6e8c2: Amount of 778 has been received from Account number a70cf882-ea34-4aff-8258-53ea1c7899c2
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of f3508ed5-a8f8-48e4-a89c-47b5bd9c324d: Amount of 44 has to sent to Account number b7694f07-ffda-4aea-bdfa-e331604afb51
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of cad69e38-6c1c-4d71-b452-1ac509119711: Amount of 752 has been received from Account number f7590f68-37a4-4d61-96b4-3dc2f07b3fd6
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of b7694f07-ffda-4aea-bdfa-e331604afb51: Amount of 44 has been received from Account number f3508ed5-a8f8-48e4-a89c-47b5bd9c324d
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4bea9708-57f8-432c-92a0-ad596e291091: Amount of 693 has to sent to Account number 7b77fb8f-3bd7-4ffe-a453-b40cefcfc636
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b77fb8f-3bd7-4ffe-a453-b40cefcfc636: Amount of 693 has been received from Account number 4bea9708-57f8-432c-92a0-ad596e291091
2024-07-09 19:26:08.252  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 720fb11e-4388-4efc-a72a-242cabb7ef6f: Amount of 657 has been received from Account number 172a446d-4067-4cd5-b909-d2e1295ee9c2
2024-07-09 19:26:08.252  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c8a90ce-adea-41c4-bbd1-96875d423939: Amount of 244 has to sent to Account number 80fc4f19-3e06-4e68-9118-c819584f81af
2024-07-09 19:26:08.257  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 14adff0b-2dc4-4f1e-acca-98649c85c9f5: Amount of 998 has to sent to Account number 8dd5dc7e-a22f-4c20-a49e-c3b4d5ea868b
2024-07-09 19:26:08.257  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 73b71bc6-2802-4bba-9cab-6a0722528182: Amount of 255 has been received from Account number 0d51b3cc-ab4f-448d-ae1d-33687597932a
2024-07-09 19:26:08.259  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8dd5dc7e-a22f-4c20-a49e-c3b4d5ea868b: Amount of 998 has been received from Account number 14adff0b-2dc4-4f1e-acca-98649c85c9f5
2024-07-09 19:26:08.257  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of b4ea6dee-b6a3-4adc-909f-c34dab2661fe: Amount of 189 has been received from Account number 4ae01695-d3e2-4d48-9882-5df48f8d4ca1
2024-07-09 19:26:08.259  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ba950382-0d1e-452f-9116-3a4119d44210: Amount of 513 has to sent to Account number 5a13e956-1fb4-4bc9-9734-2f63c0dc7bed
2024-07-09 19:26:08.259  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 96633a03-18cd-4b37-93a0-6d8263b7ec28: Amount of 929 has to sent to Account number 10309ebc-8230-4a86-848c-4ff630b3daa0
2024-07-09 19:26:08.259  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a13e956-1fb4-4bc9-9734-2f63c0dc7bed: Amount of 513 has been received from Account number ba950382-0d1e-452f-9116-3a4119d44210
2024-07-09 19:26:08.259  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 10309ebc-8230-4a86-848c-4ff630b3daa0: Amount of 929 has been received from Account number 96633a03-18cd-4b37-93a0-6d8263b7ec28
2024-07-09 19:26:08.257  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 357cea4d-91cd-40bf-9c40-5ecb572ba5d6: Amount of 519 has to sent to Account number eaf4abe8-9d83-48a4-9252-c1a29a39affc
2024-07-09 19:26:08.257  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5319c04f-dba7-4c45-ace3-9544d9be4489: Amount of 435 has to sent to Account number fd787a73-6250-4517-887b-39c23b481c40
2024-07-09 19:26:08.257  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of bcdf2284-123f-4ba2-aeef-48d16b6cd5f2: Amount of 195 has been received from Account number bbf62e19-826d-43b4-a066-01b348824e32
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of fd787a73-6250-4517-887b-39c23b481c40: Amount of 435 has been received from Account number 5319c04f-dba7-4c45-ace3-9544d9be4489
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of eaf4abe8-9d83-48a4-9252-c1a29a39affc: Amount of 519 has been received from Account number 357cea4d-91cd-40bf-9c40-5ecb572ba5d6
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 60a14d8b-91eb-4653-8768-05a7f8bd3052: Amount of 469 has to sent to Account number 629355cf-8dd8-4a01-9f4a-8ae850714111
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 629355cf-8dd8-4a01-9f4a-8ae850714111: Amount of 469 has been received from Account number 60a14d8b-91eb-4653-8768-05a7f8bd3052
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of a6943b6b-ccb1-4844-976b-c8c20a7bd016: Amount of 466 has to sent to Account number c89f636e-0b1f-4694-9af8-b8cdc4fac88a
2024-07-09 19:26:08.259  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca2f1e64-4749-443e-9cae-9c2689ab0d3f: Amount of 479 has to sent to Account number dd540116-fdec-4242-8628-12ab5cf3170f
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of c89f636e-0b1f-4694-9af8-b8cdc4fac88a: Amount of 466 has been received from Account number a6943b6b-ccb1-4844-976b-c8c20a7bd016
2024-07-09 19:26:08.257  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of e00f87e6-c2d4-4c71-af84-a5fb7b0d580c: Amount of 937 has to sent to Account number 7ea10770-dff8-4922-9bd8-c660f89da236
2024-07-09 19:26:08.259  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd540116-fdec-4242-8628-12ab5cf3170f: Amount of 479 has been received from Account number ca2f1e64-4749-443e-9cae-9c2689ab0d3f
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of f6085724-f5bd-4126-8aae-2535f44bef66: Amount of 50 has to sent to Account number 87fb7947-4e9c-4afd-8a42-b5828e7af110
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ea10770-dff8-4922-9bd8-c660f89da236: Amount of 937 has been received from Account number e00f87e6-c2d4-4c71-af84-a5fb7b0d580c
2024-07-09 19:26:08.259  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 187e5a29-5b38-4e43-87e6-013bd7fbf4cb: Amount of 61 has to sent to Account number 3bb304ac-e1bc-4b2f-a538-c1f914649335
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 87fb7947-4e9c-4afd-8a42-b5828e7af110: Amount of 50 has been received from Account number f6085724-f5bd-4126-8aae-2535f44bef66
2024-07-09 19:26:08.259  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3bb304ac-e1bc-4b2f-a538-c1f914649335: Amount of 61 has been received from Account number 187e5a29-5b38-4e43-87e6-013bd7fbf4cb
2024-07-09 19:26:08.259  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e5725b3-9b83-426a-a7b3-a01d38e12710: Amount of 17 has to sent to Account number 9a252dd1-7a71-40ec-9218-7c3234f682c2
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 947f5ff0-31ca-4c14-be6d-8496631a391c: Amount of 396 has to sent to Account number 0ff7e865-d84d-4501-8fed-bf26d068d8a5
2024-07-09 19:26:08.259  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9a252dd1-7a71-40ec-9218-7c3234f682c2: Amount of 17 has been received from Account number 8e5725b3-9b83-426a-a7b3-a01d38e12710
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ff7e865-d84d-4501-8fed-bf26d068d8a5: Amount of 396 has been received from Account number 947f5ff0-31ca-4c14-be6d-8496631a391c
2024-07-09 19:26:08.257  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of b9100e1e-b36e-43a0-acd3-6aa18859322b: Amount of 9 has to sent to Account number 6bb79bee-efdf-4225-8c0e-d5f76f9f0d9f
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of f6683bc4-c02b-4218-97cd-183ba040a557: Amount of 112 has to sent to Account number ff53751c-19a9-4b9c-b4f6-b7034110b32f
2024-07-09 19:26:08.257  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of b9d619f1-92ff-4a48-8fb0-a925463a0b96: Amount of 924 has to sent to Account number 0f3986f9-6a4e-4cdb-9b6b-8078feb0b887
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of b3542a43-aad6-44a0-bc0c-44bd2a21ac21: Amount of 431 has to sent to Account number b003e206-4b12-4789-85f8-3129986a4bd5
2024-07-09 19:26:08.259  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6bb79bee-efdf-4225-8c0e-d5f76f9f0d9f: Amount of 9 has been received from Account number b9100e1e-b36e-43a0-acd3-6aa18859322b
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of b003e206-4b12-4789-85f8-3129986a4bd5: Amount of 431 has been received from Account number b3542a43-aad6-44a0-bc0c-44bd2a21ac21
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of cc224921-a1f1-40cd-bdc2-0c283ced0e5c: Amount of 274 has to sent to Account number 80696b71-5de8-4da7-9fb6-a10e1c6d01e0
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9900010-438c-4598-87b1-9c2a4ac60083: Amount of 369 has to sent to Account number a773e83f-a3a9-410b-9d71-24657d8632f4
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 80696b71-5de8-4da7-9fb6-a10e1c6d01e0: Amount of 274 has been received from Account number cc224921-a1f1-40cd-bdc2-0c283ced0e5c
2024-07-09 19:26:08.259  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of f1bd08a7-7b0e-4bdd-aac0-ab70fa808af7: Amount of 717 has to sent to Account number a11249a3-0366-4795-b020-c75d614d49ea
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 764388e9-8bef-4a11-ac5d-55846f6271e7: Amount of 890 has to sent to Account number 4191530a-b990-4900-b86d-71b83407e846
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4191530a-b990-4900-b86d-71b83407e846: Amount of 890 has been received from Account number 764388e9-8bef-4a11-ac5d-55846f6271e7
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0b81808e-440a-479c-b826-532bc270d061: Amount of 325 has to sent to Account number 7ac50a3b-b05f-4737-99dd-89d6b2d67314
2024-07-09 19:26:08.259  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of a11249a3-0366-4795-b020-c75d614d49ea: Amount of 717 has been received from Account number f1bd08a7-7b0e-4bdd-aac0-ab70fa808af7
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ac50a3b-b05f-4737-99dd-89d6b2d67314: Amount of 325 has been received from Account number 0b81808e-440a-479c-b826-532bc270d061
2024-07-09 19:26:08.257  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of e163d3b8-7e05-4d18-bd32-e0c122e5a3d6: Amount of 421 has been received from Account number bb713ad0-04cd-46d6-86c0-baa344c4dadc
2024-07-09 19:26:08.259  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d870bc1-4fdb-4a1e-8194-60c4b8737097: Amount of 529 has to sent to Account number bb16c54a-c832-48ff-9305-cff5c8f69178
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ade57e7-d55c-4d08-90e4-651374d40693: Amount of 581 has been received from Account number 30d64db0-c54f-45ce-b298-ade8671bbac6
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of f8caccbf-4b1c-451e-b857-8ba25fa3791d: Amount of 130 has to sent to Account number c406a3e2-654c-4689-a474-7300eacb79d8
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of aea5659c-ba77-44e9-8457-d66862734e6d: Amount of 102 has to sent to Account number 07452160-7062-45fc-babb-ff8fdf499f54
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7cc1793e-a5a9-4df7-928a-e2eeccba9fe4: Amount of 891 has to sent to Account number ca5599cd-80d0-43ff-8081-67ca68211980
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca5599cd-80d0-43ff-8081-67ca68211980: Amount of 891 has been received from Account number 7cc1793e-a5a9-4df7-928a-e2eeccba9fe4
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 07452160-7062-45fc-babb-ff8fdf499f54: Amount of 102 has been received from Account number aea5659c-ba77-44e9-8457-d66862734e6d
2024-07-09 19:26:08.259  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of a54bc324-ea9d-47ce-8ff6-6c8188bd38f8: Amount of 255 has been received from Account number 5dc47a2b-79f6-4640-ad88-52450c1dd807
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4149d8ab-ca98-4389-b826-83655311a0b0: Amount of 596 has to sent to Account number 183552dc-8e73-4c9b-b60a-18875e0816ae
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b877e28-77c7-4630-b790-4090711e6e9b: Amount of 227 has to sent to Account number fd010a3d-238a-48b0-858c-abd49af14700
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a53bbbc-6a81-4b20-8f37-3bebc557db0b: Amount of 568 has to sent to Account number 56a475e6-e2d2-4fd7-81e7-014ab6227f75
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of fd010a3d-238a-48b0-858c-abd49af14700: Amount of 227 has been received from Account number 6b877e28-77c7-4630-b790-4090711e6e9b
2024-07-09 19:26:08.259  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 63322f5a-ec41-470d-ac2f-b5ffd40fb8c3: Amount of 383 has to sent to Account number 96e05011-2f57-4d1f-abbf-ef47dcf2a01e
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56a475e6-e2d2-4fd7-81e7-014ab6227f75: Amount of 568 has been received from Account number 3a53bbbc-6a81-4b20-8f37-3bebc557db0b
2024-07-09 19:26:08.259  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 96e05011-2f57-4d1f-abbf-ef47dcf2a01e: Amount of 383 has been received from Account number 63322f5a-ec41-470d-ac2f-b5ffd40fb8c3
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 742dacf8-1c2e-453b-9af0-e47723e68bee: Amount of 560 has to sent to Account number be380214-2946-4784-8bc8-5495a7363657
2024-07-09 19:26:08.259  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 11811ab9-eb81-4897-99d4-e4ad4e2708d5: Amount of 219 has to sent to Account number e0967c1e-62d3-4b35-8669-a6d8f456427a
2024-07-09 19:26:08.259  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of e0967c1e-62d3-4b35-8669-a6d8f456427a: Amount of 219 has been received from Account number 11811ab9-eb81-4897-99d4-e4ad4e2708d5
2024-07-09 19:26:08.259  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 80fc4f19-3e06-4e68-9118-c819584f81af: Amount of 244 has been received from Account number 2c8a90ce-adea-41c4-bbd1-96875d423939
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 204db505-f741-404c-b58e-009a70492499: Amount of 627 has to sent to Account number 3fafeaf9-78e1-4276-9d37-750e04e90b08
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3fafeaf9-78e1-4276-9d37-750e04e90b08: Amount of 627 has been received from Account number 204db505-f741-404c-b58e-009a70492499
2024-07-09 19:26:08.259  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8299a14f-41d7-4087-b2fc-628cd64950c5: Amount of 542 has to sent to Account number 8e677ffa-a3aa-4288-ba5a-8ccaa1bcc2f8
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa1949f2-1087-4561-944b-1c5eb7f27201: Amount of 923 has to sent to Account number 3ca8438b-0f19-4ae0-9eef-c3945b304c7f
2024-07-09 19:26:08.259  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e677ffa-a3aa-4288-ba5a-8ccaa1bcc2f8: Amount of 542 has been received from Account number 8299a14f-41d7-4087-b2fc-628cd64950c5
2024-07-09 19:26:08.259  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 647cac04-9d90-4374-937c-532b71aff999: Amount of 576 has to sent to Account number 86dbcb8e-cd00-4349-ad5e-e544a6f9cc55
2024-07-09 19:26:08.259  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 86dbcb8e-cd00-4349-ad5e-e544a6f9cc55: Amount of 576 has been received from Account number 647cac04-9d90-4374-937c-532b71aff999
2024-07-09 19:26:08.259  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of c598bd5a-2d61-4b36-bfdc-73be2e428840: Amount of 55 has to sent to Account number 02b8aa03-731c-442d-a9b5-f80bd376e966
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a24cf333-a79e-4281-b77b-c37098a29acd: Amount of 429 has to sent to Account number 1cb40f9b-9cb7-4927-b3b9-e62104c1dfb7
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 02b8aa03-731c-442d-a9b5-f80bd376e966: Amount of 55 has been received from Account number c598bd5a-2d61-4b36-bfdc-73be2e428840
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6180263f-47a5-4714-a5fc-861580bcdd20: Amount of 927 has to sent to Account number a7ae0b56-762b-4912-b468-7e0b909ff3ec
2024-07-09 19:26:08.259  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 05d7c70e-4371-4b62-8d52-541b22b3e276: Amount of 404 has to sent to Account number d55b45f4-519a-4eaf-b086-d2e5f34cbf48
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of fae7021a-758e-43fd-81ef-9758db567fb4: Amount of 455 has to sent to Account number 143c63c5-a262-43ae-ba93-7e02e1bb70b3
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of d55b45f4-519a-4eaf-b086-d2e5f34cbf48: Amount of 404 has been received from Account number 05d7c70e-4371-4b62-8d52-541b22b3e276
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ff53751c-19a9-4b9c-b4f6-b7034110b32f: Amount of 112 has been received from Account number f6683bc4-c02b-4218-97cd-183ba040a557
2024-07-09 19:26:08.259  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0f3986f9-6a4e-4cdb-9b6b-8078feb0b887: Amount of 924 has been received from Account number b9d619f1-92ff-4a48-8fb0-a925463a0b96
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee240c92-6ba0-4343-a64e-32bf3d14c712: Amount of 304 has to sent to Account number 56e88e0b-883b-4b3c-a722-943ab6526373
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of a773e83f-a3a9-410b-9d71-24657d8632f4: Amount of 369 has been received from Account number a9900010-438c-4598-87b1-9c2a4ac60083
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 52915204-4a91-42dd-9378-b01b7b14ca92: Amount of 290 has to sent to Account number bad55e8e-755f-4eb0-a18e-8dd27dab2be2
2024-07-09 19:26:08.259  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of bb16c54a-c832-48ff-9305-cff5c8f69178: Amount of 529 has been received from Account number 6d870bc1-4fdb-4a1e-8194-60c4b8737097
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of bad55e8e-755f-4eb0-a18e-8dd27dab2be2: Amount of 290 has been received from Account number 52915204-4a91-42dd-9378-b01b7b14ca92
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of cfa55abd-20de-4baa-b0c4-24a963713134: Amount of 267 has to sent to Account number c9ddf358-124b-4119-9156-e62062eec3c8
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 08ead3fc-eeaf-42d6-a8db-7bc9d4dbdd96: Amount of 573 has to sent to Account number 86d37875-86d8-43b8-8763-868469958884
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 199c72ff-40ef-4f29-892d-284afdd2f600: Amount of 10 has to sent to Account number b7508c97-7dbe-4efa-84d2-2a4db5cf5a63
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 86d37875-86d8-43b8-8763-868469958884: Amount of 573 has been received from Account number 08ead3fc-eeaf-42d6-a8db-7bc9d4dbdd96
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of b7508c97-7dbe-4efa-84d2-2a4db5cf5a63: Amount of 10 has been received from Account number 199c72ff-40ef-4f29-892d-284afdd2f600
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f314390-60b9-4f0d-bd12-f467b064170b: Amount of 765 has to sent to Account number df2d92b2-f232-4ff6-8b7c-cfac2df51547
2024-07-09 19:26:08.259  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae0e4a9c-f29d-4560-bb1f-7cb3d51f66be: Amount of 414 has to sent to Account number 289123f9-36aa-4f9f-97eb-b94f8ae1d615
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of c406a3e2-654c-4689-a474-7300eacb79d8: Amount of 130 has been received from Account number f8caccbf-4b1c-451e-b857-8ba25fa3791d
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c5f696e-98b0-46e8-afac-9ee8c2e64ce0: Amount of 29 has to sent to Account number 7b87fc9f-49e7-4efb-827a-688fdc239f88
2024-07-09 19:26:08.259  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 60dc3a17-d06e-4dbe-9fd1-37bbecd260e9: Amount of 628 has to sent to Account number f46c5f9e-f997-46ff-8d84-ab8c36026e6f
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 183552dc-8e73-4c9b-b60a-18875e0816ae: Amount of 596 has been received from Account number 4149d8ab-ca98-4389-b826-83655311a0b0
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of f46c5f9e-f997-46ff-8d84-ab8c36026e6f: Amount of 628 has been received from Account number 60dc3a17-d06e-4dbe-9fd1-37bbecd260e9
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc37c117-50c6-4dae-a437-8567d1db860f: Amount of 78 has to sent to Account number 02d9f1ca-ba4e-48f3-b380-80a2ac4c81de
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 02d9f1ca-ba4e-48f3-b380-80a2ac4c81de: Amount of 78 has been received from Account number bc37c117-50c6-4dae-a437-8567d1db860f
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9146414a-3bfd-497b-86ba-0c77cc6d64e0: Amount of 805 has to sent to Account number 8e3293e4-bd24-4a28-8fac-f36ad24df05b
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of be380214-2946-4784-8bc8-5495a7363657: Amount of 560 has been received from Account number 742dacf8-1c2e-453b-9af0-e47723e68bee
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1d6fcec4-476a-4e84-bc8f-7d16d93f1083: Amount of 722 has to sent to Account number 8e2b81e6-dbb0-4a15-b224-17c7ba1c272c
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e3293e4-bd24-4a28-8fac-f36ad24df05b: Amount of 805 has been received from Account number 9146414a-3bfd-497b-86ba-0c77cc6d64e0
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1f825c02-c808-4729-a119-c0139ca6bd2e: Amount of 837 has to sent to Account number 667be7f8-44c5-4b93-91a1-a1aaf93fcc5f
2024-07-09 19:26:08.259  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of f9af67cc-b922-46af-a6f5-715eb68abc3e: Amount of 910 has to sent to Account number 27c6d7aa-1f5d-439d-9a5a-7d6d3a9f45fd
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 667be7f8-44c5-4b93-91a1-a1aaf93fcc5f: Amount of 837 has been received from Account number 1f825c02-c808-4729-a119-c0139ca6bd2e
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 699e0de0-d224-4abe-87a3-30547ba21914: Amount of 115 has to sent to Account number a5fea89e-26b1-4928-9c5b-b9289035ec4d
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 27c6d7aa-1f5d-439d-9a5a-7d6d3a9f45fd: Amount of 910 has been received from Account number f9af67cc-b922-46af-a6f5-715eb68abc3e
2024-07-09 19:26:08.259  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3b2c8f34-1535-44cc-8909-a764acd0b7d7: Amount of 451 has to sent to Account number 4f779b21-b2a8-4190-9a83-83f588456d02
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1b006683-78a0-4b26-9d48-d34429ddf6a3: Amount of 916 has to sent to Account number 644f1bad-e29c-4678-8c0b-57edfbca1b4d
2024-07-09 19:26:08.259  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ca8438b-0f19-4ae0-9eef-c3945b304c7f: Amount of 923 has been received from Account number fa1949f2-1087-4561-944b-1c5eb7f27201
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 644f1bad-e29c-4678-8c0b-57edfbca1b4d: Amount of 916 has been received from Account number 1b006683-78a0-4b26-9d48-d34429ddf6a3
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c69a5e3-1a67-4dfd-8b2c-1d6b1a692457: Amount of 454 has to sent to Account number 7bdf79af-b605-4926-9f4b-f437cfc446c2
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1cb40f9b-9cb7-4927-b3b9-e62104c1dfb7: Amount of 429 has been received from Account number a24cf333-a79e-4281-b77b-c37098a29acd
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4ce6541e-7790-44b2-98e8-fdcc2b3ed13a: Amount of 996 has to sent to Account number 40c34b78-8809-44e3-a9e5-0551b5397946
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 40c34b78-8809-44e3-a9e5-0551b5397946: Amount of 996 has been received from Account number 4ce6541e-7790-44b2-98e8-fdcc2b3ed13a
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a7ae0b56-762b-4912-b468-7e0b909ff3ec: Amount of 927 has been received from Account number 6180263f-47a5-4714-a5fc-861580bcdd20
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f30b2e1-6769-42b2-b7e8-282993a85745: Amount of 242 has to sent to Account number f7f637b0-8f81-42b0-83e4-1f5ab0ff9128
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f7f637b0-8f81-42b0-83e4-1f5ab0ff9128: Amount of 242 has been received from Account number 5f30b2e1-6769-42b2-b7e8-282993a85745
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b1663c7-fa19-4748-a8e3-2fdfca5619d1: Amount of 98 has to sent to Account number c77b0970-ee3d-4c20-8696-07e9da847aa8
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of c77b0970-ee3d-4c20-8696-07e9da847aa8: Amount of 98 has been received from Account number 6b1663c7-fa19-4748-a8e3-2fdfca5619d1
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6baa4240-d899-4283-aa12-1a4a855f29dd: Amount of 705 has to sent to Account number 570ac501-9012-4a2a-a215-d82f81670084
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 143c63c5-a262-43ae-ba93-7e02e1bb70b3: Amount of 455 has been received from Account number fae7021a-758e-43fd-81ef-9758db567fb4
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3dbcdb59-f999-42aa-9016-42e8f46d010e: Amount of 195 has to sent to Account number a3a60067-d706-4352-a09c-2efa2a9fd985
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56e88e0b-883b-4b3c-a722-943ab6526373: Amount of 304 has been received from Account number ee240c92-6ba0-4343-a64e-32bf3d14c712
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 570ac501-9012-4a2a-a215-d82f81670084: Amount of 705 has been received from Account number 6baa4240-d899-4283-aa12-1a4a855f29dd
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of c9ddf358-124b-4119-9156-e62062eec3c8: Amount of 267 has been received from Account number cfa55abd-20de-4baa-b0c4-24a963713134
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ab64925c-3e90-41ef-bb07-a2e14dbdb125: Amount of 862 has to sent to Account number e32299a9-3bd9-45b9-b579-09c9e0ce3574
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of d3d39c26-c4fe-44c6-b4f0-13b732b6157c: Amount of 674 has to sent to Account number 4cd5e72a-fced-48f0-b984-81a0fa845a5f
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of e32299a9-3bd9-45b9-b579-09c9e0ce3574: Amount of 862 has been received from Account number ab64925c-3e90-41ef-bb07-a2e14dbdb125
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 174e4aef-1869-4de8-a4fd-bba6466cf612: Amount of 56 has to sent to Account number ae0eba16-8922-4b37-9281-3d335a5219d0
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of df2d92b2-f232-4ff6-8b7c-cfac2df51547: Amount of 765 has been received from Account number 4f314390-60b9-4f0d-bd12-f467b064170b
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4cd5e72a-fced-48f0-b984-81a0fa845a5f: Amount of 674 has been received from Account number d3d39c26-c4fe-44c6-b4f0-13b732b6157c
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae0eba16-8922-4b37-9281-3d335a5219d0: Amount of 56 has been received from Account number 174e4aef-1869-4de8-a4fd-bba6466cf612
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8555967b-3b2e-411e-a47d-2989b11c9835: Amount of 143 has to sent to Account number 5c813fe1-d0d2-4ed4-acc8-a162d1fd222b
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c813fe1-d0d2-4ed4-acc8-a162d1fd222b: Amount of 143 has been received from Account number 8555967b-3b2e-411e-a47d-2989b11c9835
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 33c6ec70-d039-4eea-b842-a648a4a6414c: Amount of 36 has to sent to Account number c8501891-a8df-4418-967f-281bf368ace8
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 33c55f01-1579-4d7f-b6bd-1bd4942e098f: Amount of 651 has to sent to Account number 2c5c56bc-7062-4784-807e-eeaedf745d26
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of c8501891-a8df-4418-967f-281bf368ace8: Amount of 36 has been received from Account number 33c6ec70-d039-4eea-b842-a648a4a6414c
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c5c56bc-7062-4784-807e-eeaedf745d26: Amount of 651 has been received from Account number 33c55f01-1579-4d7f-b6bd-1bd4942e098f
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0eb664e7-ee91-4cc4-a7fb-4a6cbb70ef1b: Amount of 435 has to sent to Account number 7f119ba0-420c-41bb-9acd-340e7f13aebf
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f119ba0-420c-41bb-9acd-340e7f13aebf: Amount of 435 has been received from Account number 0eb664e7-ee91-4cc4-a7fb-4a6cbb70ef1b
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd65a1e4-e2b8-4ae1-b750-de64c9da7a62: Amount of 593 has to sent to Account number 8871e343-f8a0-4487-b046-612b7f87b773
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8871e343-f8a0-4487-b046-612b7f87b773: Amount of 593 has been received from Account number dd65a1e4-e2b8-4ae1-b750-de64c9da7a62
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 289123f9-36aa-4f9f-97eb-b94f8ae1d615: Amount of 414 has been received from Account number ae0e4a9c-f29d-4560-bb1f-7cb3d51f66be
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b87fc9f-49e7-4efb-827a-688fdc239f88: Amount of 29 has been received from Account number 0c5f696e-98b0-46e8-afac-9ee8c2e64ce0
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 11aeb506-96c2-4b19-8517-47a3541575ad: Amount of 720 has to sent to Account number dee5b515-b8f0-4233-902c-2de2d686966e
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf84b5f4-bba8-482f-876f-6ec7a5296c7d: Amount of 25 has to sent to Account number 06aac1ec-baf4-4928-9d95-7e85e9d1c796
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 06aac1ec-baf4-4928-9d95-7e85e9d1c796: Amount of 25 has been received from Account number cf84b5f4-bba8-482f-876f-6ec7a5296c7d
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of dee5b515-b8f0-4233-902c-2de2d686966e: Amount of 720 has been received from Account number 11aeb506-96c2-4b19-8517-47a3541575ad
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77ad3017-8f21-4aa1-847c-2f8925d9e855: Amount of 691 has to sent to Account number ab24744d-c432-4f7d-b109-5e5d5d35451c
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 62723fe2-0487-4722-8494-c5b14c37f313: Amount of 284 has to sent to Account number 5c05b46c-5b42-4e59-94c7-d01ec6f79489
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ab24744d-c432-4f7d-b109-5e5d5d35451c: Amount of 691 has been received from Account number 77ad3017-8f21-4aa1-847c-2f8925d9e855
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 11a91636-eb77-43ce-9873-784501382c68: Amount of 8 has to sent to Account number de407c05-10a5-4f4a-9c02-8b38693302bc
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of de407c05-10a5-4f4a-9c02-8b38693302bc: Amount of 8 has been received from Account number 11a91636-eb77-43ce-9873-784501382c68
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e8dfaab-9830-404b-9ef9-0aa0c968fb5b: Amount of 261 has to sent to Account number f158464c-99d4-4fc9-8987-8470f71bf533
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e2b81e6-dbb0-4a15-b224-17c7ba1c272c: Amount of 722 has been received from Account number 1d6fcec4-476a-4e84-bc8f-7d16d93f1083
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of f158464c-99d4-4fc9-8987-8470f71bf533: Amount of 261 has been received from Account number 9e8dfaab-9830-404b-9ef9-0aa0c968fb5b
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of f42ed6d2-2567-4833-b784-ccfaadfadebb: Amount of 666 has to sent to Account number ea5cc722-4416-4f3c-985b-b3b8e661dd9f
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 404131d0-b143-457d-9924-3470f6182ccf: Amount of 266 has to sent to Account number 53054a25-9b17-4779-b11d-e54d40fa365f
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53054a25-9b17-4779-b11d-e54d40fa365f: Amount of 266 has been received from Account number 404131d0-b143-457d-9924-3470f6182ccf
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of a5fea89e-26b1-4928-9c5b-b9289035ec4d: Amount of 115 has been received from Account number 699e0de0-d224-4abe-87a3-30547ba21914
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1409f558-d884-4c16-b944-384dc73966d1: Amount of 498 has to sent to Account number cf4c3e9a-0ceb-482c-ab0a-c8ad7dd0f989
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ea5cc722-4416-4f3c-985b-b3b8e661dd9f: Amount of 666 has been received from Account number f42ed6d2-2567-4833-b784-ccfaadfadebb
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf4c3e9a-0ceb-482c-ab0a-c8ad7dd0f989: Amount of 498 has been received from Account number 1409f558-d884-4c16-b944-384dc73966d1
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 80bddc33-7047-4742-8e53-734ff2223857: Amount of 749 has to sent to Account number 1e1cac8d-13bd-4ea4-81e5-66a922aea11b
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f779b21-b2a8-4190-9a83-83f588456d02: Amount of 451 has been received from Account number 3b2c8f34-1535-44cc-8909-a764acd0b7d7
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 69a5058e-c228-4d1c-8c87-09fb9b12dadd: Amount of 373 has to sent to Account number bc2b5bf8-8e2b-4b0e-a1bf-661dab391d23
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7bdf79af-b605-4926-9f4b-f437cfc446c2: Amount of 454 has been received from Account number 2c69a5e3-1a67-4dfd-8b2c-1d6b1a692457
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc2b5bf8-8e2b-4b0e-a1bf-661dab391d23: Amount of 373 has been received from Account number 69a5058e-c228-4d1c-8c87-09fb9b12dadd
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of cb460a00-8749-44ee-b810-eba6a7213194: Amount of 200 has to sent to Account number fa340be2-3bb0-43a1-a2d0-342b495a5fd7
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of b32e2c11-f195-43df-a2a9-f52147d48f8c: Amount of 731 has to sent to Account number b5a7697c-4f88-466b-aa27-a7a0b4ae7674
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa340be2-3bb0-43a1-a2d0-342b495a5fd7: Amount of 200 has been received from Account number cb460a00-8749-44ee-b810-eba6a7213194
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of b5a7697c-4f88-466b-aa27-a7a0b4ae7674: Amount of 731 has been received from Account number b32e2c11-f195-43df-a2a9-f52147d48f8c
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2ec23dc-857a-4de5-951c-5b4850d1c7ec: Amount of 218 has to sent to Account number 8d415c89-f555-474d-bc5a-e49295cfec13
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of afe1c11c-7f96-4a26-9bdf-bc18949ed0a4: Amount of 172 has to sent to Account number e26826b9-31a1-4b5e-ba48-de83b4ed8e4e
2024-07-09 19:26:08.264  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d415c89-f555-474d-bc5a-e49295cfec13: Amount of 218 has been received from Account number f2ec23dc-857a-4de5-951c-5b4850d1c7ec
2024-07-09 19:26:08.264  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of e26826b9-31a1-4b5e-ba48-de83b4ed8e4e: Amount of 172 has been received from Account number afe1c11c-7f96-4a26-9bdf-bc18949ed0a4
2024-07-09 19:26:08.264  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c65bab1-f4dd-44fd-8815-07a4099e5649: Amount of 626 has to sent to Account number 93f7c880-0ffd-4a8b-beb0-cb2c0a6226bb
2024-07-09 19:26:08.264  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of d71953ea-696f-4da9-adeb-6e53c08c2f0f: Amount of 638 has to sent to Account number 5fce404a-7c3e-421e-b092-c9214557e129
2024-07-09 19:26:08.264  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 93f7c880-0ffd-4a8b-beb0-cb2c0a6226bb: Amount of 626 has been received from Account number 1c65bab1-f4dd-44fd-8815-07a4099e5649
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of de98b7bb-f2c6-43ef-a534-ef5f1d800f04: Amount of 682 has to sent to Account number eb1361a4-66af-4b58-95e8-b261297458e8
2024-07-09 19:26:08.264  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb1361a4-66af-4b58-95e8-b261297458e8: Amount of 682 has been received from Account number de98b7bb-f2c6-43ef-a534-ef5f1d800f04
2024-07-09 19:26:08.264  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4293b677-7cbc-464b-b6e8-314ecbf9bc6a: Amount of 139 has to sent to Account number 31f5c49e-e21b-4f2c-b5b0-2eb0c91e61b1
2024-07-09 19:26:08.264  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 31f5c49e-e21b-4f2c-b5b0-2eb0c91e61b1: Amount of 139 has been received from Account number 4293b677-7cbc-464b-b6e8-314ecbf9bc6a
2024-07-09 19:26:08.264  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1636f724-b670-4b9a-89f8-f9ec4fde969b: Amount of 873 has to sent to Account number 236ce6b2-4150-43c3-937a-0ac1b3acad26
2024-07-09 19:26:08.264  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 236ce6b2-4150-43c3-937a-0ac1b3acad26: Amount of 873 has been received from Account number 1636f724-b670-4b9a-89f8-f9ec4fde969b
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of a3a60067-d706-4352-a09c-2efa2a9fd985: Amount of 195 has been received from Account number 3dbcdb59-f999-42aa-9016-42e8f46d010e
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9082fb4b-0b19-4be3-b6a4-077eeef293c2: Amount of 559 has to sent to Account number 78175991-3a91-4933-97de-28ada1db6708
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ddad10b-f88c-4f91-8a0e-86652a1c0bff: Amount of 294 has to sent to Account number 1351a00c-6124-4df7-81c6-58575c611252
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 78175991-3a91-4933-97de-28ada1db6708: Amount of 559 has been received from Account number 9082fb4b-0b19-4be3-b6a4-077eeef293c2
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of cc89abfe-b4fb-4b05-8e56-707ad833dc33: Amount of 346 has to sent to Account number 51f0702f-3cc1-4824-a379-2e5345f6cb0f
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 83f33ac5-dd13-4aa5-92d4-242b6931af13: Amount of 873 has to sent to Account number 8c4dd956-44de-485a-bc2b-dfb286a80c55
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 51f0702f-3cc1-4824-a379-2e5345f6cb0f: Amount of 346 has been received from Account number cc89abfe-b4fb-4b05-8e56-707ad833dc33
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c4dd956-44de-485a-bc2b-dfb286a80c55: Amount of 873 has been received from Account number 83f33ac5-dd13-4aa5-92d4-242b6931af13
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 34dddb86-c97e-47b2-84d6-7a5104074076: Amount of 390 has to sent to Account number d0e5e3b5-7000-4c94-b2a6-9b486802c46d
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1351a00c-6124-4df7-81c6-58575c611252: Amount of 294 has been received from Account number 0ddad10b-f88c-4f91-8a0e-86652a1c0bff
2024-07-09 19:26:08.265  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of d0e5e3b5-7000-4c94-b2a6-9b486802c46d: Amount of 390 has been received from Account number 34dddb86-c97e-47b2-84d6-7a5104074076
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 24c71f06-d9d5-4027-b989-f5718c04709d: Amount of 760 has to sent to Account number afd4efed-95ec-4c60-a385-581e1bd671ef
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7e16c813-bf45-4c7f-b7cd-ab22594c2473: Amount of 278 has to sent to Account number 68391a59-4c21-4cb5-ba8a-90a024083506
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of afd4efed-95ec-4c60-a385-581e1bd671ef: Amount of 760 has been received from Account number 24c71f06-d9d5-4027-b989-f5718c04709d
2024-07-09 19:26:08.265  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 68391a59-4c21-4cb5-ba8a-90a024083506: Amount of 278 has been received from Account number 7e16c813-bf45-4c7f-b7cd-ab22594c2473
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of c6b1eb09-701f-418b-8727-6d91e7403fd9: Amount of 604 has to sent to Account number f527dedd-5bc7-4470-af30-219ab99c0a22
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of f527dedd-5bc7-4470-af30-219ab99c0a22: Amount of 604 has been received from Account number c6b1eb09-701f-418b-8727-6d91e7403fd9
2024-07-09 19:26:08.265  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6c8b0871-91b2-43ba-8b14-5ec9b4e2ca57: Amount of 78 has to sent to Account number cf810969-1a5e-4a73-a0cb-57742d053fd1
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6451f5e-0ecf-43b8-b489-b8f5bbb37a46: Amount of 899 has to sent to Account number 709be6c0-25d8-459d-91df-d816d63eecf8
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 709be6c0-25d8-459d-91df-d816d63eecf8: Amount of 899 has been received from Account number d6451f5e-0ecf-43b8-b489-b8f5bbb37a46
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4de97fdc-3ce3-4b7b-a620-8089daed6e15: Amount of 192 has to sent to Account number 68f02fd4-f32c-4dca-89ce-3c6fb760670a
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 68f02fd4-f32c-4dca-89ce-3c6fb760670a: Amount of 192 has been received from Account number 4de97fdc-3ce3-4b7b-a620-8089daed6e15
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of e26e78f0-6e4b-41a4-9d8f-efa7c21779a3: Amount of 714 has to sent to Account number 9784794a-ca33-480d-a9a5-b859be853e29
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9784794a-ca33-480d-a9a5-b859be853e29: Amount of 714 has been received from Account number e26e78f0-6e4b-41a4-9d8f-efa7c21779a3
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64f7c8bf-3d30-4d4b-943b-fef8f78601b8: Amount of 892 has to sent to Account number 075e43de-5cfe-483a-be44-245f9fcd299e
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 075e43de-5cfe-483a-be44-245f9fcd299e: Amount of 892 has been received from Account number 64f7c8bf-3d30-4d4b-943b-fef8f78601b8
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee1a554d-b381-486a-b626-89a0f87bb1b3: Amount of 237 has to sent to Account number 921aef24-ca68-401e-bee5-a877fb121039
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 921aef24-ca68-401e-bee5-a877fb121039: Amount of 237 has been received from Account number ee1a554d-b381-486a-b626-89a0f87bb1b3
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 848875a3-7ff6-4c75-a73e-ebf72eecc273: Amount of 485 has to sent to Account number 9fad24d3-bfa2-480c-815f-277c6a4d3c5d
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9fad24d3-bfa2-480c-815f-277c6a4d3c5d: Amount of 485 has been received from Account number 848875a3-7ff6-4c75-a73e-ebf72eecc273
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of a7e125e2-e11c-4737-91be-4a874d60b551: Amount of 101 has to sent to Account number bfc2fe48-26e1-46ef-8f21-8fde2b57c13a
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 09693b13-f6c9-4986-b1df-7b19d6c54d5d: Amount of 266 has to sent to Account number c20b28eb-ff13-4628-ba51-f1381b4b949f
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of bfc2fe48-26e1-46ef-8f21-8fde2b57c13a: Amount of 101 has been received from Account number a7e125e2-e11c-4737-91be-4a874d60b551
2024-07-09 19:26:08.265  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of c20b28eb-ff13-4628-ba51-f1381b4b949f: Amount of 266 has been received from Account number 09693b13-f6c9-4986-b1df-7b19d6c54d5d
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of d40f4cef-f400-4789-a494-e2d6ee7daa2e: Amount of 964 has to sent to Account number 3251d747-57c9-46d8-9a72-4d6cc9d28141
2024-07-09 19:26:08.265  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of f5b26a3c-c347-42b0-9d0d-478f467ed45f: Amount of 265 has to sent to Account number 9e5ef107-1303-4ca9-bdec-ce0934e6445e
2024-07-09 19:26:08.265  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e5ef107-1303-4ca9-bdec-ce0934e6445e: Amount of 265 has been received from Account number f5b26a3c-c347-42b0-9d0d-478f467ed45f
2024-07-09 19:26:08.265  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of a1ab0c17-6148-4be6-a515-314789cd5d31: Amount of 305 has to sent to Account number 4500bb26-25dc-4612-ae2e-a65c0b6793e3
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42ee2c26-af18-4b64-a309-7fdeeb1ec7f6: Amount of 497 has to sent to Account number f54385cd-9f85-4bf1-b955-202c7b8b3e8f
2024-07-09 19:26:08.262  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c05b46c-5b42-4e59-94c7-d01ec6f79489: Amount of 284 has been received from Account number 62723fe2-0487-4722-8494-c5b14c37f313
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of b8aec9eb-6316-471c-9289-5f9a3b6e848e: Amount of 139 has to sent to Account number a4ce3308-b458-4b33-bea6-5c3314bf103d
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4ce3308-b458-4b33-bea6-5c3314bf103d: Amount of 139 has been received from Account number b8aec9eb-6316-471c-9289-5f9a3b6e848e
2024-07-09 19:26:08.265  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5e28eea8-4d6a-4ac6-92dc-4a540bc95409: Amount of 844 has to sent to Account number 7a4713b9-7fbf-4dd8-b943-4b54b31ba306
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 10edef1e-e01a-47dd-baf9-3acac094d8b5: Amount of 911 has to sent to Account number 0220c4e4-843a-4cef-9a91-af36a32456ec
2024-07-09 19:26:08.265  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7a4713b9-7fbf-4dd8-b943-4b54b31ba306: Amount of 844 has been received from Account number 5e28eea8-4d6a-4ac6-92dc-4a540bc95409
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0220c4e4-843a-4cef-9a91-af36a32456ec: Amount of 911 has been received from Account number 10edef1e-e01a-47dd-baf9-3acac094d8b5
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee9954bb-774c-4dec-bf91-07ca231dff3a: Amount of 619 has to sent to Account number d06dcb97-2916-48b7-a8a2-7077d75fb35c
2024-07-09 19:26:08.265  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3747cac0-5631-49d5-860e-700a72fad65c: Amount of 593 has to sent to Account number 2e4bea1b-70ac-4f87-afbc-ef1b2ec8b018
2024-07-09 19:26:08.265  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e4bea1b-70ac-4f87-afbc-ef1b2ec8b018: Amount of 593 has been received from Account number 3747cac0-5631-49d5-860e-700a72fad65c
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of d06dcb97-2916-48b7-a8a2-7077d75fb35c: Amount of 619 has been received from Account number ee9954bb-774c-4dec-bf91-07ca231dff3a
2024-07-09 19:26:08.265  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5869b304-e8bb-4c4e-bc38-16ef3449347b: Amount of 777 has to sent to Account number 64cbd1a2-f516-4b1b-860c-ce737e836aa0
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2d1ee707-6fe2-4eba-8422-a91389dce70f: Amount of 817 has to sent to Account number c4f216fb-b238-4dda-8cbb-f6a13c1a5c5b
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of c4f216fb-b238-4dda-8cbb-f6a13c1a5c5b: Amount of 817 has been received from Account number 2d1ee707-6fe2-4eba-8422-a91389dce70f
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of c5757091-e1d3-46ea-8b6a-620806976a53: Amount of 503 has to sent to Account number 0319b378-e629-4e2f-88c0-5be3b98ccc8b
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0319b378-e629-4e2f-88c0-5be3b98ccc8b: Amount of 503 has been received from Account number c5757091-e1d3-46ea-8b6a-620806976a53
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 57be6f7d-c6b2-4192-8591-eccf5d026cab: Amount of 143 has to sent to Account number 38527c2b-9d10-49b0-a74a-becd6ccc9b86
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f4a7786-4a1f-40ec-b47b-7bf2c6f61452: Amount of 455 has to sent to Account number adc3022f-2fda-4bbc-9c60-c20acb1bf0b4
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 38527c2b-9d10-49b0-a74a-becd6ccc9b86: Amount of 143 has been received from Account number 57be6f7d-c6b2-4192-8591-eccf5d026cab
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of adc3022f-2fda-4bbc-9c60-c20acb1bf0b4: Amount of 455 has been received from Account number 5f4a7786-4a1f-40ec-b47b-7bf2c6f61452
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7c98cb2e-00c9-4e1a-80c3-9c568facac9d: Amount of 671 has to sent to Account number fc7a3e9e-9771-4b53-8c9a-0f38337c0bd2
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc7a3e9e-9771-4b53-8c9a-0f38337c0bd2: Amount of 671 has been received from Account number 7c98cb2e-00c9-4e1a-80c3-9c568facac9d
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of b5cd0e3f-b3da-43c2-ae33-56db896be2db: Amount of 896 has to sent to Account number 62b6582d-12a3-41a2-b296-cd2d7c2fa985
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 62b6582d-12a3-41a2-b296-cd2d7c2fa985: Amount of 896 has been received from Account number b5cd0e3f-b3da-43c2-ae33-56db896be2db
2024-07-09 19:26:08.262  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1e1cac8d-13bd-4ea4-81e5-66a922aea11b: Amount of 749 has been received from Account number 80bddc33-7047-4742-8e53-734ff2223857
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of aa9c9a1b-9eb1-45ce-b53d-8ea8bc8b61a9: Amount of 431 has to sent to Account number 2788239c-73d3-4f8c-8aef-9ce0d11d17de
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2788239c-73d3-4f8c-8aef-9ce0d11d17de: Amount of 431 has been received from Account number aa9c9a1b-9eb1-45ce-b53d-8ea8bc8b61a9
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 48545cab-5789-4944-863a-0550769aede6: Amount of 64 has to sent to Account number a9be80ec-6ae9-4660-b909-13e4d39b47bf
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9be80ec-6ae9-4660-b909-13e4d39b47bf: Amount of 64 has been received from Account number 48545cab-5789-4944-863a-0550769aede6
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2d2c3295-2a7b-47cd-9d2b-3aa0e81512ed: Amount of 238 has to sent to Account number d8a8f4e8-480b-41e1-ad9a-4437a609274e
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of d8a8f4e8-480b-41e1-ad9a-4437a609274e: Amount of 238 has been received from Account number 2d2c3295-2a7b-47cd-9d2b-3aa0e81512ed
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f5f1107-9177-45ad-87e8-249fab3a8a2b: Amount of 910 has to sent to Account number 5346ade3-02fe-48ca-9a6e-606b7b7ba2e3
2024-07-09 19:26:08.264  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b9c9b5d-6f35-45ac-91de-1846f075e4fd: Amount of 594 has to sent to Account number e9c9f7c0-0718-4bd5-931b-8bddf06f2795
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of e9c9f7c0-0718-4bd5-931b-8bddf06f2795: Amount of 594 has been received from Account number 7b9c9b5d-6f35-45ac-91de-1846f075e4fd
2024-07-09 19:26:08.264  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 82fad14e-7b46-4802-afa9-e567c7156dbe: Amount of 972 has to sent to Account number 937a4d18-2089-4cb0-a138-e998047bbf79
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 937a4d18-2089-4cb0-a138-e998047bbf79: Amount of 972 has been received from Account number 82fad14e-7b46-4802-afa9-e567c7156dbe
2024-07-09 19:26:08.264  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5fce404a-7c3e-421e-b092-c9214557e129: Amount of 638 has been received from Account number d71953ea-696f-4da9-adeb-6e53c08c2f0f
2024-07-09 19:26:08.264  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of e1fa5eda-872f-4530-a07d-98bc7c28f325: Amount of 69 has to sent to Account number e5c14722-88df-4fd3-9011-7cdde086d971
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of c5ce3859-ca73-4d7b-87a9-5e6f1d9844ad: Amount of 880 has to sent to Account number 7d05c7c7-ab9c-478c-a490-d76c9587335b
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7d05c7c7-ab9c-478c-a490-d76c9587335b: Amount of 880 has been received from Account number c5ce3859-ca73-4d7b-87a9-5e6f1d9844ad
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of e5c14722-88df-4fd3-9011-7cdde086d971: Amount of 69 has been received from Account number e1fa5eda-872f-4530-a07d-98bc7c28f325
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8fce2e46-369e-44d1-82cc-5851eefd91f2: Amount of 207 has to sent to Account number 2a3eade0-d018-432e-ae22-48e9d0a6c83d
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2a3eade0-d018-432e-ae22-48e9d0a6c83d: Amount of 207 has been received from Account number 8fce2e46-369e-44d1-82cc-5851eefd91f2
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of c8064802-731b-43d8-a517-0e9ccf439ddb: Amount of 53 has to sent to Account number 30aefe72-617e-423a-bcfe-674d5d7fd81a
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of c94e1d37-e96f-4bbd-ad70-3671630b5b96: Amount of 639 has to sent to Account number 4b59b66a-a3f6-4b55-8cfd-991f9c64b755
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 30aefe72-617e-423a-bcfe-674d5d7fd81a: Amount of 53 has been received from Account number c8064802-731b-43d8-a517-0e9ccf439ddb
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4b59b66a-a3f6-4b55-8cfd-991f9c64b755: Amount of 639 has been received from Account number c94e1d37-e96f-4bbd-ad70-3671630b5b96
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9b6057bf-95c1-4f40-9fba-83b02dfeff27: Amount of 465 has to sent to Account number 294c1f11-7d4b-416b-b58f-785524a85c06
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of f0007104-4ca9-4d1f-bbbd-05e47f6b9e86: Amount of 749 has to sent to Account number 6bacc4a5-8b85-4f9c-9fe4-935d885d941a
2024-07-09 19:26:08.264  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of dfed7f87-e332-448d-a1e2-a56cb92c1770: Amount of 731 has to sent to Account number 33cff621-80bc-41c6-b385-2aa21e7bedd8
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6bacc4a5-8b85-4f9c-9fe4-935d885d941a: Amount of 749 has been received from Account number f0007104-4ca9-4d1f-bbbd-05e47f6b9e86
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d7dae91-13da-469b-8829-7b9aee1eb433: Amount of 811 has to sent to Account number ad0581bf-ce18-4781-b046-4fc3a5981e10
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ad0581bf-ce18-4781-b046-4fc3a5981e10: Amount of 811 has been received from Account number 8d7dae91-13da-469b-8829-7b9aee1eb433
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 87956901-9450-4e92-8ffe-036d8acbc774: Amount of 507 has to sent to Account number ff45941b-d3da-42a0-8898-09ca2b15ce28
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ff45941b-d3da-42a0-8898-09ca2b15ce28: Amount of 507 has been received from Account number 87956901-9450-4e92-8ffe-036d8acbc774
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77b68c3b-9ade-480b-8879-0d94323ab64d: Amount of 105 has to sent to Account number 0a3e86df-9cd5-4e6a-b731-e15c97e0a4cb
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a3e86df-9cd5-4e6a-b731-e15c97e0a4cb: Amount of 105 has been received from Account number 77b68c3b-9ade-480b-8879-0d94323ab64d
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of f946f702-0da8-46c1-a6fc-1aab1ba63124: Amount of 159 has to sent to Account number 520c5929-9a8f-4e94-bccf-f000f1bd48e5
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 520c5929-9a8f-4e94-bccf-f000f1bd48e5: Amount of 159 has been received from Account number f946f702-0da8-46c1-a6fc-1aab1ba63124
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 33cff621-80bc-41c6-b385-2aa21e7bedd8: Amount of 731 has been received from Account number dfed7f87-e332-448d-a1e2-a56cb92c1770
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 313cd953-a669-4ee2-acfb-68eac2f81ef5: Amount of 76 has to sent to Account number 46bbaf08-c080-48a0-8965-3ca83aad3813
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 46bbaf08-c080-48a0-8965-3ca83aad3813: Amount of 76 has been received from Account number 313cd953-a669-4ee2-acfb-68eac2f81ef5
2024-07-09 19:26:08.264  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of dca54d4c-a919-4d10-8844-5382148dd0cb: Amount of 750 has to sent to Account number bc38e6c5-24c3-4c67-852f-adb55c08426e
2024-07-09 19:26:08.265  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ab9af107-8a73-489d-90f4-b4f9f09299ce: Amount of 666 has to sent to Account number d2f6b500-75b0-4fb6-a07a-6d878decfbbd
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 544e082f-328b-4aa5-988c-56b9e8df6737: Amount of 46 has to sent to Account number 5736ff0a-661d-4945-a50f-9fbb30e1b864
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5736ff0a-661d-4945-a50f-9fbb30e1b864: Amount of 46 has been received from Account number 544e082f-328b-4aa5-988c-56b9e8df6737
2024-07-09 19:26:08.265  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 812a6d61-f959-465e-be6b-195d0160bf7a: Amount of 201 has to sent to Account number d223de4b-93d9-462f-9b43-75ba425638b7
2024-07-09 19:26:08.265  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf810969-1a5e-4a73-a0cb-57742d053fd1: Amount of 78 has been received from Account number 6c8b0871-91b2-43ba-8b14-5ec9b4e2ca57
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ef5b70c2-8a24-4f40-ae07-a86dcff3d3c4: Amount of 284 has to sent to Account number 856d73fc-7e30-4763-95d7-e9f5549e96aa
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 856d73fc-7e30-4763-95d7-e9f5549e96aa: Amount of 284 has been received from Account number ef5b70c2-8a24-4f40-ae07-a86dcff3d3c4
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 073dbfc3-31e7-4616-b38e-7d9211eb5436: Amount of 714 has to sent to Account number c3e4d8fb-2fd3-4a62-aece-483188959b3c
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3e4d8fb-2fd3-4a62-aece-483188959b3c: Amount of 714 has been received from Account number 073dbfc3-31e7-4616-b38e-7d9211eb5436
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4bdc74a9-8785-4b52-99ea-dc9d20036459: Amount of 293 has to sent to Account number b9bbc2e0-d87f-4a31-8497-3ca8e6d33764
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of aec51b02-3759-486b-a37e-0b2a2a1c5f99: Amount of 398 has to sent to Account number 810c6997-6279-4ff9-bf4e-3a514cf2f762
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of b9bbc2e0-d87f-4a31-8497-3ca8e6d33764: Amount of 293 has been received from Account number 4bdc74a9-8785-4b52-99ea-dc9d20036459
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ddd34843-9a05-45f5-855d-790ea21a8670: Amount of 292 has to sent to Account number 4411413d-2765-4a49-b20c-3bfcabcdf6f2
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4411413d-2765-4a49-b20c-3bfcabcdf6f2: Amount of 292 has been received from Account number ddd34843-9a05-45f5-855d-790ea21a8670
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e7acdf6-3b9d-49b2-a641-a71bba6ace52: Amount of 658 has to sent to Account number 956e19db-6bba-4627-9037-808755345123
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3251d747-57c9-46d8-9a72-4d6cc9d28141: Amount of 964 has been received from Account number d40f4cef-f400-4789-a494-e2d6ee7daa2e
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of f0d65adb-4657-484e-9951-9fdb8efb284c: Amount of 935 has to sent to Account number 2f95f4ee-ac1d-429f-a9bb-9faf4207971a
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2f95f4ee-ac1d-429f-a9bb-9faf4207971a: Amount of 935 has been received from Account number f0d65adb-4657-484e-9951-9fdb8efb284c
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7badc83c-5437-4568-8ae3-a081313755a3: Amount of 665 has to sent to Account number 376eb65e-0979-4e74-9ee3-8545baf62878
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 376eb65e-0979-4e74-9ee3-8545baf62878: Amount of 665 has been received from Account number 7badc83c-5437-4568-8ae3-a081313755a3
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of bcd5fd36-9058-4f93-99cd-bc050603fcc9: Amount of 746 has to sent to Account number 057901cb-5e19-4156-bb59-f1ff2a8bd508
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 057901cb-5e19-4156-bb59-f1ff2a8bd508: Amount of 746 has been received from Account number bcd5fd36-9058-4f93-99cd-bc050603fcc9
2024-07-09 19:26:08.265  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4500bb26-25dc-4612-ae2e-a65c0b6793e3: Amount of 305 has been received from Account number a1ab0c17-6148-4be6-a515-314789cd5d31
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of af21bdec-12d7-4eff-8861-f00fc75cc640: Amount of 973 has to sent to Account number 47ee9da1-f5d9-4f53-a1f6-208e7712341c
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 47ee9da1-f5d9-4f53-a1f6-208e7712341c: Amount of 973 has been received from Account number af21bdec-12d7-4eff-8861-f00fc75cc640
2024-07-09 19:26:08.265  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of f54385cd-9f85-4bf1-b955-202c7b8b3e8f: Amount of 497 has been received from Account number 42ee2c26-af18-4b64-a309-7fdeeb1ec7f6
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2bcda351-0cc7-4b87-b194-fe2ab2e91978: Amount of 625 has to sent to Account number a4731b0f-b3ba-4523-bd66-bb1062be79d3
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4731b0f-b3ba-4523-bd66-bb1062be79d3: Amount of 625 has been received from Account number 2bcda351-0cc7-4b87-b194-fe2ab2e91978
2024-07-09 19:26:08.265  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64cbd1a2-f516-4b1b-860c-ce737e836aa0: Amount of 777 has been received from Account number 5869b304-e8bb-4c4e-bc38-16ef3449347b
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8cd6458c-9a8d-40cb-88d1-5570afffd345: Amount of 597 has to sent to Account number 4f651048-9c46-4370-bde2-31589f175549
2024-07-09 19:26:08.265  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of bbb1ac7b-6922-4ef8-affa-20e173394ac1: Amount of 246 has to sent to Account number fc1f51d9-8b06-496e-9213-a8fe94abab00
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb2188ff-4335-411c-8b35-05fac71d4bb5: Amount of 612 has to sent to Account number 856300c7-58fe-4fb9-9441-35920a3c577f
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4405d85f-e57c-42de-8cf7-6a77960bfc25: Amount of 83 has to sent to Account number 327ffd1a-bc65-47c9-8a74-69690f49a728
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 856300c7-58fe-4fb9-9441-35920a3c577f: Amount of 612 has been received from Account number eb2188ff-4335-411c-8b35-05fac71d4bb5
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc1f51d9-8b06-496e-9213-a8fe94abab00: Amount of 246 has been received from Account number bbb1ac7b-6922-4ef8-affa-20e173394ac1
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9013b465-a4cd-46ff-8dbb-6484265e40ea: Amount of 482 has to sent to Account number a3d6914a-ad96-4dc9-9fed-1a4be9405caf
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3aa5d37-5702-4ee9-903b-e23ffc503130: Amount of 44 has to sent to Account number ae978936-1558-4cb9-8124-8c8c156a6a10
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5346ade3-02fe-48ca-9a6e-606b7b7ba2e3: Amount of 910 has been received from Account number 4f5f1107-9177-45ad-87e8-249fab3a8a2b
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae978936-1558-4cb9-8124-8c8c156a6a10: Amount of 44 has been received from Account number c3aa5d37-5702-4ee9-903b-e23ffc503130
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 835b5763-711f-4604-a15d-843ec8bcace3: Amount of 51 has to sent to Account number 0ad9f262-eb2e-44d0-b94d-cb35b9f10657
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ad9f262-eb2e-44d0-b94d-cb35b9f10657: Amount of 51 has been received from Account number 835b5763-711f-4604-a15d-843ec8bcace3
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of e6292a25-6eaa-442b-bd57-e66e12935bcf: Amount of 57 has to sent to Account number efba9410-9f81-4fb9-9097-876f31154c45
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 245126cc-e081-433c-a875-5bda1580c27b: Amount of 587 has to sent to Account number 146d5a2d-f733-492d-b700-c563ad440044
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of efba9410-9f81-4fb9-9097-876f31154c45: Amount of 57 has been received from Account number e6292a25-6eaa-442b-bd57-e66e12935bcf
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a62ccc7-3c58-43a5-bc7e-c26f5020ab8c: Amount of 202 has to sent to Account number 5b3d01df-ff77-4d03-badd-874c42d35324
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 146d5a2d-f733-492d-b700-c563ad440044: Amount of 587 has been received from Account number 245126cc-e081-433c-a875-5bda1580c27b
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 50d2cd83-f142-422e-80c5-0615f02d26bd: Amount of 308 has to sent to Account number c64a5cf2-2d42-40db-8a78-d66c1aa15bdf
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f8f1c16-130d-45c5-a510-7cd8ab70a961: Amount of 485 has to sent to Account number 42610df8-e1fa-4a42-9f37-38bc6289c849
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 294c1f11-7d4b-416b-b58f-785524a85c06: Amount of 465 has been received from Account number 9b6057bf-95c1-4f40-9fba-83b02dfeff27
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42610df8-e1fa-4a42-9f37-38bc6289c849: Amount of 485 has been received from Account number 4f8f1c16-130d-45c5-a510-7cd8ab70a961
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7d811d7f-230a-48ce-a257-96c2c3244c1a: Amount of 209 has to sent to Account number b45dd9e5-76da-47db-abfa-459ad5a6399f
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of a783fd52-12fe-4eea-94cc-d3be0baf04d0: Amount of 323 has to sent to Account number 151f6d0b-59ee-43c8-ad44-d6f4c3c5d7ff
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of b45dd9e5-76da-47db-abfa-459ad5a6399f: Amount of 209 has been received from Account number 7d811d7f-230a-48ce-a257-96c2c3244c1a
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of eaa077a7-0b43-4fba-b729-937e723a5a58: Amount of 329 has to sent to Account number e1c727ae-d143-4e6d-9a51-c19157472512
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ab881979-0151-4e98-ae1f-80ba134cfbd2: Amount of 292 has to sent to Account number 7b26388f-0643-45a8-b15d-5fc67a27d575
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 447cd26a-d7b6-4597-9fea-c7356e9520ae: Amount of 738 has to sent to Account number 92e88474-5527-48ef-8574-389977089c6f
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 92e88474-5527-48ef-8574-389977089c6f: Amount of 738 has been received from Account number 447cd26a-d7b6-4597-9fea-c7356e9520ae
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f7839e0-7e85-4803-9cd4-da181e2497c6: Amount of 951 has to sent to Account number 25835d85-1969-4ae4-86aa-f9c630f028c1
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25835d85-1969-4ae4-86aa-f9c630f028c1: Amount of 951 has been received from Account number 3f7839e0-7e85-4803-9cd4-da181e2497c6
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b26388f-0643-45a8-b15d-5fc67a27d575: Amount of 292 has been received from Account number ab881979-0151-4e98-ae1f-80ba134cfbd2
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc38e6c5-24c3-4c67-852f-adb55c08426e: Amount of 750 has been received from Account number dca54d4c-a919-4d10-8844-5382148dd0cb
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ce1bf4f-1024-4368-aaa8-a0af77a56c38: Amount of 820 has to sent to Account number 0f883904-75df-4c67-94ed-19e839d63bcc
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 310114d6-cba8-4061-9729-d769cceb40bb: Amount of 951 has to sent to Account number 166b3359-47ca-4f38-a81c-9c1e64807fa7
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0f883904-75df-4c67-94ed-19e839d63bcc: Amount of 820 has been received from Account number 3ce1bf4f-1024-4368-aaa8-a0af77a56c38
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 166b3359-47ca-4f38-a81c-9c1e64807fa7: Amount of 951 has been received from Account number 310114d6-cba8-4061-9729-d769cceb40bb
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of be5460be-1d6b-43e0-96f8-f63b0a5b5dc2: Amount of 988 has to sent to Account number e5248f42-7e58-4b3c-b96d-a00ad1390b24
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3bc030e-e16a-40f7-9415-613843d98e34: Amount of 586 has to sent to Account number 835efda6-9e36-4dec-9556-3a4aec3ae84b
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of e5248f42-7e58-4b3c-b96d-a00ad1390b24: Amount of 988 has been received from Account number be5460be-1d6b-43e0-96f8-f63b0a5b5dc2
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 835efda6-9e36-4dec-9556-3a4aec3ae84b: Amount of 586 has been received from Account number c3bc030e-e16a-40f7-9415-613843d98e34
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f6f732cb-9d86-4da5-95ac-1c770f107400: Amount of 261 has to sent to Account number 8f530559-a708-465e-b5ec-5afea5dadd29
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6290ec3f-8cc8-43f9-ba63-7e2d9b81fcde: Amount of 989 has to sent to Account number 91d9b290-d28f-4556-99d2-c4aab3834cad
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2f6b500-75b0-4fb6-a07a-6d878decfbbd: Amount of 666 has been received from Account number ab9af107-8a73-489d-90f4-b4f9f09299ce
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 91d9b290-d28f-4556-99d2-c4aab3834cad: Amount of 989 has been received from Account number 6290ec3f-8cc8-43f9-ba63-7e2d9b81fcde
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 259e7e88-0502-4e82-968c-f499a4177fd4: Amount of 956 has to sent to Account number fbce7b26-833e-4abc-b191-8b16d6d69394
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 537d432f-1bf7-4869-864a-ab358943f774: Amount of 338 has to sent to Account number 1941ed9c-338e-44b2-bd1a-c70aeb1b5982
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of d223de4b-93d9-462f-9b43-75ba425638b7: Amount of 201 has been received from Account number 812a6d61-f959-465e-be6b-195d0160bf7a
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 810c6997-6279-4ff9-bf4e-3a514cf2f762: Amount of 398 has been received from Account number aec51b02-3759-486b-a37e-0b2a2a1c5f99
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 956e19db-6bba-4627-9037-808755345123: Amount of 658 has been received from Account number 2e7acdf6-3b9d-49b2-a641-a71bba6ace52
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 17c69fe1-eaf5-48ce-8cc6-d8581fc17f4e: Amount of 399 has to sent to Account number e7a0c990-0e07-4448-94b9-cc7c4adcc38c
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 932e9bbe-f027-42c9-904c-d90624bb3444: Amount of 712 has to sent to Account number b6f0c4da-ceed-4fe9-bf72-36e391be15ee
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9c5eab6d-7962-4bea-a0ff-55339388d0cd: Amount of 42 has to sent to Account number 8b0f083c-93b4-4ae9-a8f4-b1ac46db0591
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 76bc4807-3adf-4276-b64e-8cc70ab35851: Amount of 158 has to sent to Account number 2e44f5dd-aa2f-4dac-8a68-384db3d97899
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 40969a42-c231-417d-89f2-d8ae99309095: Amount of 469 has to sent to Account number 9a30e93f-6b29-420e-8da1-90da8efd753d
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e44f5dd-aa2f-4dac-8a68-384db3d97899: Amount of 158 has been received from Account number 76bc4807-3adf-4276-b64e-8cc70ab35851
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 268db3c6-1572-42ed-976a-a3d25e577569: Amount of 172 has to sent to Account number 9d62ccc7-3809-465a-926d-4abcda36b6a4
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9a30e93f-6b29-420e-8da1-90da8efd753d: Amount of 469 has been received from Account number 40969a42-c231-417d-89f2-d8ae99309095
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d62ccc7-3809-465a-926d-4abcda36b6a4: Amount of 172 has been received from Account number 268db3c6-1572-42ed-976a-a3d25e577569
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4c88c400-a758-4398-b156-654fee306750: Amount of 983 has to sent to Account number 965f673f-f4f8-4cf9-8412-ade63ecec3a5
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3c7b25b1-5bbd-4c69-9616-322f5bbb3207: Amount of 414 has to sent to Account number ebf03cbc-c9b3-4279-9249-ca666de1bf2a
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ebf03cbc-c9b3-4279-9249-ca666de1bf2a: Amount of 414 has been received from Account number 3c7b25b1-5bbd-4c69-9616-322f5bbb3207
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f651048-9c46-4370-bde2-31589f175549: Amount of 597 has been received from Account number 8cd6458c-9a8d-40cb-88d1-5570afffd345
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of db624040-34a3-49ef-b65b-6a03069ed732: Amount of 778 has to sent to Account number d01e71cf-5603-4341-be87-4c9ea2e5e88a
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 327ffd1a-bc65-47c9-8a74-69690f49a728: Amount of 83 has been received from Account number 4405d85f-e57c-42de-8cf7-6a77960bfc25
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a3d6914a-ad96-4dc9-9fed-1a4be9405caf: Amount of 482 has been received from Account number 9013b465-a4cd-46ff-8dbb-6484265e40ea
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b3d01df-ff77-4d03-badd-874c42d35324: Amount of 202 has been received from Account number 6a62ccc7-3c58-43a5-bc7e-c26f5020ab8c
2024-07-09 19:26:08.269  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of c1f2a2e8-6fa9-47d9-96c0-b80a4faf4180: Amount of 120 has to sent to Account number c8245cdd-79de-4845-89cb-746e3541cb16
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c7a6d1cb-9efc-4167-b1ae-8a19db5b3875: Amount of 81 has to sent to Account number 624bd9a3-c088-470d-a8ca-450dd786c2bf
2024-07-09 19:26:08.270  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of b50acdba-c159-4fcc-837c-c093e70d1783: Amount of 543 has to sent to Account number 802f2de9-9890-4301-9431-686897b8bbe6
2024-07-09 19:26:08.270  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of c8245cdd-79de-4845-89cb-746e3541cb16: Amount of 120 has been received from Account number c1f2a2e8-6fa9-47d9-96c0-b80a4faf4180
2024-07-09 19:26:08.270  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77ef335e-c4cc-4f95-ad68-4f15540ba819: Amount of 498 has to sent to Account number b0f99c18-e94b-4e7d-b353-b8ff520df657
2024-07-09 19:26:08.270  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d69288b8-420f-49f3-8298-5320df91a371: Amount of 590 has to sent to Account number 87eab260-76dd-4775-9790-1dd4cd6943d4
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of c64a5cf2-2d42-40db-8a78-d66c1aa15bdf: Amount of 308 has been received from Account number 50d2cd83-f142-422e-80c5-0615f02d26bd
2024-07-09 19:26:08.270  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 87eab260-76dd-4775-9790-1dd4cd6943d4: Amount of 590 has been received from Account number d69288b8-420f-49f3-8298-5320df91a371
2024-07-09 19:26:08.270  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of b0f99c18-e94b-4e7d-b353-b8ff520df657: Amount of 498 has been received from Account number 77ef335e-c4cc-4f95-ad68-4f15540ba819
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 151f6d0b-59ee-43c8-ad44-d6f4c3c5d7ff: Amount of 323 has been received from Account number a783fd52-12fe-4eea-94cc-d3be0baf04d0
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of e1c727ae-d143-4e6d-9a51-c19157472512: Amount of 329 has been received from Account number eaa077a7-0b43-4fba-b729-937e723a5a58
2024-07-09 19:26:08.270  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1f940673-4774-412c-8a54-63d7dd8bf56b: Amount of 413 has to sent to Account number 8aa359c1-7587-4e9c-a28d-38359b02b563
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 13e6e388-e73f-45ae-98b6-5386e2c2f6fd: Amount of 789 has to sent to Account number 93de98b5-7197-47ed-b4ed-2cb0d926cfba
2024-07-09 19:26:08.270  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8aa359c1-7587-4e9c-a28d-38359b02b563: Amount of 413 has been received from Account number 1f940673-4774-412c-8a54-63d7dd8bf56b
2024-07-09 19:26:08.270  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 93de98b5-7197-47ed-b4ed-2cb0d926cfba: Amount of 789 has been received from Account number 13e6e388-e73f-45ae-98b6-5386e2c2f6fd
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f530559-a708-465e-b5ec-5afea5dadd29: Amount of 261 has been received from Account number f6f732cb-9d86-4da5-95ac-1c770f107400
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of fbce7b26-833e-4abc-b191-8b16d6d69394: Amount of 956 has been received from Account number 259e7e88-0502-4e82-968c-f499a4177fd4
2024-07-09 19:26:08.270  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa7ca1f6-4365-4626-97f1-a7677d05d5ea: Amount of 143 has to sent to Account number 0f46da35-48b4-4f15-818d-ad28fe7504c3
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1941ed9c-338e-44b2-bd1a-c70aeb1b5982: Amount of 338 has been received from Account number 537d432f-1bf7-4869-864a-ab358943f774
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3abc363-e474-48a4-92ae-45ea65e8990a: Amount of 507 has to sent to Account number 90d96df7-89c2-4ce6-8aec-59e7dcd1cac8
2024-07-09 19:26:08.270  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0f46da35-48b4-4f15-818d-ad28fe7504c3: Amount of 143 has been received from Account number fa7ca1f6-4365-4626-97f1-a7677d05d5ea
2024-07-09 19:26:08.270  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of a01b8065-927e-4e5f-99b8-11304b38d1dd: Amount of 346 has to sent to Account number 738b6d29-1f11-4861-a5ec-20d855155e26
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of e7a0c990-0e07-4448-94b9-cc7c4adcc38c: Amount of 399 has been received from Account number 17c69fe1-eaf5-48ce-8cc6-d8581fc17f4e
2024-07-09 19:26:08.270  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 738b6d29-1f11-4861-a5ec-20d855155e26: Amount of 346 has been received from Account number a01b8065-927e-4e5f-99b8-11304b38d1dd
2024-07-09 19:26:08.270  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf4c12ca-f9b8-4514-9ae2-2294e8dd880d: Amount of 32 has to sent to Account number d2071055-4055-46c6-9e95-5f87bb21d66a
2024-07-09 19:26:08.266  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of b6f0c4da-ceed-4fe9-bf72-36e391be15ee: Amount of 712 has been received from Account number 932e9bbe-f027-42c9-904c-d90624bb3444
2024-07-09 19:26:08.270  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2071055-4055-46c6-9e95-5f87bb21d66a: Amount of 32 has been received from Account number bf4c12ca-f9b8-4514-9ae2-2294e8dd880d
2024-07-09 19:26:08.270  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 44266096-f5c6-42d1-90c1-ae2231e07933: Amount of 879 has to sent to Account number 429dec40-1b23-491c-8a90-4d27618a08d0
2024-07-09 19:26:08.270  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 429dec40-1b23-491c-8a90-4d27618a08d0: Amount of 879 has been received from Account number 44266096-f5c6-42d1-90c1-ae2231e07933
2024-07-09 19:26:08.270  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of c6a02750-5a75-48cf-bc41-2da7a0ce4483: Amount of 818 has to sent to Account number 6adc69bf-4559-46d0-b3e8-d4b93ce4fd17
2024-07-09 19:26:08.270  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 322a3bd0-d203-4613-842f-017b08c7cede: Amount of 337 has to sent to Account number b018e381-9712-4763-911c-e62b7237874b
2024-07-09 19:26:08.270  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6adc69bf-4559-46d0-b3e8-d4b93ce4fd17: Amount of 818 has been received from Account number c6a02750-5a75-48cf-bc41-2da7a0ce4483
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b0f083c-93b4-4ae9-a8f4-b1ac46db0591: Amount of 42 has been received from Account number 9c5eab6d-7962-4bea-a0ff-55339388d0cd
2024-07-09 19:26:08.270  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 373dcadf-a0ad-4f76-b0a1-4a3c788c13b9: Amount of 167 has to sent to Account number 2698b17d-3e1a-4f1a-84f0-1bacc95a3d54
2024-07-09 19:26:08.270  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2698b17d-3e1a-4f1a-84f0-1bacc95a3d54: Amount of 167 has been received from Account number 373dcadf-a0ad-4f76-b0a1-4a3c788c13b9
2024-07-09 19:26:08.266  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 965f673f-f4f8-4cf9-8412-ade63ecec3a5: Amount of 983 has been received from Account number 4c88c400-a758-4398-b156-654fee306750
2024-07-09 19:26:08.270  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9cd50076-b22c-44b7-8e6c-c22752e93d9f: Amount of 914 has to sent to Account number 6c21c7a2-6c32-4f31-b384-d2721d138e19
2024-07-09 19:26:08.269  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e6383b7-7d36-45b3-90a4-2ba2482b65ec: Amount of 841 has to sent to Account number 4b3586f2-abf4-4f7a-9372-a0fdb8bebea9
2024-07-09 19:26:08.270  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6c21c7a2-6c32-4f31-b384-d2721d138e19: Amount of 914 has been received from Account number 9cd50076-b22c-44b7-8e6c-c22752e93d9f
2024-07-09 19:26:08.269  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5e5d83a9-002e-414b-8f00-bf79f23e2e4a: Amount of 944 has to sent to Account number 8ef0ccd9-816f-4741-9f1a-1a3eb4fc9dbb
2024-07-09 19:26:08.270  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8677faa4-f736-41e2-85c2-06dddadf6594: Amount of 274 has to sent to Account number f0c43c8c-35a3-4fca-a18a-a0362715f491
2024-07-09 19:26:08.269  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c394cf2-e5ee-4dde-842f-16f182b8f628: Amount of 233 has to sent to Account number ac010119-5e21-48e9-bb09-b37807bb14ad
2024-07-09 19:26:08.269  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of d01e71cf-5603-4341-be87-4c9ea2e5e88a: Amount of 778 has been received from Account number db624040-34a3-49ef-b65b-6a03069ed732
2024-07-09 19:26:08.270  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of f0c43c8c-35a3-4fca-a18a-a0362715f491: Amount of 274 has been received from Account number 8677faa4-f736-41e2-85c2-06dddadf6594
2024-07-09 19:26:08.270  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 624bd9a3-c088-470d-a8ca-450dd786c2bf: Amount of 81 has been received from Account number c7a6d1cb-9efc-4167-b1ae-8a19db5b3875
2024-07-09 19:26:08.270  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 356ce90f-15e2-4600-9830-b49600804c65: Amount of 671 has to sent to Account number c385a43e-85f3-445a-b4eb-c63972ad10f0
2024-07-09 19:26:08.270  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of c385a43e-85f3-445a-b4eb-c63972ad10f0: Amount of 671 has been received from Account number 356ce90f-15e2-4600-9830-b49600804c65
2024-07-09 19:26:08.270  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 802f2de9-9890-4301-9431-686897b8bbe6: Amount of 543 has been received from Account number b50acdba-c159-4fcc-837c-c093e70d1783
2024-07-09 19:26:08.270  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of b5aff532-67ae-4790-819e-ad92bb731a84: Amount of 621 has to sent to Account number 9af09103-357f-4d55-ba7c-27382c486303
2024-07-09 19:26:08.270  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9af09103-357f-4d55-ba7c-27382c486303: Amount of 621 has been received from Account number b5aff532-67ae-4790-819e-ad92bb731a84
2024-07-09 19:26:08.270  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of cc5bd9b1-d1ca-4a67-868e-f64e1d36c0f7: Amount of 849 has to sent to Account number 3250d10b-20e3-43cb-9244-bfdc50cbd5d7
2024-07-09 19:26:08.270  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of df6c192a-950d-4012-acaf-8c5419c22990: Amount of 734 has to sent to Account number 3e8fc35c-d8ac-418f-bff8-07a3dbc4dfed
2024-07-09 19:26:08.270  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3250d10b-20e3-43cb-9244-bfdc50cbd5d7: Amount of 849 has been received from Account number cc5bd9b1-d1ca-4a67-868e-f64e1d36c0f7
2024-07-09 19:26:08.270  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 072b226c-c854-4e51-9e6c-32dc0bd3c1da: Amount of 494 has to sent to Account number 62c7924d-fedd-4f52-bce3-5fdd73c4c986
2024-07-09 19:26:08.270  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7da94bd1-9b07-40b5-8688-eefda747fe5b: Amount of 593 has to sent to Account number 04d929b2-3c7d-4d2c-aa4b-cac0e8a3d85c
2024-07-09 19:26:08.270  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 62c7924d-fedd-4f52-bce3-5fdd73c4c986: Amount of 494 has been received from Account number 072b226c-c854-4e51-9e6c-32dc0bd3c1da
2024-07-09 19:26:08.270  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 04d929b2-3c7d-4d2c-aa4b-cac0e8a3d85c: Amount of 593 has been received from Account number 7da94bd1-9b07-40b5-8688-eefda747fe5b
2024-07-09 19:26:08.270  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 55119e5e-93b6-4fa6-a129-1b76cd66e13f: Amount of 929 has to sent to Account number dc79d41c-af88-4427-88be-af9f52cdbd10
2024-07-09 19:26:08.270  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of cd50a254-bb44-491b-b12a-d7dc8c1f1073: Amount of 354 has to sent to Account number 1bfd34f5-5b47-43be-b390-9f03d1e1049f
2024-07-09 19:26:08.270  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d0de924a-0b3d-439f-b733-47bae6ab1211: Amount of 107 has to sent to Account number e34d334d-3474-4b7f-a4c5-6b48b8f3928c
2024-07-09 19:26:08.270  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 31cfdc80-e166-4437-8936-824d192aab06: Amount of 490 has to sent to Account number 0a1e05c7-c0ff-484d-9058-edd51c030440
2024-07-09 19:26:08.270  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 29d3de02-aed8-4ae6-aa3e-8c9e9689bb54: Amount of 185 has to sent to Account number 3b5b7894-f853-43f6-afe7-c8b21c717967
2024-07-09 19:26:08.272  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a1e05c7-c0ff-484d-9058-edd51c030440: Amount of 490 has been received from Account number 31cfdc80-e166-4437-8936-824d192aab06
2024-07-09 19:26:08.272  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3b5b7894-f853-43f6-afe7-c8b21c717967: Amount of 185 has been received from Account number 29d3de02-aed8-4ae6-aa3e-8c9e9689bb54
2024-07-09 19:26:08.270  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56bf1381-6376-48e4-95c9-f0828c768139: Amount of 396 has to sent to Account number 954ddfcc-178c-40b6-b6bb-d147776cde74
2024-07-09 19:26:08.272  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d155639-f62e-47af-81bb-55f4f2e1b3d5: Amount of 825 has to sent to Account number c827946e-4245-4e33-84a8-e3c800bd1b32
2024-07-09 19:26:08.272  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of c827946e-4245-4e33-84a8-e3c800bd1b32: Amount of 825 has been received from Account number 9d155639-f62e-47af-81bb-55f4f2e1b3d5
2024-07-09 19:26:08.272  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 31f142f2-8092-451c-8acc-87a1baf89bee: Amount of 369 has to sent to Account number aeca69fd-e48a-45d0-926e-6396e323894f
2024-07-09 19:26:08.272  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of aeca69fd-e48a-45d0-926e-6396e323894f: Amount of 369 has been received from Account number 31f142f2-8092-451c-8acc-87a1baf89bee
2024-07-09 19:26:08.272  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 05cca3c9-7617-448b-8593-33ac739d90b0: Amount of 457 has to sent to Account number 22092255-ba0b-4512-854a-c48e1037c40b
2024-07-09 19:26:08.272  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22092255-ba0b-4512-854a-c48e1037c40b: Amount of 457 has been received from Account number 05cca3c9-7617-448b-8593-33ac739d90b0
2024-07-09 19:26:08.270  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of cfcac975-8587-45c1-b924-c9683df7efda: Amount of 15 has to sent to Account number 191e09e4-155a-4695-99f1-38d791c0fb51
2024-07-09 19:26:08.272  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 191e09e4-155a-4695-99f1-38d791c0fb51: Amount of 15 has been received from Account number cfcac975-8587-45c1-b924-c9683df7efda
2024-07-09 19:26:08.270  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90d96df7-89c2-4ce6-8aec-59e7dcd1cac8: Amount of 507 has been received from Account number c3abc363-e474-48a4-92ae-45ea65e8990a
2024-07-09 19:26:08.272  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 14e60b46-8493-4a23-beb0-2935c7678a7e: Amount of 247 has to sent to Account number 81441dcc-a3e1-4164-a42c-f4691334c8d9
2024-07-09 19:26:08.270  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 67ca8267-a051-47f7-8f1d-c68f3f809ef7: Amount of 361 has to sent to Account number 7dfc7e67-50b1-4d7d-86ee-d49948392dea
2024-07-09 19:26:08.270  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 13abd4dd-e43d-4153-a563-dfce511c84c6: Amount of 933 has to sent to Account number 979aa242-165e-4c47-9523-f9cf386aa5be
2024-07-09 19:26:08.272  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7dfc7e67-50b1-4d7d-86ee-d49948392dea: Amount of 361 has been received from Account number 67ca8267-a051-47f7-8f1d-c68f3f809ef7
2024-07-09 19:26:08.272  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0b85b196-7ac1-44a1-b7e0-e4c49b14979e: Amount of 920 has to sent to Account number 1d3d0cab-5d83-41ee-a1fe-b385528746f2
2024-07-09 19:26:08.272  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1d3d0cab-5d83-41ee-a1fe-b385528746f2: Amount of 920 has been received from Account number 0b85b196-7ac1-44a1-b7e0-e4c49b14979e
2024-07-09 19:26:08.272  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22cd7967-be98-45f0-ba06-1101a7c54db7: Amount of 953 has to sent to Account number 3cb0c3ba-e095-41e5-b8e0-5d4819b6f8c4
2024-07-09 19:26:08.270  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of b018e381-9712-4763-911c-e62b7237874b: Amount of 337 has been received from Account number 322a3bd0-d203-4613-842f-017b08c7cede
2024-07-09 19:26:08.272  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3cb0c3ba-e095-41e5-b8e0-5d4819b6f8c4: Amount of 953 has been received from Account number 22cd7967-be98-45f0-ba06-1101a7c54db7
2024-07-09 19:26:08.270  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b05eb27-3398-477b-abdd-87ffd1e34cc6: Amount of 38 has to sent to Account number 32c421d0-b756-4336-a4a8-5659144339bb
2024-07-09 19:26:08.270  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of d48f9814-40d5-44df-b8ec-b4dd061383b3: Amount of 875 has to sent to Account number 7edd1f7f-c901-4953-9109-3b3dde03b82c
2024-07-09 19:26:08.272  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 32c421d0-b756-4336-a4a8-5659144339bb: Amount of 38 has been received from Account number 7b05eb27-3398-477b-abdd-87ffd1e34cc6
2024-07-09 19:26:08.272  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7edd1f7f-c901-4953-9109-3b3dde03b82c: Amount of 875 has been received from Account number d48f9814-40d5-44df-b8ec-b4dd061383b3
2024-07-09 19:26:08.272  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of e4470e7b-2fbc-4ca9-9e2d-2e04e4fbd6df: Amount of 880 has to sent to Account number eccec1f6-9bd5-433f-869e-2241e9702659
2024-07-09 19:26:08.272  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of eccec1f6-9bd5-433f-869e-2241e9702659: Amount of 880 has been received from Account number e4470e7b-2fbc-4ca9-9e2d-2e04e4fbd6df
2024-07-09 19:26:08.272  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 09baae64-24ad-4463-8fc9-58fb9b84ba0e: Amount of 664 has to sent to Account number 595d5fdc-8280-429e-9db5-591faa53aeb5
2024-07-09 19:26:08.270  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4b3586f2-abf4-4f7a-9372-a0fdb8bebea9: Amount of 841 has been received from Account number 9e6383b7-7d36-45b3-90a4-2ba2482b65ec
2024-07-09 19:26:08.270  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8ef0ccd9-816f-4741-9f1a-1a3eb4fc9dbb: Amount of 944 has been received from Account number 5e5d83a9-002e-414b-8f00-bf79f23e2e4a
2024-07-09 19:26:08.270  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 21decb57-3f5e-4e1b-914e-af2989d29a5c: Amount of 141 has to sent to Account number 5b5e227a-dd31-4811-893f-b85ba6f18519
2024-07-09 19:26:08.272  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a9383b4-f1fb-494a-b38b-2bf2a53f95a4: Amount of 459 has to sent to Account number 23816b13-abdb-4abf-b5d7-6c8e1e0c1f61
2024-07-09 19:26:08.270  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac010119-5e21-48e9-bb09-b37807bb14ad: Amount of 233 has been received from Account number 0c394cf2-e5ee-4dde-842f-16f182b8f628
2024-07-09 19:26:08.272  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 23816b13-abdb-4abf-b5d7-6c8e1e0c1f61: Amount of 459 has been received from Account number 3a9383b4-f1fb-494a-b38b-2bf2a53f95a4
2024-07-09 19:26:08.272  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of d710cb62-a5e5-4c7c-86d9-c424f990da9f: Amount of 29 has to sent to Account number 237c560b-9523-483d-b33a-282ceef4163d
2024-07-09 19:26:08.270  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e8fc35c-d8ac-418f-bff8-07a3dbc4dfed: Amount of 734 has been received from Account number df6c192a-950d-4012-acaf-8c5419c22990
2024-07-09 19:26:08.270  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of b74bc106-14fc-40d5-8f60-e2facc52fe4c: Amount of 3 has to sent to Account number c0690a0a-7003-496d-bc65-23c613e4aa00
2024-07-09 19:26:08.272  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53c6fe6b-63be-4c4a-bd25-17ad8eeb9560: Amount of 692 has to sent to Account number 4eec6b5f-53b0-4b97-94c4-9a93a794d4db
2024-07-09 19:26:08.270  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 173dfb96-f183-4c88-ac19-955aa862c82d: Amount of 998 has to sent to Account number a7fb3a66-940a-43b7-9abe-cb1d77746e1c
2024-07-09 19:26:08.272  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of a7fb3a66-940a-43b7-9abe-cb1d77746e1c: Amount of 998 has been received from Account number 173dfb96-f183-4c88-ac19-955aa862c82d
2024-07-09 19:26:08.270  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of dc79d41c-af88-4427-88be-af9f52cdbd10: Amount of 929 has been received from Account number 55119e5e-93b6-4fa6-a129-1b76cd66e13f
2024-07-09 19:26:08.270  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1bfd34f5-5b47-43be-b390-9f03d1e1049f: Amount of 354 has been received from Account number cd50a254-bb44-491b-b12a-d7dc8c1f1073
2024-07-09 19:26:08.272  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4eec6b5f-53b0-4b97-94c4-9a93a794d4db: Amount of 692 has been received from Account number 53c6fe6b-63be-4c4a-bd25-17ad8eeb9560
2024-07-09 19:26:08.272  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 50577f69-8074-4731-a7b4-1f073503fc1d: Amount of 627 has to sent to Account number c4a389a4-afe5-4e09-be2b-7c58f3961388
2024-07-09 19:26:08.272  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of e34d334d-3474-4b7f-a4c5-6b48b8f3928c: Amount of 107 has been received from Account number d0de924a-0b3d-439f-b733-47bae6ab1211
2024-07-09 19:26:08.272  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of b1141938-610d-4565-a1e1-0f3fa3ca58e9: Amount of 829 has to sent to Account number 4bb1cf16-b97a-476e-b95b-e30fa75ffff5
2024-07-09 19:26:08.272  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 954ddfcc-178c-40b6-b6bb-d147776cde74: Amount of 396 has been received from Account number 56bf1381-6376-48e4-95c9-f0828c768139
2024-07-09 19:26:08.272  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of e42ff4f8-7fc3-4be1-8a61-554b152d3219: Amount of 849 has to sent to Account number aff25417-5d2b-469e-891a-f8d604e76ecf
2024-07-09 19:26:08.272  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 09c126cb-62df-4ce7-a586-78d2edd2e4eb: Amount of 889 has to sent to Account number 101d069e-b5b0-4061-83a5-296054e413cb
2024-07-09 19:26:08.272  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of aff25417-5d2b-469e-891a-f8d604e76ecf: Amount of 849 has been received from Account number e42ff4f8-7fc3-4be1-8a61-554b152d3219
2024-07-09 19:26:08.272  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of f700d000-02ef-4bbb-a642-6115dce8320f: Amount of 732 has to sent to Account number ff7d2b72-ff09-42d4-bfef-aa6600919826
2024-07-09 19:26:08.272  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 31bb3b11-c3d7-4d4f-9663-fe052f87a90e: Amount of 629 has to sent to Account number f7c61fa8-95d4-4110-ab79-330e9bc55718
2024-07-09 19:26:08.272  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81441dcc-a3e1-4164-a42c-f4691334c8d9: Amount of 247 has been received from Account number 14e60b46-8493-4a23-beb0-2935c7678a7e
2024-07-09 19:26:08.272  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of f7c61fa8-95d4-4110-ab79-330e9bc55718: Amount of 629 has been received from Account number 31bb3b11-c3d7-4d4f-9663-fe052f87a90e
2024-07-09 19:26:08.272  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 979aa242-165e-4c47-9523-f9cf386aa5be: Amount of 933 has been received from Account number 13abd4dd-e43d-4153-a563-dfce511c84c6
2024-07-09 19:26:08.272  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of b5ee66e8-c0a8-4500-910b-6b221d50e1fc: Amount of 247 has to sent to Account number 2e33a439-49d2-4b17-a083-43b0dd1b5513
2024-07-09 19:26:08.272  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd10b39c-c1e5-46d9-9e57-498d1dfd6190: Amount of 349 has to sent to Account number b4ebabf2-b002-43f7-b261-2204569c0cf0
2024-07-09 19:26:08.272  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2a8ab59f-6bfb-44b9-ac74-8047c009526d: Amount of 29 has to sent to Account number 9408922d-25b0-45b1-9745-ca6769b64239
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e33a439-49d2-4b17-a083-43b0dd1b5513: Amount of 247 has been received from Account number b5ee66e8-c0a8-4500-910b-6b221d50e1fc
2024-07-09 19:26:08.272  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of c030b59c-1e34-48a9-b34a-461b18760546: Amount of 503 has to sent to Account number da10d9c7-f202-4c59-a5e8-7326f4425f64
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4952dc3a-5ae8-47c8-8021-dad3c6bab6bf: Amount of 321 has to sent to Account number 752e2e1b-45ae-445f-8788-5b41f534e149
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 752e2e1b-45ae-445f-8788-5b41f534e149: Amount of 321 has been received from Account number 4952dc3a-5ae8-47c8-8021-dad3c6bab6bf
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1078aa2a-3137-4c6b-bfd9-8c2cbafbc767: Amount of 792 has to sent to Account number b7b73216-2c90-460c-bced-cb0d8a11811d
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of b7b73216-2c90-460c-bced-cb0d8a11811d: Amount of 792 has been received from Account number 1078aa2a-3137-4c6b-bfd9-8c2cbafbc767
2024-07-09 19:26:08.272  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 21371f3d-282f-4898-b743-5f2e55103855: Amount of 359 has to sent to Account number 7f66f979-08b5-4c6b-80eb-55cb2d6a499b
2024-07-09 19:26:08.272  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77e28a4b-7090-4c94-98e1-48a56b2f62c1: Amount of 823 has to sent to Account number 37829be9-5ff8-4299-b099-1f5aba11f625
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f66f979-08b5-4c6b-80eb-55cb2d6a499b: Amount of 359 has been received from Account number 21371f3d-282f-4898-b743-5f2e55103855
2024-07-09 19:26:08.272  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 595d5fdc-8280-429e-9db5-591faa53aeb5: Amount of 664 has been received from Account number 09baae64-24ad-4463-8fc9-58fb9b84ba0e
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 37829be9-5ff8-4299-b099-1f5aba11f625: Amount of 823 has been received from Account number 77e28a4b-7090-4c94-98e1-48a56b2f62c1
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4685cc86-5c1c-4dd7-afb0-7e8eea7a8102: Amount of 359 has to sent to Account number fdae4ffe-d78d-4369-95fc-91a4d5b75bdf
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 79178cf3-e2bd-40f1-ae29-578de8dfb0ae: Amount of 529 has to sent to Account number 26fd25d9-fb66-4c5c-8eb4-e746f559511a
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26fd25d9-fb66-4c5c-8eb4-e746f559511a: Amount of 529 has been received from Account number 79178cf3-e2bd-40f1-ae29-578de8dfb0ae
2024-07-09 19:26:08.272  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 84f22811-7b48-4adc-adc2-607586dda573: Amount of 539 has to sent to Account number ef7a9f8d-6f7a-437c-9115-4fb5d6d49053
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 946402b6-958e-4931-972f-86cad8a78f7d: Amount of 872 has to sent to Account number 234ff2cd-3e4c-443b-aec8-d1d3a593b68f
2024-07-09 19:26:08.272  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b5e227a-dd31-4811-893f-b85ba6f18519: Amount of 141 has been received from Account number 21decb57-3f5e-4e1b-914e-af2989d29a5c
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 234ff2cd-3e4c-443b-aec8-d1d3a593b68f: Amount of 872 has been received from Account number 946402b6-958e-4931-972f-86cad8a78f7d
2024-07-09 19:26:08.272  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 237c560b-9523-483d-b33a-282ceef4163d: Amount of 29 has been received from Account number d710cb62-a5e5-4c7c-86d9-c424f990da9f
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c02fac2-0b22-4797-973d-1d5c73fc7ed1: Amount of 391 has to sent to Account number 97a12e10-e06d-4fdc-abeb-5288bdef52a4
2024-07-09 19:26:08.272  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77fa5f60-293a-4a32-8928-a761aa7a8d12: Amount of 391 has to sent to Account number c33e97bf-6233-47d7-a694-7c2655ade5d0
2024-07-09 19:26:08.272  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of c0690a0a-7003-496d-bc65-23c613e4aa00: Amount of 3 has been received from Account number b74bc106-14fc-40d5-8f60-e2facc52fe4c
2024-07-09 19:26:08.272  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7cdd6106-4bba-4cb1-b4af-52a406a707c6: Amount of 278 has to sent to Account number 532470c3-df02-4560-979e-e388e849d53e
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 72b9bf42-9cac-4bda-8e25-e051de9d93b5: Amount of 466 has to sent to Account number 8323a623-df06-4bb0-b957-19a300ab7b8f
2024-07-09 19:26:08.272  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7d1fc9c1-9f94-4350-b3f0-fbfd35533e8d: Amount of 229 has to sent to Account number 60720b39-a24c-4441-aaff-4fe70d50d852
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8323a623-df06-4bb0-b957-19a300ab7b8f: Amount of 466 has been received from Account number 72b9bf42-9cac-4bda-8e25-e051de9d93b5
2024-07-09 19:26:08.272  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2d6407c6-8446-4642-8824-e18a202e864e: Amount of 402 has to sent to Account number a878168e-ffd8-48d8-9093-bd8919015b97
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 959176e5-1790-4c90-855e-8d3ff730b60a: Amount of 149 has to sent to Account number 212b5382-f6e1-4ebb-8447-3726cdaf9c92
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of a878168e-ffd8-48d8-9093-bd8919015b97: Amount of 402 has been received from Account number 2d6407c6-8446-4642-8824-e18a202e864e
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 212b5382-f6e1-4ebb-8447-3726cdaf9c92: Amount of 149 has been received from Account number 959176e5-1790-4c90-855e-8d3ff730b60a
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c013775f-8c15-4cbf-a22d-c3da9a4f3b76: Amount of 79 has to sent to Account number 368c4b77-2ebd-4022-898c-2341338aa68e
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 60720b39-a24c-4441-aaff-4fe70d50d852: Amount of 229 has been received from Account number 7d1fc9c1-9f94-4350-b3f0-fbfd35533e8d
2024-07-09 19:26:08.272  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of c4a389a4-afe5-4e09-be2b-7c58f3961388: Amount of 627 has been received from Account number 50577f69-8074-4731-a7b4-1f073503fc1d
2024-07-09 19:26:08.272  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 101d069e-b5b0-4061-83a5-296054e413cb: Amount of 889 has been received from Account number 09c126cb-62df-4ce7-a586-78d2edd2e4eb
2024-07-09 19:26:08.272  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4bb1cf16-b97a-476e-b95b-e30fa75ffff5: Amount of 829 has been received from Account number b1141938-610d-4565-a1e1-0f3fa3ca58e9
2024-07-09 19:26:08.272  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ff7d2b72-ff09-42d4-bfef-aa6600919826: Amount of 732 has been received from Account number f700d000-02ef-4bbb-a642-6115dce8320f
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae105cf5-fe81-4182-a0e3-b2fdda22cc9d: Amount of 880 has to sent to Account number f363ef02-21e7-4ec5-99db-a9072263b6cf
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of f363ef02-21e7-4ec5-99db-a9072263b6cf: Amount of 880 has been received from Account number ae105cf5-fe81-4182-a0e3-b2fdda22cc9d
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of b4ebabf2-b002-43f7-b261-2204569c0cf0: Amount of 349 has been received from Account number dd10b39c-c1e5-46d9-9e57-498d1dfd6190
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ec00e74a-6fe4-484f-8d8b-207d1c7b23cf: Amount of 384 has to sent to Account number a50390e3-360e-4fe7-8162-6df8973aa9cc
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e4bbd8e-433b-4b7e-a268-0324ca8ec749: Amount of 684 has to sent to Account number adbf0866-2fa8-4b09-a37f-36bcd1201d56
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4189a876-58e2-4326-9647-65ee4c20080f: Amount of 170 has to sent to Account number 06dadd80-e433-4707-989d-60e2732fc1df
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 06dadd80-e433-4707-989d-60e2732fc1df: Amount of 170 has been received from Account number 4189a876-58e2-4326-9647-65ee4c20080f
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of da10d9c7-f202-4c59-a5e8-7326f4425f64: Amount of 503 has been received from Account number c030b59c-1e34-48a9-b34a-461b18760546
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1526a60b-4caf-440c-ac18-e9b795d24321: Amount of 400 has to sent to Account number 5b86bdab-0f05-4a87-821f-de4df483cfd2
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9408922d-25b0-45b1-9745-ca6769b64239: Amount of 29 has been received from Account number 2a8ab59f-6bfb-44b9-ac74-8047c009526d
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of d4517c7c-952a-4613-a0e6-75dab839aaec: Amount of 509 has to sent to Account number a7c6b0a7-7f45-40ff-ae67-171670ce9842
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 952373df-3b1b-4ce4-aff8-50d16c14df4b: Amount of 424 has to sent to Account number 244780b9-d631-4a89-89b0-5b4f87f83044
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 44ce74b8-4480-491a-8b37-0f4b1de78a31: Amount of 555 has to sent to Account number ab5a53f6-8201-4a54-88ec-e4b6df1188da
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 27085606-3f62-4f30-8215-8de419dde997: Amount of 367 has to sent to Account number d193dab2-e7d7-4a51-bd6c-b4d63e26fe1f
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ab5a53f6-8201-4a54-88ec-e4b6df1188da: Amount of 555 has been received from Account number 44ce74b8-4480-491a-8b37-0f4b1de78a31
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of fdae4ffe-d78d-4369-95fc-91a4d5b75bdf: Amount of 359 has been received from Account number 4685cc86-5c1c-4dd7-afb0-7e8eea7a8102
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d193dab2-e7d7-4a51-bd6c-b4d63e26fe1f: Amount of 367 has been received from Account number 27085606-3f62-4f30-8215-8de419dde997
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d66f748-aa26-444a-8a87-2f7886ac8839: Amount of 335 has to sent to Account number 33c103f1-c146-48bd-a9c0-3c056c55bea5
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of e9c0804e-161c-4f4a-833f-62e38f50d122: Amount of 612 has to sent to Account number b6732d6c-2290-4797-9602-f4cc7f040966
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb2c3385-f514-42eb-8f19-642f9a469845: Amount of 761 has to sent to Account number 609e1db7-d445-476a-a75e-dc67a375213a
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ef7a9f8d-6f7a-437c-9115-4fb5d6d49053: Amount of 539 has been received from Account number 84f22811-7b48-4adc-adc2-607586dda573
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 609e1db7-d445-476a-a75e-dc67a375213a: Amount of 761 has been received from Account number fb2c3385-f514-42eb-8f19-642f9a469845
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6182c368-89ce-42bb-95c6-724659c97bf1: Amount of 410 has to sent to Account number 7f7e9ae7-085b-4896-a578-b05433aa4127
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2bd886d9-4c01-41c7-ad72-6120ae18dcac: Amount of 669 has to sent to Account number f0f167b5-542a-47e4-8454-ff55bfc7e338
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 15a8ef91-ad06-4caf-af6a-f957734f2133: Amount of 299 has to sent to Account number fa29bbfa-ee2d-4faa-ac2a-483a86a7a838
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f7e9ae7-085b-4896-a578-b05433aa4127: Amount of 410 has been received from Account number 6182c368-89ce-42bb-95c6-724659c97bf1
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa29bbfa-ee2d-4faa-ac2a-483a86a7a838: Amount of 299 has been received from Account number 15a8ef91-ad06-4caf-af6a-f957734f2133
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 97a12e10-e06d-4fdc-abeb-5288bdef52a4: Amount of 391 has been received from Account number 5c02fac2-0b22-4797-973d-1d5c73fc7ed1
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5886ad98-47e5-4c12-9d51-3a3564f775e7: Amount of 416 has to sent to Account number 4defa2d1-6c49-451d-a4b7-704924bd17ba
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d2881e6-f689-452f-b76b-255e12b0e70b: Amount of 321 has to sent to Account number 452753cd-bb7e-40d2-bdaa-a83fb0e35a3b
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4defa2d1-6c49-451d-a4b7-704924bd17ba: Amount of 416 has been received from Account number 5886ad98-47e5-4c12-9d51-3a3564f775e7
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 452753cd-bb7e-40d2-bdaa-a83fb0e35a3b: Amount of 321 has been received from Account number 8d2881e6-f689-452f-b76b-255e12b0e70b
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d534a91f-8dd4-4866-a23a-130719dce32b: Amount of 381 has to sent to Account number 86078d6e-45c2-476f-b463-494f937d08e2
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0075fe6f-9766-48d1-b321-82a389261811: Amount of 524 has to sent to Account number ee5a9610-c2a8-43b3-b7de-84418c898d84
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 86078d6e-45c2-476f-b463-494f937d08e2: Amount of 381 has been received from Account number d534a91f-8dd4-4866-a23a-130719dce32b
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of c33e97bf-6233-47d7-a694-7c2655ade5d0: Amount of 391 has been received from Account number 77fa5f60-293a-4a32-8928-a761aa7a8d12
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 532470c3-df02-4560-979e-e388e849d53e: Amount of 278 has been received from Account number 7cdd6106-4bba-4cb1-b4af-52a406a707c6
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a9bcddd-93b6-481d-9ac4-cc55783f1ef8: Amount of 91 has to sent to Account number 74a15d70-4a74-461f-88f0-2b27edb67209
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7a3407a2-c1af-4d02-8642-e89957433242: Amount of 253 has to sent to Account number bb69e8da-7907-4dc1-b575-2d6318e77473
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 74a15d70-4a74-461f-88f0-2b27edb67209: Amount of 91 has been received from Account number 0a9bcddd-93b6-481d-9ac4-cc55783f1ef8
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of f465cf61-ef32-4c49-80a9-ef7d341b9c11: Amount of 394 has to sent to Account number 985b876e-145a-466d-85f5-eb4abd6bf617
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 985b876e-145a-466d-85f5-eb4abd6bf617: Amount of 394 has been received from Account number f465cf61-ef32-4c49-80a9-ef7d341b9c11
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of d0c45daf-d3ef-47c4-93c0-692d725aeb18: Amount of 396 has to sent to Account number a817f231-7cf5-4f51-b28d-1acd3d30f3fc
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of a817f231-7cf5-4f51-b28d-1acd3d30f3fc: Amount of 396 has been received from Account number d0c45daf-d3ef-47c4-93c0-692d725aeb18
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of bb69e8da-7907-4dc1-b575-2d6318e77473: Amount of 253 has been received from Account number 7a3407a2-c1af-4d02-8642-e89957433242
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 368c4b77-2ebd-4022-898c-2341338aa68e: Amount of 79 has been received from Account number c013775f-8c15-4cbf-a22d-c3da9a4f3b76
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of d94ec6ff-cc98-4b00-8186-a7a1dd4a0ad8: Amount of 971 has to sent to Account number 8c03fdd5-8804-44b3-b442-63f364917c96
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c03fdd5-8804-44b3-b442-63f364917c96: Amount of 971 has been received from Account number d94ec6ff-cc98-4b00-8186-a7a1dd4a0ad8
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6fc7c111-bdf0-4940-92c8-a338753290aa: Amount of 548 has to sent to Account number 783d5858-3aed-4b77-99c9-3a0285ff016b
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 783d5858-3aed-4b77-99c9-3a0285ff016b: Amount of 548 has been received from Account number 6fc7c111-bdf0-4940-92c8-a338753290aa
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of f65c175b-0c4e-4fcc-af2f-d484e219c8c4: Amount of 363 has to sent to Account number ce19f1a6-e9e1-40e5-91db-6d65f3f318c3
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ed83310-7ac2-49aa-9916-74e9534ac1b5: Amount of 117 has to sent to Account number 403df77c-f83f-4670-9ebe-ab6f308d560c
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 403df77c-f83f-4670-9ebe-ab6f308d560c: Amount of 117 has been received from Account number 2ed83310-7ac2-49aa-9916-74e9534ac1b5
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf882573-7f7a-4504-84c5-068944620fad: Amount of 861 has to sent to Account number 79f8ae38-c104-4e4f-914a-1c3a4b4d868d
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed208e24-93ad-4fdc-a349-a8d97acafc1c: Amount of 936 has to sent to Account number 5dd828df-684e-4d19-b93d-2472e6a5d53c
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 79f8ae38-c104-4e4f-914a-1c3a4b4d868d: Amount of 861 has been received from Account number cf882573-7f7a-4504-84c5-068944620fad
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5dd828df-684e-4d19-b93d-2472e6a5d53c: Amount of 936 has been received from Account number ed208e24-93ad-4fdc-a349-a8d97acafc1c
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 380dc167-a4bc-459e-a206-aac68e2b311b: Amount of 216 has to sent to Account number 400d8b6d-8f22-4980-ae5d-2d732adb699c
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of a50390e3-360e-4fe7-8162-6df8973aa9cc: Amount of 384 has been received from Account number ec00e74a-6fe4-484f-8d8b-207d1c7b23cf
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of adbf0866-2fa8-4b09-a37f-36bcd1201d56: Amount of 684 has been received from Account number 0e4bbd8e-433b-4b7e-a268-0324ca8ec749
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 651800eb-8e44-4b48-9611-d27d47f68854: Amount of 277 has to sent to Account number 660be348-1425-49a1-8fcd-4cc5742ee2da
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b86bdab-0f05-4a87-821f-de4df483cfd2: Amount of 400 has been received from Account number 1526a60b-4caf-440c-ac18-e9b795d24321
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a7c6b0a7-7f45-40ff-ae67-171670ce9842: Amount of 509 has been received from Account number d4517c7c-952a-4613-a0e6-75dab839aaec
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 244780b9-d631-4a89-89b0-5b4f87f83044: Amount of 424 has been received from Account number 952373df-3b1b-4ce4-aff8-50d16c14df4b
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 33c103f1-c146-48bd-a9c0-3c056c55bea5: Amount of 335 has been received from Account number 4d66f748-aa26-444a-8a87-2f7886ac8839
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9f7fd3cb-cdf2-4fa4-a0ea-2c572d730840: Amount of 342 has to sent to Account number 33218796-35ce-40c0-b9d3-f7e89b574af7
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 33218796-35ce-40c0-b9d3-f7e89b574af7: Amount of 342 has been received from Account number 9f7fd3cb-cdf2-4fa4-a0ea-2c572d730840
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of bb87354e-00b1-499b-ac0b-76299a7d1b90: Amount of 414 has to sent to Account number fa63c303-aba2-40c7-bdf7-b7d69d5ade20
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa63c303-aba2-40c7-bdf7-b7d69d5ade20: Amount of 414 has been received from Account number bb87354e-00b1-499b-ac0b-76299a7d1b90
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f8016942-11a2-4221-81bd-794c662dc213: Amount of 883 has to sent to Account number eff0aa43-d491-4d71-bb62-a7fee07c1209
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 31020eef-6d12-4278-a154-d4128de47544: Amount of 294 has to sent to Account number ec5afd91-17db-4f87-b0df-408631fb0f1b
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of eff0aa43-d491-4d71-bb62-a7fee07c1209: Amount of 883 has been received from Account number f8016942-11a2-4221-81bd-794c662dc213
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9f4d2e29-12cb-4b4c-9614-922dd435deed: Amount of 357 has to sent to Account number 35dd08cf-28f8-4a8a-9ce1-2104f4964294
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ec5afd91-17db-4f87-b0df-408631fb0f1b: Amount of 294 has been received from Account number 31020eef-6d12-4278-a154-d4128de47544
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of b6732d6c-2290-4797-9602-f4cc7f040966: Amount of 612 has been received from Account number e9c0804e-161c-4f4a-833f-62e38f50d122
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 14a044d9-4c50-4128-bc7c-776897b98baf: Amount of 602 has to sent to Account number adccdfc0-7552-4173-bfe0-21243b5a91a7
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of f0f167b5-542a-47e4-8454-ff55bfc7e338: Amount of 669 has been received from Account number 2bd886d9-4c01-41c7-ad72-6120ae18dcac
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of adccdfc0-7552-4173-bfe0-21243b5a91a7: Amount of 602 has been received from Account number 14a044d9-4c50-4128-bc7c-776897b98baf
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of cc9ff21c-b0fd-42d6-a478-b719502f4bca: Amount of 489 has to sent to Account number 8bcf5313-4708-45c5-8c39-8071b444195c
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee019539-21af-4f42-aaf7-07fd9dbf38c1: Amount of 130 has to sent to Account number 1fa224a5-80e5-44fe-813e-7142f973cd80
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1fa224a5-80e5-44fe-813e-7142f973cd80: Amount of 130 has been received from Account number ee019539-21af-4f42-aaf7-07fd9dbf38c1
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0eb253cc-e999-48c2-8112-ccafd1d97c9c: Amount of 830 has to sent to Account number 3acfb3ba-ef28-4277-b398-2f3cc1980b7b
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee5a9610-c2a8-43b3-b7de-84418c898d84: Amount of 524 has been received from Account number 0075fe6f-9766-48d1-b321-82a389261811
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e7fa8e9-aaaf-44ba-b549-9cc451bf4c06: Amount of 234 has to sent to Account number 0261cd1a-f626-42e9-993a-def980575127
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8449ae01-9b09-48b1-a076-be72d70d5f7c: Amount of 791 has to sent to Account number be672ca1-06f0-4d85-8600-49b0ceae3f34
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5ff1e6b2-b966-4e31-aa29-9acde9a4388f: Amount of 356 has to sent to Account number c08d535e-ca0e-4ee7-ae44-35733b96e45f
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of be672ca1-06f0-4d85-8600-49b0ceae3f34: Amount of 791 has been received from Account number 8449ae01-9b09-48b1-a076-be72d70d5f7c
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of c08d535e-ca0e-4ee7-ae44-35733b96e45f: Amount of 356 has been received from Account number 5ff1e6b2-b966-4e31-aa29-9acde9a4388f
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of d0a97ecd-0b65-4ba3-a485-0bf172daccac: Amount of 705 has to sent to Account number 555e08cb-7efb-4c44-b1f6-5f715a297975
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 154cdd57-2ff2-4879-b9af-c83513018c19: Amount of 559 has to sent to Account number 6b9c69ee-1e00-40da-aeba-133efb48a80a
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 72f1d6f7-7497-4605-8c9b-6fd0d72a2429: Amount of 37 has to sent to Account number a5b0f8bc-4cd2-43a4-809a-79080fe62e98
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of a5b0f8bc-4cd2-43a4-809a-79080fe62e98: Amount of 37 has been received from Account number 72f1d6f7-7497-4605-8c9b-6fd0d72a2429
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2eefa212-71e2-40e1-abe7-4ac1ba6927f0: Amount of 69 has to sent to Account number 76b0cf31-291e-4f66-96d4-08420ded62bb
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 76b0cf31-291e-4f66-96d4-08420ded62bb: Amount of 69 has been received from Account number 2eefa212-71e2-40e1-abe7-4ac1ba6927f0
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ce9facf-ba97-4bda-9cdb-02af4f2bafeb: Amount of 248 has to sent to Account number 0948e66c-8136-4be2-aae2-3bf8e0d20da7
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0948e66c-8136-4be2-aae2-3bf8e0d20da7: Amount of 248 has been received from Account number 3ce9facf-ba97-4bda-9cdb-02af4f2bafeb
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a40ad02-e77d-4be1-8c22-39cf6851a13e: Amount of 145 has to sent to Account number 00ae82f0-77d0-4426-a63d-055e0c6ffd36
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 00ae82f0-77d0-4426-a63d-055e0c6ffd36: Amount of 145 has been received from Account number 5a40ad02-e77d-4be1-8c22-39cf6851a13e
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0791e7c9-4af2-4cd0-9313-ddd187dae110: Amount of 237 has to sent to Account number 9b903a52-9352-4c3b-a14b-073c864b647c
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9b903a52-9352-4c3b-a14b-073c864b647c: Amount of 237 has been received from Account number 0791e7c9-4af2-4cd0-9313-ddd187dae110
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 812f4e11-909f-4d8f-b190-e745e22f2671: Amount of 652 has to sent to Account number 11300ed1-8760-405f-b429-8a3c80b19153
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4001bc63-5f97-41e4-9371-21f461c7c118: Amount of 491 has to sent to Account number 4e91c8f8-0f80-4f69-95fc-76160fd5d4bc
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 961e951d-6996-40e3-abc1-f2478f3cf1dc: Amount of 123 has to sent to Account number 242f2013-9c24-44e1-a818-dea074719fbc
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4e91c8f8-0f80-4f69-95fc-76160fd5d4bc: Amount of 491 has been received from Account number 4001bc63-5f97-41e4-9371-21f461c7c118
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 242f2013-9c24-44e1-a818-dea074719fbc: Amount of 123 has been received from Account number 961e951d-6996-40e3-abc1-f2478f3cf1dc
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of d8f04b19-442d-4b65-96df-ca1c6ab97071: Amount of 143 has to sent to Account number d28707c4-df92-46b4-a669-a27e1e1f138c
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of d28707c4-df92-46b4-a669-a27e1e1f138c: Amount of 143 has been received from Account number d8f04b19-442d-4b65-96df-ca1c6ab97071
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ce19f1a6-e9e1-40e5-91db-6d65f3f318c3: Amount of 363 has been received from Account number f65c175b-0c4e-4fcc-af2f-d484e219c8c4
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e053bd2-22cb-42c9-a74e-5e3372b1774d: Amount of 529 has to sent to Account number 12a3f273-9987-462e-9008-bbefd128cc94
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of b6ff19b4-99e3-4f4c-9236-2bd2df8bb582: Amount of 892 has to sent to Account number cfa8dfe6-df50-4b72-9fb7-bc39af8561f5
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90bf1701-2d4a-41e7-b4e7-465f624f336d: Amount of 933 has to sent to Account number f7d1714e-5696-4416-b0fc-1c575287de8d
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of cfa8dfe6-df50-4b72-9fb7-bc39af8561f5: Amount of 892 has been received from Account number b6ff19b4-99e3-4f4c-9236-2bd2df8bb582
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of f7d1714e-5696-4416-b0fc-1c575287de8d: Amount of 933 has been received from Account number 90bf1701-2d4a-41e7-b4e7-465f624f336d
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of f79f8969-fa7f-4e71-a897-d9efa716f09a: Amount of 396 has to sent to Account number ecd9f07f-7150-4cb9-b6af-cf6f43cc6f0f
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of b6afe596-39a8-4876-89a2-69233b7eadcd: Amount of 505 has to sent to Account number 9337b111-4106-4ac9-a8d4-ca2d04c032a3
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ecd9f07f-7150-4cb9-b6af-cf6f43cc6f0f: Amount of 396 has been received from Account number f79f8969-fa7f-4e71-a897-d9efa716f09a
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9337b111-4106-4ac9-a8d4-ca2d04c032a3: Amount of 505 has been received from Account number b6afe596-39a8-4876-89a2-69233b7eadcd
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 400d8b6d-8f22-4980-ae5d-2d732adb699c: Amount of 216 has been received from Account number 380dc167-a4bc-459e-a206-aac68e2b311b
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 668c9e3c-49f0-46fe-b09a-fb45cf5dd7f7: Amount of 559 has to sent to Account number 16c2090b-749f-438e-8ec7-63dd05bfc3c5
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of cd87ec36-c243-47b5-9547-8fef906e4341: Amount of 155 has to sent to Account number 6647e1cb-f4c1-4e47-924a-3fd164b5268b
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2407f7f2-8d42-4dda-9585-d68bf55ae6fc: Amount of 322 has to sent to Account number 84a4de1b-2953-43c3-a1f5-019253a61198
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6647e1cb-f4c1-4e47-924a-3fd164b5268b: Amount of 155 has been received from Account number cd87ec36-c243-47b5-9547-8fef906e4341
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 84a4de1b-2953-43c3-a1f5-019253a61198: Amount of 322 has been received from Account number 2407f7f2-8d42-4dda-9585-d68bf55ae6fc
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of cd90287d-f614-4d99-b601-1c4e706652f0: Amount of 970 has to sent to Account number 104c98e5-c81a-41e9-bc8e-bce3f4611166
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 104c98e5-c81a-41e9-bc8e-bce3f4611166: Amount of 970 has been received from Account number cd90287d-f614-4d99-b601-1c4e706652f0
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 660be348-1425-49a1-8fcd-4cc5742ee2da: Amount of 277 has been received from Account number 651800eb-8e44-4b48-9611-d27d47f68854
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 68e1bfa3-d14f-457e-b0c6-2f88fa1b3db6: Amount of 988 has to sent to Account number 58ac022b-3ced-4fa7-baa8-0e4d1c9739dd
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ef9a2baf-ab5d-435a-94a8-d2abb8ca49a5: Amount of 498 has to sent to Account number a27b63f2-4dad-4a28-b6b5-e35aeb2374de
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 58ac022b-3ced-4fa7-baa8-0e4d1c9739dd: Amount of 988 has been received from Account number 68e1bfa3-d14f-457e-b0c6-2f88fa1b3db6
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a27b63f2-4dad-4a28-b6b5-e35aeb2374de: Amount of 498 has been received from Account number ef9a2baf-ab5d-435a-94a8-d2abb8ca49a5
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 35dd08cf-28f8-4a8a-9ce1-2104f4964294: Amount of 357 has been received from Account number 9f4d2e29-12cb-4b4c-9614-922dd435deed
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e8f591d-5145-415b-b8c2-3a8245860fb6: Amount of 533 has to sent to Account number 86892bf3-9990-4511-a2e2-499aea062a62
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2df5fc00-e163-4ce0-b20b-bbe6d04a473b: Amount of 604 has to sent to Account number 35ce7105-1992-4776-8f51-f621a5720af4
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b472c9d-96ad-4f45-b72b-eb7e0abe2db5: Amount of 286 has to sent to Account number 7de5d9a3-4168-4066-a527-c608922274fb
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 35ce7105-1992-4776-8f51-f621a5720af4: Amount of 604 has been received from Account number 2df5fc00-e163-4ce0-b20b-bbe6d04a473b
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7de5d9a3-4168-4066-a527-c608922274fb: Amount of 286 has been received from Account number 2b472c9d-96ad-4f45-b72b-eb7e0abe2db5
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of d41446ad-fc42-4ee3-82c6-997c120bd19f: Amount of 47 has to sent to Account number 035c1b23-44a9-4b53-b53c-8b937188edd4
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 28901b74-a5e7-4db7-b371-78c9857fc1ee: Amount of 692 has to sent to Account number 452a7d1f-34f6-4fef-91ff-e3a6564b5225
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 452a7d1f-34f6-4fef-91ff-e3a6564b5225: Amount of 692 has been received from Account number 28901b74-a5e7-4db7-b371-78c9857fc1ee
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 864e41a2-c666-4709-8c9b-752f7e1b7de4: Amount of 986 has to sent to Account number 3386ab01-70fc-4ce5-89de-ff9718316200
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b6af47e-f97b-43b3-a248-e47f43b38356: Amount of 668 has to sent to Account number 611fd817-006e-4b9b-a31a-5449a0a86efe
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 611fd817-006e-4b9b-a31a-5449a0a86efe: Amount of 668 has been received from Account number 7b6af47e-f97b-43b3-a248-e47f43b38356
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8bcf5313-4708-45c5-8c39-8071b444195c: Amount of 489 has been received from Account number cc9ff21c-b0fd-42d6-a478-b719502f4bca
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9ec1ab94-acfc-44e8-b37f-2cc5170dbdcc: Amount of 536 has to sent to Account number bce2e224-8efa-4636-81a8-4c9a5237c7c0
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of bce2e224-8efa-4636-81a8-4c9a5237c7c0: Amount of 536 has been received from Account number 9ec1ab94-acfc-44e8-b37f-2cc5170dbdcc
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8510554a-f5ac-4bcc-9d1b-3e002d5372a2: Amount of 312 has to sent to Account number 1e0789ee-38f1-4bbd-913e-ca7e254df5fa
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca4d4b5c-5e05-462e-9556-70a7f136f363: Amount of 962 has to sent to Account number 8601db24-b25a-4fd4-bdb6-2c7e14a7eb19
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of d368927b-03e6-46c8-b4aa-bce49ae09c76: Amount of 704 has to sent to Account number d7888b41-1617-40a9-abc4-99aa80b0d601
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1e0789ee-38f1-4bbd-913e-ca7e254df5fa: Amount of 312 has been received from Account number 8510554a-f5ac-4bcc-9d1b-3e002d5372a2
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of d7888b41-1617-40a9-abc4-99aa80b0d601: Amount of 704 has been received from Account number d368927b-03e6-46c8-b4aa-bce49ae09c76
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e681af4-6213-4ecb-a62d-4cbb4e70fbe8: Amount of 679 has to sent to Account number 32fbf02a-f542-42dd-865b-fe41068b6440
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2dd54ff0-b823-49a9-8b0c-c6e93287fbf4: Amount of 560 has to sent to Account number 5058c0ee-efce-4e47-b2b1-2f820aa0c77f
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 32fbf02a-f542-42dd-865b-fe41068b6440: Amount of 679 has been received from Account number 3e681af4-6213-4ecb-a62d-4cbb4e70fbe8
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5058c0ee-efce-4e47-b2b1-2f820aa0c77f: Amount of 560 has been received from Account number 2dd54ff0-b823-49a9-8b0c-c6e93287fbf4
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b028b10-3300-4c7a-8558-a4280b30758f: Amount of 293 has to sent to Account number 0f550d70-fa87-4639-ae05-21d18f0dc2c2
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0f550d70-fa87-4639-ae05-21d18f0dc2c2: Amount of 293 has been received from Account number 8b028b10-3300-4c7a-8558-a4280b30758f
2024-07-09 19:26:08.274  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3acfb3ba-ef28-4277-b398-2f3cc1980b7b: Amount of 830 has been received from Account number 0eb253cc-e999-48c2-8112-ccafd1d97c9c
2024-07-09 19:26:08.274  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0261cd1a-f626-42e9-993a-def980575127: Amount of 234 has been received from Account number 8e7fa8e9-aaaf-44ba-b549-9cc451bf4c06
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8a7bc2c5-b100-4285-8151-ff1a36a7592e: Amount of 557 has to sent to Account number fb60fd18-b5f7-4748-86c0-db1ffaa4ce5b
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6f116c24-3e89-45c0-a09a-90ca72e2f556: Amount of 485 has to sent to Account number 0a80586c-11de-4e6f-be32-23ab1ce9be4e
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a80586c-11de-4e6f-be32-23ab1ce9be4e: Amount of 485 has been received from Account number 6f116c24-3e89-45c0-a09a-90ca72e2f556
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of f422597d-e336-46aa-bfee-19680d9e1e3a: Amount of 452 has to sent to Account number 42309bae-604d-4c41-bfc6-0b54241acea9
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 555e08cb-7efb-4c44-b1f6-5f715a297975: Amount of 705 has been received from Account number d0a97ecd-0b65-4ba3-a485-0bf172daccac
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 11300ed1-8760-405f-b429-8a3c80b19153: Amount of 652 has been received from Account number 812f4e11-909f-4d8f-b190-e745e22f2671
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7fdd443c-f51f-4c39-a2cd-370cae7edce9: Amount of 384 has to sent to Account number 282b9ad0-f194-4d3c-9aec-39ab323cff3e
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 282b9ad0-f194-4d3c-9aec-39ab323cff3e: Amount of 384 has been received from Account number 7fdd443c-f51f-4c39-a2cd-370cae7edce9
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e3d96e0-5203-4869-8717-e613aaaea304: Amount of 925 has to sent to Account number 17d4710d-d84d-41ca-aad6-975a7c3f1800
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 17d4710d-d84d-41ca-aad6-975a7c3f1800: Amount of 925 has been received from Account number 9e3d96e0-5203-4869-8717-e613aaaea304
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of e1dc620a-f9a0-4296-b7fe-59f4dae515de: Amount of 595 has to sent to Account number 4f1c576d-bbe7-4fea-8423-5777665fe0ab
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 39542b9c-9ecd-489a-b6c5-b637d116b22d: Amount of 579 has to sent to Account number fe87936b-b254-49f1-bf1d-b8c81ef594d3
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b9c69ee-1e00-40da-aeba-133efb48a80a: Amount of 559 has been received from Account number 154cdd57-2ff2-4879-b9af-c83513018c19
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of fe87936b-b254-49f1-bf1d-b8c81ef594d3: Amount of 579 has been received from Account number 39542b9c-9ecd-489a-b6c5-b637d116b22d
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 12a3f273-9987-462e-9008-bbefd128cc94: Amount of 529 has been received from Account number 9e053bd2-22cb-42c9-a74e-5e3372b1774d
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 514b4702-54a7-4683-a6e7-88e19cddcda3: Amount of 77 has to sent to Account number 674a18b1-587b-4576-a9f7-e472c0f04113
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 58ae732f-6cc1-46ac-831f-f58ad4111543: Amount of 237 has to sent to Account number 2e0f5751-7ebe-4a23-8a25-51c76452020a
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 674a18b1-587b-4576-a9f7-e472c0f04113: Amount of 77 has been received from Account number 514b4702-54a7-4683-a6e7-88e19cddcda3
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of c784b8e7-3911-4ce1-b00d-287239f0b2e7: Amount of 622 has to sent to Account number 2f4163f8-83d1-45e3-a2ec-bcdd2cf735f5
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c6063ba-2a91-4e42-a9c5-e3545ac6a007: Amount of 375 has to sent to Account number 5dd5e3d6-6da5-446e-82fc-eb8846bc65fd
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 16c2090b-749f-438e-8ec7-63dd05bfc3c5: Amount of 559 has been received from Account number 668c9e3c-49f0-46fe-b09a-fb45cf5dd7f7
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5dd5e3d6-6da5-446e-82fc-eb8846bc65fd: Amount of 375 has been received from Account number 0c6063ba-2a91-4e42-a9c5-e3545ac6a007
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca020dad-3cfe-461d-ae44-050d980d9daf: Amount of 23 has to sent to Account number bf99171b-024c-4678-b0ee-dd37e08882d9
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf99171b-024c-4678-b0ee-dd37e08882d9: Amount of 23 has been received from Account number ca020dad-3cfe-461d-ae44-050d980d9daf
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 132e3427-15f8-4c9a-951b-bb490f711150: Amount of 310 has to sent to Account number aedab951-06dc-405b-8015-2c2ca9a9697d
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f2ac499-3a9b-4928-b539-50de7c81673f: Amount of 396 has to sent to Account number 731c2c77-ba8d-421c-a37d-a70f05727c29
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4601053-02ef-44a8-977b-b25f871925ba: Amount of 577 has to sent to Account number 1dd0bb7f-f61c-43f2-a301-8cebdfdce8b5
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 731c2c77-ba8d-421c-a37d-a70f05727c29: Amount of 396 has been received from Account number 8f2ac499-3a9b-4928-b539-50de7c81673f
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb374154-1c43-4611-88cf-3650187c8422: Amount of 45 has to sent to Account number 43dbe820-1adf-4751-a90f-6d0890c33710
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1dd0bb7f-f61c-43f2-a301-8cebdfdce8b5: Amount of 577 has been received from Account number a4601053-02ef-44a8-977b-b25f871925ba
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7971e863-50d0-46e4-bb66-ecee11a82d66: Amount of 194 has to sent to Account number 364f6763-e3d4-4a32-a547-93c0bb5741e4
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 641ab30e-44de-41c3-818a-f149f96571a8: Amount of 185 has to sent to Account number 08f02911-6af6-4496-9b4f-bb874dea88d3
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 364f6763-e3d4-4a32-a547-93c0bb5741e4: Amount of 194 has been received from Account number 7971e863-50d0-46e4-bb66-ecee11a82d66
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 86892bf3-9990-4511-a2e2-499aea062a62: Amount of 533 has been received from Account number 3e8f591d-5145-415b-b8c2-3a8245860fb6
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 035c1b23-44a9-4b53-b53c-8b937188edd4: Amount of 47 has been received from Account number d41446ad-fc42-4ee3-82c6-997c120bd19f
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8dd660cc-647f-4835-94cd-aab0c3a06c35: Amount of 737 has to sent to Account number 145e69eb-29cb-4ede-aa32-9c771bb15f47
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 145e69eb-29cb-4ede-aa32-9c771bb15f47: Amount of 737 has been received from Account number 8dd660cc-647f-4835-94cd-aab0c3a06c35
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 02698c10-904a-4c42-8cff-f126985c5923: Amount of 396 has to sent to Account number 26d69f0a-8653-4ff6-aafb-c9dde1d56858
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26d69f0a-8653-4ff6-aafb-c9dde1d56858: Amount of 396 has been received from Account number 02698c10-904a-4c42-8cff-f126985c5923
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 08dc3ca1-1790-4882-aef0-80485ddc6b98: Amount of 30 has to sent to Account number 67447426-db08-4b49-a301-b2f940ef32f0
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of cfd4435b-0bf4-45ae-ae42-1cc5762375f2: Amount of 81 has to sent to Account number d8c43733-f206-4cce-be22-502516dc0432
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3386ab01-70fc-4ce5-89de-ff9718316200: Amount of 986 has been received from Account number 864e41a2-c666-4709-8c9b-752f7e1b7de4
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8601db24-b25a-4fd4-bdb6-2c7e14a7eb19: Amount of 962 has been received from Account number ca4d4b5c-5e05-462e-9556-70a7f136f363
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d7399f1-23d2-4820-9759-8df0a09d1831: Amount of 84 has to sent to Account number f60b3c11-db8a-48dc-b623-7f5f2509bc62
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56121c8b-ddad-4de2-acdb-5592e96e3d5b: Amount of 601 has to sent to Account number dfd8c289-cce7-44a3-9274-fdbd9818241b
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of d8c43733-f206-4cce-be22-502516dc0432: Amount of 81 has been received from Account number cfd4435b-0bf4-45ae-ae42-1cc5762375f2
2024-07-09 19:26:08.279  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of dfd8c289-cce7-44a3-9274-fdbd9818241b: Amount of 601 has been received from Account number 56121c8b-ddad-4de2-acdb-5592e96e3d5b
2024-07-09 19:26:08.279  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 01217a33-9057-4bae-bd55-a22b9bdc562c: Amount of 613 has to sent to Account number 7d9c7b3a-9d9d-4d68-ac48-d3bf772516a3
2024-07-09 19:26:08.279  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0758314d-af4c-48c4-bb7a-4c0ba2cf1d31: Amount of 46 has to sent to Account number 75892431-9c38-4ddf-bdc7-0c93663033af
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb60fd18-b5f7-4748-86c0-db1ffaa4ce5b: Amount of 557 has been received from Account number 8a7bc2c5-b100-4285-8151-ff1a36a7592e
2024-07-09 19:26:08.279  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 75892431-9c38-4ddf-bdc7-0c93663033af: Amount of 46 has been received from Account number 0758314d-af4c-48c4-bb7a-4c0ba2cf1d31
2024-07-09 19:26:08.279  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 93c53a89-87dd-40a3-8220-dac9e7eebed2: Amount of 95 has to sent to Account number cac634f5-612e-496c-9972-836a5fdf9d6e
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1d808891-f9e1-4957-b0d3-943d9d237d93: Amount of 536 has to sent to Account number 3336d40a-0692-4fe6-8291-7018db32b8ff
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42309bae-604d-4c41-bfc6-0b54241acea9: Amount of 452 has been received from Account number f422597d-e336-46aa-bfee-19680d9e1e3a
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f1c576d-bbe7-4fea-8423-5777665fe0ab: Amount of 595 has been received from Account number e1dc620a-f9a0-4296-b7fe-59f4dae515de
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9a80bae-9cbf-44fe-94ab-1a645d04b66e: Amount of 236 has to sent to Account number a5b7da0e-838a-4848-8919-04cc846b291e
2024-07-09 19:26:08.280  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of a5b7da0e-838a-4848-8919-04cc846b291e: Amount of 236 has been received from Account number a9a80bae-9cbf-44fe-94ab-1a645d04b66e
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0872ed6b-716f-4865-9189-4747d13242ee: Amount of 877 has to sent to Account number 8fce5607-bd32-4112-a072-6a95a292169d
2024-07-09 19:26:08.280  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 78f8c540-d76c-457e-82b2-c2122323e67b: Amount of 60 has to sent to Account number 0de6e46e-c2a3-4655-a182-d4fd7d8e241c
2024-07-09 19:26:08.280  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of bd19d1a0-b0c7-44fe-b76a-a988604ac30a: Amount of 657 has to sent to Account number 5023787c-b624-45fb-8fd3-1eadfaa5f084
2024-07-09 19:26:08.280  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0de6e46e-c2a3-4655-a182-d4fd7d8e241c: Amount of 60 has been received from Account number 78f8c540-d76c-457e-82b2-c2122323e67b
2024-07-09 19:26:08.280  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5023787c-b624-45fb-8fd3-1eadfaa5f084: Amount of 657 has been received from Account number bd19d1a0-b0c7-44fe-b76a-a988604ac30a
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of c934cbc4-60d0-4c0c-910f-1a29a68b0b56: Amount of 165 has to sent to Account number 8910ad62-4894-4458-918d-5a912ffcf93d
2024-07-09 19:26:08.280  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56755f81-1286-4e68-97f2-10b5ac0ff1fb: Amount of 365 has to sent to Account number b9ea05b6-9296-44bd-a870-26b4ada0a0ab
2024-07-09 19:26:08.280  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8910ad62-4894-4458-918d-5a912ffcf93d: Amount of 165 has been received from Account number c934cbc4-60d0-4c0c-910f-1a29a68b0b56
2024-07-09 19:26:08.280  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of b9ea05b6-9296-44bd-a870-26b4ada0a0ab: Amount of 365 has been received from Account number 56755f81-1286-4e68-97f2-10b5ac0ff1fb
2024-07-09 19:26:08.280  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9a8d2115-b6cb-4e42-a583-eebdabe5e09e: Amount of 738 has to sent to Account number a0092453-4a8b-43e6-8a58-33b1a5c5a7f3
2024-07-09 19:26:08.280  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 74e05029-95f2-424c-b802-13963e6f8c49: Amount of 417 has to sent to Account number 16516343-33b7-4dc8-bbf3-6b8a35b91cd3
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e0f5751-7ebe-4a23-8a25-51c76452020a: Amount of 237 has been received from Account number 58ae732f-6cc1-46ac-831f-f58ad4111543
2024-07-09 19:26:08.280  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 16516343-33b7-4dc8-bbf3-6b8a35b91cd3: Amount of 417 has been received from Account number 74e05029-95f2-424c-b802-13963e6f8c49
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2f4163f8-83d1-45e3-a2ec-bcdd2cf735f5: Amount of 622 has been received from Account number c784b8e7-3911-4ce1-b00d-287239f0b2e7
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of aedab951-06dc-405b-8015-2c2ca9a9697d: Amount of 310 has been received from Account number 132e3427-15f8-4c9a-951b-bb490f711150
2024-07-09 19:26:08.280  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 94666a2b-fd09-4b48-95cd-c33441219cec: Amount of 173 has to sent to Account number d8544850-29a9-43c2-a5b6-45355f9bc307
2024-07-09 19:26:08.280  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of d8544850-29a9-43c2-a5b6-45355f9bc307: Amount of 173 has been received from Account number 94666a2b-fd09-4b48-95cd-c33441219cec
2024-07-09 19:26:08.280  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of a14770df-fe60-48f5-9e65-e21569a06585: Amount of 756 has to sent to Account number 4f73178b-9786-45f9-a4c4-263716ad859f
2024-07-09 19:26:08.280  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of bafe7009-b376-4999-8475-bc7e9ccfbe00: Amount of 791 has to sent to Account number 7b52aaaf-9302-4f3d-ab26-8f8ecf1c1105
2024-07-09 19:26:08.280  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b52aaaf-9302-4f3d-ab26-8f8ecf1c1105: Amount of 791 has been received from Account number bafe7009-b376-4999-8475-bc7e9ccfbe00
2024-07-09 19:26:08.280  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d79cfaf-7c9c-4ae5-8bf4-e44b86bdde49: Amount of 754 has to sent to Account number 96983c2c-8e0d-462e-8a00-bfe68c673b48
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 43dbe820-1adf-4751-a90f-6d0890c33710: Amount of 45 has been received from Account number fb374154-1c43-4611-88cf-3650187c8422
2024-07-09 19:26:08.280  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 96983c2c-8e0d-462e-8a00-bfe68c673b48: Amount of 754 has been received from Account number 3d79cfaf-7c9c-4ae5-8bf4-e44b86bdde49
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf118350-662f-4115-a1a2-bdd23e526880: Amount of 150 has to sent to Account number 6d24b23e-c3b8-4395-8d91-e2ff75e39341
2024-07-09 19:26:08.280  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9b7fac25-6f92-423f-a066-2e1440811ee3: Amount of 343 has to sent to Account number b65f002b-1e79-4495-b7b7-c1938f7501ac
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 08f02911-6af6-4496-9b4f-bb874dea88d3: Amount of 185 has been received from Account number 641ab30e-44de-41c3-818a-f149f96571a8
2024-07-09 19:26:08.280  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0337533a-9268-40a8-a855-c03f36281dc8: Amount of 486 has to sent to Account number 5a32eeb5-82dd-432b-8544-7abfc4fa0d54
2024-07-09 19:26:08.280  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d24b23e-c3b8-4395-8d91-e2ff75e39341: Amount of 150 has been received from Account number cf118350-662f-4115-a1a2-bdd23e526880
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 10ffb3c2-e82a-4b25-961f-625c1be7a9b0: Amount of 645 has to sent to Account number d3a69f7d-23fe-4dce-94c4-39250fdfb689
2024-07-09 19:26:08.280  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa4477ca-c76a-4952-b67a-4c3826df8960: Amount of 180 has to sent to Account number e7ceae49-662d-41c3-a9ba-8e54176a4a01
2024-07-09 19:26:08.280  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a32eeb5-82dd-432b-8544-7abfc4fa0d54: Amount of 486 has been received from Account number 0337533a-9268-40a8-a855-c03f36281dc8
2024-07-09 19:26:08.277  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 67447426-db08-4b49-a301-b2f940ef32f0: Amount of 30 has been received from Account number 08dc3ca1-1790-4882-aef0-80485ddc6b98
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 66cf0f32-a14c-4621-a766-b9062d4dd2a7: Amount of 169 has to sent to Account number 283b04c5-a0fb-4ce9-8d10-da050da2f13e
2024-07-09 19:26:08.280  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9063818-a3df-404f-af07-bb77a8c85f31: Amount of 973 has to sent to Account number c0866993-b392-451c-9272-e386399d4dbe
2024-07-09 19:26:08.280  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 283b04c5-a0fb-4ce9-8d10-da050da2f13e: Amount of 169 has been received from Account number 66cf0f32-a14c-4621-a766-b9062d4dd2a7
2024-07-09 19:26:08.277  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of f60b3c11-db8a-48dc-b623-7f5f2509bc62: Amount of 84 has been received from Account number 3d7399f1-23d2-4820-9759-8df0a09d1831
2024-07-09 19:26:08.279  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of d867246a-152f-49d4-9ba7-6ab97b43d64b: Amount of 638 has to sent to Account number 3be7320b-9f6a-4ed2-bd9f-912ea5dcf111
2024-07-09 19:26:08.279  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7d9c7b3a-9d9d-4d68-ac48-d3bf772516a3: Amount of 613 has been received from Account number 01217a33-9057-4bae-bd55-a22b9bdc562c
2024-07-09 19:26:08.280  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1d564854-2d20-4e39-a296-8337b1627fd2: Amount of 719 has to sent to Account number faf66cef-c7d8-4cdf-90a2-c0adf33dc7c1
2024-07-09 19:26:08.280  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of faf66cef-c7d8-4cdf-90a2-c0adf33dc7c1: Amount of 719 has been received from Account number 1d564854-2d20-4e39-a296-8337b1627fd2
2024-07-09 19:26:08.280  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77260780-959d-4629-8a96-fc4e592ea8b6: Amount of 833 has to sent to Account number 7e4250a8-d2c2-45b3-bbf2-0ea74b343975
2024-07-09 19:26:08.280  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3336d40a-0692-4fe6-8291-7018db32b8ff: Amount of 536 has been received from Account number 1d808891-f9e1-4957-b0d3-943d9d237d93
2024-07-09 19:26:08.280  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7e4250a8-d2c2-45b3-bbf2-0ea74b343975: Amount of 833 has been received from Account number 77260780-959d-4629-8a96-fc4e592ea8b6
2024-07-09 19:26:08.280  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb5a7a47-cbd8-482c-8d17-6ca82ba305c7: Amount of 598 has to sent to Account number f31080ff-cd4e-411f-8498-bc0e003c4f39
2024-07-09 19:26:08.280  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8fce5607-bd32-4112-a072-6a95a292169d: Amount of 877 has been received from Account number 0872ed6b-716f-4865-9189-4747d13242ee
2024-07-09 19:26:08.280  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of f31080ff-cd4e-411f-8498-bc0e003c4f39: Amount of 598 has been received from Account number fb5a7a47-cbd8-482c-8d17-6ca82ba305c7
2024-07-09 19:26:08.280  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of dae23230-711b-47e8-a043-d2e5313be0a8: Amount of 163 has to sent to Account number 8a4c5ef3-ff8c-4b6c-8065-87812e608504
2024-07-09 19:26:08.280  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8a4c5ef3-ff8c-4b6c-8065-87812e608504: Amount of 163 has been received from Account number dae23230-711b-47e8-a043-d2e5313be0a8
2024-07-09 19:26:08.280  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 99e2037b-d350-4148-8ee0-ddd19916976f: Amount of 967 has to sent to Account number dc80e48e-6fc5-4d71-bf58-52f35080585d
2024-07-09 19:26:08.280  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of dc80e48e-6fc5-4d71-bf58-52f35080585d: Amount of 967 has been received from Account number 99e2037b-d350-4148-8ee0-ddd19916976f
2024-07-09 19:26:08.280  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b350999-d0b4-4074-b554-99a4b67e8985: Amount of 587 has to sent to Account number 66932c53-17f0-480d-bfe6-9c2a6c69b738
2024-07-09 19:26:08.280  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 66932c53-17f0-480d-bfe6-9c2a6c69b738: Amount of 587 has been received from Account number 7b350999-d0b4-4074-b554-99a4b67e8985
2024-07-09 19:26:08.280  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of cac634f5-612e-496c-9972-836a5fdf9d6e: Amount of 95 has been received from Account number 93c53a89-87dd-40a3-8220-dac9e7eebed2
2024-07-09 19:26:08.280  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of a0092453-4a8b-43e6-8a58-33b1a5c5a7f3: Amount of 738 has been received from Account number 9a8d2115-b6cb-4e42-a583-eebdabe5e09e
2024-07-09 19:26:08.280  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 46132c71-b6ab-4f0d-a783-94f885f1a38e: Amount of 304 has to sent to Account number e48c00c0-85f6-4610-b012-591e001b80f5
2024-07-09 19:26:08.280  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of a61931df-3afe-452f-838c-7acd75304c4f: Amount of 504 has to sent to Account number 37ed5caa-a947-4e1d-a999-7e50b1db5a21
2024-07-09 19:26:08.280  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f73178b-9786-45f9-a4c4-263716ad859f: Amount of 756 has been received from Account number a14770df-fe60-48f5-9e65-e21569a06585
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of e48c00c0-85f6-4610-b012-591e001b80f5: Amount of 304 has been received from Account number 46132c71-b6ab-4f0d-a783-94f885f1a38e
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7a71cb0f-0699-4c10-b2a3-44cad7800f61: Amount of 996 has to sent to Account number bca306dc-cccc-4184-96e6-9f7dd9e49c67
2024-07-09 19:26:08.280  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 732fa20a-c85c-4ec8-aeb8-7f85122aa00e: Amount of 689 has to sent to Account number 79a3bc31-f27b-413f-89f1-9fe5708576b8
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of bca306dc-cccc-4184-96e6-9f7dd9e49c67: Amount of 996 has been received from Account number 7a71cb0f-0699-4c10-b2a3-44cad7800f61
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 79a3bc31-f27b-413f-89f1-9fe5708576b8: Amount of 689 has been received from Account number 732fa20a-c85c-4ec8-aeb8-7f85122aa00e
2024-07-09 19:26:08.280  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of b65f002b-1e79-4495-b7b7-c1938f7501ac: Amount of 343 has been received from Account number 9b7fac25-6f92-423f-a066-2e1440811ee3
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 66bd41b0-7303-49a2-b9c9-c2be5d37d530: Amount of 106 has to sent to Account number 9379767f-59b4-44bf-ad10-95b1d51dfa63
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9379767f-59b4-44bf-ad10-95b1d51dfa63: Amount of 106 has been received from Account number 66bd41b0-7303-49a2-b9c9-c2be5d37d530
2024-07-09 19:26:08.280  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of e38141e8-c848-4213-adb7-72a40a82d728: Amount of 143 has to sent to Account number 82ad1a92-f3f6-4548-8a86-426bc7dd1347
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4656ead0-a2ca-45ff-b8dd-ac4a19a971e4: Amount of 919 has to sent to Account number 2ccd01aa-98ae-4b1c-96a0-0f19a352166b
2024-07-09 19:26:08.280  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d3a69f7d-23fe-4dce-94c4-39250fdfb689: Amount of 645 has been received from Account number 10ffb3c2-e82a-4b25-961f-625c1be7a9b0
2024-07-09 19:26:08.280  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of e7ceae49-662d-41c3-a9ba-8e54176a4a01: Amount of 180 has been received from Account number fa4477ca-c76a-4952-b67a-4c3826df8960
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26db7fa4-66df-4e97-8809-0e66ba361bf2: Amount of 430 has to sent to Account number a4915254-c12e-40a5-8b44-d60cdbd1fc6b
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c981f416-8eb5-4389-b194-1566d038e8b4: Amount of 241 has to sent to Account number 07522bd1-b629-488a-aad7-f47a0f3322a6
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 07522bd1-b629-488a-aad7-f47a0f3322a6: Amount of 241 has been received from Account number c981f416-8eb5-4389-b194-1566d038e8b4
2024-07-09 19:26:08.280  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 60c729a3-63a6-4e1f-a979-3c481d853139: Amount of 661 has to sent to Account number 5da36b7e-7d0b-4cc6-8d20-2f3735391a73
2024-07-09 19:26:08.280  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of c0866993-b392-451c-9272-e386399d4dbe: Amount of 973 has been received from Account number a9063818-a3df-404f-af07-bb77a8c85f31
2024-07-09 19:26:08.280  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9caa443d-2a53-433d-a559-401077d03fdf: Amount of 536 has to sent to Account number 70ac87a2-3feb-424b-8cc3-0aad5a0aefbf
2024-07-09 19:26:08.280  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3be7320b-9f6a-4ed2-bd9f-912ea5dcf111: Amount of 638 has been received from Account number d867246a-152f-49d4-9ba7-6ab97b43d64b
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 78fa161d-c23f-4f60-81a1-2bd18a98b47e: Amount of 956 has to sent to Account number 14a86704-448e-47a1-90a2-29a1cb9f3c85
2024-07-09 19:26:08.280  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 491b9b9a-d3ff-484c-8cec-7e6d5534617f: Amount of 979 has to sent to Account number f96be15b-3c5b-4730-9146-72f922be21ad
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 14a86704-448e-47a1-90a2-29a1cb9f3c85: Amount of 956 has been received from Account number 78fa161d-c23f-4f60-81a1-2bd18a98b47e
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of f96be15b-3c5b-4730-9146-72f922be21ad: Amount of 979 has been received from Account number 491b9b9a-d3ff-484c-8cec-7e6d5534617f
2024-07-09 19:26:08.280  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of f8dc4214-70ca-4298-8a17-b05485f74650: Amount of 964 has to sent to Account number d99fab05-3a7f-4b1f-88f1-55595d93f828
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 608d0655-09ed-4081-ab32-494fd64730f4: Amount of 954 has to sent to Account number 3de46feb-6515-4841-ad7a-c76b995f45d9
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of d99fab05-3a7f-4b1f-88f1-55595d93f828: Amount of 964 has been received from Account number f8dc4214-70ca-4298-8a17-b05485f74650
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3de46feb-6515-4841-ad7a-c76b995f45d9: Amount of 954 has been received from Account number 608d0655-09ed-4081-ab32-494fd64730f4
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ba19df52-5295-4873-8465-5b5844e52aec: Amount of 772 has to sent to Account number 03710a35-e231-4405-843e-411c5b944781
2024-07-09 19:26:08.280  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of f02ad5c0-0527-40df-9987-62dbe79a0893: Amount of 676 has to sent to Account number 635a20db-e8da-4603-97c4-b351ec28d390
2024-07-09 19:26:08.280  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of d75b9a89-0696-4a88-bddd-89926b56df1a: Amount of 143 has to sent to Account number 59f82734-91c1-444d-a798-2cd8c533b3cd
2024-07-09 19:26:08.280  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 75465ac2-1d50-4d80-9bdf-8a8172cf7104: Amount of 993 has to sent to Account number 9a56ac4e-529c-4dac-8133-3a03b81616b6
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 59f82734-91c1-444d-a798-2cd8c533b3cd: Amount of 143 has been received from Account number d75b9a89-0696-4a88-bddd-89926b56df1a
2024-07-09 19:26:08.280  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of fd1170c4-fe64-4e61-89ce-f4d7be5fc78e: Amount of 965 has to sent to Account number 52cac1ec-c9b6-4e57-9c9b-0631c5744885
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 12f820f4-a3b8-4d21-a4b3-f2151f4be7b1: Amount of 248 has to sent to Account number 3d6ede53-f252-466d-8142-137dd61e0809
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9a56ac4e-529c-4dac-8133-3a03b81616b6: Amount of 993 has been received from Account number 75465ac2-1d50-4d80-9bdf-8a8172cf7104
2024-07-09 19:26:08.280  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90754295-8b05-42ea-b0b2-da3dd1de07db: Amount of 703 has to sent to Account number 9c024ba9-1629-4357-9375-960c6e46723a
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of fcf06931-1140-43ed-a170-53b93b0f816d: Amount of 966 has to sent to Account number 52b7a985-e83a-4b9c-9548-70d23a36fcb3
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6edfea1e-c658-40a9-a4b5-2453c4dd5301: Amount of 565 has to sent to Account number b7f12898-5058-49d7-9c31-0f8820a50744
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9c024ba9-1629-4357-9375-960c6e46723a: Amount of 703 has been received from Account number 90754295-8b05-42ea-b0b2-da3dd1de07db
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of b7f12898-5058-49d7-9c31-0f8820a50744: Amount of 565 has been received from Account number 6edfea1e-c658-40a9-a4b5-2453c4dd5301
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of e98f45b2-addc-4adc-80a5-172d9358ee22: Amount of 569 has to sent to Account number e91abbbc-5d7a-4979-8e77-8094408ca77a
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of e91abbbc-5d7a-4979-8e77-8094408ca77a: Amount of 569 has been received from Account number e98f45b2-addc-4adc-80a5-172d9358ee22
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 37ed5caa-a947-4e1d-a999-7e50b1db5a21: Amount of 504 has been received from Account number a61931df-3afe-452f-838c-7acd75304c4f
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 76ae8f27-6f58-4922-bd18-abbfd23b5897: Amount of 387 has to sent to Account number ed1a181d-c987-4460-8447-d0778324f32c
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of c1f2a669-2967-44cc-9c0f-18752bc73796: Amount of 927 has to sent to Account number 11a93870-c49e-47a0-ad4f-e2967b420e1e
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of cb50b359-a020-4ba2-be87-08acdace1ce4: Amount of 153 has to sent to Account number 2b042655-c9aa-4895-9068-564d582aa616
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ccd01aa-98ae-4b1c-96a0-0f19a352166b: Amount of 919 has been received from Account number 4656ead0-a2ca-45ff-b8dd-ac4a19a971e4
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b042655-c9aa-4895-9068-564d582aa616: Amount of 153 has been received from Account number cb50b359-a020-4ba2-be87-08acdace1ce4
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 728a5ec2-6d95-4832-99f7-d274d5011ea0: Amount of 336 has to sent to Account number 932aeb52-e12f-4c12-8dc8-8d6ab59649c2
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ef9f501a-7e7a-4784-b8b6-2625f4a28d14: Amount of 536 has to sent to Account number 6f5e0b9f-4444-4277-ae10-40d6f6fdeabe
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 82ad1a92-f3f6-4548-8a86-426bc7dd1347: Amount of 143 has been received from Account number e38141e8-c848-4213-adb7-72a40a82d728
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6f5e0b9f-4444-4277-ae10-40d6f6fdeabe: Amount of 536 has been received from Account number ef9f501a-7e7a-4784-b8b6-2625f4a28d14
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4915254-c12e-40a5-8b44-d60cdbd1fc6b: Amount of 430 has been received from Account number 26db7fa4-66df-4e97-8809-0e66ba361bf2
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of b355580d-5005-4ba9-ad72-507f38dcb256: Amount of 667 has to sent to Account number 5dcf7a43-b0e8-4aac-84fb-505726b03ec9
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5dcf7a43-b0e8-4aac-84fb-505726b03ec9: Amount of 667 has been received from Account number b355580d-5005-4ba9-ad72-507f38dcb256
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c2648d3-ba69-44f7-a8a9-13d669d5e0bb: Amount of 823 has to sent to Account number fac923f5-9ad9-43c2-99c9-0e4bf9d2e7d9
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of fac923f5-9ad9-43c2-99c9-0e4bf9d2e7d9: Amount of 823 has been received from Account number 1c2648d3-ba69-44f7-a8a9-13d669d5e0bb
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of b91bc538-cee1-4176-ae78-d97f116b0cbb: Amount of 835 has to sent to Account number cc1c6f59-a853-4e2c-9a95-4315461a7139
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of d3b8b6cc-bf57-4665-a223-d956ced9df5c: Amount of 229 has to sent to Account number 25c7425b-3424-4d97-a008-618d93d4f514
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 70ac87a2-3feb-424b-8cc3-0aad5a0aefbf: Amount of 536 has been received from Account number 9caa443d-2a53-433d-a559-401077d03fdf
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25c7425b-3424-4d97-a008-618d93d4f514: Amount of 229 has been received from Account number d3b8b6cc-bf57-4665-a223-d956ced9df5c
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5da36b7e-7d0b-4cc6-8d20-2f3735391a73: Amount of 661 has been received from Account number 60c729a3-63a6-4e1f-a979-3c481d853139
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 845277ec-402b-4e39-b281-2a17dec24445: Amount of 247 has to sent to Account number 476455e6-d507-4a54-a8dd-125ec86d486a
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of fdda9609-19e1-4000-a5e0-420a6eb360ed: Amount of 375 has to sent to Account number d80fa20b-296b-4486-95f8-e532d27b4fa9
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 476455e6-d507-4a54-a8dd-125ec86d486a: Amount of 247 has been received from Account number 845277ec-402b-4e39-b281-2a17dec24445
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of d80fa20b-296b-4486-95f8-e532d27b4fa9: Amount of 375 has been received from Account number fdda9609-19e1-4000-a5e0-420a6eb360ed
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ab8ce37-df03-4cc2-a44e-7990a19ba794: Amount of 480 has to sent to Account number 305d63ae-ce90-4322-941d-430b986cf789
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of b67da2bb-1a50-4a65-9a03-ebe2b6aaf8a3: Amount of 877 has to sent to Account number b2d2d1bd-6f79-4e1e-bc22-aa77a76d0f1a
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 10bd1064-cdc6-4112-96ec-db5193d3dfd2: Amount of 347 has to sent to Account number c47a4e6b-442d-422e-af7d-edc83d009fce
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of c47a4e6b-442d-422e-af7d-edc83d009fce: Amount of 347 has been received from Account number 10bd1064-cdc6-4112-96ec-db5193d3dfd2
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 03710a35-e231-4405-843e-411c5b944781: Amount of 772 has been received from Account number ba19df52-5295-4873-8465-5b5844e52aec
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 635a20db-e8da-4603-97c4-b351ec28d390: Amount of 676 has been received from Account number f02ad5c0-0527-40df-9987-62dbe79a0893
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 52cac1ec-c9b6-4e57-9c9b-0631c5744885: Amount of 965 has been received from Account number fd1170c4-fe64-4e61-89ce-f4d7be5fc78e
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 48585527-77ef-4636-918f-9a973f039e5b: Amount of 460 has to sent to Account number 929284e0-62c6-41a3-b666-b3df5aac9f4e
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c45fe6a-3bd2-4b6e-95d0-e6795f7fc71b: Amount of 547 has to sent to Account number b17a5969-6982-460a-88f4-a4f77f482605
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 929284e0-62c6-41a3-b666-b3df5aac9f4e: Amount of 460 has been received from Account number 48585527-77ef-4636-918f-9a973f039e5b
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 52d8a51b-cd2c-4431-88b3-36bda5da0b46: Amount of 796 has to sent to Account number bfc70bac-98d0-4742-9fce-7a6588366d1a
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d6ede53-f252-466d-8142-137dd61e0809: Amount of 248 has been received from Account number 12f820f4-a3b8-4d21-a4b3-f2151f4be7b1
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of bfc70bac-98d0-4742-9fce-7a6588366d1a: Amount of 796 has been received from Account number 52d8a51b-cd2c-4431-88b3-36bda5da0b46
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d5cfe74-f12f-4ad2-a516-4b75ab4f54b6: Amount of 696 has to sent to Account number 950fe145-f867-416d-b2e4-096172005399
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of b22201bf-200a-4a94-99b8-186d17224d2d: Amount of 611 has to sent to Account number 39dbf300-d453-4ad7-82b0-31d236f8f82e
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 950fe145-f867-416d-b2e4-096172005399: Amount of 696 has been received from Account number 9d5cfe74-f12f-4ad2-a516-4b75ab4f54b6
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 52b7a985-e83a-4b9c-9548-70d23a36fcb3: Amount of 966 has been received from Account number fcf06931-1140-43ed-a170-53b93b0f816d
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4c26d0e6-5db2-415e-84f7-f9ba9748257f: Amount of 428 has to sent to Account number 0dc7d4e9-9c3d-4e5c-b7f8-8e28575ef6b8
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of aec1d49e-3c83-4637-be84-b1dc6b6b151d: Amount of 787 has to sent to Account number f6fc357f-e409-415f-9b8b-acf74b09487b
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of d0c1cdb1-9803-4fc7-9c11-0672a3837589: Amount of 144 has to sent to Account number 1e81004a-75db-428d-85a4-f27c007ecc97
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of f6fc357f-e409-415f-9b8b-acf74b09487b: Amount of 787 has been received from Account number aec1d49e-3c83-4637-be84-b1dc6b6b151d
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4c392b7e-fc30-48bc-915a-9fca399308ff: Amount of 664 has to sent to Account number 35fc4d98-eb0a-4ec7-a8af-87aff5b5bd31
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 35fc4d98-eb0a-4ec7-a8af-87aff5b5bd31: Amount of 664 has been received from Account number 4c392b7e-fc30-48bc-915a-9fca399308ff
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 99abc1fd-6fde-47f4-b8ee-ef42f079c98e: Amount of 252 has to sent to Account number 48935df1-0085-4c43-8f25-9ee8ba5cf955
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f63dafe-cd7d-4b76-b18a-9a52f7c47e92: Amount of 834 has to sent to Account number 99e4858c-4299-4080-9865-958fae17b552
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 48935df1-0085-4c43-8f25-9ee8ba5cf955: Amount of 252 has been received from Account number 99abc1fd-6fde-47f4-b8ee-ef42f079c98e
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 082ee98e-e755-4009-b201-34706f57e187: Amount of 411 has to sent to Account number f5177230-6dc9-45a4-87ca-41edb49a73d3
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of dfe95890-9d11-412b-bb90-68fd0de8fb85: Amount of 384 has to sent to Account number 22ae5bb0-bcee-452f-ab9e-5def0430e93a
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed1a181d-c987-4460-8447-d0778324f32c: Amount of 387 has been received from Account number 76ae8f27-6f58-4922-bd18-abbfd23b5897
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 11a93870-c49e-47a0-ad4f-e2967b420e1e: Amount of 927 has been received from Account number c1f2a669-2967-44cc-9c0f-18752bc73796
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22ae5bb0-bcee-452f-ab9e-5def0430e93a: Amount of 384 has been received from Account number dfe95890-9d11-412b-bb90-68fd0de8fb85
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 932aeb52-e12f-4c12-8dc8-8d6ab59649c2: Amount of 336 has been received from Account number 728a5ec2-6d95-4832-99f7-d274d5011ea0
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 10972fd6-db97-4ecf-ac91-3e3d9d13efb2: Amount of 484 has to sent to Account number fc1b7809-ff88-4fef-b625-57c78c0b94b7
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc1b7809-ff88-4fef-b625-57c78c0b94b7: Amount of 484 has been received from Account number 10972fd6-db97-4ecf-ac91-3e3d9d13efb2
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 69c6e0a6-bfd7-409c-85d2-b1ed6ef50a36: Amount of 929 has to sent to Account number 76d1d2d9-b906-438d-9e2f-a7178b336df1
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of a3a4d20b-ff7d-44c3-976a-24abd582747e: Amount of 84 has to sent to Account number 9ab166c5-c8c0-4e95-bddd-c159b4f26c23
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9ab166c5-c8c0-4e95-bddd-c159b4f26c23: Amount of 84 has been received from Account number a3a4d20b-ff7d-44c3-976a-24abd582747e
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 30e2ec4a-59d4-4c4a-9a11-a9b64442d635: Amount of 948 has to sent to Account number 41ec091c-46ec-47b4-95e2-c01e40939e57
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 41180bed-5de0-4008-bee5-f647ef6cd08e: Amount of 656 has to sent to Account number 94877398-cfc4-4341-b89c-716185f5b4e7
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 39ac3bf4-b062-4718-b183-1472522d3b16: Amount of 467 has to sent to Account number 0ad54d3f-cba5-492b-9596-b32f65f6e983
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 41ec091c-46ec-47b4-95e2-c01e40939e57: Amount of 948 has been received from Account number 30e2ec4a-59d4-4c4a-9a11-a9b64442d635
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of cc1c6f59-a853-4e2c-9a95-4315461a7139: Amount of 835 has been received from Account number b91bc538-cee1-4176-ae78-d97f116b0cbb
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e159579-1706-4f86-973c-af0454ebb756: Amount of 31 has to sent to Account number 1615156e-b0c8-461a-8aac-7f188dde0051
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 195342ff-1a98-4601-9313-b831fe117fb3: Amount of 973 has to sent to Account number 7d7d1061-2b3b-45ff-8960-80927e3b1c4f
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1615156e-b0c8-461a-8aac-7f188dde0051: Amount of 31 has been received from Account number 2e159579-1706-4f86-973c-af0454ebb756
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2dc054f-3502-48a8-b766-1d1f44d23f7e: Amount of 614 has to sent to Account number 3ee2ead6-b3a7-4ce7-93d0-279832fb01e4
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56a37a7d-72a7-4e0c-a7d4-dd359af20fd0: Amount of 871 has to sent to Account number 693c3be9-4c56-496b-bc7d-2c7859687f43
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ee2ead6-b3a7-4ce7-93d0-279832fb01e4: Amount of 614 has been received from Account number f2dc054f-3502-48a8-b766-1d1f44d23f7e
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 305d63ae-ce90-4322-941d-430b986cf789: Amount of 480 has been received from Account number 3ab8ce37-df03-4cc2-a44e-7990a19ba794
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of b9f6aa87-5f1e-46a2-9375-7ff3a843db6a: Amount of 903 has to sent to Account number 6de58ded-73a1-4e6f-92d2-b4ca0d584a0a
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6de58ded-73a1-4e6f-92d2-b4ca0d584a0a: Amount of 903 has been received from Account number b9f6aa87-5f1e-46a2-9375-7ff3a843db6a
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53e274ea-4cd3-4964-ae5e-67904aa22b2d: Amount of 70 has to sent to Account number 5e1222d1-2182-4c63-88ce-12be5c51c28d
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98b9ecfa-a620-4c00-8560-cf729c2f265c: Amount of 871 has to sent to Account number 61a6e3a5-69f5-429b-baa5-58d2b76325a1
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5e1222d1-2182-4c63-88ce-12be5c51c28d: Amount of 70 has been received from Account number 53e274ea-4cd3-4964-ae5e-67904aa22b2d
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 61a6e3a5-69f5-429b-baa5-58d2b76325a1: Amount of 871 has been received from Account number 98b9ecfa-a620-4c00-8560-cf729c2f265c
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f6d1608-da8a-4492-a1b9-56c3148d2634: Amount of 771 has to sent to Account number d6bac53d-3c22-486e-9573-a083f598cfae
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6bac53d-3c22-486e-9573-a083f598cfae: Amount of 771 has been received from Account number 3f6d1608-da8a-4492-a1b9-56c3148d2634
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of b9d7c4ef-7349-43a9-9db0-6788133ce649: Amount of 865 has to sent to Account number 6b0a4696-667e-4e34-8aeb-a0b70a87bce3
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b0a4696-667e-4e34-8aeb-a0b70a87bce3: Amount of 865 has been received from Account number b9d7c4ef-7349-43a9-9db0-6788133ce649
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4de8418a-4055-4163-a71c-ce563e967fe8: Amount of 234 has to sent to Account number 8eb6610f-a195-488a-907d-b2ed0a772e47
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8eb6610f-a195-488a-907d-b2ed0a772e47: Amount of 234 has been received from Account number 4de8418a-4055-4163-a71c-ce563e967fe8
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of e30344e8-f6f8-493a-b491-8c4f550448e7: Amount of 75 has to sent to Account number 334263ed-4a6b-4cf1-87e7-db2fc100bdd1
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 334263ed-4a6b-4cf1-87e7-db2fc100bdd1: Amount of 75 has been received from Account number e30344e8-f6f8-493a-b491-8c4f550448e7
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of f892bbe2-ae15-4811-981b-e9c535dd3f1f: Amount of 344 has to sent to Account number 8cf3d332-f3ff-4918-a749-bef240d44155
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0673b81a-ebb9-4af5-9f15-2cd4595f0ce5: Amount of 847 has to sent to Account number 1c70f26d-2f0b-4075-afda-a1cf35543fbc
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of b2d2d1bd-6f79-4e1e-bc22-aa77a76d0f1a: Amount of 877 has been received from Account number b67da2bb-1a50-4a65-9a03-ebe2b6aaf8a3
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of b17a5969-6982-460a-88f4-a4f77f482605: Amount of 547 has been received from Account number 2c45fe6a-3bd2-4b6e-95d0-e6795f7fc71b
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 430c6a14-b4e0-4e79-962c-25c48a3a7a7e: Amount of 181 has to sent to Account number a65a4907-13b9-409c-8f8e-246a4ba1e867
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8cf3d332-f3ff-4918-a749-bef240d44155: Amount of 344 has been received from Account number f892bbe2-ae15-4811-981b-e9c535dd3f1f
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of a65a4907-13b9-409c-8f8e-246a4ba1e867: Amount of 181 has been received from Account number 430c6a14-b4e0-4e79-962c-25c48a3a7a7e
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 83bf622b-64d1-43b3-b123-0843f5427cfc: Amount of 529 has to sent to Account number e86c30b2-8408-43d1-9c66-c4e47806b318
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc950c93-2bb8-4b37-a4bc-46ffb68058d3: Amount of 31 has to sent to Account number 41e6b91f-c0b7-484a-979e-73c62a93469f
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of e86c30b2-8408-43d1-9c66-c4e47806b318: Amount of 529 has been received from Account number 83bf622b-64d1-43b3-b123-0843f5427cfc
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 41e6b91f-c0b7-484a-979e-73c62a93469f: Amount of 31 has been received from Account number fc950c93-2bb8-4b37-a4bc-46ffb68058d3
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1da09dab-040c-4b09-9f4e-b5ff90c3dd2d: Amount of 803 has to sent to Account number d2d16fa1-6718-486d-ab2d-afd830c9e788
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 39dbf300-d453-4ad7-82b0-31d236f8f82e: Amount of 611 has been received from Account number b22201bf-200a-4a94-99b8-186d17224d2d
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2d16fa1-6718-486d-ab2d-afd830c9e788: Amount of 803 has been received from Account number 1da09dab-040c-4b09-9f4e-b5ff90c3dd2d
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0dc7d4e9-9c3d-4e5c-b7f8-8e28575ef6b8: Amount of 428 has been received from Account number 4c26d0e6-5db2-415e-84f7-f9ba9748257f
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1fd037f8-ea88-45bc-9c79-125cc00256f6: Amount of 122 has to sent to Account number 19eb23d9-937a-407c-8f91-e3775d76308d
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 19eb23d9-937a-407c-8f91-e3775d76308d: Amount of 122 has been received from Account number 1fd037f8-ea88-45bc-9c79-125cc00256f6
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of cce4720f-32ef-4992-b983-15dbaef9305c: Amount of 856 has to sent to Account number 5a29daca-6cbc-4a85-a74a-c894b45cda5d
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7a7b13cd-ef20-4eb7-8b5e-6eb26f5069a0: Amount of 124 has to sent to Account number 0371a93c-8fb8-4820-a1a2-307031185a0e
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0371a93c-8fb8-4820-a1a2-307031185a0e: Amount of 124 has been received from Account number 7a7b13cd-ef20-4eb7-8b5e-6eb26f5069a0
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 94e823ab-55bb-4342-8410-d0fe93302abc: Amount of 251 has to sent to Account number eeb3d06b-632f-4bb4-ad9f-81d9ba190d3d
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of eeb3d06b-632f-4bb4-ad9f-81d9ba190d3d: Amount of 251 has been received from Account number 94e823ab-55bb-4342-8410-d0fe93302abc
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of e97e89ea-de2f-4b5d-8ccd-6a38c32d2bb2: Amount of 38 has to sent to Account number cf691623-dccf-4433-8937-bb3d0589d1ab
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf691623-dccf-4433-8937-bb3d0589d1ab: Amount of 38 has been received from Account number e97e89ea-de2f-4b5d-8ccd-6a38c32d2bb2
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1e81004a-75db-428d-85a4-f27c007ecc97: Amount of 144 has been received from Account number d0c1cdb1-9803-4fc7-9c11-0672a3837589
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 99e4858c-4299-4080-9865-958fae17b552: Amount of 834 has been received from Account number 3f63dafe-cd7d-4b76-b18a-9a52f7c47e92
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5dca5c68-85a8-4551-9df2-dc738462797c: Amount of 248 has to sent to Account number ac896bda-df1c-417c-a629-bae0c8202ce1
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of f5177230-6dc9-45a4-87ca-41edb49a73d3: Amount of 411 has been received from Account number 082ee98e-e755-4009-b201-34706f57e187
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac896bda-df1c-417c-a629-bae0c8202ce1: Amount of 248 has been received from Account number 5dca5c68-85a8-4551-9df2-dc738462797c
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a2c18c9-f17c-4efc-94cf-0dd43e28852f: Amount of 76 has to sent to Account number 3d9f1524-d3e6-4e2b-8e03-d91edc4975b5
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 88d99b59-8de0-413f-8f91-cd194d339d86: Amount of 402 has to sent to Account number 0ded5bd4-ebfa-462b-9857-27a128048519
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ded5bd4-ebfa-462b-9857-27a128048519: Amount of 402 has been received from Account number 88d99b59-8de0-413f-8f91-cd194d339d86
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d9f1524-d3e6-4e2b-8e03-d91edc4975b5: Amount of 76 has been received from Account number 6a2c18c9-f17c-4efc-94cf-0dd43e28852f
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9351f45d-41a6-4fd2-b0a3-ed9bd035a9ab: Amount of 869 has to sent to Account number c0b4496e-0e3c-486b-938b-fb297b273af7
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of c0b4496e-0e3c-486b-938b-fb297b273af7: Amount of 869 has been received from Account number 9351f45d-41a6-4fd2-b0a3-ed9bd035a9ab
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of f3e0795a-4c9c-4066-bbeb-b82dbf2385db: Amount of 614 has to sent to Account number b5ff2777-b606-4176-9d41-21aea87e9a2e
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8199b21f-172d-4503-b1b4-73304abe2b18: Amount of 91 has to sent to Account number ffb468cf-8952-458a-abc7-5a2896816d95
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of b5ff2777-b606-4176-9d41-21aea87e9a2e: Amount of 614 has been received from Account number f3e0795a-4c9c-4066-bbeb-b82dbf2385db
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ffb468cf-8952-458a-abc7-5a2896816d95: Amount of 91 has been received from Account number 8199b21f-172d-4503-b1b4-73304abe2b18
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4ee53105-781c-438f-950d-51bf24d56ddf: Amount of 575 has to sent to Account number a4e62055-7232-4128-a668-cb409293ea92
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4e62055-7232-4128-a668-cb409293ea92: Amount of 575 has been received from Account number 4ee53105-781c-438f-950d-51bf24d56ddf
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 70873216-5421-4866-93ed-d40960659625: Amount of 773 has to sent to Account number f486b021-b9b5-494a-a3a5-dad4185a9c11
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of e44c4c10-59c2-470e-9f07-bffcae4d6ffa: Amount of 772 has to sent to Account number c3fc76db-dc3a-418e-b906-8979952da619
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of f486b021-b9b5-494a-a3a5-dad4185a9c11: Amount of 773 has been received from Account number 70873216-5421-4866-93ed-d40960659625
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42d1b1d3-f8d1-4e90-a4a1-2b57e1d9758b: Amount of 305 has to sent to Account number 5472c448-a155-43dd-93cd-2ca335a20540
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5472c448-a155-43dd-93cd-2ca335a20540: Amount of 305 has been received from Account number 42d1b1d3-f8d1-4e90-a4a1-2b57e1d9758b
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ddd08bce-03a1-4226-8fb0-aa0e97822e76: Amount of 36 has to sent to Account number 8239f473-3cbd-46ba-bb79-fe5d4ad80aee
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8239f473-3cbd-46ba-bb79-fe5d4ad80aee: Amount of 36 has been received from Account number ddd08bce-03a1-4226-8fb0-aa0e97822e76
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 636e32e8-aa67-4f57-8a6d-8ac4fffea6fa: Amount of 864 has to sent to Account number c1f4fdfe-fdbb-4bee-9c32-fd560325189f
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of c1f4fdfe-fdbb-4bee-9c32-fd560325189f: Amount of 864 has been received from Account number 636e32e8-aa67-4f57-8a6d-8ac4fffea6fa
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 69379937-13f9-4cc9-b9e5-07bb0a7a614d: Amount of 649 has to sent to Account number a93364c2-4871-48af-8290-16c54007826a
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of a93364c2-4871-48af-8290-16c54007826a: Amount of 649 has been received from Account number 69379937-13f9-4cc9-b9e5-07bb0a7a614d
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 76d1d2d9-b906-438d-9e2f-a7178b336df1: Amount of 929 has been received from Account number 69c6e0a6-bfd7-409c-85d2-b1ed6ef50a36
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 94877398-cfc4-4341-b89c-716185f5b4e7: Amount of 656 has been received from Account number 41180bed-5de0-4008-bee5-f647ef6cd08e
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ad54d3f-cba5-492b-9596-b32f65f6e983: Amount of 467 has been received from Account number 39ac3bf4-b062-4718-b183-1472522d3b16
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7d7d1061-2b3b-45ff-8960-80927e3b1c4f: Amount of 973 has been received from Account number 195342ff-1a98-4601-9313-b831fe117fb3
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8491df29-7862-45b6-9497-5230358ad6e6: Amount of 871 has to sent to Account number f38560d1-bed0-4288-bedf-01d9dd160793
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of b57cbe73-a8a1-487b-91aa-1569ef7c2375: Amount of 816 has to sent to Account number f86d8b88-2e6b-49af-a9fb-f11fda641271
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of f38560d1-bed0-4288-bedf-01d9dd160793: Amount of 871 has been received from Account number 8491df29-7862-45b6-9497-5230358ad6e6
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of f86d8b88-2e6b-49af-a9fb-f11fda641271: Amount of 816 has been received from Account number b57cbe73-a8a1-487b-91aa-1569ef7c2375
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of c681f6a9-da0f-45b9-bf44-44ad7458126a: Amount of 628 has to sent to Account number 73b9feb6-0c7c-4830-9849-2d931309e925
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9600e426-5469-4583-91b7-5eb13d2b51e3: Amount of 307 has to sent to Account number 87950dcf-7948-4799-b4cf-7f8d4124ec9a
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 693c3be9-4c56-496b-bc7d-2c7859687f43: Amount of 871 has been received from Account number 56a37a7d-72a7-4e0c-a7d4-dd359af20fd0
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 87950dcf-7948-4799-b4cf-7f8d4124ec9a: Amount of 307 has been received from Account number 9600e426-5469-4583-91b7-5eb13d2b51e3
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5ac5e258-cd0c-4917-9398-600aa7e773c9: Amount of 668 has to sent to Account number 7f9318e1-06ef-42ec-9b50-76d16220e328
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f9318e1-06ef-42ec-9b50-76d16220e328: Amount of 668 has been received from Account number 5ac5e258-cd0c-4917-9398-600aa7e773c9
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8a7b084b-7338-41c6-8e99-0bdcc54651e4: Amount of 488 has to sent to Account number b17c4ee5-839f-4578-b068-649be3d1d651
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6f73d2da-7b5f-4536-939a-38e54e8056a5: Amount of 805 has to sent to Account number 4dc414c9-7ea1-4a4f-aff1-ec5cfdd3b849
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c70f26d-2f0b-4075-afda-a1cf35543fbc: Amount of 847 has been received from Account number 0673b81a-ebb9-4af5-9f15-2cd4595f0ce5
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4dc414c9-7ea1-4a4f-aff1-ec5cfdd3b849: Amount of 805 has been received from Account number 6f73d2da-7b5f-4536-939a-38e54e8056a5
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 155a32d2-86bd-4295-b772-1147c402e142: Amount of 81 has to sent to Account number d245d83b-5980-4d5f-8c12-37022e8b53a6
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3407da58-be7c-4d08-97b3-8728faeca204: Amount of 305 has to sent to Account number fcae71e9-27b2-4813-880c-1bba3022babc
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of d245d83b-5980-4d5f-8c12-37022e8b53a6: Amount of 81 has been received from Account number 155a32d2-86bd-4295-b772-1147c402e142
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of fcae71e9-27b2-4813-880c-1bba3022babc: Amount of 305 has been received from Account number 3407da58-be7c-4d08-97b3-8728faeca204
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 69581b00-f43d-462e-982c-29c325b36746: Amount of 940 has to sent to Account number 80a941e9-8944-4d49-b000-13f2cd3a73bc
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ad473bde-b88b-4fe3-b8fd-da8df92f81de: Amount of 318 has to sent to Account number b76db655-52f4-4ebd-913c-20242a943ca6
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 80a941e9-8944-4d49-b000-13f2cd3a73bc: Amount of 940 has been received from Account number 69581b00-f43d-462e-982c-29c325b36746
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of b76db655-52f4-4ebd-913c-20242a943ca6: Amount of 318 has been received from Account number ad473bde-b88b-4fe3-b8fd-da8df92f81de
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of a424ccf4-af50-4cf6-9ee0-af054b7c3142: Amount of 819 has to sent to Account number 7d846047-e56d-45eb-b9fe-ead3b0a45d69
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7d846047-e56d-45eb-b9fe-ead3b0a45d69: Amount of 819 has been received from Account number a424ccf4-af50-4cf6-9ee0-af054b7c3142
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f78629e-ec56-4881-940d-5cd0b4f5f919: Amount of 200 has to sent to Account number 4f49cbf9-20ce-4aa7-a1d4-f8add88bbfa4
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f49cbf9-20ce-4aa7-a1d4-f8add88bbfa4: Amount of 200 has been received from Account number 8f78629e-ec56-4881-940d-5cd0b4f5f919
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4acccab4-74ed-4629-a0f3-8921f21e28e6: Amount of 129 has to sent to Account number 6b2adabb-a540-46f8-a3ed-668fc1937124
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of aae79638-14fc-43da-8a69-cd0bd6547743: Amount of 235 has to sent to Account number c8f42dd9-668a-4287-bdd2-6594f5579586
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 009f7e58-6149-4530-bdc4-76531f7ccb8e: Amount of 480 has to sent to Account number cf2f8b20-2a26-4820-bc0a-1379e18520db
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of c8f42dd9-668a-4287-bdd2-6594f5579586: Amount of 235 has been received from Account number aae79638-14fc-43da-8a69-cd0bd6547743
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf2f8b20-2a26-4820-bc0a-1379e18520db: Amount of 480 has been received from Account number 009f7e58-6149-4530-bdc4-76531f7ccb8e
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5db74367-8654-4b03-813b-40785372220d: Amount of 526 has to sent to Account number c75b7ca1-ef52-4722-9484-08835ec45830
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7c6ed6ea-28b4-4b8f-a879-210d59b5c7a9: Amount of 355 has to sent to Account number dba952a2-038c-4f5d-8824-328f86ef630d
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of c75b7ca1-ef52-4722-9484-08835ec45830: Amount of 526 has been received from Account number 5db74367-8654-4b03-813b-40785372220d
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of dba952a2-038c-4f5d-8824-328f86ef630d: Amount of 355 has been received from Account number 7c6ed6ea-28b4-4b8f-a879-210d59b5c7a9
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of e375824c-1abd-459f-8314-ef37bf3804db: Amount of 865 has to sent to Account number b0a60db9-b72f-41d2-aa43-55e7056005d0
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of b0a60db9-b72f-41d2-aa43-55e7056005d0: Amount of 865 has been received from Account number e375824c-1abd-459f-8314-ef37bf3804db
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of b71a800b-1fee-4aac-a730-905bf5d8cffa: Amount of 280 has to sent to Account number a904ea05-f344-4df7-b291-ee7eaa023c72
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of a904ea05-f344-4df7-b291-ee7eaa023c72: Amount of 280 has been received from Account number b71a800b-1fee-4aac-a730-905bf5d8cffa
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 357f8417-4c9b-426b-8d06-62f30b24c678: Amount of 821 has to sent to Account number 24a05d5b-033f-4fe6-9e5e-90912b21d18d
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4604f679-3b4a-40b2-a714-d4947e0693c1: Amount of 587 has to sent to Account number b250064b-0965-4cbd-91ef-ef205a6e9334
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 24a05d5b-033f-4fe6-9e5e-90912b21d18d: Amount of 821 has been received from Account number 357f8417-4c9b-426b-8d06-62f30b24c678
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e94185e-076f-48d2-8ef5-7858a7146fc4: Amount of 581 has to sent to Account number 59fc0a08-bc71-43e3-b71e-88881cd2275a
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a29daca-6cbc-4a85-a74a-c894b45cda5d: Amount of 856 has been received from Account number cce4720f-32ef-4992-b983-15dbaef9305c
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of b250064b-0965-4cbd-91ef-ef205a6e9334: Amount of 587 has been received from Account number 4604f679-3b4a-40b2-a714-d4947e0693c1
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of dbc8f058-66f1-472b-bfb1-0b92d603fdaf: Amount of 481 has to sent to Account number 2b5ab456-08c6-434a-8e78-83aef5fc0e86
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 59fc0a08-bc71-43e3-b71e-88881cd2275a: Amount of 581 has been received from Account number 2e94185e-076f-48d2-8ef5-7858a7146fc4
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of d7859715-8acb-43c7-8952-9e72f83814a2: Amount of 970 has to sent to Account number d38fcd27-aea2-4f56-8b31-3a676fd48dd2
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b5ab456-08c6-434a-8e78-83aef5fc0e86: Amount of 481 has been received from Account number dbc8f058-66f1-472b-bfb1-0b92d603fdaf
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 607ab328-d088-4f3c-83b3-9e7cfb426d18: Amount of 766 has to sent to Account number 7dcb0049-334c-402b-976e-5131cb152d78
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of d38fcd27-aea2-4f56-8b31-3a676fd48dd2: Amount of 970 has been received from Account number d7859715-8acb-43c7-8952-9e72f83814a2
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7dcb0049-334c-402b-976e-5131cb152d78: Amount of 766 has been received from Account number 607ab328-d088-4f3c-83b3-9e7cfb426d18
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 18f2f334-ba8f-4771-b738-2c80eb6047ad: Amount of 300 has to sent to Account number 02d27a95-33a2-4eff-84ca-d0f387343d62
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of f57ab275-5da5-4999-89dc-067e70a5e2e2: Amount of 586 has to sent to Account number bb3c85d3-29f6-433d-8901-84d42aa3302a
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 02d27a95-33a2-4eff-84ca-d0f387343d62: Amount of 300 has been received from Account number 18f2f334-ba8f-4771-b738-2c80eb6047ad
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of bb3c85d3-29f6-433d-8901-84d42aa3302a: Amount of 586 has been received from Account number f57ab275-5da5-4999-89dc-067e70a5e2e2
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of be39f48a-34b7-42ea-9ae6-8d89f801b1cd: Amount of 147 has to sent to Account number 17508a98-9b0b-42e7-98dc-7e578e3aac85
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 01d1af63-663c-4556-aa90-70baf8c6a6e3: Amount of 698 has to sent to Account number 87993db6-c303-4672-884b-eb3360bc1d10
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5786205e-8e9e-4172-acd5-061abebd741b: Amount of 141 has to sent to Account number 6c8cf651-29d3-4505-9817-67186fdab64d
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4adbc21e-06eb-4fcc-976a-02f3990295d1: Amount of 449 has to sent to Account number f6daaab9-04f5-409b-897b-37d83381af76
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 33fc3170-707b-4d4f-821f-493f1b1c5dcc: Amount of 272 has to sent to Account number 2f4538cc-c10b-4d5e-a5e7-4f143cf8a658
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2f4538cc-c10b-4d5e-a5e7-4f143cf8a658: Amount of 272 has been received from Account number 33fc3170-707b-4d4f-821f-493f1b1c5dcc
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of f6daaab9-04f5-409b-897b-37d83381af76: Amount of 449 has been received from Account number 4adbc21e-06eb-4fcc-976a-02f3990295d1
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of b648d1b2-19f5-4d92-9b11-0d1a3311385c: Amount of 279 has to sent to Account number 70ae034a-5989-4559-be76-efe215ac3eae
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of d4d35ff2-cd34-4b74-b2a0-f68096c90f5d: Amount of 589 has to sent to Account number d4d51773-d2e9-4c62-a7b5-6e47c649a431
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3fc76db-dc3a-418e-b906-8979952da619: Amount of 772 has been received from Account number e44c4c10-59c2-470e-9f07-bffcae4d6ffa
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 12330b1f-e283-4a51-8a79-83024dc47544: Amount of 664 has to sent to Account number 2f278fe4-8130-4383-940d-02ffe747076e
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 74069fe6-d214-4031-9183-e2d8c4ec174e: Amount of 311 has to sent to Account number 1d4dd804-8aeb-4153-8a8d-587663bb9a43
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 67cecb66-7e78-4b9a-99ef-8a3ff9281adc: Amount of 773 has to sent to Account number 9255bcb4-1a76-41ad-b189-83b7cea1cbba
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7d9f7413-58a3-4aba-ab85-bdb2bec5049e: Amount of 702 has to sent to Account number c9c964f8-e9c3-427a-81cd-9379f726c2d6
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c9c964f8-e9c3-427a-81cd-9379f726c2d6: Amount of 702 has been received from Account number 7d9f7413-58a3-4aba-ab85-bdb2bec5049e
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of d581cf98-2c00-40f6-b8b4-5848bfd469b2: Amount of 96 has to sent to Account number 0084d3ab-fcfc-4062-9e70-6627ced9e0d4
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 21e58d68-c054-4ad9-9bf4-82ff08188490: Amount of 767 has to sent to Account number 6a44f213-29ce-472a-8a59-37da8f76641f
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4ff8c4f9-dcda-4891-bc72-1a67a0bdfb62: Amount of 949 has to sent to Account number 6761d683-e701-4e23-8c81-a01747ed590f
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a44f213-29ce-472a-8a59-37da8f76641f: Amount of 767 has been received from Account number 21e58d68-c054-4ad9-9bf4-82ff08188490
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0084d3ab-fcfc-4062-9e70-6627ced9e0d4: Amount of 96 has been received from Account number d581cf98-2c00-40f6-b8b4-5848bfd469b2
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 73b9feb6-0c7c-4830-9849-2d931309e925: Amount of 628 has been received from Account number c681f6a9-da0f-45b9-bf44-44ad7458126a
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 14a1a8c4-c022-4319-9076-051f921a9110: Amount of 443 has to sent to Account number fc99b520-a93f-4257-a4b2-ba3c0756a6f3
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 705bf934-0283-434b-b39a-f8e4c1d09148: Amount of 778 has to sent to Account number 72aa475d-6dff-44e5-807a-e1636d3297c9
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc99b520-a93f-4257-a4b2-ba3c0756a6f3: Amount of 443 has been received from Account number 14a1a8c4-c022-4319-9076-051f921a9110
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a61bfaf0-ef35-426b-977c-9b4ef4694c93: Amount of 129 has to sent to Account number 5404dd4a-15a7-4a0f-8e50-fbe9c51317bd
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 517f7d11-9f85-459b-b1f6-b0c020ae0354: Amount of 634 has to sent to Account number ab5a827e-3121-4345-a5cf-9c5c9128673c
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of b17c4ee5-839f-4578-b068-649be3d1d651: Amount of 488 has been received from Account number 8a7b084b-7338-41c6-8e99-0bdcc54651e4
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ab5a827e-3121-4345-a5cf-9c5c9128673c: Amount of 634 has been received from Account number 517f7d11-9f85-459b-b1f6-b0c020ae0354
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of a50de4f1-b8ba-40c9-b9f3-f26ccf4430c9: Amount of 982 has to sent to Account number 5155ca94-a298-4318-b88f-ea706b464a3c
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5155ca94-a298-4318-b88f-ea706b464a3c: Amount of 982 has been received from Account number a50de4f1-b8ba-40c9-b9f3-f26ccf4430c9
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5404dd4a-15a7-4a0f-8e50-fbe9c51317bd: Amount of 129 has been received from Account number a61bfaf0-ef35-426b-977c-9b4ef4694c93
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of b4664ff0-cc8c-4450-9321-25f4e5deb4e1: Amount of 108 has to sent to Account number 8fbe5088-f873-43c9-b742-55b6f4ce2d38
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b2adabb-a540-46f8-a3ed-668fc1937124: Amount of 129 has been received from Account number 4acccab4-74ed-4629-a0f3-8921f21e28e6
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of dc31e9f5-1453-48ce-91e6-fb416661a381: Amount of 173 has to sent to Account number 20d05cfc-a7ea-403e-9149-c5e5162eecc9
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 20d05cfc-a7ea-403e-9149-c5e5162eecc9: Amount of 173 has been received from Account number dc31e9f5-1453-48ce-91e6-fb416661a381
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 144935c3-b2cc-4255-85a7-b646fce27683: Amount of 330 has to sent to Account number 3b31bcb1-5744-4388-a853-de3a158375aa
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 824965f9-bbcf-4d90-b8e0-fe8c2c4aedb2: Amount of 188 has to sent to Account number 94b11bab-1ddf-4c3d-af4d-3218385d932e
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 17a50df2-9d4d-420b-8735-cd1f4fbc34b9: Amount of 647 has to sent to Account number 0fd89cdc-edfc-4d4a-9ab8-300dfd75e44a
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0fd89cdc-edfc-4d4a-9ab8-300dfd75e44a: Amount of 647 has been received from Account number 17a50df2-9d4d-420b-8735-cd1f4fbc34b9
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42e9184e-2dac-4a1a-aa40-1045400a618c: Amount of 902 has to sent to Account number 16747816-83e1-4496-b1dc-02593b5363d2
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 407c798e-e7a7-448a-aad5-760f73444e71: Amount of 708 has to sent to Account number 849a717d-0e8f-4775-a878-138899fdec6a
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 849a717d-0e8f-4775-a878-138899fdec6a: Amount of 708 has been received from Account number 407c798e-e7a7-448a-aad5-760f73444e71
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 16747816-83e1-4496-b1dc-02593b5363d2: Amount of 902 has been received from Account number 42e9184e-2dac-4a1a-aa40-1045400a618c
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 17508a98-9b0b-42e7-98dc-7e578e3aac85: Amount of 147 has been received from Account number be39f48a-34b7-42ea-9ae6-8d89f801b1cd
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 87993db6-c303-4672-884b-eb3360bc1d10: Amount of 698 has been received from Account number 01d1af63-663c-4556-aa90-70baf8c6a6e3
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f733e0c-6e8d-4ac5-9540-66056b7bca8e: Amount of 367 has to sent to Account number abfd2ddc-2688-428b-8034-f0adb727c7b6
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6c8cf651-29d3-4505-9817-67186fdab64d: Amount of 141 has been received from Account number 5786205e-8e9e-4172-acd5-061abebd741b
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of dafcde77-2a3b-4a68-b253-0ea470de0dc5: Amount of 715 has to sent to Account number af07de69-0a58-4d24-97c2-43f5c3350e8a
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1e2bcad7-5d94-4247-9536-f1a48475f1a0: Amount of 738 has to sent to Account number f301bb5b-86f6-4a21-b2cb-4eee6f339791
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of af07de69-0a58-4d24-97c2-43f5c3350e8a: Amount of 715 has been received from Account number dafcde77-2a3b-4a68-b253-0ea470de0dc5
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5684aac1-41cd-47fc-ab70-7c29bf43bae1: Amount of 125 has to sent to Account number ca812c1f-92d8-4a04-82f8-83c4b92f61cc
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 70ae034a-5989-4559-be76-efe215ac3eae: Amount of 279 has been received from Account number b648d1b2-19f5-4d92-9b11-0d1a3311385c
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca812c1f-92d8-4a04-82f8-83c4b92f61cc: Amount of 125 has been received from Account number 5684aac1-41cd-47fc-ab70-7c29bf43bae1
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ee1353f-831f-478e-999e-63c942c86044: Amount of 639 has to sent to Account number fcf02649-6f6f-4cd6-8fc8-45a2dc2eb2f2
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of d61b9ea4-9044-420e-a21c-9fcf57b8774f: Amount of 943 has to sent to Account number 81e02215-cbcf-4092-9132-e3da659ef4ac
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of d4d51773-d2e9-4c62-a7b5-6e47c649a431: Amount of 589 has been received from Account number d4d35ff2-cd34-4b74-b2a0-f68096c90f5d
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81e02215-cbcf-4092-9132-e3da659ef4ac: Amount of 943 has been received from Account number d61b9ea4-9044-420e-a21c-9fcf57b8774f
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6381f7e7-ba53-48b9-b2f4-c26d52baffc4: Amount of 742 has to sent to Account number 5254bd49-edf8-4508-a33a-4a0578098640
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ec1d52cd-fe9e-4b92-820b-3353c1c13cdd: Amount of 832 has to sent to Account number 1756ea5b-a93c-413c-89f2-b301a5a3e1ee
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5254bd49-edf8-4508-a33a-4a0578098640: Amount of 742 has been received from Account number 6381f7e7-ba53-48b9-b2f4-c26d52baffc4
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1756ea5b-a93c-413c-89f2-b301a5a3e1ee: Amount of 832 has been received from Account number ec1d52cd-fe9e-4b92-820b-3353c1c13cdd
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 958ebde7-7847-4367-9556-ebf510ec2cc5: Amount of 791 has to sent to Account number 156f3e48-6a4e-44fd-8642-5c3414317e83
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 45dc05cf-4051-48fa-a3ea-f116c8af8434: Amount of 723 has to sent to Account number ef445d1d-d1ff-4b7c-a805-cf4bd98ac65d
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 156f3e48-6a4e-44fd-8642-5c3414317e83: Amount of 791 has been received from Account number 958ebde7-7847-4367-9556-ebf510ec2cc5
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2f278fe4-8130-4383-940d-02ffe747076e: Amount of 664 has been received from Account number 12330b1f-e283-4a51-8a79-83024dc47544
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 47e25927-ad60-443a-8cd3-b3dcb068160e: Amount of 185 has to sent to Account number ff7ea0cb-cc91-4608-b40c-13622f3952e6
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1d4dd804-8aeb-4153-8a8d-587663bb9a43: Amount of 311 has been received from Account number 74069fe6-d214-4031-9183-e2d8c4ec174e
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9255bcb4-1a76-41ad-b189-83b7cea1cbba: Amount of 773 has been received from Account number 67cecb66-7e78-4b9a-99ef-8a3ff9281adc
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3175d3ab-8c6a-4cb1-af52-826301cb945b: Amount of 689 has to sent to Account number b862443b-34fc-49e9-98fe-8edfe9d99f52
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of b862443b-34fc-49e9-98fe-8edfe9d99f52: Amount of 689 has been received from Account number 3175d3ab-8c6a-4cb1-af52-826301cb945b
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6761d683-e701-4e23-8c81-a01747ed590f: Amount of 949 has been received from Account number 4ff8c4f9-dcda-4891-bc72-1a67a0bdfb62
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 51259c22-73ce-49f3-83dc-4ad0b9761fa1: Amount of 217 has to sent to Account number b7e738cc-db42-428e-a712-39e79d4f4960
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 72aa475d-6dff-44e5-807a-e1636d3297c9: Amount of 778 has been received from Account number 705bf934-0283-434b-b39a-f8e4c1d09148
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8a6c279-498b-43da-99a8-4adb6b41462e: Amount of 471 has to sent to Account number 632f1081-f654-4200-96db-2a241232c587
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of a88b3df6-f05b-4f8d-ad6a-012667a56de3: Amount of 99 has to sent to Account number a6def5e6-4e69-4149-a894-ea21d6cb600e
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 632f1081-f654-4200-96db-2a241232c587: Amount of 471 has been received from Account number a8a6c279-498b-43da-99a8-4adb6b41462e
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of cebf914b-ed0a-4fa2-b3ad-5b19cfe4fccd: Amount of 586 has to sent to Account number 180c3998-6a04-4088-ae8c-e0aa69209d3f
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of a6def5e6-4e69-4149-a894-ea21d6cb600e: Amount of 99 has been received from Account number a88b3df6-f05b-4f8d-ad6a-012667a56de3
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of b7e738cc-db42-428e-a712-39e79d4f4960: Amount of 217 has been received from Account number 51259c22-73ce-49f3-83dc-4ad0b9761fa1
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8fbe5088-f873-43c9-b742-55b6f4ce2d38: Amount of 108 has been received from Account number b4664ff0-cc8c-4450-9321-25f4e5deb4e1
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3b31bcb1-5744-4388-a853-de3a158375aa: Amount of 330 has been received from Account number 144935c3-b2cc-4255-85a7-b646fce27683
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b276237-2124-46d7-83b7-fd16f65d974c: Amount of 673 has to sent to Account number c9e77a6e-570f-4095-a7a9-f86a311d93f2
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c8989252-ff7b-4885-a865-7d733cba6f45: Amount of 671 has to sent to Account number e2b72cb7-c31e-4be9-8421-7ce7c77d4c6c
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of c9e77a6e-570f-4095-a7a9-f86a311d93f2: Amount of 673 has been received from Account number 6b276237-2124-46d7-83b7-fd16f65d974c
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of e2b72cb7-c31e-4be9-8421-7ce7c77d4c6c: Amount of 671 has been received from Account number c8989252-ff7b-4885-a865-7d733cba6f45
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 94b11bab-1ddf-4c3d-af4d-3218385d932e: Amount of 188 has been received from Account number 824965f9-bbcf-4d90-b8e0-fe8c2c4aedb2
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 12c38ec4-a770-4274-bc00-43c24b44ea86: Amount of 463 has to sent to Account number 6b30933b-6832-4cce-ae60-0ce398c5b5c4
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of e20115a7-c8e9-40cf-b461-db25f9861132: Amount of 883 has to sent to Account number e50526cb-4d19-4ccd-bfe3-aa8ef6810c9d
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b30933b-6832-4cce-ae60-0ce398c5b5c4: Amount of 463 has been received from Account number 12c38ec4-a770-4274-bc00-43c24b44ea86
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 139c11fc-a4c7-4adc-a06a-c9d837266a54: Amount of 195 has to sent to Account number d77aeedc-2113-4c66-8737-39b753819c2f
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of e50526cb-4d19-4ccd-bfe3-aa8ef6810c9d: Amount of 883 has been received from Account number e20115a7-c8e9-40cf-b461-db25f9861132
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of d77aeedc-2113-4c66-8737-39b753819c2f: Amount of 195 has been received from Account number 139c11fc-a4c7-4adc-a06a-c9d837266a54
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of fddca4d6-7016-4cea-8a76-51e6f27c5119: Amount of 227 has to sent to Account number c7f74f3b-c581-4141-bd12-db057fb1138c
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c7f74f3b-c581-4141-bd12-db057fb1138c: Amount of 227 has been received from Account number fddca4d6-7016-4cea-8a76-51e6f27c5119
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2f03b11a-40dc-4a0d-baca-8d1202ac7161: Amount of 19 has to sent to Account number a39f89dd-f095-46c8-bd1e-78e4d0ef0ed3
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of a39f89dd-f095-46c8-bd1e-78e4d0ef0ed3: Amount of 19 has been received from Account number 2f03b11a-40dc-4a0d-baca-8d1202ac7161
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 92bc8f85-bb11-413b-90c7-840c5c23006a: Amount of 806 has to sent to Account number ef43b76b-2b83-4c09-babf-a40fc4fe6a69
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81b26bd0-359d-4f4f-9c6a-ca8e3e0eebeb: Amount of 611 has to sent to Account number 07942ce5-eb1f-477e-a081-4a628c51746d
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ef43b76b-2b83-4c09-babf-a40fc4fe6a69: Amount of 806 has been received from Account number 92bc8f85-bb11-413b-90c7-840c5c23006a
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 07942ce5-eb1f-477e-a081-4a628c51746d: Amount of 611 has been received from Account number 81b26bd0-359d-4f4f-9c6a-ca8e3e0eebeb
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of f8b0e7a5-014c-4770-a1c1-b9882bf06362: Amount of 854 has to sent to Account number 143d12fb-772b-4066-8363-33f5df7e1303
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 212d3cbc-f76f-406e-a732-e9f121378d7d: Amount of 877 has to sent to Account number fb1d13d3-450d-4340-a96b-c6aa1bd80ff8
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 143d12fb-772b-4066-8363-33f5df7e1303: Amount of 854 has been received from Account number f8b0e7a5-014c-4770-a1c1-b9882bf06362
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb1d13d3-450d-4340-a96b-c6aa1bd80ff8: Amount of 877 has been received from Account number 212d3cbc-f76f-406e-a732-e9f121378d7d
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of abfd2ddc-2688-428b-8034-f0adb727c7b6: Amount of 367 has been received from Account number 7f733e0c-6e8d-4ac5-9540-66056b7bca8e
2024-07-09 19:26:08.288  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 08355e54-1422-4204-8c46-f1918139a7d0: Amount of 685 has to sent to Account number e60bf891-6751-4ce5-b433-f05f768115ed
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of f301bb5b-86f6-4a21-b2cb-4eee6f339791: Amount of 738 has been received from Account number 1e2bcad7-5d94-4247-9536-f1a48475f1a0
2024-07-09 19:26:08.288  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of e60bf891-6751-4ce5-b433-f05f768115ed: Amount of 685 has been received from Account number 08355e54-1422-4204-8c46-f1918139a7d0
2024-07-09 19:26:08.288  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 673df11e-f963-4f07-bfc7-acb911e78967: Amount of 554 has to sent to Account number ae85d9fb-4590-4507-905d-62fff1073670
2024-07-09 19:26:08.288  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae85d9fb-4590-4507-905d-62fff1073670: Amount of 554 has been received from Account number 673df11e-f963-4f07-bfc7-acb911e78967
2024-07-09 19:26:08.288  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e4360a8-649b-478e-90f5-d20882b062d1: Amount of 568 has to sent to Account number c63348b2-6bb2-47a1-8478-f7cda80a500b
2024-07-09 19:26:08.288  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 15f39291-94fb-462f-9718-2b43fa2fd283: Amount of 241 has to sent to Account number 176bb10b-82f9-4fcb-9496-5fef36bb8d76
2024-07-09 19:26:08.288  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of c63348b2-6bb2-47a1-8478-f7cda80a500b: Amount of 568 has been received from Account number 0e4360a8-649b-478e-90f5-d20882b062d1
2024-07-09 19:26:08.288  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 176bb10b-82f9-4fcb-9496-5fef36bb8d76: Amount of 241 has been received from Account number 15f39291-94fb-462f-9718-2b43fa2fd283
2024-07-09 19:26:08.288  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of b20ce00d-e655-474e-b411-f012dd9463ce: Amount of 689 has to sent to Account number b9b19010-6cdc-43ce-a6fd-642c3987c314
2024-07-09 19:26:08.288  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0f82d791-f3b8-409d-8b87-d69584378d8d: Amount of 909 has to sent to Account number fefa0895-9098-41f4-b98d-4b75d7976617
2024-07-09 19:26:08.288  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of c675f00f-6b77-41c8-acd8-e8f2ef3bbe89: Amount of 137 has to sent to Account number 7fe0743c-d250-41ca-986e-d1da901822c4
2024-07-09 19:26:08.288  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7fe0743c-d250-41ca-986e-d1da901822c4: Amount of 137 has been received from Account number c675f00f-6b77-41c8-acd8-e8f2ef3bbe89
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of fcf02649-6f6f-4cd6-8fc8-45a2dc2eb2f2: Amount of 639 has been received from Account number 3ee1353f-831f-478e-999e-63c942c86044
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e557f86-c042-4a36-91dd-32dde564d14d: Amount of 758 has to sent to Account number f1dccad3-4ac7-49c7-94ae-8c280b8555cf
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0b85dd5d-fbf4-4b4e-b024-4b8b65e53c51: Amount of 298 has to sent to Account number 972a9143-626b-4c0f-b777-e123fd5ae5d8
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ef445d1d-d1ff-4b7c-a805-cf4bd98ac65d: Amount of 723 has been received from Account number 45dc05cf-4051-48fa-a3ea-f116c8af8434
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e8f3980-6552-43db-b38a-506019d067cf: Amount of 730 has to sent to Account number 7a4be018-7c6b-452b-9f3c-461e053f48cb
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ff7ea0cb-cc91-4608-b40c-13622f3952e6: Amount of 185 has been received from Account number 47e25927-ad60-443a-8cd3-b3dcb068160e
2024-07-09 19:26:08.289  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1282b6c7-8bbd-4b58-ab87-13feb143f489: Amount of 129 has to sent to Account number 1d5e8ef2-1e36-4537-a2e4-457587e2cd4e
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 705b054f-142f-43bf-9fbc-dbcf596d903f: Amount of 486 has to sent to Account number 1638f3e4-dd09-40a3-8224-24c9921d218a
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4bd21a95-f171-4ae4-be66-d26eed76e1a9: Amount of 855 has to sent to Account number e025df28-079e-4dcb-89f8-9a33643b88ac
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1638f3e4-dd09-40a3-8224-24c9921d218a: Amount of 486 has been received from Account number 705b054f-142f-43bf-9fbc-dbcf596d903f
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of e025df28-079e-4dcb-89f8-9a33643b88ac: Amount of 855 has been received from Account number 4bd21a95-f171-4ae4-be66-d26eed76e1a9
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of b9f81cf8-a246-486c-add8-a832ac3ac9d0: Amount of 531 has to sent to Account number af266bcb-ed17-4c52-afcb-836409c5d5b4
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3cfcc6fb-88f3-49d1-ac5b-1fc091e9270a: Amount of 942 has to sent to Account number 6580be8c-67ab-4424-84a8-005042907b69
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6e282ee8-e80b-4db2-9f72-c0f05f59abdb: Amount of 46 has to sent to Account number 49615716-cce0-4c3c-8684-bc317230bb04
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 49615716-cce0-4c3c-8684-bc317230bb04: Amount of 46 has been received from Account number 6e282ee8-e80b-4db2-9f72-c0f05f59abdb
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 180c3998-6a04-4088-ae8c-e0aa69209d3f: Amount of 586 has been received from Account number cebf914b-ed0a-4fa2-b3ad-5b19cfe4fccd
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 856744d4-5f80-40ed-af47-533894a72543: Amount of 138 has to sent to Account number 3c39f3ee-9ba4-4d71-9978-a76546426b9e
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3c39f3ee-9ba4-4d71-9978-a76546426b9e: Amount of 138 has been received from Account number 856744d4-5f80-40ed-af47-533894a72543
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 08cc0ef8-ed79-4193-8a5d-522b7f510504: Amount of 905 has to sent to Account number cf0b66e8-5649-42fe-829d-0f27947bd8cd
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf0b66e8-5649-42fe-829d-0f27947bd8cd: Amount of 905 has been received from Account number 08cc0ef8-ed79-4193-8a5d-522b7f510504
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf82650d-df6c-4f46-ae95-2790c79250ac: Amount of 228 has to sent to Account number c0658e56-a2a5-4980-8c87-5777e0e04176
2024-07-09 19:26:08.289  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of c0658e56-a2a5-4980-8c87-5777e0e04176: Amount of 228 has been received from Account number bf82650d-df6c-4f46-ae95-2790c79250ac
2024-07-09 19:26:08.289  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of e53634e9-22ed-4c9b-9a1b-ac656e31d051: Amount of 244 has to sent to Account number 58e18fe6-4b77-40b0-89d1-b4a9160a4879
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 405f404c-656a-4a9d-9d8e-8055fdc8d301: Amount of 981 has to sent to Account number 64cea619-9c03-496d-b33b-68fc0bbb532f
2024-07-09 19:26:08.289  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 58e18fe6-4b77-40b0-89d1-b4a9160a4879: Amount of 244 has been received from Account number e53634e9-22ed-4c9b-9a1b-ac656e31d051
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of dfec0119-2318-4617-ae41-5d35f9a47322: Amount of 637 has to sent to Account number ea022e72-83b6-4f05-b6d6-1a9fed5be696
2024-07-09 19:26:08.289  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ea022e72-83b6-4f05-b6d6-1a9fed5be696: Amount of 637 has been received from Account number dfec0119-2318-4617-ae41-5d35f9a47322
2024-07-09 19:26:08.289  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf3da03-bee1-4bb2-a403-e371f0949f87: Amount of 772 has to sent to Account number 44e25389-4da0-4228-87b2-e72dae5d04fa
2024-07-09 19:26:08.289  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 44e25389-4da0-4228-87b2-e72dae5d04fa: Amount of 772 has been received from Account number ccf3da03-bee1-4bb2-a403-e371f0949f87
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of e34cb2f6-ca21-4f87-8677-be0dca3c9ce9: Amount of 159 has to sent to Account number 464cbcb3-ae31-42c4-9ac8-20a47e178411
2024-07-09 19:26:08.289  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e741362-80f4-46f7-b4bc-257237ff2ebf: Amount of 29 has to sent to Account number 948ea35b-4687-4447-8bd2-913e1aeefc28
2024-07-09 19:26:08.289  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 948ea35b-4687-4447-8bd2-913e1aeefc28: Amount of 29 has been received from Account number 8e741362-80f4-46f7-b4bc-257237ff2ebf
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 022cc8a6-7590-47e8-bd8a-2f536622df6f: Amount of 230 has to sent to Account number 0df4891d-3dac-4931-b69a-7b0ca56a7bd8
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 464cbcb3-ae31-42c4-9ac8-20a47e178411: Amount of 159 has been received from Account number e34cb2f6-ca21-4f87-8677-be0dca3c9ce9
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0df4891d-3dac-4931-b69a-7b0ca56a7bd8: Amount of 230 has been received from Account number 022cc8a6-7590-47e8-bd8a-2f536622df6f
2024-07-09 19:26:08.289  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d637498f-3ab8-4ced-864d-e082525c9d57: Amount of 266 has to sent to Account number 83316c34-c69d-4a6e-96ec-ab05e32e3948
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of f0012e1b-4318-4bac-b7c8-f9902543df9e: Amount of 355 has to sent to Account number fb8f7acb-7734-4086-940f-7aa92022a299
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb8f7acb-7734-4086-940f-7aa92022a299: Amount of 355 has been received from Account number f0012e1b-4318-4bac-b7c8-f9902543df9e
2024-07-09 19:26:08.289  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 83316c34-c69d-4a6e-96ec-ab05e32e3948: Amount of 266 has been received from Account number d637498f-3ab8-4ced-864d-e082525c9d57
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of e17027d5-94a6-4304-b9d1-8f34a6847a54: Amount of 750 has to sent to Account number 8721350d-fde9-4546-8c57-3816ee1dc610
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8721350d-fde9-4546-8c57-3816ee1dc610: Amount of 750 has been received from Account number e17027d5-94a6-4304-b9d1-8f34a6847a54
2024-07-09 19:26:08.289  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6c1e8522-31b4-4e27-8bd1-941cbdcb210e: Amount of 709 has to sent to Account number 3a8fabe2-0de2-4295-bae7-dff14f7ffbce
2024-07-09 19:26:08.289  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a8fabe2-0de2-4295-bae7-dff14f7ffbce: Amount of 709 has been received from Account number 6c1e8522-31b4-4e27-8bd1-941cbdcb210e
2024-07-09 19:26:08.281  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7740d98b-fc01-41ec-ad8e-d352b3dda5b0: Amount of 449 has to sent to Account number 96253fe9-f217-4252-bb2b-97cecf71e6ce
2024-07-09 19:26:08.289  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 96253fe9-f217-4252-bb2b-97cecf71e6ce: Amount of 449 has been received from Account number 7740d98b-fc01-41ec-ad8e-d352b3dda5b0
2024-07-09 19:26:08.289  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ff35cd49-671e-42ca-b4ce-28058dde1ece: Amount of 257 has to sent to Account number 3b861655-b44b-4301-9925-d56892de3d4c
2024-07-09 19:26:08.289  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3b861655-b44b-4301-9925-d56892de3d4c: Amount of 257 has been received from Account number ff35cd49-671e-42ca-b4ce-28058dde1ece
2024-07-09 19:26:08.281  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of c7baf6a8-5657-4abc-9732-f63a5cdbed9f: Amount of 775 has to sent to Account number f2fb9b33-7b48-4592-8160-e5396a57bd6e
2024-07-09 19:26:08.289  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9ee9c441-75e2-42fa-ba44-d4eda9b5b117: Amount of 859 has to sent to Account number e930fbc9-4d27-49e7-b3c0-f1e550ce44d0
2024-07-09 19:26:08.288  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5ee5171c-369d-40c2-93ec-1678c53de0fc: Amount of 500 has to sent to Account number ddcd6258-d2c7-457b-89da-f303c5f90ebb
2024-07-09 19:26:08.289  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of e930fbc9-4d27-49e7-b3c0-f1e550ce44d0: Amount of 859 has been received from Account number 9ee9c441-75e2-42fa-ba44-d4eda9b5b117
2024-07-09 19:26:08.289  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7e5ad193-5750-4800-b1c0-87a22837206a: Amount of 416 has to sent to Account number 16215547-c7a5-4f73-ae4f-eb4e93e2f688
2024-07-09 19:26:08.288  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of b9b19010-6cdc-43ce-a6fd-642c3987c314: Amount of 689 has been received from Account number b20ce00d-e655-474e-b411-f012dd9463ce
2024-07-09 19:26:08.288  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of fefa0895-9098-41f4-b98d-4b75d7976617: Amount of 909 has been received from Account number 0f82d791-f3b8-409d-8b87-d69584378d8d
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d408020-124d-4a8b-b315-d7429f957c10: Amount of 37 has to sent to Account number 75ed1edb-c9a7-4c34-87b3-2fb969694d21
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 75ed1edb-c9a7-4c34-87b3-2fb969694d21: Amount of 37 has been received from Account number 3d408020-124d-4a8b-b315-d7429f957c10
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of afcb6853-66d3-487d-8889-abb47602253a: Amount of 500 has to sent to Account number 96e6d0dd-3c05-4d0b-b019-13af106d1131
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 96e6d0dd-3c05-4d0b-b019-13af106d1131: Amount of 500 has been received from Account number afcb6853-66d3-487d-8889-abb47602253a
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of e467063c-520c-497d-9faa-b4d139f37f9e: Amount of 556 has to sent to Account number 3499c355-5054-4cc5-9df3-951ecb12f69b
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3499c355-5054-4cc5-9df3-951ecb12f69b: Amount of 556 has been received from Account number e467063c-520c-497d-9faa-b4d139f37f9e
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4080288c-26c0-4fd3-af3f-99d7d3f1806c: Amount of 332 has to sent to Account number 17257d9c-8049-465f-b94f-251aa7e1e33f
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 17257d9c-8049-465f-b94f-251aa7e1e33f: Amount of 332 has been received from Account number 4080288c-26c0-4fd3-af3f-99d7d3f1806c
2024-07-09 19:26:08.288  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d68baa5-1498-430d-a740-9b2931e6cfb9: Amount of 833 has to sent to Account number e97698e2-9316-4b56-9108-4f057f8baf55
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 509862cd-d932-41cd-96a3-f7f96c2e348b: Amount of 616 has to sent to Account number d3dfab8c-69f2-49f1-814d-311c81398844
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of d3dfab8c-69f2-49f1-814d-311c81398844: Amount of 616 has been received from Account number 509862cd-d932-41cd-96a3-f7f96c2e348b
2024-07-09 19:26:08.289  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of f1dccad3-4ac7-49c7-94ae-8c280b8555cf: Amount of 758 has been received from Account number 9e557f86-c042-4a36-91dd-32dde564d14d
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 972a9143-626b-4c0f-b777-e123fd5ae5d8: Amount of 298 has been received from Account number 0b85dd5d-fbf4-4b4e-b024-4b8b65e53c51
2024-07-09 19:26:08.289  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of e97698e2-9316-4b56-9108-4f057f8baf55: Amount of 833 has been received from Account number 9d68baa5-1498-430d-a740-9b2931e6cfb9
2024-07-09 19:26:08.289  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1d5e8ef2-1e36-4537-a2e4-457587e2cd4e: Amount of 129 has been received from Account number 1282b6c7-8bbd-4b58-ab87-13feb143f489
2024-07-09 19:26:08.289  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7dc1159a-e14d-42e5-9ab1-372f8386f25a: Amount of 390 has to sent to Account number 12ab8eca-d705-414c-bdc5-960d5681e744
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56671f74-0f70-4094-839b-035fb80b78b5: Amount of 105 has to sent to Account number 7ccdd26b-f594-42aa-8eb3-084874a61ab7
2024-07-09 19:26:08.289  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 12ab8eca-d705-414c-bdc5-960d5681e744: Amount of 390 has been received from Account number 7dc1159a-e14d-42e5-9ab1-372f8386f25a
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7a4be018-7c6b-452b-9f3c-461e053f48cb: Amount of 730 has been received from Account number 3e8f3980-6552-43db-b38a-506019d067cf
2024-07-09 19:26:08.289  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of b4f87d2a-495f-4fa4-8401-a474fb3c7414: Amount of 766 has to sent to Account number 2278b406-07c0-4a99-a24f-0fcf2f8ee1a2
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ccdd26b-f594-42aa-8eb3-084874a61ab7: Amount of 105 has been received from Account number 56671f74-0f70-4094-839b-035fb80b78b5
2024-07-09 19:26:08.289  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of d06d5989-babc-4f21-a0a2-62ca975569c7: Amount of 751 has to sent to Account number 5c6bccb6-bfee-47fb-8196-b2323de6efd4
2024-07-09 19:26:08.291  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2278b406-07c0-4a99-a24f-0fcf2f8ee1a2: Amount of 766 has been received from Account number b4f87d2a-495f-4fa4-8401-a474fb3c7414
2024-07-09 19:26:08.291  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c6bccb6-bfee-47fb-8196-b2323de6efd4: Amount of 751 has been received from Account number d06d5989-babc-4f21-a0a2-62ca975569c7
2024-07-09 19:26:08.291  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ecb0d79b-d194-4f11-afa4-434ba54a8511: Amount of 586 has to sent to Account number 182ce3c2-21c6-4f89-9251-a3d9bb6378ac
2024-07-09 19:26:08.291  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 182ce3c2-21c6-4f89-9251-a3d9bb6378ac: Amount of 586 has been received from Account number ecb0d79b-d194-4f11-afa4-434ba54a8511
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of af266bcb-ed17-4c52-afcb-836409c5d5b4: Amount of 531 has been received from Account number b9f81cf8-a246-486c-add8-a832ac3ac9d0
2024-07-09 19:26:08.291  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81eb65a6-80e6-4181-b9ee-636752bc1c26: Amount of 43 has to sent to Account number 36a225c9-c172-413e-bcad-1a31d6aff05a
2024-07-09 19:26:08.291  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 36a225c9-c172-413e-bcad-1a31d6aff05a: Amount of 43 has been received from Account number 81eb65a6-80e6-4181-b9ee-636752bc1c26
2024-07-09 19:26:08.291  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d089a3a-403a-4c4a-8475-a198adec59c8: Amount of 910 has to sent to Account number f06ce5d7-c2ff-43ac-9b70-31800a17b751
2024-07-09 19:26:08.291  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of f06ce5d7-c2ff-43ac-9b70-31800a17b751: Amount of 910 has been received from Account number 5d089a3a-403a-4c4a-8475-a198adec59c8
2024-07-09 19:26:08.291  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of cee3ce19-f9e0-4050-be60-08d37a4a1bd4: Amount of 814 has to sent to Account number c7aee7b5-0397-428a-b7f8-e4901c4f35dc
2024-07-09 19:26:08.291  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of c7aee7b5-0397-428a-b7f8-e4901c4f35dc: Amount of 814 has been received from Account number cee3ce19-f9e0-4050-be60-08d37a4a1bd4
2024-07-09 19:26:08.291  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 29704eab-34cb-414b-8852-8af55219a96d: Amount of 484 has to sent to Account number f9efe704-6c2c-4d5f-9c75-0bbd83b6c13f
2024-07-09 19:26:08.291  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of f9efe704-6c2c-4d5f-9c75-0bbd83b6c13f: Amount of 484 has been received from Account number 29704eab-34cb-414b-8852-8af55219a96d
2024-07-09 19:26:08.291  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 84ee122e-0450-4dab-ac8e-fad3bd632530: Amount of 914 has to sent to Account number 38461c02-5751-44eb-9d7e-eee3348f4569
2024-07-09 19:26:08.291  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 38461c02-5751-44eb-9d7e-eee3348f4569: Amount of 914 has been received from Account number 84ee122e-0450-4dab-ac8e-fad3bd632530
2024-07-09 19:26:08.291  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9cc1c03b-3494-4940-95d4-605d92e0174f: Amount of 857 has to sent to Account number da658f2c-8dae-4eb3-8807-1483f9bf61a9
2024-07-09 19:26:08.291  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of da658f2c-8dae-4eb3-8807-1483f9bf61a9: Amount of 857 has been received from Account number 9cc1c03b-3494-4940-95d4-605d92e0174f
2024-07-09 19:26:08.291  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of dee49dc9-93d3-4f71-8046-7d635af1495e: Amount of 510 has to sent to Account number 40a7a735-181c-4ea3-9dc5-a197594e4787
2024-07-09 19:26:08.291  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 40a7a735-181c-4ea3-9dc5-a197594e4787: Amount of 510 has been received from Account number dee49dc9-93d3-4f71-8046-7d635af1495e
2024-07-09 19:26:08.291  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f57bd0c-2b69-46e0-a508-a0808734be82: Amount of 408 has to sent to Account number f4003ffa-164e-4abd-ac7f-6ab5f7824492
2024-07-09 19:26:08.291  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of f4003ffa-164e-4abd-ac7f-6ab5f7824492: Amount of 408 has been received from Account number 7f57bd0c-2b69-46e0-a508-a0808734be82
2024-07-09 19:26:08.291  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6137b0f6-74b0-4b22-b43f-c6d6b11ae2e8: Amount of 950 has to sent to Account number 9ae3b505-20e3-4cd1-9ed8-a885c6331663
2024-07-09 19:26:08.291  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9ae3b505-20e3-4cd1-9ed8-a885c6331663: Amount of 950 has been received from Account number 6137b0f6-74b0-4b22-b43f-c6d6b11ae2e8
2024-07-09 19:26:08.291  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of f1573908-edbc-4e41-bc36-df60223e91dd: Amount of 448 has to sent to Account number 9e762e51-3c50-4e41-b379-8d1e5ade8e5f
2024-07-09 19:26:08.291  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e762e51-3c50-4e41-b379-8d1e5ade8e5f: Amount of 448 has been received from Account number f1573908-edbc-4e41-bc36-df60223e91dd
2024-07-09 19:26:08.291  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of b5535a3c-4d13-4587-abc9-249df0ee4cbc: Amount of 85 has to sent to Account number 2cdbbe71-83a4-45e6-9d88-3c57e61e7a32
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6580be8c-67ab-4424-84a8-005042907b69: Amount of 942 has been received from Account number 3cfcc6fb-88f3-49d1-ac5b-1fc091e9270a
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64cea619-9c03-496d-b33b-68fc0bbb532f: Amount of 981 has been received from Account number 405f404c-656a-4a9d-9d8e-8055fdc8d301
2024-07-09 19:26:08.291  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 03710234-574c-4a0c-90c6-6a177d684d1e: Amount of 902 has to sent to Account number a46bab8e-885a-476a-9266-c62a1a3201d9
2024-07-09 19:26:08.291  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a46bab8e-885a-476a-9266-c62a1a3201d9: Amount of 902 has been received from Account number 03710234-574c-4a0c-90c6-6a177d684d1e
2024-07-09 19:26:08.289  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ad98bc52-d749-47e2-a1d2-7853b6aee80b: Amount of 352 has to sent to Account number 8a8a4036-a6f0-4ec0-b6f9-c8e0c2dc4b66
2024-07-09 19:26:08.289  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 88a44510-44f4-4520-8571-bfe047c73d45: Amount of 214 has to sent to Account number 5200c24a-a01b-4d2b-881a-e3ee3652ce51
2024-07-09 19:26:08.291  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of aa49a5ca-6376-41bc-bda8-e5fe50400eca: Amount of 12 has to sent to Account number fd547499-88c4-4564-a886-24c6e2d23a8c
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of e541de1b-4f0b-4a61-af76-9f17fcc12cbc: Amount of 816 has to sent to Account number da0d4eec-9c10-49bc-a09d-548730b694ac
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0f3c0bbc-0195-43c3-8a10-b3f85689b37e: Amount of 839 has to sent to Account number d9b3ea68-d561-4700-b5fe-f3fe7d8e17f7
2024-07-09 19:26:08.289  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8337ac6c-ce8e-42a0-8947-53253d4af721: Amount of 241 has to sent to Account number 073c783a-d055-472a-920a-0dee4622630f
2024-07-09 19:26:08.289  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ddcd6258-d2c7-457b-89da-f303c5f90ebb: Amount of 500 has been received from Account number 5ee5171c-369d-40c2-93ec-1678c53de0fc
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 073c783a-d055-472a-920a-0dee4622630f: Amount of 241 has been received from Account number 8337ac6c-ce8e-42a0-8947-53253d4af721
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2fb9b33-7b48-4592-8160-e5396a57bd6e: Amount of 775 has been received from Account number c7baf6a8-5657-4abc-9732-f63a5cdbed9f
2024-07-09 19:26:08.289  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 16215547-c7a5-4f73-ae4f-eb4e93e2f688: Amount of 416 has been received from Account number 7e5ad193-5750-4800-b1c0-87a22837206a
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5200c24a-a01b-4d2b-881a-e3ee3652ce51: Amount of 214 has been received from Account number 88a44510-44f4-4520-8571-bfe047c73d45
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of e70321ca-8e44-4ca4-9c7a-3da10b4e92c8: Amount of 661 has to sent to Account number 32d3b348-bd26-4ce9-a7a8-6e77186a6ebd
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8a8a4036-a6f0-4ec0-b6f9-c8e0c2dc4b66: Amount of 352 has been received from Account number ad98bc52-d749-47e2-a1d2-7853b6aee80b
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 32d3b348-bd26-4ce9-a7a8-6e77186a6ebd: Amount of 661 has been received from Account number e70321ca-8e44-4ca4-9c7a-3da10b4e92c8
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of c39059b8-efd7-4dd1-8c14-6b8983f7c869: Amount of 904 has to sent to Account number 96602bc9-faf4-4c45-8d29-173ac9870144
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 96602bc9-faf4-4c45-8d29-173ac9870144: Amount of 904 has been received from Account number c39059b8-efd7-4dd1-8c14-6b8983f7c869
2024-07-09 19:26:08.289  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf0d14d2-20c2-4fd7-b2b3-500ed48cef26: Amount of 635 has to sent to Account number 2db9f6f8-deeb-433f-b095-4d67458af2f7
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 99ebbba3-8bcf-4166-b96b-3a48393e124b: Amount of 294 has to sent to Account number 3effb67b-0173-4195-a267-04b8c1db9c05
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2db9f6f8-deeb-433f-b095-4d67458af2f7: Amount of 635 has been received from Account number bf0d14d2-20c2-4fd7-b2b3-500ed48cef26
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3effb67b-0173-4195-a267-04b8c1db9c05: Amount of 294 has been received from Account number 99ebbba3-8bcf-4166-b96b-3a48393e124b
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f826475d-c8e1-40ae-99be-d051512109a1: Amount of 398 has to sent to Account number a4b0830d-f7ef-4400-99d1-49c054c23335
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4b0830d-f7ef-4400-99d1-49c054c23335: Amount of 398 has been received from Account number f826475d-c8e1-40ae-99be-d051512109a1
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of a5f01858-f30a-41dc-9326-54143b22a411: Amount of 518 has to sent to Account number 1b96b980-3bf9-44cd-869a-51d1d0161007
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 58918f07-8350-4b21-a77f-ce578d2e0842: Amount of 951 has to sent to Account number 5ba05491-6060-4f75-a6c0-353950218543
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1b96b980-3bf9-44cd-869a-51d1d0161007: Amount of 518 has been received from Account number a5f01858-f30a-41dc-9326-54143b22a411
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4e3dd75d-a9f6-475e-9972-bd56728f93ee: Amount of 153 has to sent to Account number 5988ff88-4804-48f4-b766-6bbdd4fbdecb
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5ba05491-6060-4f75-a6c0-353950218543: Amount of 951 has been received from Account number 58918f07-8350-4b21-a77f-ce578d2e0842
2024-07-09 19:26:08.289  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e336231-90a9-4e72-b188-8c772496887c: Amount of 748 has to sent to Account number 63daf236-a210-4d93-b5d6-3202ffb174b7
2024-07-09 19:26:08.289  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 629055e8-30bb-4de3-ac98-2ef12aaacd49: Amount of 456 has to sent to Account number 090bf9a0-12d2-468e-b115-44225cde9730
2024-07-09 19:26:08.291  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of e580d273-9fe4-41e6-9f56-b0f9ca54fd4c: Amount of 600 has to sent to Account number 72e84d1e-a18b-427d-9f61-714356a005ba
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 090bf9a0-12d2-468e-b115-44225cde9730: Amount of 456 has been received from Account number 629055e8-30bb-4de3-ac98-2ef12aaacd49
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 72e84d1e-a18b-427d-9f61-714356a005ba: Amount of 600 has been received from Account number e580d273-9fe4-41e6-9f56-b0f9ca54fd4c
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 44a0031f-c156-45e3-a5b5-f627e23e54dc: Amount of 510 has to sent to Account number cc581230-209e-4e7c-89a7-80392e276ded
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3562ecb5-90d4-45cc-8cb8-6ba26001bc12: Amount of 285 has to sent to Account number 1c4dee4f-c6ad-40b5-8305-2461ad4832a3
2024-07-09 19:26:08.291  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2f3225e-8d04-4ecf-952f-99e8fc55d1a5: Amount of 399 has to sent to Account number 7fa1d2c7-8417-4be3-bcd0-685c6f6ad7b1
2024-07-09 19:26:08.291  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4e9f274-8ddd-44d2-a0ce-0c90245a3646: Amount of 161 has to sent to Account number f1bbefd3-3178-47ae-8dcf-4af3ab24f74d
2024-07-09 19:26:08.291  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 99dcb51e-2bf5-4082-b4ae-74dc0571bdf9: Amount of 673 has to sent to Account number 1f0979e1-85f3-4e9d-a4ca-28cff8df1ef0
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7fa1d2c7-8417-4be3-bcd0-685c6f6ad7b1: Amount of 399 has been received from Account number f2f3225e-8d04-4ecf-952f-99e8fc55d1a5
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1f0979e1-85f3-4e9d-a4ca-28cff8df1ef0: Amount of 673 has been received from Account number 99dcb51e-2bf5-4082-b4ae-74dc0571bdf9
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of c63e3782-9cdc-4903-ba8f-011f20b84279: Amount of 30 has to sent to Account number 3f37091b-49ad-4893-9f60-ecaedc95a48a
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a58c74d-961b-4a60-91d3-28b6d6bbbea3: Amount of 151 has to sent to Account number 5f03b117-cc0c-43fd-a5c9-e95c6be58e36
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f03b117-cc0c-43fd-a5c9-e95c6be58e36: Amount of 151 has been received from Account number 5a58c74d-961b-4a60-91d3-28b6d6bbbea3
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5eb618c2-99ab-4610-83e1-437c361364c0: Amount of 554 has to sent to Account number 60c75ca3-2cc9-4b36-bd70-8f1533a8e8b1
2024-07-09 19:26:08.291  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2cdbbe71-83a4-45e6-9d88-3c57e61e7a32: Amount of 85 has been received from Account number b5535a3c-4d13-4587-abc9-249df0ee4cbc
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 888fe503-a72d-4ec8-aabc-02521ef38743: Amount of 578 has to sent to Account number 325610a1-eed0-48c0-a497-61d85d3d2dcb
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 325610a1-eed0-48c0-a497-61d85d3d2dcb: Amount of 578 has been received from Account number 888fe503-a72d-4ec8-aabc-02521ef38743
2024-07-09 19:26:08.291  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9cced0d0-0218-428b-ba84-b7fabc8c3df5: Amount of 498 has to sent to Account number 6aae5899-370a-4971-ae35-180ef915ad2b
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of f178b742-1d54-475a-a6e3-c13e86af85c2: Amount of 48 has to sent to Account number 40e102a3-df88-49b7-b2ed-f3fceeb219eb
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 40e102a3-df88-49b7-b2ed-f3fceeb219eb: Amount of 48 has been received from Account number f178b742-1d54-475a-a6e3-c13e86af85c2
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of fd547499-88c4-4564-a886-24c6e2d23a8c: Amount of 12 has been received from Account number aa49a5ca-6376-41bc-bda8-e5fe50400eca
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4bc84855-0731-4729-8469-1a6a1f758a9e: Amount of 965 has to sent to Account number 9ce0e6ee-772c-4c2b-a9b0-ac8247aa0513
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9ce0e6ee-772c-4c2b-a9b0-ac8247aa0513: Amount of 965 has been received from Account number 4bc84855-0731-4729-8469-1a6a1f758a9e
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of d9b3ea68-d561-4700-b5fe-f3fe7d8e17f7: Amount of 839 has been received from Account number 0f3c0bbc-0195-43c3-8a10-b3f85689b37e
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22c42dc3-15d9-44da-8ce3-d2b80db59799: Amount of 513 has to sent to Account number dbd673e5-4d1b-47ad-812f-f833afc107a9
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of da0d4eec-9c10-49bc-a09d-548730b694ac: Amount of 816 has been received from Account number e541de1b-4f0b-4a61-af76-9f17fcc12cbc
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9aed5f0e-00a2-4999-b55a-57b304e0f630: Amount of 995 has to sent to Account number 3cd0512f-9a57-418b-9212-7e00e0c9fa02
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3cd0512f-9a57-418b-9212-7e00e0c9fa02: Amount of 995 has been received from Account number 9aed5f0e-00a2-4999-b55a-57b304e0f630
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d251dc7-ea38-4434-a80a-42298e829a7e: Amount of 668 has to sent to Account number 0cb1d811-28ce-434d-a008-54cdba34d2a2
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of b48f75e6-50f1-4542-bd98-b0568b0fae4e: Amount of 999 has to sent to Account number 4c9c8605-c3be-4ddb-80a0-f3d2dcbe9f6f
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4c9c8605-c3be-4ddb-80a0-f3d2dcbe9f6f: Amount of 999 has been received from Account number b48f75e6-50f1-4542-bd98-b0568b0fae4e
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6fc629c9-3681-4d9e-aa4e-b44671fc7867: Amount of 614 has to sent to Account number 9ca12be0-aa1d-4b39-b3b3-3c26099b9fe3
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9ca12be0-aa1d-4b39-b3b3-3c26099b9fe3: Amount of 614 has been received from Account number 6fc629c9-3681-4d9e-aa4e-b44671fc7867
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of f48963d2-65c3-4f25-ac1a-d31b3875c247: Amount of 80 has to sent to Account number de1f366c-2074-4cc2-8fb4-4c86cb1ef651
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 199d74d1-f74d-4d3b-a4d3-3733e753f73e: Amount of 250 has to sent to Account number e740d129-cd3e-40dd-8065-91a8dbfdd234
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of de1f366c-2074-4cc2-8fb4-4c86cb1ef651: Amount of 80 has been received from Account number f48963d2-65c3-4f25-ac1a-d31b3875c247
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of db4da264-64a7-47cd-bfbb-21733717dea8: Amount of 844 has to sent to Account number ca62e68d-ae9d-4c6e-ac48-853b049bda47
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of b4e75dc5-74f0-49de-9acd-75e7c59671d6: Amount of 973 has to sent to Account number 6839b6b6-5a48-4f15-8a99-8f23fb1278e1
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of b2568a74-6577-41fb-824f-35ba715d5603: Amount of 926 has to sent to Account number ffc45938-c4e0-4554-b5e9-b49c1f7fafbb
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6839b6b6-5a48-4f15-8a99-8f23fb1278e1: Amount of 973 has been received from Account number b4e75dc5-74f0-49de-9acd-75e7c59671d6
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 31b721fa-1b6c-49a4-ad91-c8ea4c7046ed: Amount of 469 has to sent to Account number 9eca7a04-d92f-4cb6-8cd9-a944da7972a6
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a70fed5-b0ef-46f5-b29c-0d775f6fb069: Amount of 308 has to sent to Account number fb34611d-6e98-4bd4-b18f-2f99b91dc5ff
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb34611d-6e98-4bd4-b18f-2f99b91dc5ff: Amount of 308 has been received from Account number 0a70fed5-b0ef-46f5-b29c-0d775f6fb069
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9eca7a04-d92f-4cb6-8cd9-a944da7972a6: Amount of 469 has been received from Account number 31b721fa-1b6c-49a4-ad91-c8ea4c7046ed
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf9cdd7c-50ad-4ce3-a5da-2088826c34e0: Amount of 104 has to sent to Account number 78b54ce3-5c04-470f-849c-db2f6c12fb8f
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9486ee60-6440-4b4a-a758-2cb7fd518832: Amount of 470 has to sent to Account number b38f51ab-1dd5-4eaf-ac9d-d93b1cb4856e
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of b38f51ab-1dd5-4eaf-ac9d-d93b1cb4856e: Amount of 470 has been received from Account number 9486ee60-6440-4b4a-a758-2cb7fd518832
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 78b54ce3-5c04-470f-849c-db2f6c12fb8f: Amount of 104 has been received from Account number bf9cdd7c-50ad-4ce3-a5da-2088826c34e0
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5988ff88-4804-48f4-b766-6bbdd4fbdecb: Amount of 153 has been received from Account number 4e3dd75d-a9f6-475e-9972-bd56728f93ee
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e39b7ab-ba45-464c-b6db-6f4ede12b457: Amount of 203 has to sent to Account number a57a6c08-103b-4006-8c2e-083ebc685327
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9900552-8f95-4f59-82c4-fbe10cd57f72: Amount of 89 has to sent to Account number 9c532525-f196-4ae9-bc7c-d8648f245356
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9c532525-f196-4ae9-bc7c-d8648f245356: Amount of 89 has been received from Account number a9900552-8f95-4f59-82c4-fbe10cd57f72
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c2664b7-2675-465d-916e-6295a12c8599: Amount of 953 has to sent to Account number 121e2fa5-7734-4f75-8226-e95aa3cccd2d
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 121e2fa5-7734-4f75-8226-e95aa3cccd2d: Amount of 953 has been received from Account number 1c2664b7-2675-465d-916e-6295a12c8599
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 01054ae5-161d-49e8-a59b-2aacce67b1e9: Amount of 256 has to sent to Account number cfe489a7-9ff1-4d91-91f2-b2eee36115fc
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of cfe489a7-9ff1-4d91-91f2-b2eee36115fc: Amount of 256 has been received from Account number 01054ae5-161d-49e8-a59b-2aacce67b1e9
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6edec929-e669-4c36-99bf-ef93c10bfa23: Amount of 323 has to sent to Account number a5ca9128-95ee-49ba-b714-e9d63f0cafc8
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 63daf236-a210-4d93-b5d6-3202ffb174b7: Amount of 748 has been received from Account number 3e336231-90a9-4e72-b188-8c772496887c
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a5ca9128-95ee-49ba-b714-e9d63f0cafc8: Amount of 323 has been received from Account number 6edec929-e669-4c36-99bf-ef93c10bfa23
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of cc581230-209e-4e7c-89a7-80392e276ded: Amount of 510 has been received from Account number 44a0031f-c156-45e3-a5b5-f627e23e54dc
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c4dee4f-c6ad-40b5-8305-2461ad4832a3: Amount of 285 has been received from Account number 3562ecb5-90d4-45cc-8cb8-6ba26001bc12
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of a33240a0-d996-461c-8014-2b677d5b2fb8: Amount of 65 has to sent to Account number c0612336-caf8-4776-8827-b180b270bfde
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of c0612336-caf8-4776-8827-b180b270bfde: Amount of 65 has been received from Account number a33240a0-d996-461c-8014-2b677d5b2fb8
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 20a59c41-9f26-45d5-9246-221400d2ba53: Amount of 353 has to sent to Account number fec00f70-3bfd-49c4-bc89-ecf0894d5c3c
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of f1bbefd3-3178-47ae-8dcf-4af3ab24f74d: Amount of 161 has been received from Account number a4e9f274-8ddd-44d2-a0ce-0c90245a3646
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f37091b-49ad-4893-9f60-ecaedc95a48a: Amount of 30 has been received from Account number c63e3782-9cdc-4903-ba8f-011f20b84279
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0bc06bf1-4296-4fff-9052-36cb2860e967: Amount of 295 has to sent to Account number 3c602aee-7317-4af3-919f-801b497a9491
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 60c75ca3-2cc9-4b36-bd70-8f1533a8e8b1: Amount of 554 has been received from Account number 5eb618c2-99ab-4610-83e1-437c361364c0
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e14c2ff-78dd-456c-b235-d7db93a64946: Amount of 901 has to sent to Account number 613f01a9-4429-40e9-ab32-aad459d85f1e
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 613f01a9-4429-40e9-ab32-aad459d85f1e: Amount of 901 has been received from Account number 8e14c2ff-78dd-456c-b235-d7db93a64946
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 748cc42a-5be7-4548-82bc-cc395df45678: Amount of 767 has to sent to Account number 4baf2a64-d275-4c9d-8dfc-36f76c11ff80
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 40304a7e-b3fc-4a5a-bbb9-b8862fb820d1: Amount of 364 has to sent to Account number 33fab39e-822a-4fc1-a8d9-dc65136a76f0
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 33fab39e-822a-4fc1-a8d9-dc65136a76f0: Amount of 364 has been received from Account number 40304a7e-b3fc-4a5a-bbb9-b8862fb820d1
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2daf4ab7-131d-44c3-a088-8512f5dee804: Amount of 622 has to sent to Account number 822aff60-245c-4dca-9af4-d2811a8d8025
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3c602aee-7317-4af3-919f-801b497a9491: Amount of 295 has been received from Account number 0bc06bf1-4296-4fff-9052-36cb2860e967
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 822aff60-245c-4dca-9af4-d2811a8d8025: Amount of 622 has been received from Account number 2daf4ab7-131d-44c3-a088-8512f5dee804
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of acc58216-2e08-4166-b0d4-fa6ad7e5e8db: Amount of 780 has to sent to Account number bc4d5d6c-0b65-4c3e-82c6-b224b1fa98c3
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc4d5d6c-0b65-4c3e-82c6-b224b1fa98c3: Amount of 780 has been received from Account number acc58216-2e08-4166-b0d4-fa6ad7e5e8db
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6aae5899-370a-4971-ae35-180ef915ad2b: Amount of 498 has been received from Account number 9cced0d0-0218-428b-ba84-b7fabc8c3df5
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of c7e7f624-2e03-42c0-a442-08657ce3a4e3: Amount of 523 has to sent to Account number c7ae1ff7-a9aa-4ac0-9509-189f9ff7f855
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of c7ae1ff7-a9aa-4ac0-9509-189f9ff7f855: Amount of 523 has been received from Account number c7e7f624-2e03-42c0-a442-08657ce3a4e3
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of d16a33dd-b78e-43ea-a6fb-c5bb0237639e: Amount of 408 has to sent to Account number aa056721-bc1d-4ecf-95be-396a25f7e31c
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of dbd673e5-4d1b-47ad-812f-f833afc107a9: Amount of 513 has been received from Account number 22c42dc3-15d9-44da-8ce3-d2b80db59799
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0cb1d811-28ce-434d-a008-54cdba34d2a2: Amount of 668 has been received from Account number 5d251dc7-ea38-4434-a80a-42298e829a7e
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 160bdadb-eca9-4769-abef-21082a40b38b: Amount of 230 has to sent to Account number f789d971-0c69-4225-a3a6-a51c613bd312
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of f789d971-0c69-4225-a3a6-a51c613bd312: Amount of 230 has been received from Account number 160bdadb-eca9-4769-abef-21082a40b38b
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of a2806b97-31c7-4bd8-b07d-f5f6af8a987f: Amount of 612 has to sent to Account number 8bd0f157-bdb1-452d-8b35-f1fdd8770ca4
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8bd0f157-bdb1-452d-8b35-f1fdd8770ca4: Amount of 612 has been received from Account number a2806b97-31c7-4bd8-b07d-f5f6af8a987f
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of aa056721-bc1d-4ecf-95be-396a25f7e31c: Amount of 408 has been received from Account number d16a33dd-b78e-43ea-a6fb-c5bb0237639e
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of aff90f3e-51b4-4bac-b441-283bce18d789: Amount of 88 has to sent to Account number 636c1057-cd23-4fd8-9f95-853d9ae0b981
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 636c1057-cd23-4fd8-9f95-853d9ae0b981: Amount of 88 has been received from Account number aff90f3e-51b4-4bac-b441-283bce18d789
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of e740d129-cd3e-40dd-8065-91a8dbfdd234: Amount of 250 has been received from Account number 199d74d1-f74d-4d3b-a4d3-3733e753f73e
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e0c35a2-d8b9-42f5-a6f6-59c6484c0d0b: Amount of 107 has to sent to Account number bf861d78-5096-4f3e-8d81-e3aa5a2fe117
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca62e68d-ae9d-4c6e-ac48-853b049bda47: Amount of 844 has been received from Account number db4da264-64a7-47cd-bfbb-21733717dea8
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ffc45938-c4e0-4554-b5e9-b49c1f7fafbb: Amount of 926 has been received from Account number b2568a74-6577-41fb-824f-35ba715d5603
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c5cb1f8-44b9-40fc-89e0-10d5e00cdcb5: Amount of 442 has to sent to Account number ab828131-d096-48e4-af81-b526c9a7df1e
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 10720cc9-4cd8-48cb-87ff-d8456aa9d944: Amount of 198 has to sent to Account number d081df3b-ff85-45e7-9acf-d483f74f275c
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of d081df3b-ff85-45e7-9acf-d483f74f275c: Amount of 198 has been received from Account number 10720cc9-4cd8-48cb-87ff-d8456aa9d944
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ab828131-d096-48e4-af81-b526c9a7df1e: Amount of 442 has been received from Account number 0c5cb1f8-44b9-40fc-89e0-10d5e00cdcb5
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25d56e22-e607-4198-8935-5f309cf73376: Amount of 463 has to sent to Account number b6ac65b7-f3f4-40d3-b278-7f11af0e50ed
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 325ee90a-4525-49ef-b9dd-7aa7d2d1c811: Amount of 29 has to sent to Account number 5a31b75f-dd0e-4fe2-b5a5-58baf2cd8f3b
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of b6ac65b7-f3f4-40d3-b278-7f11af0e50ed: Amount of 463 has been received from Account number 25d56e22-e607-4198-8935-5f309cf73376
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a31b75f-dd0e-4fe2-b5a5-58baf2cd8f3b: Amount of 29 has been received from Account number 325ee90a-4525-49ef-b9dd-7aa7d2d1c811
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of a57a6c08-103b-4006-8c2e-083ebc685327: Amount of 203 has been received from Account number 9e39b7ab-ba45-464c-b6db-6f4ede12b457
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of d4d04936-5985-4ced-af7e-ff432b375766: Amount of 58 has to sent to Account number ec0b5490-32c3-436b-99a2-325fac822d0e
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ec0b5490-32c3-436b-99a2-325fac822d0e: Amount of 58 has been received from Account number d4d04936-5985-4ced-af7e-ff432b375766
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of a1cf7609-284f-4d8f-9195-1c077305be4e: Amount of 452 has to sent to Account number 1c054001-17a3-4f23-a09d-1e117205da88
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of f29287fa-d1b2-4ccc-9cd7-f9b889aedfa5: Amount of 762 has to sent to Account number 9cefb7bb-bff7-416b-9600-d92455a9b264
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c054001-17a3-4f23-a09d-1e117205da88: Amount of 452 has been received from Account number a1cf7609-284f-4d8f-9195-1c077305be4e
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 29b3f714-f5ef-4c20-9ab8-e65b7a59f470: Amount of 913 has to sent to Account number f8d0f774-c2f6-4d9f-976f-c205c8a00bb4
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9cefb7bb-bff7-416b-9600-d92455a9b264: Amount of 762 has been received from Account number f29287fa-d1b2-4ccc-9cd7-f9b889aedfa5
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb0c0508-7d28-416e-8dc4-ff3aee222764: Amount of 893 has to sent to Account number e81e10af-d679-4ae0-bbf8-1bb48eef478c
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of fec00f70-3bfd-49c4-bc89-ecf0894d5c3c: Amount of 353 has been received from Account number 20a59c41-9f26-45d5-9246-221400d2ba53
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of f9735ecd-1b4e-4259-9151-bad25d11116b: Amount of 221 has to sent to Account number a44714cc-65b8-4e33-a204-f4bad1a6548f
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac5063e7-b4b8-4122-b6ec-3edd84656013: Amount of 375 has to sent to Account number 784901d2-f91e-43e8-be6e-d76306ebfc8d
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of a44714cc-65b8-4e33-a204-f4bad1a6548f: Amount of 221 has been received from Account number f9735ecd-1b4e-4259-9151-bad25d11116b
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5701787d-a282-47aa-a50a-f40e64507615: Amount of 931 has to sent to Account number 48f2f1b6-beda-4bd2-b2e7-0ff7e77db4c9
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 784901d2-f91e-43e8-be6e-d76306ebfc8d: Amount of 375 has been received from Account number ac5063e7-b4b8-4122-b6ec-3edd84656013
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 11ea080d-a3d6-4b39-9efa-d2e84da37179: Amount of 627 has to sent to Account number c5a54ee1-6319-4555-b139-cb54e88ae591
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 48f2f1b6-beda-4bd2-b2e7-0ff7e77db4c9: Amount of 931 has been received from Account number 5701787d-a282-47aa-a50a-f40e64507615
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4baf2a64-d275-4c9d-8dfc-36f76c11ff80: Amount of 767 has been received from Account number 748cc42a-5be7-4548-82bc-cc395df45678
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4bb5688e-4451-4df3-add9-831bce678b95: Amount of 757 has to sent to Account number c30a2a6e-280e-42a4-800d-6f7b9976005c
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6cd4ccee-1e7e-4617-9e51-62ce92122dd0: Amount of 571 has to sent to Account number 0b09022f-19d7-4d23-9dcc-548a32d49f0a
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of c30a2a6e-280e-42a4-800d-6f7b9976005c: Amount of 757 has been received from Account number 4bb5688e-4451-4df3-add9-831bce678b95
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of beea233f-23ae-4612-ba07-fedd20d904bd: Amount of 934 has to sent to Account number ecd51969-fa9a-4be2-b236-a99d18f3b3f8
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of e69272e3-ed2e-4ccd-b873-e0895fa1ef37: Amount of 818 has to sent to Account number 710bac25-f68e-4253-a39d-23671b6925a0
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0b09022f-19d7-4d23-9dcc-548a32d49f0a: Amount of 571 has been received from Account number 6cd4ccee-1e7e-4617-9e51-62ce92122dd0
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 710bac25-f68e-4253-a39d-23671b6925a0: Amount of 818 has been received from Account number e69272e3-ed2e-4ccd-b873-e0895fa1ef37
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3bf7f5c8-db15-4a9e-8e59-7bbeedc09da4: Amount of 431 has to sent to Account number db06502b-9abd-4c2b-bb27-aa42d57192c9
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of e0920786-85ab-434b-b99a-4f919bfe2658: Amount of 905 has to sent to Account number 4a07146c-440c-4c49-8388-f521b6f79fb6
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 473970d2-bd7b-4c6d-91cd-2d40e059c752: Amount of 343 has to sent to Account number e7a1891d-6fce-43a2-9b64-afe4dc12d7c5
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of e7a1891d-6fce-43a2-9b64-afe4dc12d7c5: Amount of 343 has been received from Account number 473970d2-bd7b-4c6d-91cd-2d40e059c752
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4a07146c-440c-4c49-8388-f521b6f79fb6: Amount of 905 has been received from Account number e0920786-85ab-434b-b99a-4f919bfe2658
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ebdd7bb4-118b-4d96-8158-cd113dc3acb1: Amount of 972 has to sent to Account number 11915644-51a6-43f4-a8b1-7f624b26c1dc
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d357e41-8030-4527-be92-b240e96e11b1: Amount of 326 has to sent to Account number 96bb8f70-7583-4dfc-8832-81e91c9ea13f
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 11915644-51a6-43f4-a8b1-7f624b26c1dc: Amount of 972 has been received from Account number ebdd7bb4-118b-4d96-8158-cd113dc3acb1
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 953eae45-4f55-46d3-92e1-580e285c87dd: Amount of 18 has to sent to Account number f481a929-fda9-4a0a-b6a9-f7570aba325c
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of f481a929-fda9-4a0a-b6a9-f7570aba325c: Amount of 18 has been received from Account number 953eae45-4f55-46d3-92e1-580e285c87dd
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf861d78-5096-4f3e-8d81-e3aa5a2fe117: Amount of 107 has been received from Account number 3e0c35a2-d8b9-42f5-a6f6-59c6484c0d0b
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1967c481-59d4-4b6d-8e95-1b2f76180a03: Amount of 487 has to sent to Account number 6a53548c-7ce0-4a4a-a64a-2b5d1e75f769
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 96bb8f70-7583-4dfc-8832-81e91c9ea13f: Amount of 326 has been received from Account number 3d357e41-8030-4527-be92-b240e96e11b1
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ab806e1d-d740-4f42-ac68-24175161c879: Amount of 775 has to sent to Account number 0a22c642-d151-417b-b6f4-523b088b3c8c
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9223316a-b53c-4a3d-858c-5a39c16c7a88: Amount of 213 has to sent to Account number 0666a48a-69d4-42ef-9f46-4ce369eea6ee
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 756aadec-8395-4528-a37a-3ed5c095575b: Amount of 205 has to sent to Account number a78ddf6e-4350-4b84-8762-f77d4e9cc95e
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 216d4b67-ed6b-4041-8a4b-0fc03ff47757: Amount of 536 has to sent to Account number 84919ad1-c0cd-4153-abbb-ca5c41ff3c57
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0666a48a-69d4-42ef-9f46-4ce369eea6ee: Amount of 213 has been received from Account number 9223316a-b53c-4a3d-858c-5a39c16c7a88
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of a97c7635-e29c-42e7-8560-4d2cbb41f442: Amount of 149 has to sent to Account number 175a4414-f428-4c0a-a85e-e8d5a6504bde
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 431aa0af-12ba-4da3-b55d-91c915eb45ba: Amount of 770 has to sent to Account number de96fae9-1b1d-4841-9330-2ddb83251687
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of de96fae9-1b1d-4841-9330-2ddb83251687: Amount of 770 has been received from Account number 431aa0af-12ba-4da3-b55d-91c915eb45ba
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2ddd1a3-36c5-4d10-8c0a-79ea02e4267e: Amount of 66 has to sent to Account number 6983697e-b0a9-4c9b-a02f-78d9cc461d5b
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c2282b3-e879-41d8-9d85-75f4e6482d39: Amount of 459 has to sent to Account number 69c9be01-bacb-41a5-ac33-d17eb0aa48b4
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa03b7f7-3bb2-4631-ad39-ad9d9e1c5828: Amount of 697 has to sent to Account number dd5851dd-c71e-48ac-959e-e2f2ac3b4ba2
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd5851dd-c71e-48ac-959e-e2f2ac3b4ba2: Amount of 697 has been received from Account number fa03b7f7-3bb2-4631-ad39-ad9d9e1c5828
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of f8d0f774-c2f6-4d9f-976f-c205c8a00bb4: Amount of 913 has been received from Account number 29b3f714-f5ef-4c20-9ab8-e65b7a59f470
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of e81e10af-d679-4ae0-bbf8-1bb48eef478c: Amount of 893 has been received from Account number fb0c0508-7d28-416e-8dc4-ff3aee222764
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of c57c0923-9c3d-47bf-a41b-68ea0f547ca4: Amount of 314 has to sent to Account number 98d5dbc1-c7e4-4676-ba85-09ce76f3f100
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98d5dbc1-c7e4-4676-ba85-09ce76f3f100: Amount of 314 has been received from Account number c57c0923-9c3d-47bf-a41b-68ea0f547ca4
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4597022b-1754-4e6e-a2d4-c29dc2124b66: Amount of 728 has to sent to Account number 54d32f7a-37ce-4a98-bebb-a0e1d9bba21c
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42f1b19a-7746-4dde-ae95-9ab95c21cbd0: Amount of 94 has to sent to Account number 12031e84-5e65-4916-970b-db013448c707
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 54d32f7a-37ce-4a98-bebb-a0e1d9bba21c: Amount of 728 has been received from Account number 4597022b-1754-4e6e-a2d4-c29dc2124b66
2024-07-09 19:26:08.293  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of c5a54ee1-6319-4555-b139-cb54e88ae591: Amount of 627 has been received from Account number 11ea080d-a3d6-4b39-9efa-d2e84da37179
2024-07-09 19:26:08.293  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 520da315-fe94-42c9-a884-cbe91046d58c: Amount of 927 has to sent to Account number 0ed2f6b9-a443-4523-bb84-5a31b1db80cd
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of db437949-0366-4c65-90bb-7c6d35c4a727: Amount of 635 has to sent to Account number 3c2bb087-1775-41fb-b85b-51b3a7be669f
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6808c6e3-1eed-4dd0-ba46-91c9968aeee5: Amount of 340 has to sent to Account number 201f88a2-425c-492e-8ded-a1ff23e5aede
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 87a15de3-f9a0-40f4-9cdc-ea548b893f68: Amount of 216 has to sent to Account number 3c0782a4-daa1-4068-8886-d2b1b4f03524
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 201f88a2-425c-492e-8ded-a1ff23e5aede: Amount of 340 has been received from Account number 6808c6e3-1eed-4dd0-ba46-91c9968aeee5
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3c0782a4-daa1-4068-8886-d2b1b4f03524: Amount of 216 has been received from Account number 87a15de3-f9a0-40f4-9cdc-ea548b893f68
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ecd51969-fa9a-4be2-b236-a99d18f3b3f8: Amount of 934 has been received from Account number beea233f-23ae-4612-ba07-fedd20d904bd
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of db06502b-9abd-4c2b-bb27-aa42d57192c9: Amount of 431 has been received from Account number 3bf7f5c8-db15-4a9e-8e59-7bbeedc09da4
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a571a10b-2a02-49e8-85ae-b54adc2bcb6c: Amount of 783 has to sent to Account number 51940e50-cd2b-4657-ae3e-428177a78c84
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 336ee072-5e9e-48af-8ca4-f16b19ff693d: Amount of 324 has to sent to Account number 6a94d5ea-ccb9-4d3e-93a6-4cca2e11646e
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 535c4d16-4524-402d-9a8f-f3f3720aeaa0: Amount of 891 has to sent to Account number 6535c6a3-d561-4018-8f01-8d7587fbc537
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a94d5ea-ccb9-4d3e-93a6-4cca2e11646e: Amount of 324 has been received from Account number 336ee072-5e9e-48af-8ca4-f16b19ff693d
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 734870e7-4729-4fe9-8058-26c78e6fa7c8: Amount of 428 has to sent to Account number e11c92c0-f1f6-4e74-986d-a59b4e290fb6
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a53548c-7ce0-4a4a-a64a-2b5d1e75f769: Amount of 487 has been received from Account number 1967c481-59d4-4b6d-8e95-1b2f76180a03
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of e11c92c0-f1f6-4e74-986d-a59b4e290fb6: Amount of 428 has been received from Account number 734870e7-4729-4fe9-8058-26c78e6fa7c8
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a22c642-d151-417b-b6f4-523b088b3c8c: Amount of 775 has been received from Account number ab806e1d-d740-4f42-ac68-24175161c879
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd39f94c-a407-41e6-ab86-dc783f744303: Amount of 266 has to sent to Account number 26626187-b7e6-4a94-8f43-19a778eeba88
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26626187-b7e6-4a94-8f43-19a778eeba88: Amount of 266 has been received from Account number dd39f94c-a407-41e6-ab86-dc783f744303
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of e0af1a15-bf57-4845-ab7f-b31d053a3f77: Amount of 698 has to sent to Account number e1b6baf9-9989-476c-b292-f0bf9da71836
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of e1b6baf9-9989-476c-b292-f0bf9da71836: Amount of 698 has been received from Account number e0af1a15-bf57-4845-ab7f-b31d053a3f77
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of a78ddf6e-4350-4b84-8762-f77d4e9cc95e: Amount of 205 has been received from Account number 756aadec-8395-4528-a37a-3ed5c095575b
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of e09b6ae5-ce16-4b05-9349-ff844e64836f: Amount of 555 has to sent to Account number 5ddefba2-f00b-4a8b-89fb-2c9b259831ab
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5ddefba2-f00b-4a8b-89fb-2c9b259831ab: Amount of 555 has been received from Account number e09b6ae5-ce16-4b05-9349-ff844e64836f
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of a7906210-2f06-47bc-a0bc-2c7143759ed3: Amount of 541 has to sent to Account number 6baca311-0412-4117-a653-d3f6946ef0ee
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of f8579ccf-1c8d-44d6-ba0d-9dbebf3f0bc6: Amount of 466 has to sent to Account number f153d80d-3a8f-4c89-84c2-130b2b752362
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 68b8b96f-d26d-4271-904c-cb18ce6963a9: Amount of 232 has to sent to Account number 0f50b072-4a1b-4951-8771-2043f64831f3
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of f153d80d-3a8f-4c89-84c2-130b2b752362: Amount of 466 has been received from Account number f8579ccf-1c8d-44d6-ba0d-9dbebf3f0bc6
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6e68c955-23db-4567-8dcf-f2a3ef183d3e: Amount of 752 has to sent to Account number 6ff8326f-ad30-416a-8706-fbf58bdd1605
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6baca311-0412-4117-a653-d3f6946ef0ee: Amount of 541 has been received from Account number a7906210-2f06-47bc-a0bc-2c7143759ed3
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 84919ad1-c0cd-4153-abbb-ca5c41ff3c57: Amount of 536 has been received from Account number 216d4b67-ed6b-4041-8a4b-0fc03ff47757
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 175a4414-f428-4c0a-a85e-e8d5a6504bde: Amount of 149 has been received from Account number a97c7635-e29c-42e7-8560-4d2cbb41f442
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 534e98b2-45f6-4826-a299-0abe99612049: Amount of 341 has to sent to Account number 75418316-0ac8-4b7e-b4e1-9769ee993dde
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of a16cbfe2-4a9e-4a27-95ca-c4d3256fddc7: Amount of 172 has to sent to Account number c993ed90-d732-4004-bd27-2b569095914d
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ecd04219-72ab-4b6b-a43d-6652133f881a: Amount of 120 has to sent to Account number 012e2b1e-6a08-479c-9fd7-1e5f03426a42
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of c993ed90-d732-4004-bd27-2b569095914d: Amount of 172 has been received from Account number a16cbfe2-4a9e-4a27-95ca-c4d3256fddc7
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 012e2b1e-6a08-479c-9fd7-1e5f03426a42: Amount of 120 has been received from Account number ecd04219-72ab-4b6b-a43d-6652133f881a
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6983697e-b0a9-4c9b-a02f-78d9cc461d5b: Amount of 66 has been received from Account number f2ddd1a3-36c5-4d10-8c0a-79ea02e4267e
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 308bf9fa-3d1f-4325-bc7b-8e109cae0e77: Amount of 219 has to sent to Account number bf1425da-7bd3-4fe1-8474-fedf5377b769
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 69c9be01-bacb-41a5-ac33-d17eb0aa48b4: Amount of 459 has been received from Account number 5c2282b3-e879-41d8-9d85-75f4e6482d39
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf1425da-7bd3-4fe1-8474-fedf5377b769: Amount of 219 has been received from Account number 308bf9fa-3d1f-4325-bc7b-8e109cae0e77
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 17e13139-6335-4e1f-b0f4-bee58fba8321: Amount of 142 has to sent to Account number cf21c743-9197-4122-9fdf-b2f6fd3c7682
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf21c743-9197-4122-9fdf-b2f6fd3c7682: Amount of 142 has been received from Account number 17e13139-6335-4e1f-b0f4-bee58fba8321
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of e21ca10d-b715-4d27-8bcc-5289aaa64abc: Amount of 582 has to sent to Account number c74c44b4-61ed-4781-8c6c-15fefd760f53
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7dde339d-9274-457c-83fd-d8e821e89e29: Amount of 255 has to sent to Account number a03170c8-66d3-4e30-a99e-99d3b5d3d7ae
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 12031e84-5e65-4916-970b-db013448c707: Amount of 94 has been received from Account number 42f1b19a-7746-4dde-ae95-9ab95c21cbd0
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95bcde8b-e13e-4ff9-8ca5-75378331fe98: Amount of 64 has to sent to Account number 64d66fdd-034f-4646-b7bb-20c3051e96e4
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6554b119-905e-4795-b22c-42c4d09209a9: Amount of 340 has to sent to Account number d1999224-0648-4d12-a7b6-779acb2dc0a9
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d1999224-0648-4d12-a7b6-779acb2dc0a9: Amount of 340 has been received from Account number 6554b119-905e-4795-b22c-42c4d09209a9
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 80658fdb-b0aa-4ac1-bf58-abadf01512b1: Amount of 601 has to sent to Account number 408de444-fbe6-4c52-95bc-04cc2dbc8efb
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3c2bb087-1775-41fb-b85b-51b3a7be669f: Amount of 635 has been received from Account number db437949-0366-4c65-90bb-7c6d35c4a727
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ed2f6b9-a443-4523-bb84-5a31b1db80cd: Amount of 927 has been received from Account number 520da315-fe94-42c9-a884-cbe91046d58c
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d3062e6-4f50-4df3-a9b6-baeb32b6f901: Amount of 25 has to sent to Account number 8da51a0e-1cfc-43b5-a959-721fa7d473b1
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3c82458a-a2bb-4372-ab4a-814cba0e3090: Amount of 366 has to sent to Account number 7c9db1c9-e3f6-429d-b316-331d45a03830
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8da51a0e-1cfc-43b5-a959-721fa7d473b1: Amount of 25 has been received from Account number 3d3062e6-4f50-4df3-a9b6-baeb32b6f901
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7936e77d-66dc-46c3-8dd6-6474c676ba09: Amount of 571 has to sent to Account number 21b00acd-ce06-44f2-8d73-93082fb6d09e
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 21b00acd-ce06-44f2-8d73-93082fb6d09e: Amount of 571 has been received from Account number 7936e77d-66dc-46c3-8dd6-6474c676ba09
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 32f1268d-ef6c-456c-bca0-c4da64052b8f: Amount of 798 has to sent to Account number e10b2850-4f00-423f-8652-f40931c04ee0
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7e9278df-f00c-4b38-83be-c2e250822f87: Amount of 752 has to sent to Account number a3f97fb9-609a-4cb1-a40a-63a6a7b71b7f
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9b9606cc-54a5-4596-8820-a85d254de6c6: Amount of 14 has to sent to Account number df7b44b1-63d6-4690-8a05-57d03524a3f9
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of a3f97fb9-609a-4cb1-a40a-63a6a7b71b7f: Amount of 752 has been received from Account number 7e9278df-f00c-4b38-83be-c2e250822f87
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of df7b44b1-63d6-4690-8a05-57d03524a3f9: Amount of 14 has been received from Account number 9b9606cc-54a5-4596-8820-a85d254de6c6
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22edfdfd-987b-4491-82a1-2f63a1e335ca: Amount of 174 has to sent to Account number 4b47497f-bda3-4b2a-908a-ef14a2b2b395
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4b47497f-bda3-4b2a-908a-ef14a2b2b395: Amount of 174 has been received from Account number 22edfdfd-987b-4491-82a1-2f63a1e335ca
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 51940e50-cd2b-4657-ae3e-428177a78c84: Amount of 783 has been received from Account number a571a10b-2a02-49e8-85ae-b54adc2bcb6c
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6535c6a3-d561-4018-8f01-8d7587fbc537: Amount of 891 has been received from Account number 535c4d16-4524-402d-9a8f-f3f3720aeaa0
2024-07-09 19:26:08.298  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22fbb927-15bb-4a51-a86d-87fccfb6338b: Amount of 297 has to sent to Account number ecc2081c-a2df-4847-800a-4fb04b6ee570
2024-07-09 19:26:08.298  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ecc2081c-a2df-4847-800a-4fb04b6ee570: Amount of 297 has been received from Account number 22fbb927-15bb-4a51-a86d-87fccfb6338b
2024-07-09 19:26:08.298  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b124bfb-99a2-4c55-ac93-5ac80e96010a: Amount of 561 has to sent to Account number 5be8e3d1-dfaa-4da0-9908-0e266babba15
2024-07-09 19:26:08.298  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5be8e3d1-dfaa-4da0-9908-0e266babba15: Amount of 561 has been received from Account number 6b124bfb-99a2-4c55-ac93-5ac80e96010a
2024-07-09 19:26:08.298  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb852a13-d3e3-4904-b965-9f2a8c8def78: Amount of 986 has to sent to Account number ce02338e-bed0-4b3e-b19a-dcd39f60bf69
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1cb13688-bc6a-43f4-aa31-4aeca1776436: Amount of 11 has to sent to Account number 883853a2-d956-4ef1-8bc9-72f1f9f2ce5d
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 828df14a-f7b6-45ee-80ae-fee43fb7623c: Amount of 42 has to sent to Account number 3ca95b27-1427-4386-82cc-7731a223bf85
2024-07-09 19:26:08.298  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 883853a2-d956-4ef1-8bc9-72f1f9f2ce5d: Amount of 11 has been received from Account number 1cb13688-bc6a-43f4-aa31-4aeca1776436
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6ff8326f-ad30-416a-8706-fbf58bdd1605: Amount of 752 has been received from Account number 6e68c955-23db-4567-8dcf-f2a3ef183d3e
2024-07-09 19:26:08.298  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5bda1818-9999-417e-9647-2e91d9c27721: Amount of 841 has to sent to Account number 3d149625-b858-49fe-9db6-3778e593aaa8
2024-07-09 19:26:08.298  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ca95b27-1427-4386-82cc-7731a223bf85: Amount of 42 has been received from Account number 828df14a-f7b6-45ee-80ae-fee43fb7623c
2024-07-09 19:26:08.298  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d149625-b858-49fe-9db6-3778e593aaa8: Amount of 841 has been received from Account number 5bda1818-9999-417e-9647-2e91d9c27721
2024-07-09 19:26:08.298  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a6ced83-825c-497f-ad92-3f41d38d8c4f: Amount of 478 has to sent to Account number a0b9fbaa-4eba-4550-aa2c-3e1463ea7b6d
2024-07-09 19:26:08.298  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6038aeb0-1aa2-4ced-b5c3-4345378b6763: Amount of 840 has to sent to Account number a32e84ff-81d8-4881-ac95-8f8401befcc4
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0f50b072-4a1b-4951-8771-2043f64831f3: Amount of 232 has been received from Account number 68b8b96f-d26d-4271-904c-cb18ce6963a9
2024-07-09 19:26:08.298  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of a32e84ff-81d8-4881-ac95-8f8401befcc4: Amount of 840 has been received from Account number 6038aeb0-1aa2-4ced-b5c3-4345378b6763
2024-07-09 19:26:08.298  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 65979c35-b129-4bfd-a125-e83c497d6291: Amount of 83 has to sent to Account number 16cb1a6c-13f1-428e-a811-3b376dbade2b
2024-07-09 19:26:08.298  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 16cb1a6c-13f1-428e-a811-3b376dbade2b: Amount of 83 has been received from Account number 65979c35-b129-4bfd-a125-e83c497d6291
2024-07-09 19:26:08.298  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 51679460-8390-490a-8386-b29e5f5ac9c9: Amount of 815 has to sent to Account number c6a84b89-1d0c-4af0-a074-e08aaf030ade
2024-07-09 19:26:08.298  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c6a84b89-1d0c-4af0-a074-e08aaf030ade: Amount of 815 has been received from Account number 51679460-8390-490a-8386-b29e5f5ac9c9
2024-07-09 19:26:08.298  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 20517eea-6128-4d54-b50e-7469a2e3add9: Amount of 792 has to sent to Account number 95913d8a-9c08-4a26-b244-2b3389abbd0b
2024-07-09 19:26:08.298  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95913d8a-9c08-4a26-b244-2b3389abbd0b: Amount of 792 has been received from Account number 20517eea-6128-4d54-b50e-7469a2e3add9
2024-07-09 19:26:08.298  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 68164f7d-c6f7-4488-a580-5740ed6177f9: Amount of 634 has to sent to Account number 26bf4fb6-8ca1-484f-b0fa-afac7b7c109b
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 49412eef-cdac-4945-8a14-b567a29ffd68: Amount of 211 has to sent to Account number 3d534b4c-0f20-4fc7-87cd-9ab22f9c8a92
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 75418316-0ac8-4b7e-b4e1-9769ee993dde: Amount of 341 has been received from Account number 534e98b2-45f6-4826-a299-0abe99612049
2024-07-09 19:26:08.298  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d534b4c-0f20-4fc7-87cd-9ab22f9c8a92: Amount of 211 has been received from Account number 49412eef-cdac-4945-8a14-b567a29ffd68
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of b6339db3-9aac-47ac-89a8-6c8ab7d26557: Amount of 822 has to sent to Account number 3e9b017e-f6d3-43fe-8d2e-7d24aff7d1c0
2024-07-09 19:26:08.298  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6e38055f-fd3d-41dc-9db8-e5286cb79788: Amount of 744 has to sent to Account number 9851bc11-70f9-42ae-82a7-84d47da415e4
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 380e10dd-aae5-465b-8e4e-1c5424033606: Amount of 516 has to sent to Account number a9a46a26-76b3-4737-805a-08edf9d0a81b
2024-07-09 19:26:08.298  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9851bc11-70f9-42ae-82a7-84d47da415e4: Amount of 744 has been received from Account number 6e38055f-fd3d-41dc-9db8-e5286cb79788
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of e385ab86-4964-4f02-9ff4-d30b17f2aea6: Amount of 361 has to sent to Account number 45fe24f5-bdfb-4482-b0ac-88d093b066bc
2024-07-09 19:26:08.298  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4140d3d7-09f5-4e8c-9179-604f9d6ab204: Amount of 876 has to sent to Account number d2061073-30cd-4e07-8408-77831282ffd7
2024-07-09 19:26:08.298  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2061073-30cd-4e07-8408-77831282ffd7: Amount of 876 has been received from Account number 4140d3d7-09f5-4e8c-9179-604f9d6ab204
2024-07-09 19:26:08.298  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 45fe24f5-bdfb-4482-b0ac-88d093b066bc: Amount of 361 has been received from Account number e385ab86-4964-4f02-9ff4-d30b17f2aea6
2024-07-09 19:26:08.298  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 83c9aa5c-beb1-494a-a2ee-e0b8cb6c05d2: Amount of 377 has to sent to Account number 1bb16c9a-036b-4969-9601-59115eb9c6cb
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c74c44b4-61ed-4781-8c6c-15fefd760f53: Amount of 582 has been received from Account number e21ca10d-b715-4d27-8bcc-5289aaa64abc
2024-07-09 19:26:08.299  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 84465a02-6ac3-4e57-a8a9-ab69cc81c48b: Amount of 638 has to sent to Account number 20dc02dd-e4c1-4dcc-81aa-6d34055f83c9
2024-07-09 19:26:08.299  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8cff85a-c4dd-4910-b936-0c594e55a392: Amount of 262 has to sent to Account number 3234a399-963f-44ce-be0c-3c83a8a6fac9
2024-07-09 19:26:08.299  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 20dc02dd-e4c1-4dcc-81aa-6d34055f83c9: Amount of 638 has been received from Account number 84465a02-6ac3-4e57-a8a9-ab69cc81c48b
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a03170c8-66d3-4e30-a99e-99d3b5d3d7ae: Amount of 255 has been received from Account number 7dde339d-9274-457c-83fd-d8e821e89e29
2024-07-09 19:26:08.299  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 17f61203-410d-4975-b0c5-d95df005c711: Amount of 53 has to sent to Account number b1135a48-2eaf-48de-9480-40369059aa7e
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64d66fdd-034f-4646-b7bb-20c3051e96e4: Amount of 64 has been received from Account number 95bcde8b-e13e-4ff9-8ca5-75378331fe98
2024-07-09 19:26:08.299  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of b1135a48-2eaf-48de-9480-40369059aa7e: Amount of 53 has been received from Account number 17f61203-410d-4975-b0c5-d95df005c711
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e35b89f-07ee-4cd9-82e0-c74cc71427e0: Amount of 870 has to sent to Account number e78b6735-38c8-48be-912d-be4576163040
2024-07-09 19:26:08.299  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 61b8bc16-6077-4b90-89a9-3f34d4a1aaa5: Amount of 154 has to sent to Account number 44c5fc20-3964-4ce2-83f7-cc2390231241
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5980141a-d8cd-4ac7-b8c1-2265810269d6: Amount of 157 has to sent to Account number 9b15b325-f2ef-45d7-86c3-5ecc88770281
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of e78b6735-38c8-48be-912d-be4576163040: Amount of 870 has been received from Account number 3e35b89f-07ee-4cd9-82e0-c74cc71427e0
2024-07-09 19:26:08.299  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 44c5fc20-3964-4ce2-83f7-cc2390231241: Amount of 154 has been received from Account number 61b8bc16-6077-4b90-89a9-3f34d4a1aaa5
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6188feca-5ebc-4c89-a0a3-acf6cd9b0f86: Amount of 774 has to sent to Account number 908819d8-97de-4e80-899a-0bcb94eae1c1
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 908819d8-97de-4e80-899a-0bcb94eae1c1: Amount of 774 has been received from Account number 6188feca-5ebc-4c89-a0a3-acf6cd9b0f86
2024-07-09 19:26:08.299  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5eead1af-5d2e-4b9e-970d-514e6ca400bf: Amount of 672 has to sent to Account number 126d0bdb-c189-49ef-bffc-0c82ce0419a5
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a2730c57-488c-4047-beaa-a937b91c565a: Amount of 763 has to sent to Account number 858029f2-006b-4969-b8d7-64f5619a5765
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 858029f2-006b-4969-b8d7-64f5619a5765: Amount of 763 has been received from Account number a2730c57-488c-4047-beaa-a937b91c565a
2024-07-09 19:26:08.299  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 126d0bdb-c189-49ef-bffc-0c82ce0419a5: Amount of 672 has been received from Account number 5eead1af-5d2e-4b9e-970d-514e6ca400bf
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of cd1a0e61-94e7-47e2-9519-cc50de2b0447: Amount of 156 has to sent to Account number daca23e2-862c-4b76-892a-fec5e47a18f1
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of daca23e2-862c-4b76-892a-fec5e47a18f1: Amount of 156 has been received from Account number cd1a0e61-94e7-47e2-9519-cc50de2b0447
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of c0108e13-2765-40ce-9703-e6b4bcb718e9: Amount of 452 has to sent to Account number 99709324-4056-4dd4-84cc-532c99f4660a
2024-07-09 19:26:08.299  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of de689d59-00f0-4be6-bd3c-e20fedb62f30: Amount of 36 has to sent to Account number 878d896f-7f7a-4706-b905-ef327975ca24
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 408de444-fbe6-4c52-95bc-04cc2dbc8efb: Amount of 601 has been received from Account number 80658fdb-b0aa-4ac1-bf58-abadf01512b1
2024-07-09 19:26:08.299  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 878d896f-7f7a-4706-b905-ef327975ca24: Amount of 36 has been received from Account number de689d59-00f0-4be6-bd3c-e20fedb62f30
2024-07-09 19:26:08.299  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26b73de4-bf74-4e8a-825f-41381e3a16a4: Amount of 765 has to sent to Account number d5a4a292-988a-4b54-a739-70848ccf413f
2024-07-09 19:26:08.299  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4c35b38c-b921-4709-9cfe-f52968f34499: Amount of 890 has to sent to Account number de92d1b5-d8d1-4d3f-a381-79396930b439
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7c9db1c9-e3f6-429d-b316-331d45a03830: Amount of 366 has been received from Account number 3c82458a-a2bb-4372-ab4a-814cba0e3090
2024-07-09 19:26:08.299  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of de92d1b5-d8d1-4d3f-a381-79396930b439: Amount of 890 has been received from Account number 4c35b38c-b921-4709-9cfe-f52968f34499
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a3f7dcf-7f2e-4c2c-b2c4-466d2359dd2d: Amount of 68 has to sent to Account number 9c54a51b-9f5a-4e61-9195-c889ec9de31d
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9c54a51b-9f5a-4e61-9195-c889ec9de31d: Amount of 68 has been received from Account number 6a3f7dcf-7f2e-4c2c-b2c4-466d2359dd2d
2024-07-09 19:26:08.296  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of e10b2850-4f00-423f-8652-f40931c04ee0: Amount of 798 has been received from Account number 32f1268d-ef6c-456c-bca0-c4da64052b8f
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7d6b0e14-c0f5-414f-bf15-ad20cb4d536c: Amount of 733 has to sent to Account number 3e7b0fc6-991a-407d-9c93-ab24ab96a5bc
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e7b0fc6-991a-407d-9c93-ab24ab96a5bc: Amount of 733 has been received from Account number 7d6b0e14-c0f5-414f-bf15-ad20cb4d536c
2024-07-09 19:26:08.299  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ec7d6bc2-f369-4983-b1e8-cf15df6fc171: Amount of 102 has to sent to Account number 4592c00a-a181-4557-830f-b7ba3a456b21
2024-07-09 19:26:08.296  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d26a80b-840d-4bca-85ae-29c2fb6b7f6a: Amount of 374 has to sent to Account number eb6ef9f6-5828-46dd-a2ad-016759938780
2024-07-09 19:26:08.298  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 27ee98f9-c2bc-4dc9-8dc1-fe6cbe9c50f4: Amount of 648 has to sent to Account number b658ae9e-5ea6-4093-bdd4-fb54377e6084
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb6ef9f6-5828-46dd-a2ad-016759938780: Amount of 374 has been received from Account number 4d26a80b-840d-4bca-85ae-29c2fb6b7f6a
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of b658ae9e-5ea6-4093-bdd4-fb54377e6084: Amount of 648 has been received from Account number 27ee98f9-c2bc-4dc9-8dc1-fe6cbe9c50f4
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 778be0cb-3d31-4e19-a6c7-7e4e1d2b3e95: Amount of 494 has to sent to Account number d5f45167-d5c4-4eb3-aa84-b4d48d9d4a49
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of d5f45167-d5c4-4eb3-aa84-b4d48d9d4a49: Amount of 494 has been received from Account number 778be0cb-3d31-4e19-a6c7-7e4e1d2b3e95
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 47cb1631-41c6-4854-a667-7570835f98be: Amount of 315 has to sent to Account number 42c31909-76cb-4120-9167-c2c2d2cef778
2024-07-09 19:26:08.298  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 83a60eb9-3a6c-4be4-8868-78d0d0965eac: Amount of 447 has to sent to Account number 1a4c9aae-ebba-4e56-858e-53b7ffe3e515
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42c31909-76cb-4120-9167-c2c2d2cef778: Amount of 315 has been received from Account number 47cb1631-41c6-4854-a667-7570835f98be
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1a4c9aae-ebba-4e56-858e-53b7ffe3e515: Amount of 447 has been received from Account number 83a60eb9-3a6c-4be4-8868-78d0d0965eac
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of b1c57c6d-a007-4743-8cb9-c3328d60bdeb: Amount of 774 has to sent to Account number b63db5b9-a7ad-4c94-8f17-1d7e104de5e3
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a2a627ba-8649-4c44-a6a6-3ee4008251b5: Amount of 649 has to sent to Account number 09f3ef6e-d1e3-4f6a-947d-39f00fc63111
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 09f3ef6e-d1e3-4f6a-947d-39f00fc63111: Amount of 649 has been received from Account number a2a627ba-8649-4c44-a6a6-3ee4008251b5
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of b63db5b9-a7ad-4c94-8f17-1d7e104de5e3: Amount of 774 has been received from Account number b1c57c6d-a007-4743-8cb9-c3328d60bdeb
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca5d8b47-b6ee-4648-be83-b2d9f3c07a5a: Amount of 124 has to sent to Account number 2acd09d2-4e53-4338-8c6b-f073d2521626
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2acd09d2-4e53-4338-8c6b-f073d2521626: Amount of 124 has been received from Account number ca5d8b47-b6ee-4648-be83-b2d9f3c07a5a
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a808f406-0dc1-4ccd-9cc4-7a0dcbd1e786: Amount of 451 has to sent to Account number bf9d727e-4d82-4c30-80d1-59b8560f015c
2024-07-09 19:26:08.298  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8c1fa49-9c49-4990-be54-5431bbdf85ac: Amount of 723 has to sent to Account number f88773e9-94b0-4202-8946-d53ac08da9b8
2024-07-09 19:26:08.298  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ce02338e-bed0-4b3e-b19a-dcd39f60bf69: Amount of 986 has been received from Account number eb852a13-d3e3-4904-b965-9f2a8c8def78
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of f88773e9-94b0-4202-8946-d53ac08da9b8: Amount of 723 has been received from Account number a8c1fa49-9c49-4990-be54-5431bbdf85ac
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of c1f08677-9792-419d-9a89-0270ea8ebb5c: Amount of 558 has to sent to Account number e060c250-877b-412a-b3c1-58b5a916f2c1
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of e060c250-877b-412a-b3c1-58b5a916f2c1: Amount of 558 has been received from Account number c1f08677-9792-419d-9a89-0270ea8ebb5c
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6423463a-9b19-4047-9579-256a1cadc00c: Amount of 978 has to sent to Account number a201b3c3-ffe9-4b2b-89e7-82687810ffe1
2024-07-09 19:26:08.298  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of de61429d-bdd2-4bfe-87bc-dc2419c19a02: Amount of 116 has to sent to Account number 4b3bdacf-5f0f-42a9-80b8-3d5d4381536c
2024-07-09 19:26:08.298  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of a0b9fbaa-4eba-4550-aa2c-3e1463ea7b6d: Amount of 478 has been received from Account number 6a6ced83-825c-497f-ad92-3f41d38d8c4f
2024-07-09 19:26:08.299  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4b3bdacf-5f0f-42a9-80b8-3d5d4381536c: Amount of 116 has been received from Account number de61429d-bdd2-4bfe-87bc-dc2419c19a02
2024-07-09 19:26:08.298  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 870caa75-4d4a-48ee-940e-e157f5214a31: Amount of 39 has to sent to Account number 7f0a5c96-bcae-4875-b80e-d4d737b91f9f
2024-07-09 19:26:08.298  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26bf4fb6-8ca1-484f-b0fa-afac7b7c109b: Amount of 634 has been received from Account number 68164f7d-c6f7-4488-a580-5740ed6177f9
2024-07-09 19:26:08.298  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a7747e4-48c7-4e70-9a96-967fe91803d7: Amount of 1 has to sent to Account number c486979a-818e-4325-a38b-5b52f1f741e2
2024-07-09 19:26:08.298  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e9b017e-f6d3-43fe-8d2e-7d24aff7d1c0: Amount of 822 has been received from Account number b6339db3-9aac-47ac-89a8-6c8ab7d26557
2024-07-09 19:26:08.301  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e1edd40-a36e-47eb-b1a2-f6d553d2a235: Amount of 277 has to sent to Account number 71d2a4a4-878a-492b-84e4-5df0203f8291
2024-07-09 19:26:08.301  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d7ed247-2c09-4e32-a1d5-bee766f97b83: Amount of 917 has to sent to Account number 20b52b63-24ee-4efc-bf6a-904d976b8bcb
2024-07-09 19:26:08.301  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 20b52b63-24ee-4efc-bf6a-904d976b8bcb: Amount of 917 has been received from Account number 6d7ed247-2c09-4e32-a1d5-bee766f97b83
2024-07-09 19:26:08.298  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9a46a26-76b3-4737-805a-08edf9d0a81b: Amount of 516 has been received from Account number 380e10dd-aae5-465b-8e4e-1c5424033606
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1bb16c9a-036b-4969-9601-59115eb9c6cb: Amount of 377 has been received from Account number 83c9aa5c-beb1-494a-a2ee-e0b8cb6c05d2
2024-07-09 19:26:08.301  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of c486979a-818e-4325-a38b-5b52f1f741e2: Amount of 1 has been received from Account number 6a7747e4-48c7-4e70-9a96-967fe91803d7
2024-07-09 19:26:08.301  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of e6d8f139-6c42-4276-9caf-b5dac3162e84: Amount of 217 has to sent to Account number 438df920-a45d-46a8-9dc5-1e411b6d7b69
2024-07-09 19:26:08.301  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of e4117eaa-6ce0-4852-b43f-7cf8232c3f87: Amount of 755 has to sent to Account number ca4b84fb-497d-4ad0-aa84-82eb0e7d52ca
2024-07-09 19:26:08.299  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3234a399-963f-44ce-be0c-3c83a8a6fac9: Amount of 262 has been received from Account number a8cff85a-c4dd-4910-b936-0c594e55a392
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9b15b325-f2ef-45d7-86c3-5ecc88770281: Amount of 157 has been received from Account number 5980141a-d8cd-4ac7-b8c1-2265810269d6
2024-07-09 19:26:08.301  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 438df920-a45d-46a8-9dc5-1e411b6d7b69: Amount of 217 has been received from Account number e6d8f139-6c42-4276-9caf-b5dac3162e84
2024-07-09 19:26:08.301  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1fbc48b1-3ba0-4a3e-aaa1-3acfe565dea5: Amount of 302 has to sent to Account number 4482b6da-23fb-4906-8877-625efdc3efea
2024-07-09 19:26:08.301  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4482b6da-23fb-4906-8877-625efdc3efea: Amount of 302 has been received from Account number 1fbc48b1-3ba0-4a3e-aaa1-3acfe565dea5
2024-07-09 19:26:08.301  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of fad62b95-bc2e-432b-8a75-9e9803dba737: Amount of 681 has to sent to Account number 01560edf-b47f-4872-b40b-254c9fb75154
2024-07-09 19:26:08.301  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a1f1b6d4-820f-4c1a-9826-880d2d8e4d27: Amount of 239 has to sent to Account number 5003b1e3-212a-416e-9ecc-83fa8efed3bc
2024-07-09 19:26:08.301  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5003b1e3-212a-416e-9ecc-83fa8efed3bc: Amount of 239 has been received from Account number a1f1b6d4-820f-4c1a-9826-880d2d8e4d27
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 99709324-4056-4dd4-84cc-532c99f4660a: Amount of 452 has been received from Account number c0108e13-2765-40ce-9703-e6b4bcb718e9
2024-07-09 19:26:08.301  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a60867fc-51d4-4e2d-a86f-040f027de3da: Amount of 671 has to sent to Account number a1201ad7-0fcd-4a8f-b5de-6d5da5f96af5
2024-07-09 19:26:08.299  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of c229f5c4-a65e-4c6a-a4c4-50f4338998f6: Amount of 7 has to sent to Account number efa162d1-dc06-4b4f-8033-596d6497b9b4
2024-07-09 19:26:08.301  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a1201ad7-0fcd-4a8f-b5de-6d5da5f96af5: Amount of 671 has been received from Account number a60867fc-51d4-4e2d-a86f-040f027de3da
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8fdcd811-d919-46a4-85e4-e484f1545ee9: Amount of 798 has to sent to Account number 213a86e4-c942-4d53-a49e-88ca4d1f2e70
2024-07-09 19:26:08.301  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of d7023056-8250-4b2e-a8ee-eb53e6a8756c: Amount of 247 has to sent to Account number 7cf1cca7-357c-4a91-9d9b-06734027f640
2024-07-09 19:26:08.301  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 897f6cd5-7d4b-4a0d-b42f-613dabacb886: Amount of 511 has to sent to Account number 8c94c1b3-16d8-44c7-9339-9030b28257c7
2024-07-09 19:26:08.299  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d5a4a292-988a-4b54-a739-70848ccf413f: Amount of 765 has been received from Account number 26b73de4-bf74-4e8a-825f-41381e3a16a4
2024-07-09 19:26:08.301  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7cf1cca7-357c-4a91-9d9b-06734027f640: Amount of 247 has been received from Account number d7023056-8250-4b2e-a8ee-eb53e6a8756c
2024-07-09 19:26:08.299  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4592c00a-a181-4557-830f-b7ba3a456b21: Amount of 102 has been received from Account number ec7d6bc2-f369-4983-b1e8-cf15df6fc171
2024-07-09 19:26:08.301  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d41b8872-f93f-475a-b70e-bd13f09448d5: Amount of 690 has to sent to Account number 00df058e-7a35-4d33-a902-07f267fcc3d3
2024-07-09 19:26:08.301  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 00df058e-7a35-4d33-a902-07f267fcc3d3: Amount of 690 has been received from Account number d41b8872-f93f-475a-b70e-bd13f09448d5
2024-07-09 19:26:08.301  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4b344ffc-bb78-493f-995d-c1cd3f04229a: Amount of 210 has to sent to Account number bd11fc20-1977-4d61-b3b7-8a19fa7548a9
2024-07-09 19:26:08.301  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 549c57e5-8477-44fe-b732-7ba2d83ad610: Amount of 896 has to sent to Account number 0cff6e56-1842-4572-995c-88d59db10764
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 71f26645-400b-4592-a913-b5e9fe1c2cc2: Amount of 345 has to sent to Account number dcf01ee4-be01-47f7-9669-cfbb1da6beb4
2024-07-09 19:26:08.301  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of bd11fc20-1977-4d61-b3b7-8a19fa7548a9: Amount of 210 has been received from Account number 4b344ffc-bb78-493f-995d-c1cd3f04229a
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1983a83a-2fd8-4334-9cd0-1999feea49b5: Amount of 613 has to sent to Account number a796a343-86f4-43dd-9671-468a850d20dd
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf9d727e-4d82-4c30-80d1-59b8560f015c: Amount of 451 has been received from Account number a808f406-0dc1-4ccd-9cc4-7a0dcbd1e786
2024-07-09 19:26:08.301  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of b048575b-a152-4451-b79f-4ed15c2e5927: Amount of 840 has to sent to Account number db7336dc-fa4d-417b-8aca-8ad12032390c
2024-07-09 19:26:08.301  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 071e0274-a521-4abb-aa7c-d2ea743fb193: Amount of 541 has to sent to Account number dd9bfd9a-2803-452e-a232-58fb3f4cfaf5
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a35b1bd-ea21-4e5b-bd0f-255888ac88a3: Amount of 713 has to sent to Account number a321777c-96d1-4372-9748-48c22cbbfc88
2024-07-09 19:26:08.301  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd9bfd9a-2803-452e-a232-58fb3f4cfaf5: Amount of 541 has been received from Account number 071e0274-a521-4abb-aa7c-d2ea743fb193
2024-07-09 19:26:08.301  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of a321777c-96d1-4372-9748-48c22cbbfc88: Amount of 713 has been received from Account number 0a35b1bd-ea21-4e5b-bd0f-255888ac88a3
2024-07-09 19:26:08.299  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a201b3c3-ffe9-4b2b-89e7-82687810ffe1: Amount of 978 has been received from Account number 6423463a-9b19-4047-9579-256a1cadc00c
2024-07-09 19:26:08.299  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 27bf20b7-20f5-424e-9438-dfe805d86368: Amount of 17 has to sent to Account number 1873a253-e28e-450e-84b1-f331bbd78f99
2024-07-09 19:26:08.301  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 71d2a4a4-878a-492b-84e4-5df0203f8291: Amount of 277 has been received from Account number 3e1edd40-a36e-47eb-b1a2-f6d553d2a235
2024-07-09 19:26:08.301  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1873a253-e28e-450e-84b1-f331bbd78f99: Amount of 17 has been received from Account number 27bf20b7-20f5-424e-9438-dfe805d86368
2024-07-09 19:26:08.301  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of c5f066c6-8db6-471b-8ed2-d3d7d7e16af9: Amount of 238 has to sent to Account number dabc3a5f-7818-418f-9610-8fd57e9eeac8
2024-07-09 19:26:08.301  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of dabc3a5f-7818-418f-9610-8fd57e9eeac8: Amount of 238 has been received from Account number c5f066c6-8db6-471b-8ed2-d3d7d7e16af9
2024-07-09 19:26:08.301  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0051162b-c0b9-44dc-ab38-c0d60090b23f: Amount of 732 has to sent to Account number fa97e789-b7c6-492a-b01c-0accf939f41b
2024-07-09 19:26:08.301  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of f1b2e9b6-3c53-47ae-a865-afd49ba2bc40: Amount of 616 has to sent to Account number 82364c54-e549-44d3-a515-a3bc2b0b9789
2024-07-09 19:26:08.301  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b97e3f2-acce-47d2-9b2c-1df43c29a188: Amount of 960 has to sent to Account number ae2dc5d3-c0ec-4ef7-8bdf-81c1400c6d74
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa97e789-b7c6-492a-b01c-0accf939f41b: Amount of 732 has been received from Account number 0051162b-c0b9-44dc-ab38-c0d60090b23f
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae2dc5d3-c0ec-4ef7-8bdf-81c1400c6d74: Amount of 960 has been received from Account number 7b97e3f2-acce-47d2-9b2c-1df43c29a188
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 82364c54-e549-44d3-a515-a3bc2b0b9789: Amount of 616 has been received from Account number f1b2e9b6-3c53-47ae-a865-afd49ba2bc40
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 88a440ca-b90e-4c04-8ad0-d57f1398c468: Amount of 515 has to sent to Account number e0c87e08-bd33-4874-8dda-1fa653d7954a
2024-07-09 19:26:08.301  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6cc8ed2b-ffb2-43af-a3e2-f207f6982fca: Amount of 131 has to sent to Account number 44842d2d-2e5d-4079-8643-f8c9874117d1
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of e0c87e08-bd33-4874-8dda-1fa653d7954a: Amount of 515 has been received from Account number 88a440ca-b90e-4c04-8ad0-d57f1398c468
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 44842d2d-2e5d-4079-8643-f8c9874117d1: Amount of 131 has been received from Account number 6cc8ed2b-ffb2-43af-a3e2-f207f6982fca
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of f80c8886-5261-4ceb-b287-f626e69c0299: Amount of 561 has to sent to Account number 3873357c-fc1b-4393-b082-7e0146969689
2024-07-09 19:26:08.301  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of b8d46707-5326-4c51-a7fc-73db5b3db72b: Amount of 824 has to sent to Account number df01fd7b-2aa9-4c20-8520-b9d6928c0e39
2024-07-09 19:26:08.301  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca4b84fb-497d-4ad0-aa84-82eb0e7d52ca: Amount of 755 has been received from Account number e4117eaa-6ce0-4852-b43f-7cf8232c3f87
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of df01fd7b-2aa9-4c20-8520-b9d6928c0e39: Amount of 824 has been received from Account number b8d46707-5326-4c51-a7fc-73db5b3db72b
2024-07-09 19:26:08.301  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f89f8ab0-46bc-4d21-9d03-79de5c4421b3: Amount of 504 has to sent to Account number aab0e1ed-1011-43d9-a272-fe6f9f67af5d
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 85966333-08fd-413a-b4ed-8107204a1962: Amount of 101 has to sent to Account number 0d111e94-3351-41f6-9673-f8366907c7d1
2024-07-09 19:26:08.301  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f0a5c96-bcae-4875-b80e-d4d737b91f9f: Amount of 39 has been received from Account number 870caa75-4d4a-48ee-940e-e157f5214a31
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0d111e94-3351-41f6-9673-f8366907c7d1: Amount of 101 has been received from Account number 85966333-08fd-413a-b4ed-8107204a1962
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of aab0e1ed-1011-43d9-a272-fe6f9f67af5d: Amount of 504 has been received from Account number f89f8ab0-46bc-4d21-9d03-79de5c4421b3
2024-07-09 19:26:08.301  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 01560edf-b47f-4872-b40b-254c9fb75154: Amount of 681 has been received from Account number fad62b95-bc2e-432b-8a75-9e9803dba737
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53bc9090-c68a-488b-8d0d-06f328d0cbfe: Amount of 544 has to sent to Account number 6314238a-7d51-4847-b540-fb41caca80ec
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 21c7d485-c1e4-44bd-a7d2-1f627853667f: Amount of 511 has to sent to Account number 737b3c00-431b-48c3-84a5-e1eeb30486ac
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6314238a-7d51-4847-b540-fb41caca80ec: Amount of 544 has been received from Account number 53bc9090-c68a-488b-8d0d-06f328d0cbfe
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 737b3c00-431b-48c3-84a5-e1eeb30486ac: Amount of 511 has been received from Account number 21c7d485-c1e4-44bd-a7d2-1f627853667f
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4a2a77b6-9e93-4003-9c0f-38e5ac8fc84d: Amount of 387 has to sent to Account number f64d13eb-ba6d-4670-bad6-c57ea493b1f1
2024-07-09 19:26:08.301  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of efa162d1-dc06-4b4f-8033-596d6497b9b4: Amount of 7 has been received from Account number c229f5c4-a65e-4c6a-a4c4-50f4338998f6
2024-07-09 19:26:08.301  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 213a86e4-c942-4d53-a49e-88ca4d1f2e70: Amount of 798 has been received from Account number 8fdcd811-d919-46a4-85e4-e484f1545ee9
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccfd170b-c883-4fe8-b38b-72a80a6f702a: Amount of 59 has to sent to Account number 4e3d26f0-743e-4d03-9f25-986876d7dbfe
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 00b4bf86-7a02-4b6d-b79e-09822703887b: Amount of 639 has to sent to Account number f8e88ee4-1c8c-45e4-824d-490eaefe06b4
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4e3d26f0-743e-4d03-9f25-986876d7dbfe: Amount of 59 has been received from Account number ccfd170b-c883-4fe8-b38b-72a80a6f702a
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of f8e88ee4-1c8c-45e4-824d-490eaefe06b4: Amount of 639 has been received from Account number 00b4bf86-7a02-4b6d-b79e-09822703887b
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of b19cb1cd-4827-4e1c-8d30-c3c27eeb3d71: Amount of 592 has to sent to Account number d4ee8221-2356-4524-9c04-eab25fe6f3d9
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 10b9fc1b-44a6-40ff-ab19-7bc42fa73fb4: Amount of 63 has to sent to Account number 1609c828-dbf6-4b33-870c-452c51c1961a
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1609c828-dbf6-4b33-870c-452c51c1961a: Amount of 63 has been received from Account number 10b9fc1b-44a6-40ff-ab19-7bc42fa73fb4
2024-07-09 19:26:08.301  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c94c1b3-16d8-44c7-9339-9030b28257c7: Amount of 511 has been received from Account number 897f6cd5-7d4b-4a0d-b42f-613dabacb886
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of bcda8fce-9fac-449b-8db8-8e2627d47f12: Amount of 477 has to sent to Account number 4b12c93c-a65a-4ba5-adc5-02fba6163518
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4b12c93c-a65a-4ba5-adc5-02fba6163518: Amount of 477 has been received from Account number bcda8fce-9fac-449b-8db8-8e2627d47f12
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of b1ce939f-ffb5-4c4e-8281-420b1dcb3e22: Amount of 226 has to sent to Account number f9568ddb-75d4-4b01-bcb9-040f73744c0e
2024-07-09 19:26:08.301  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of c1e81e2e-214f-4fd9-80d9-1a4d3258881b: Amount of 327 has to sent to Account number 1b2701e4-bf0b-42c3-b01a-8f1817aba5b7
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 283815b1-2d4b-45bd-b54d-ec4d2630af99: Amount of 753 has to sent to Account number 0a96b003-d900-4d25-a8b2-3d4005d14a7a
2024-07-09 19:26:08.301  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0cff6e56-1842-4572-995c-88d59db10764: Amount of 896 has been received from Account number 549c57e5-8477-44fe-b732-7ba2d83ad610
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1b2701e4-bf0b-42c3-b01a-8f1817aba5b7: Amount of 327 has been received from Account number c1e81e2e-214f-4fd9-80d9-1a4d3258881b
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4dbf91ae-ad2d-4f06-83cf-f17e2e6e27d7: Amount of 546 has to sent to Account number ce1eacc9-2570-4255-b14e-621987de471a
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 780b24d5-8e84-442f-92ac-74c414c325fa: Amount of 337 has to sent to Account number d30a8a47-b9a6-441b-a5a0-60ef94ea0407
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ce1eacc9-2570-4255-b14e-621987de471a: Amount of 546 has been received from Account number 4dbf91ae-ad2d-4f06-83cf-f17e2e6e27d7
2024-07-09 19:26:08.301  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of dcf01ee4-be01-47f7-9669-cfbb1da6beb4: Amount of 345 has been received from Account number 71f26645-400b-4592-a913-b5e9fe1c2cc2
2024-07-09 19:26:08.301  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of a796a343-86f4-43dd-9671-468a850d20dd: Amount of 613 has been received from Account number 1983a83a-2fd8-4334-9cd0-1999feea49b5
2024-07-09 19:26:08.301  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of db7336dc-fa4d-417b-8aca-8ad12032390c: Amount of 840 has been received from Account number b048575b-a152-4451-b79f-4ed15c2e5927
2024-07-09 19:26:08.301  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f7f2de2-9e0b-461f-a3fe-0d9cfaa52b8b: Amount of 488 has to sent to Account number 67109cde-cad0-46e0-9d61-f67c697ed356
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6269cef7-3e6b-41e4-91e3-278810cd4ab6: Amount of 940 has to sent to Account number 83fa0739-759e-4964-b8c8-c08e28de831f
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 83fa0739-759e-4964-b8c8-c08e28de831f: Amount of 940 has been received from Account number 6269cef7-3e6b-41e4-91e3-278810cd4ab6
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 67109cde-cad0-46e0-9d61-f67c697ed356: Amount of 488 has been received from Account number 7f7f2de2-9e0b-461f-a3fe-0d9cfaa52b8b
2024-07-09 19:26:08.301  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 090731db-5e56-4c32-a74c-bc58acaaf2fa: Amount of 730 has to sent to Account number 165139c4-b776-46f3-9853-132cfa57aeb0
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8641269a-9ece-40a6-bef2-485548e465f5: Amount of 367 has to sent to Account number b68d5d46-d659-4450-8656-8626cf44d3b5
2024-07-09 19:26:08.301  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 12c84c73-98af-42a5-98a8-5bec4a25f182: Amount of 983 has to sent to Account number a0e394bc-b33d-4865-bdb6-f1c1fcc8076d
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 165139c4-b776-46f3-9853-132cfa57aeb0: Amount of 730 has been received from Account number 090731db-5e56-4c32-a74c-bc58acaaf2fa
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0029075a-9779-4531-b8ee-080ceec40234: Amount of 898 has to sent to Account number f577cf26-e3de-4808-9be4-73777d2b668a
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a0e394bc-b33d-4865-bdb6-f1c1fcc8076d: Amount of 983 has been received from Account number 12c84c73-98af-42a5-98a8-5bec4a25f182
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of e226506f-35e1-4c59-b6c5-fbc69c2f0ae7: Amount of 605 has to sent to Account number abcfe61c-065f-404d-87c3-ca4d8cc8762b
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f5f8c85-9c0c-4b7a-8de2-3187742591c7: Amount of 983 has to sent to Account number e611d7e1-7c5b-4d01-9b23-4ecc5fc28e24
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of abcfe61c-065f-404d-87c3-ca4d8cc8762b: Amount of 605 has been received from Account number e226506f-35e1-4c59-b6c5-fbc69c2f0ae7
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of e611d7e1-7c5b-4d01-9b23-4ecc5fc28e24: Amount of 983 has been received from Account number 5f5f8c85-9c0c-4b7a-8de2-3187742591c7
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of eeb2c6bd-4af0-4088-a335-e2c58d73afe7: Amount of 762 has to sent to Account number c7cef3eb-9b60-4c75-a8c2-ce9b96cd02d9
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3873357c-fc1b-4393-b082-7e0146969689: Amount of 561 has been received from Account number f80c8886-5261-4ceb-b287-f626e69c0299
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ece9ffe2-11b8-492d-b974-2a6cc8e44b9b: Amount of 379 has to sent to Account number 16fddefb-2fe2-485b-9266-7781bae4de1e
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of c7cef3eb-9b60-4c75-a8c2-ce9b96cd02d9: Amount of 762 has been received from Account number eeb2c6bd-4af0-4088-a335-e2c58d73afe7
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ff86ee60-cdf2-417c-8b7d-aff908ebbd2e: Amount of 523 has to sent to Account number d37e60cf-4ccd-44d5-afac-02dd875529d7
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c736e8f-a8d7-49f4-8644-96398c22e177: Amount of 771 has to sent to Account number 238d07cd-acf2-4e2a-8d3a-e009300a5b69
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of d37e60cf-4ccd-44d5-afac-02dd875529d7: Amount of 523 has been received from Account number ff86ee60-cdf2-417c-8b7d-aff908ebbd2e
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 16fddefb-2fe2-485b-9266-7781bae4de1e: Amount of 379 has been received from Account number ece9ffe2-11b8-492d-b974-2a6cc8e44b9b
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ab26f05-0492-4d08-9461-bcedb0684c9d: Amount of 939 has to sent to Account number 94af9491-2996-44ce-ab57-c75ab09cd87e
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of a0bb4342-f2a2-4fa9-9b81-11e423df3d79: Amount of 631 has to sent to Account number 1a20a1b5-d4d2-42cb-8813-e653c6e66053
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 94af9491-2996-44ce-ab57-c75ab09cd87e: Amount of 939 has been received from Account number 7ab26f05-0492-4d08-9461-bcedb0684c9d
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1a20a1b5-d4d2-42cb-8813-e653c6e66053: Amount of 631 has been received from Account number a0bb4342-f2a2-4fa9-9b81-11e423df3d79
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of f64d13eb-ba6d-4670-bad6-c57ea493b1f1: Amount of 387 has been received from Account number 4a2a77b6-9e93-4003-9c0f-38e5ac8fc84d
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ee2d186-1e45-473c-99ae-3cda07a19439: Amount of 208 has to sent to Account number 3ac47c99-e420-44d6-bd14-cab27d33daa0
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ac47c99-e420-44d6-bd14-cab27d33daa0: Amount of 208 has been received from Account number 2ee2d186-1e45-473c-99ae-3cda07a19439
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25be630b-0b81-4dc5-be87-9713d846c06c: Amount of 244 has to sent to Account number 41ebaca2-4a59-4381-8afe-89602ef45fb8
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of f30ae4a1-aa5d-4a95-b049-5c0cf6989c77: Amount of 234 has to sent to Account number 1010119e-2dae-4716-8c93-f20183d271d1
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of d4ee8221-2356-4524-9c04-eab25fe6f3d9: Amount of 592 has been received from Account number b19cb1cd-4827-4e1c-8d30-c3c27eeb3d71
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 41ebaca2-4a59-4381-8afe-89602ef45fb8: Amount of 244 has been received from Account number 25be630b-0b81-4dc5-be87-9713d846c06c
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f9568ddb-75d4-4b01-bcb9-040f73744c0e: Amount of 226 has been received from Account number b1ce939f-ffb5-4c4e-8281-420b1dcb3e22
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 053b0e3f-82b9-4e2b-af9d-279c5f29e8d9: Amount of 303 has to sent to Account number bcb9378b-f07f-401e-8781-9b7e48c717af
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c4afe60f-cebe-41b4-98c3-1dcecd365b26: Amount of 759 has to sent to Account number c8d17ffb-0026-4606-bda8-e607c17fedfa
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c8d17ffb-0026-4606-bda8-e607c17fedfa: Amount of 759 has been received from Account number c4afe60f-cebe-41b4-98c3-1dcecd365b26
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d30a8a47-b9a6-441b-a5a0-60ef94ea0407: Amount of 337 has been received from Account number 780b24d5-8e84-442f-92ac-74c414c325fa
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a96b003-d900-4d25-a8b2-3d4005d14a7a: Amount of 753 has been received from Account number 283815b1-2d4b-45bd-b54d-ec4d2630af99
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of d42e83d3-c908-43d3-996d-bc321b0db83b: Amount of 786 has to sent to Account number 8e5bc388-d07f-4bf8-93d9-76974eb94b8c
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e5bc388-d07f-4bf8-93d9-76974eb94b8c: Amount of 786 has been received from Account number d42e83d3-c908-43d3-996d-bc321b0db83b
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 458f6fc5-32d1-4f54-a8e0-00a8eb405356: Amount of 433 has to sent to Account number d521f466-a6e5-4913-8166-d0dced12b083
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7bf653e1-760e-4962-a636-4fb7a5d1f2aa: Amount of 405 has to sent to Account number 680a990b-8eb5-4ffc-b208-cc16899e50bd
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of efb3fc07-63da-493e-9d5e-b1c48cb591d6: Amount of 316 has to sent to Account number a5ef7cdb-6f20-4f8c-800e-3b07f9c2ade5
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 680a990b-8eb5-4ffc-b208-cc16899e50bd: Amount of 405 has been received from Account number 7bf653e1-760e-4962-a636-4fb7a5d1f2aa
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6c2c92fd-596f-4e9f-a23d-85d98c0518c7: Amount of 538 has to sent to Account number 9c4a902b-8d6c-43c8-8833-1c80f2f99255
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of b68d5d46-d659-4450-8656-8626cf44d3b5: Amount of 367 has been received from Account number 8641269a-9ece-40a6-bef2-485548e465f5
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 84408394-2ba2-48b8-b6d3-cbe3c57d1097: Amount of 751 has to sent to Account number 6efd9627-2245-44b1-9906-96aa72adbc2c
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of f577cf26-e3de-4808-9be4-73777d2b668a: Amount of 898 has been received from Account number 0029075a-9779-4531-b8ee-080ceec40234
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6efd9627-2245-44b1-9906-96aa72adbc2c: Amount of 751 has been received from Account number 84408394-2ba2-48b8-b6d3-cbe3c57d1097
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 648b29df-bde1-4aca-87eb-78062dc78843: Amount of 581 has to sent to Account number 9ddf6295-77b3-4766-9fac-5f85cae6c410
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d3b8208-7a86-4525-be06-8b19d8e2558c: Amount of 831 has to sent to Account number 68d069ec-3fe9-42ac-9e11-12f192a24823
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 020b8436-b57b-492a-be04-405a593f7e8a: Amount of 243 has to sent to Account number d7fcfa1a-df80-443c-972a-4199c4d2e636
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9ddf6295-77b3-4766-9fac-5f85cae6c410: Amount of 581 has been received from Account number 648b29df-bde1-4aca-87eb-78062dc78843
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of d7fcfa1a-df80-443c-972a-4199c4d2e636: Amount of 243 has been received from Account number 020b8436-b57b-492a-be04-405a593f7e8a
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e05f2a3-1680-41a7-b603-45e74f230981: Amount of 780 has to sent to Account number de1a5fb0-ad6e-4c55-85a9-45f198ef7e8c
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ebbfc6dd-c6c4-4f87-bbfc-56f36462f868: Amount of 672 has to sent to Account number a54104e0-2c33-492c-98b7-ff6444fbe206
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of a54104e0-2c33-492c-98b7-ff6444fbe206: Amount of 672 has been received from Account number ebbfc6dd-c6c4-4f87-bbfc-56f36462f868
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of de1a5fb0-ad6e-4c55-85a9-45f198ef7e8c: Amount of 780 has been received from Account number 8e05f2a3-1680-41a7-b603-45e74f230981
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ec56ef9-dd5d-4943-9f45-bbc484da97f9: Amount of 314 has to sent to Account number 1cec3835-e4a9-495f-9cc5-cab07a0fea43
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 238d07cd-acf2-4e2a-8d3a-e009300a5b69: Amount of 771 has been received from Account number 0c736e8f-a8d7-49f4-8644-96398c22e177
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 00697920-d3df-4836-81c1-ea040c9a8fdf: Amount of 450 has to sent to Account number 0f00b8f5-a3f1-4d68-9934-a7c63803e03b
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of c070cd56-7fed-4b4a-80ab-b06b8463f3e0: Amount of 869 has to sent to Account number a27221b1-7527-451a-b660-f1175a30ee24
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1cec3835-e4a9-495f-9cc5-cab07a0fea43: Amount of 314 has been received from Account number 2ec56ef9-dd5d-4943-9f45-bbc484da97f9
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0f00b8f5-a3f1-4d68-9934-a7c63803e03b: Amount of 450 has been received from Account number 00697920-d3df-4836-81c1-ea040c9a8fdf
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 814580c9-f110-4510-824e-75beb5a80766: Amount of 171 has to sent to Account number ae3d2205-0bb8-4a3f-af32-b48e80198a4f
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 06a13bf5-1c63-40b5-80aa-41b340e5fc06: Amount of 908 has to sent to Account number a0258e92-04a2-4bce-a3fa-341798e7231b
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae3d2205-0bb8-4a3f-af32-b48e80198a4f: Amount of 171 has been received from Account number 814580c9-f110-4510-824e-75beb5a80766
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of a27221b1-7527-451a-b660-f1175a30ee24: Amount of 869 has been received from Account number c070cd56-7fed-4b4a-80ab-b06b8463f3e0
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of a0258e92-04a2-4bce-a3fa-341798e7231b: Amount of 908 has been received from Account number 06a13bf5-1c63-40b5-80aa-41b340e5fc06
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1010119e-2dae-4716-8c93-f20183d271d1: Amount of 234 has been received from Account number f30ae4a1-aa5d-4a95-b049-5c0cf6989c77
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae9ff038-43ad-465b-9263-ad2f5015fb43: Amount of 261 has to sent to Account number 2b5fcce4-9bcf-4d2c-a164-650c939768bc
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of d7989a78-2ea5-4081-9007-f38be39e3e1b: Amount of 734 has to sent to Account number eb099ec3-af2d-4b86-af9e-755e3b8368e8
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb099ec3-af2d-4b86-af9e-755e3b8368e8: Amount of 734 has been received from Account number d7989a78-2ea5-4081-9007-f38be39e3e1b
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0452cc4b-d1dd-4317-9aa1-215215300359: Amount of 469 has to sent to Account number caa32217-b329-4f95-8a93-b947f13a5500
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of bcb9378b-f07f-401e-8781-9b7e48c717af: Amount of 303 has been received from Account number 053b0e3f-82b9-4e2b-af9d-279c5f29e8d9
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of caa32217-b329-4f95-8a93-b947f13a5500: Amount of 469 has been received from Account number 0452cc4b-d1dd-4317-9aa1-215215300359
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 70871b30-0f5e-4622-b25c-7ffda747166a: Amount of 188 has to sent to Account number 6a98e916-d20c-4d5e-8b06-882e16574976
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 04a483dd-ae5e-4fbb-abc1-dbc668c557d6: Amount of 943 has to sent to Account number 8cc222ef-4882-43ce-b61d-76573b91cf83
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8cc222ef-4882-43ce-b61d-76573b91cf83: Amount of 943 has been received from Account number 04a483dd-ae5e-4fbb-abc1-dbc668c557d6
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f609e72-7b97-404c-a0df-8356309b1ee0: Amount of 897 has to sent to Account number d7e68acb-7e4f-4d0f-9e3e-35c1072ce3b9
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a98e916-d20c-4d5e-8b06-882e16574976: Amount of 188 has been received from Account number 70871b30-0f5e-4622-b25c-7ffda747166a
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d7e68acb-7e4f-4d0f-9e3e-35c1072ce3b9: Amount of 897 has been received from Account number 7f609e72-7b97-404c-a0df-8356309b1ee0
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 712ae1fa-093b-4be7-8bca-88a94cc2a7e1: Amount of 765 has to sent to Account number a7931556-076c-4a34-b408-5039092d8c1e
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of a7931556-076c-4a34-b408-5039092d8c1e: Amount of 765 has been received from Account number 712ae1fa-093b-4be7-8bca-88a94cc2a7e1
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4883b069-d8e5-4513-8a3e-4b926d9f6513: Amount of 396 has to sent to Account number 91389833-9aca-4ecb-b3a6-0db845bfe119
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 91389833-9aca-4ecb-b3a6-0db845bfe119: Amount of 396 has been received from Account number 4883b069-d8e5-4513-8a3e-4b926d9f6513
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 37139ff6-0817-4675-80ec-e69f4cd9055b: Amount of 826 has to sent to Account number f188eb95-f2ef-4d31-8a58-9b0359e02dc5
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of d795f9ae-0854-4b77-b911-6b1747607f27: Amount of 809 has to sent to Account number 6904b62f-4954-4ac7-995d-c3f354ada4e4
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6904b62f-4954-4ac7-995d-c3f354ada4e4: Amount of 809 has been received from Account number d795f9ae-0854-4b77-b911-6b1747607f27
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of d521f466-a6e5-4913-8166-d0dced12b083: Amount of 433 has been received from Account number 458f6fc5-32d1-4f54-a8e0-00a8eb405356
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b617315-47dc-465f-89f3-603d3a37c2ff: Amount of 464 has to sent to Account number 587a4502-4281-4302-99a3-7418ff115e34
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of a5ef7cdb-6f20-4f8c-800e-3b07f9c2ade5: Amount of 316 has been received from Account number efb3fc07-63da-493e-9d5e-b1c48cb591d6
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 587a4502-4281-4302-99a3-7418ff115e34: Amount of 464 has been received from Account number 6b617315-47dc-465f-89f3-603d3a37c2ff
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 74231b7e-4fa0-446d-9b66-d701c9b192c5: Amount of 559 has to sent to Account number 3f66daad-2d93-4c72-86ef-9d24ef17658a
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 89bc45c2-5a27-466b-85dc-36d8dd87741e: Amount of 836 has to sent to Account number 800df565-4736-428a-8b4d-98886aa7b7e8
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f66daad-2d93-4c72-86ef-9d24ef17658a: Amount of 559 has been received from Account number 74231b7e-4fa0-446d-9b66-d701c9b192c5
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of c872cc0f-a49b-4358-874c-571d0f869405: Amount of 587 has to sent to Account number f270baf3-1fbe-4b17-9903-e2aafac366ae
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 722dd148-e6d0-43da-a210-6f8911c14ffd: Amount of 307 has to sent to Account number 76e5bedd-8b1d-4b03-9be7-1762756074fd
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9c4a902b-8d6c-43c8-8833-1c80f2f99255: Amount of 538 has been received from Account number 6c2c92fd-596f-4e9f-a23d-85d98c0518c7
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 76e5bedd-8b1d-4b03-9be7-1762756074fd: Amount of 307 has been received from Account number 722dd148-e6d0-43da-a210-6f8911c14ffd
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ba7767d1-7406-4644-842e-04b4238efae4: Amount of 240 has to sent to Account number f1a3c373-d3b6-44a4-b541-933bdc596666
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of f270baf3-1fbe-4b17-9903-e2aafac366ae: Amount of 587 has been received from Account number c872cc0f-a49b-4358-874c-571d0f869405
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 966d0cf9-a81d-4bb6-b684-7c46d3707485: Amount of 753 has to sent to Account number 506ab79a-0e18-4f50-a817-45c57a7a314e
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 960eec18-9e4f-418c-9337-6800513ab8e3: Amount of 665 has to sent to Account number eb955a31-f628-4758-9621-f957babef73d
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of c2a7da8e-cf02-4995-9532-ece567f849a2: Amount of 368 has to sent to Account number 0b9e51f6-1d44-4caa-a9c8-551b706e86ff
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb955a31-f628-4758-9621-f957babef73d: Amount of 665 has been received from Account number 960eec18-9e4f-418c-9337-6800513ab8e3
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0b9e51f6-1d44-4caa-a9c8-551b706e86ff: Amount of 368 has been received from Account number c2a7da8e-cf02-4995-9532-ece567f849a2
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3694ff7c-759b-4926-8fbd-885762a637e3: Amount of 460 has to sent to Account number 2b4650de-659b-481d-b172-d74e93f86938
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b4650de-659b-481d-b172-d74e93f86938: Amount of 460 has been received from Account number 3694ff7c-759b-4926-8fbd-885762a637e3
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 68d069ec-3fe9-42ac-9e11-12f192a24823: Amount of 831 has been received from Account number 9d3b8208-7a86-4525-be06-8b19d8e2558c
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of a733d13a-b38d-480a-a857-f7e10f09846b: Amount of 852 has to sent to Account number 757e83e3-b9e3-4300-99a2-14ae2909ed4e
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 757e83e3-b9e3-4300-99a2-14ae2909ed4e: Amount of 852 has been received from Account number a733d13a-b38d-480a-a857-f7e10f09846b
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of da9cab84-e26d-44f4-8b54-1a4a745473f0: Amount of 660 has to sent to Account number e8e1d65b-0d86-4349-8460-04af2017f654
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of f5ba5784-bcf0-4e7c-b440-7b946f128251: Amount of 94 has to sent to Account number ea7bf337-540b-42d3-a067-0b870b6c26ca
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of e8e1d65b-0d86-4349-8460-04af2017f654: Amount of 660 has been received from Account number da9cab84-e26d-44f4-8b54-1a4a745473f0
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ea7bf337-540b-42d3-a067-0b870b6c26ca: Amount of 94 has been received from Account number f5ba5784-bcf0-4e7c-b440-7b946f128251
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 46a64c8b-5037-4f6d-b45f-1726449d0b2d: Amount of 993 has to sent to Account number 0dbcef65-5878-410d-88fa-289503e20616
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of f69c04c5-1ad6-4d8b-9276-bd909ac3e6fd: Amount of 831 has to sent to Account number ee31430b-a303-4dd3-8a36-231047c83705
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb1e71fd-3aa6-4c37-8230-cbaa6d755a7a: Amount of 484 has to sent to Account number 5f9d6c9e-ab8d-49b2-9d73-f36087c9c6f0
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of e9b49bd4-15b5-407e-85a1-26cacc77ab62: Amount of 471 has to sent to Account number 86938c1d-da26-40d3-af56-be33edaa2bc0
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6f0b75cc-8fb4-4be5-aab0-fda681292e68: Amount of 317 has to sent to Account number 3f3453ac-8236-46c1-b5e8-4421084ad9e6
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 86938c1d-da26-40d3-af56-be33edaa2bc0: Amount of 471 has been received from Account number e9b49bd4-15b5-407e-85a1-26cacc77ab62
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f3453ac-8236-46c1-b5e8-4421084ad9e6: Amount of 317 has been received from Account number 6f0b75cc-8fb4-4be5-aab0-fda681292e68
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6e3053ab-d24a-45fe-9508-b54f6afd2cfb: Amount of 418 has to sent to Account number c06b9c04-2a20-4c57-bdc2-6b96112c1299
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 839e63f2-ea97-45d3-a234-17a5b93696b6: Amount of 266 has to sent to Account number 76b4296f-92da-407c-82b5-d2a039f479cc
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b5fcce4-9bcf-4d2c-a164-650c939768bc: Amount of 261 has been received from Account number ae9ff038-43ad-465b-9263-ad2f5015fb43
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 76b4296f-92da-407c-82b5-d2a039f479cc: Amount of 266 has been received from Account number 839e63f2-ea97-45d3-a234-17a5b93696b6
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc96264f-419e-4b80-94f6-92977e20ea65: Amount of 499 has to sent to Account number 9e506808-2a15-414a-b1e2-ba9c624a95d0
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f583233-1d1e-4921-bf23-169fdef1d161: Amount of 456 has to sent to Account number 572c3545-c243-4753-bcde-7e93a612af9a
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ed60c3d-7cd0-4ebc-ab4f-14972458c1dc: Amount of 57 has to sent to Account number c32b7d1f-a592-45f6-9449-684c7d40ea68
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 572c3545-c243-4753-bcde-7e93a612af9a: Amount of 456 has been received from Account number 5f583233-1d1e-4921-bf23-169fdef1d161
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb5f7101-bf74-40cb-a249-c7838723f080: Amount of 5 has to sent to Account number d642e14a-2c4b-43dd-9ee2-be24c92b0256
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1bdb1219-b90d-47d9-a41e-f944c7598112: Amount of 769 has to sent to Account number f5b3a31f-8ff7-424d-a048-30b0fd1f5050
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 481320aa-55da-47d9-a639-8d675cbd67f6: Amount of 119 has to sent to Account number dbd46d9f-ff97-43bf-ab69-5a21cdf46691
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f188eb95-f2ef-4d31-8a58-9b0359e02dc5: Amount of 826 has been received from Account number 37139ff6-0817-4675-80ec-e69f4cd9055b
2024-07-09 19:26:08.306  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of f5b3a31f-8ff7-424d-a048-30b0fd1f5050: Amount of 769 has been received from Account number 1bdb1219-b90d-47d9-a41e-f944c7598112
2024-07-09 19:26:08.306  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d4cfa83-f378-416d-90fa-857bf91548db: Amount of 602 has to sent to Account number c0623059-1acf-4fb3-8136-b3b4219dcab5
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of e9e6d681-37f7-40e2-97ea-3cdffb05f94a: Amount of 428 has to sent to Account number 34df003a-5bdb-4a86-9226-57bc61b8e258
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 34df003a-5bdb-4a86-9226-57bc61b8e258: Amount of 428 has been received from Account number e9e6d681-37f7-40e2-97ea-3cdffb05f94a
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of d462daba-ea5b-4c7b-8aef-af9e63032bd3: Amount of 262 has to sent to Account number 732d4a4c-f571-4e05-821d-a29a19d6969d
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 800df565-4736-428a-8b4d-98886aa7b7e8: Amount of 836 has been received from Account number 89bc45c2-5a27-466b-85dc-36d8dd87741e
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 732d4a4c-f571-4e05-821d-a29a19d6969d: Amount of 262 has been received from Account number d462daba-ea5b-4c7b-8aef-af9e63032bd3
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1a1bc4d6-35ee-4096-93a3-926b0af9891a: Amount of 729 has to sent to Account number 3ba5c24e-be9e-41c5-8344-31cb1ea6a814
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of f1a3c373-d3b6-44a4-b541-933bdc596666: Amount of 240 has been received from Account number ba7767d1-7406-4644-842e-04b4238efae4
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ba5c24e-be9e-41c5-8344-31cb1ea6a814: Amount of 729 has been received from Account number 1a1bc4d6-35ee-4096-93a3-926b0af9891a
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 506ab79a-0e18-4f50-a817-45c57a7a314e: Amount of 753 has been received from Account number 966d0cf9-a81d-4bb6-b684-7c46d3707485
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 076a09c0-7c0e-414f-a484-eb4b340d7b21: Amount of 634 has to sent to Account number c2f74e6e-fa9f-4bf0-be29-131685113c52
2024-07-09 19:26:08.306  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac3f92f6-20c1-4901-a0a7-0000de735745: Amount of 489 has to sent to Account number 2c77e83f-4f39-4ea4-b6e7-ad3ae2ff4fc0
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of c2f74e6e-fa9f-4bf0-be29-131685113c52: Amount of 634 has been received from Account number 076a09c0-7c0e-414f-a484-eb4b340d7b21
2024-07-09 19:26:08.306  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c77e83f-4f39-4ea4-b6e7-ad3ae2ff4fc0: Amount of 489 has been received from Account number ac3f92f6-20c1-4901-a0a7-0000de735745
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of c22233e6-7b04-4570-8847-fcaf66cb8c58: Amount of 91 has to sent to Account number ac35c503-e14b-4f43-8343-c85d68515189
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed556048-07b8-4356-b76f-1a4715b6bbd6: Amount of 308 has to sent to Account number cc60da4a-9298-456c-8a52-22b19e7001d7
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5fdf24a0-d69a-4064-bba7-5165fa646826: Amount of 223 has to sent to Account number f06ef9b1-696d-4026-bf76-cde59371f256
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 59970378-edcd-4fde-9dac-36154a7d6d89: Amount of 792 has to sent to Account number b8471000-4844-466e-a954-5c49d43a25de
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of cc60da4a-9298-456c-8a52-22b19e7001d7: Amount of 308 has been received from Account number ed556048-07b8-4356-b76f-1a4715b6bbd6
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee31430b-a303-4dd3-8a36-231047c83705: Amount of 831 has been received from Account number f69c04c5-1ad6-4d8b-9276-bd909ac3e6fd
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of b8471000-4844-466e-a954-5c49d43a25de: Amount of 792 has been received from Account number 59970378-edcd-4fde-9dac-36154a7d6d89
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of aacc6ead-29b9-4388-ac79-bec4779716bc: Amount of 482 has to sent to Account number 2122dae1-ca12-4bab-a51a-a16cd2588842
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2122dae1-ca12-4bab-a51a-a16cd2588842: Amount of 482 has been received from Account number aacc6ead-29b9-4388-ac79-bec4779716bc
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98ff2f31-f7b6-4a76-a816-0e2d4c2249f3: Amount of 472 has to sent to Account number 02c3b1a4-2bd2-4493-be6b-ef17998ec12f
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0dbcef65-5878-410d-88fa-289503e20616: Amount of 993 has been received from Account number 46a64c8b-5037-4f6d-b45f-1726449d0b2d
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 02c3b1a4-2bd2-4493-be6b-ef17998ec12f: Amount of 472 has been received from Account number 98ff2f31-f7b6-4a76-a816-0e2d4c2249f3
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 87a6c97f-be2c-4e5f-b4f0-8be7823876fd: Amount of 27 has to sent to Account number 95217c8b-9846-42e0-8188-fb6661c2e039
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95217c8b-9846-42e0-8188-fb6661c2e039: Amount of 27 has been received from Account number 87a6c97f-be2c-4e5f-b4f0-8be7823876fd
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 214998a3-84e3-4f06-99fd-6f9908e1e816: Amount of 234 has to sent to Account number d668c3c4-5bbc-4d0e-b8d9-038c1026f560
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of d668c3c4-5bbc-4d0e-b8d9-038c1026f560: Amount of 234 has been received from Account number 214998a3-84e3-4f06-99fd-6f9908e1e816
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f9d6c9e-ab8d-49b2-9d73-f36087c9c6f0: Amount of 484 has been received from Account number fb1e71fd-3aa6-4c37-8230-cbaa6d755a7a
2024-07-09 19:26:08.302  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of f3601f5a-0977-4a24-962d-ef75dd16474f: Amount of 536 has to sent to Account number e1704048-8b18-413d-a7ad-d0d0ef563acf
2024-07-09 19:26:08.306  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of e1704048-8b18-413d-a7ad-d0d0ef563acf: Amount of 536 has been received from Account number f3601f5a-0977-4a24-962d-ef75dd16474f
2024-07-09 19:26:08.306  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 30cc390a-a07f-4bf9-b089-1b64da200bc7: Amount of 652 has to sent to Account number ca543da8-0164-44d3-91c6-c61cd0f50a1c
2024-07-09 19:26:08.306  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca543da8-0164-44d3-91c6-c61cd0f50a1c: Amount of 652 has been received from Account number 30cc390a-a07f-4bf9-b089-1b64da200bc7
2024-07-09 19:26:08.306  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 13a3269f-bc1e-4e34-b6d9-e048aa1dc444: Amount of 935 has to sent to Account number 7a9f7032-7435-4dcd-b130-401add1872d8
2024-07-09 19:26:08.306  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7a9f7032-7435-4dcd-b130-401add1872d8: Amount of 935 has been received from Account number 13a3269f-bc1e-4e34-b6d9-e048aa1dc444
2024-07-09 19:26:08.306  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1510f571-6abc-4834-a5dd-814b33431ea5: Amount of 30 has to sent to Account number 005bc537-1143-48d3-9091-3d23a0f1cf6e
2024-07-09 19:26:08.306  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of da21f6ac-5bfd-47d9-a037-77fda3820d84: Amount of 847 has to sent to Account number 1a674a56-fd26-4f17-b582-e8aa110b4e8d
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of c06b9c04-2a20-4c57-bdc2-6b96112c1299: Amount of 418 has been received from Account number 6e3053ab-d24a-45fe-9508-b54f6afd2cfb
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c982898-fc97-4758-90bf-fd246cf1cabd: Amount of 235 has to sent to Account number 89050c29-0284-430a-a5d2-e32196cf071c
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 34a522e9-efac-499e-9b47-3b6dd4fdbcc6: Amount of 502 has to sent to Account number b1d031d6-cfa5-4ab4-b92a-19c08772db19
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 89050c29-0284-430a-a5d2-e32196cf071c: Amount of 235 has been received from Account number 8c982898-fc97-4758-90bf-fd246cf1cabd
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e506808-2a15-414a-b1e2-ba9c624a95d0: Amount of 499 has been received from Account number fc96264f-419e-4b80-94f6-92977e20ea65
2024-07-09 19:26:08.302  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of c32b7d1f-a592-45f6-9449-684c7d40ea68: Amount of 57 has been received from Account number 7ed60c3d-7cd0-4ebc-ab4f-14972458c1dc
2024-07-09 19:26:08.306  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of f6e2a6d8-72d6-4fcd-a788-2bea3a35cb3d: Amount of 353 has to sent to Account number cfa562f8-7cca-4e23-9eb4-f5edb497ccac
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of b910b17e-ca46-4c37-9344-f5daed06431c: Amount of 171 has to sent to Account number ede318b5-8470-491d-854a-fc8d879700cd
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ede318b5-8470-491d-854a-fc8d879700cd: Amount of 171 has been received from Account number b910b17e-ca46-4c37-9344-f5daed06431c
2024-07-09 19:26:08.306  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of dbd46d9f-ff97-43bf-ab69-5a21cdf46691: Amount of 119 has been received from Account number 481320aa-55da-47d9-a639-8d675cbd67f6
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac0a0d1f-45e7-4f5a-bf2d-a4e9a11456b8: Amount of 226 has to sent to Account number 82561404-125a-4c6b-a242-e518e77fca1c
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 82561404-125a-4c6b-a242-e518e77fca1c: Amount of 226 has been received from Account number ac0a0d1f-45e7-4f5a-bf2d-a4e9a11456b8
2024-07-09 19:26:08.306  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4837131-e3a2-4fae-8cf8-4e68a4883c5f: Amount of 800 has to sent to Account number ee106b97-8d67-4e08-8bfc-9ff24cc92952
2024-07-09 19:26:08.306  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee106b97-8d67-4e08-8bfc-9ff24cc92952: Amount of 800 has been received from Account number a4837131-e3a2-4fae-8cf8-4e68a4883c5f
2024-07-09 19:26:08.306  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d642e14a-2c4b-43dd-9ee2-be24c92b0256: Amount of 5 has been received from Account number fb5f7101-bf74-40cb-a249-c7838723f080
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of a40cca3a-6917-460e-8b0b-d0d3c5b7ad87: Amount of 325 has to sent to Account number 68c09f21-69e9-4d87-9be8-69d20dc39c4d
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 68c09f21-69e9-4d87-9be8-69d20dc39c4d: Amount of 325 has been received from Account number a40cca3a-6917-460e-8b0b-d0d3c5b7ad87
2024-07-09 19:26:08.306  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c02c153-a772-49f3-b083-8794f5af226a: Amount of 408 has to sent to Account number 62422bc1-182e-4d05-a7db-dd506b0a2ccd
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1a693df8-be1b-45c3-bd8c-ab22d5766a7e: Amount of 67 has to sent to Account number e5a14db7-c415-430c-bf7e-44dd60fc8d26
2024-07-09 19:26:08.306  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c0623059-1acf-4fb3-8136-b3b4219dcab5: Amount of 602 has been received from Account number 4d4cfa83-f378-416d-90fa-857bf91548db
2024-07-09 19:26:08.306  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 62422bc1-182e-4d05-a7db-dd506b0a2ccd: Amount of 408 has been received from Account number 0c02c153-a772-49f3-b083-8794f5af226a
2024-07-09 19:26:08.306  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56abca2f-0fc3-463c-b7d2-f07775634d7b: Amount of 415 has to sent to Account number f3b3fb29-f24e-4b8d-80c4-68aafe6d1f8e
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 954217ec-b590-442a-b994-7b28bc0646f2: Amount of 673 has to sent to Account number adba13d6-aff4-46d2-b95d-da97d22d5f2a
2024-07-09 19:26:08.306  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of f3b3fb29-f24e-4b8d-80c4-68aafe6d1f8e: Amount of 415 has been received from Account number 56abca2f-0fc3-463c-b7d2-f07775634d7b
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of adba13d6-aff4-46d2-b95d-da97d22d5f2a: Amount of 673 has been received from Account number 954217ec-b590-442a-b994-7b28bc0646f2
2024-07-09 19:26:08.306  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 14607f44-db4f-44f7-b109-642212b279f6: Amount of 285 has to sent to Account number 58e6e8a2-c958-4876-bc5c-53c39fbfd3fa
2024-07-09 19:26:08.306  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of f749d990-e3c3-4311-921f-97eea81bcb69: Amount of 398 has to sent to Account number 5f149c03-13ee-4026-a03a-dee89e702d12
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9692c760-42ad-41ee-add1-39d7bbc308de: Amount of 111 has to sent to Account number a4ce250e-cca7-4ae5-8c09-fd348afe52d0
2024-07-09 19:26:08.306  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed664d28-a9a8-40ae-b099-652e59256228: Amount of 840 has to sent to Account number fb044fae-d722-42af-a945-7373059984b4
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4ce250e-cca7-4ae5-8c09-fd348afe52d0: Amount of 111 has been received from Account number 9692c760-42ad-41ee-add1-39d7bbc308de
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac35c503-e14b-4f43-8343-c85d68515189: Amount of 91 has been received from Account number c22233e6-7b04-4570-8847-fcaf66cb8c58
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e07f25c-d2d8-4d02-842d-f484eee6b072: Amount of 194 has to sent to Account number 84779829-0e77-4ca6-890c-8e36fd876f63
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of f06ef9b1-696d-4026-bf76-cde59371f256: Amount of 223 has been received from Account number 5fdf24a0-d69a-4064-bba7-5165fa646826
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 84779829-0e77-4ca6-890c-8e36fd876f63: Amount of 194 has been received from Account number 2e07f25c-d2d8-4d02-842d-f484eee6b072
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of d7917747-24b6-4b8e-baf4-88ddea405962: Amount of 840 has to sent to Account number 263534dd-6cb7-4f4d-9e46-9697cf4509ca
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6f9ed957-d221-442f-8b70-2cbe4526f89f: Amount of 645 has to sent to Account number b7c08525-02cf-4403-b0ba-eef7f9fb6048
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ea82f036-0ca1-474d-9d88-e4d34312e84f: Amount of 113 has to sent to Account number 5ea73412-c3c8-4b0d-a33e-77a6e7938dda
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of b7c08525-02cf-4403-b0ba-eef7f9fb6048: Amount of 645 has been received from Account number 6f9ed957-d221-442f-8b70-2cbe4526f89f
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42795970-2e6d-4641-bd0f-e40721f41e10: Amount of 540 has to sent to Account number abd25a2f-cd78-4122-b662-f8486b4e245c
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 21a6c390-daca-4b8d-b927-669b933602c6: Amount of 16 has to sent to Account number aaf5fa36-5cf1-4e8d-a098-657b24101409
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of abd25a2f-cd78-4122-b662-f8486b4e245c: Amount of 540 has been received from Account number 42795970-2e6d-4641-bd0f-e40721f41e10
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of aecd46a9-3cd7-42d5-ba01-f9ff9051aa2e: Amount of 292 has to sent to Account number 90bf6a5a-e5a6-402e-8f4e-4030b792f42b
2024-07-09 19:26:08.306  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae4f271c-4883-471a-b6b5-eb0cae80b7a1: Amount of 69 has to sent to Account number d9960a53-9956-43ff-8303-658770a37422
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8d5fd89-b542-44a4-91ac-89cc33cb0b9e: Amount of 945 has to sent to Account number c43bffea-8d3d-47e0-8879-e299e8d7213f
2024-07-09 19:26:08.308  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 54d20d2b-3f6e-4b8b-9513-951d44ebae8c: Amount of 513 has to sent to Account number d6af2a01-f80c-4a3a-a735-e8e7fcd56186
2024-07-09 19:26:08.308  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90bf6a5a-e5a6-402e-8f4e-4030b792f42b: Amount of 292 has been received from Account number aecd46a9-3cd7-42d5-ba01-f9ff9051aa2e
2024-07-09 19:26:08.306  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1a674a56-fd26-4f17-b582-e8aa110b4e8d: Amount of 847 has been received from Account number da21f6ac-5bfd-47d9-a037-77fda3820d84
2024-07-09 19:26:08.306  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 005bc537-1143-48d3-9091-3d23a0f1cf6e: Amount of 30 has been received from Account number 1510f571-6abc-4834-a5dd-814b33431ea5
2024-07-09 19:26:08.308  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f0270fe-5e05-474f-8484-5f349632f158: Amount of 46 has to sent to Account number 1df56bd0-2f84-4994-8549-68b5c6d00498
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of b1d031d6-cfa5-4ab4-b92a-19c08772db19: Amount of 502 has been received from Account number 34a522e9-efac-499e-9b47-3b6dd4fdbcc6
2024-07-09 19:26:08.308  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1df56bd0-2f84-4994-8549-68b5c6d00498: Amount of 46 has been received from Account number 5f0270fe-5e05-474f-8484-5f349632f158
2024-07-09 19:26:08.308  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a3bd8e2-71d4-4714-a752-235722c45861: Amount of 323 has to sent to Account number 378e9de8-72a2-4bab-954e-72becdc290d3
2024-07-09 19:26:08.308  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a02247a-0914-4bf7-bca9-4f8666d3384d: Amount of 691 has to sent to Account number 2a350909-d59d-451c-8b9b-f7ca6036abd9
2024-07-09 19:26:08.308  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2a350909-d59d-451c-8b9b-f7ca6036abd9: Amount of 691 has been received from Account number 5a02247a-0914-4bf7-bca9-4f8666d3384d
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 490a9e98-c6e2-4d70-906a-e1b49364573b: Amount of 297 has to sent to Account number df421727-e8b0-44ea-bf4c-e6ad5c06a9c2
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 67d8ade9-e276-4cb5-89a5-e070beb5750b: Amount of 548 has to sent to Account number 506be64c-e935-439c-a19d-518c12b2f6aa
2024-07-09 19:26:08.306  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of cfa562f8-7cca-4e23-9eb4-f5edb497ccac: Amount of 353 has been received from Account number f6e2a6d8-72d6-4fcd-a788-2bea3a35cb3d
2024-07-09 19:26:08.308  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 506be64c-e935-439c-a19d-518c12b2f6aa: Amount of 548 has been received from Account number 67d8ade9-e276-4cb5-89a5-e070beb5750b
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 12cfe055-9f94-4ca3-9ef0-8f886f5635aa: Amount of 262 has to sent to Account number bde63c40-6c35-47f4-81a3-2b544725d902
2024-07-09 19:26:08.308  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 44922eb9-f881-4f17-b76c-9d383ec25e0d: Amount of 150 has to sent to Account number 056818bf-dd64-4f73-889e-1184ba66127d
2024-07-09 19:26:08.308  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of f95f42dc-ece4-416d-8284-18519c17d514: Amount of 102 has to sent to Account number 40a58b28-68b5-4186-a37d-9672f54acccc
2024-07-09 19:26:08.308  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of bde63c40-6c35-47f4-81a3-2b544725d902: Amount of 262 has been received from Account number 12cfe055-9f94-4ca3-9ef0-8f886f5635aa
2024-07-09 19:26:08.308  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 722ec355-7322-484e-bd95-7eb51df10e27: Amount of 311 has to sent to Account number 9f6293d9-4090-4821-bd53-4151e136a362
2024-07-09 19:26:08.308  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 40a58b28-68b5-4186-a37d-9672f54acccc: Amount of 102 has been received from Account number f95f42dc-ece4-416d-8284-18519c17d514
2024-07-09 19:26:08.309  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9f6293d9-4090-4821-bd53-4151e136a362: Amount of 311 has been received from Account number 722ec355-7322-484e-bd95-7eb51df10e27
2024-07-09 19:26:08.306  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26169b2f-9d81-43d0-9ba2-25278204e8d1: Amount of 123 has to sent to Account number 22035942-9d0a-4762-85a6-e41bd81799d0
2024-07-09 19:26:08.309  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 809695bc-076e-42ad-92f7-b10d87d29312: Amount of 526 has to sent to Account number 4f1ad5c2-5416-4a55-bf01-8dfe16459b14
2024-07-09 19:26:08.309  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f1ad5c2-5416-4a55-bf01-8dfe16459b14: Amount of 526 has been received from Account number 809695bc-076e-42ad-92f7-b10d87d29312
2024-07-09 19:26:08.309  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of b674ea20-44a9-4e7c-a2df-e4273e693ac6: Amount of 678 has to sent to Account number eda01d61-f884-412d-8dae-88ffa4cdeed0
2024-07-09 19:26:08.309  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22035942-9d0a-4762-85a6-e41bd81799d0: Amount of 123 has been received from Account number 26169b2f-9d81-43d0-9ba2-25278204e8d1
2024-07-09 19:26:08.309  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of eda01d61-f884-412d-8dae-88ffa4cdeed0: Amount of 678 has been received from Account number b674ea20-44a9-4e7c-a2df-e4273e693ac6
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of e5a14db7-c415-430c-bf7e-44dd60fc8d26: Amount of 67 has been received from Account number 1a693df8-be1b-45c3-bd8c-ab22d5766a7e
2024-07-09 19:26:08.309  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of bb9bdb40-e69c-4116-b057-592c5b2b5f88: Amount of 900 has to sent to Account number 49240f39-2620-46c1-aa0f-791e440b494e
2024-07-09 19:26:08.306  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of be62ee18-7112-4d03-aea6-d0c174754e40: Amount of 253 has to sent to Account number 7fb40dcb-1223-4338-92e2-42a6a0d194ac
2024-07-09 19:26:08.306  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 58e6e8a2-c958-4876-bc5c-53c39fbfd3fa: Amount of 285 has been received from Account number 14607f44-db4f-44f7-b109-642212b279f6
2024-07-09 19:26:08.309  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7fb40dcb-1223-4338-92e2-42a6a0d194ac: Amount of 253 has been received from Account number be62ee18-7112-4d03-aea6-d0c174754e40
2024-07-09 19:26:08.309  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d34f7584-7351-4c89-840f-bd8025f40032: Amount of 359 has to sent to Account number 4985d283-1f8b-4ce1-8af6-1842eb4e5dd0
2024-07-09 19:26:08.306  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb044fae-d722-42af-a945-7373059984b4: Amount of 840 has been received from Account number ed664d28-a9a8-40ae-b099-652e59256228
2024-07-09 19:26:08.309  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4985d283-1f8b-4ce1-8af6-1842eb4e5dd0: Amount of 359 has been received from Account number d34f7584-7351-4c89-840f-bd8025f40032
2024-07-09 19:26:08.306  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f149c03-13ee-4026-a03a-dee89e702d12: Amount of 398 has been received from Account number f749d990-e3c3-4311-921f-97eea81bcb69
2024-07-09 19:26:08.309  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 75b236bd-5b5a-44d6-b709-2755b25fe418: Amount of 211 has to sent to Account number a535f791-6ce5-4d69-a780-692274213970
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 263534dd-6cb7-4f4d-9e46-9697cf4509ca: Amount of 840 has been received from Account number d7917747-24b6-4b8e-baf4-88ddea405962
2024-07-09 19:26:08.309  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 597cfe11-9021-4efc-8189-1e2edb5d2e1e: Amount of 442 has to sent to Account number 350665b8-3c26-446b-af3a-c053b5dd0516
2024-07-09 19:26:08.309  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 350665b8-3c26-446b-af3a-c053b5dd0516: Amount of 442 has been received from Account number 597cfe11-9021-4efc-8189-1e2edb5d2e1e
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5ea73412-c3c8-4b0d-a33e-77a6e7938dda: Amount of 113 has been received from Account number ea82f036-0ca1-474d-9d88-e4d34312e84f
2024-07-09 19:26:08.306  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of aaf5fa36-5cf1-4e8d-a098-657b24101409: Amount of 16 has been received from Account number 21a6c390-daca-4b8d-b927-669b933602c6
2024-07-09 19:26:08.308  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of d9960a53-9956-43ff-8303-658770a37422: Amount of 69 has been received from Account number ae4f271c-4883-471a-b6b5-eb0cae80b7a1
2024-07-09 19:26:08.309  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of e581e4f4-1fb5-4f6b-9d43-a32ffa29e5c7: Amount of 909 has to sent to Account number 8eecef71-dd4d-419c-99d2-1652c7ef71d5
2024-07-09 19:26:08.309  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a54d2b6e-c327-4b4f-8bb6-065affaa2fb0: Amount of 423 has to sent to Account number 5b71431e-1f08-4ce3-85a5-28116159e9f4
2024-07-09 19:26:08.309  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8eecef71-dd4d-419c-99d2-1652c7ef71d5: Amount of 909 has been received from Account number e581e4f4-1fb5-4f6b-9d43-a32ffa29e5c7
2024-07-09 19:26:08.309  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b71431e-1f08-4ce3-85a5-28116159e9f4: Amount of 423 has been received from Account number a54d2b6e-c327-4b4f-8bb6-065affaa2fb0
2024-07-09 19:26:08.308  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of c43bffea-8d3d-47e0-8879-e299e8d7213f: Amount of 945 has been received from Account number a8d5fd89-b542-44a4-91ac-89cc33cb0b9e
2024-07-09 19:26:08.309  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1f77f89f-6b43-4fce-a0f9-8122f6b678d3: Amount of 588 has to sent to Account number a5dd931b-cce6-4292-9f94-6a611b46a39b
2024-07-09 19:26:08.309  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a5dd931b-cce6-4292-9f94-6a611b46a39b: Amount of 588 has been received from Account number 1f77f89f-6b43-4fce-a0f9-8122f6b678d3
2024-07-09 19:26:08.308  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6af2a01-f80c-4a3a-a735-e8e7fcd56186: Amount of 513 has been received from Account number 54d20d2b-3f6e-4b8b-9513-951d44ebae8c
2024-07-09 19:26:08.309  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of e1e25672-b6f4-45d9-a414-a90107a9e3ca: Amount of 899 has to sent to Account number 44baa383-f18c-47a3-9f21-60c90534ca30
2024-07-09 19:26:08.309  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 44baa383-f18c-47a3-9f21-60c90534ca30: Amount of 899 has been received from Account number e1e25672-b6f4-45d9-a414-a90107a9e3ca
2024-07-09 19:26:08.308  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b120022-1d6d-4a49-914f-d6098a08ad17: Amount of 141 has to sent to Account number d0df3fb5-e0f9-4676-95c6-7afdbc797438
2024-07-09 19:26:08.308  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 378e9de8-72a2-4bab-954e-72becdc290d3: Amount of 323 has been received from Account number 5a3bd8e2-71d4-4714-a752-235722c45861
2024-07-09 19:26:08.308  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5de2aacb-097e-4405-bf46-ed7652934a3f: Amount of 181 has to sent to Account number e48aebcb-c75a-4dbb-b932-fd25340b297c
2024-07-09 19:26:08.308  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 607bae91-7080-46a7-8b1b-7181eb8805a7: Amount of 688 has to sent to Account number eb90da88-cd49-46ff-abb7-8249d236d155
2024-07-09 19:26:08.309  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb90da88-cd49-46ff-abb7-8249d236d155: Amount of 688 has been received from Account number 607bae91-7080-46a7-8b1b-7181eb8805a7
2024-07-09 19:26:08.308  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of df421727-e8b0-44ea-bf4c-e6ad5c06a9c2: Amount of 297 has been received from Account number 490a9e98-c6e2-4d70-906a-e1b49364573b
2024-07-09 19:26:08.309  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 13e59a8b-970b-4f0c-ba9b-d758859e317a: Amount of 460 has to sent to Account number 95a34a7f-c7cb-4627-afc7-29639fe4e8dd
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 782a3cb4-dad0-48e2-a3d8-df7fce7e14ba: Amount of 658 has to sent to Account number a8bea6bb-acfc-4a09-910f-988c23659992
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8bea6bb-acfc-4a09-910f-988c23659992: Amount of 658 has been received from Account number 782a3cb4-dad0-48e2-a3d8-df7fce7e14ba
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95a34a7f-c7cb-4627-afc7-29639fe4e8dd: Amount of 460 has been received from Account number 13e59a8b-970b-4f0c-ba9b-d758859e317a
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3227c2de-8ed0-4fb4-b426-e9d8aab2fc43: Amount of 469 has to sent to Account number 89af3aac-f272-4255-a3e2-acebf3c45caa
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 89af3aac-f272-4255-a3e2-acebf3c45caa: Amount of 469 has been received from Account number 3227c2de-8ed0-4fb4-b426-e9d8aab2fc43
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of a084f311-2100-4e6f-acba-9face8272c53: Amount of 263 has to sent to Account number 5b6372c7-47f3-401f-b3cd-e99592318430
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b6372c7-47f3-401f-b3cd-e99592318430: Amount of 263 has been received from Account number a084f311-2100-4e6f-acba-9face8272c53
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 05e1a512-fad0-4cc5-99a3-70a859d0a39e: Amount of 321 has to sent to Account number c1be02f7-d891-474e-b931-3aada81fb53f
2024-07-09 19:26:08.308  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 056818bf-dd64-4f73-889e-1184ba66127d: Amount of 150 has been received from Account number 44922eb9-f881-4f17-b76c-9d383ec25e0d
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of c1be02f7-d891-474e-b931-3aada81fb53f: Amount of 321 has been received from Account number 05e1a512-fad0-4cc5-99a3-70a859d0a39e
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of b8737627-4ab7-4f2a-97be-0e5426c95ce4: Amount of 677 has to sent to Account number acf8a754-08c7-497b-9c77-5eff572071c5
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of acf8a754-08c7-497b-9c77-5eff572071c5: Amount of 677 has been received from Account number b8737627-4ab7-4f2a-97be-0e5426c95ce4
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 93eafda1-3090-4340-a6b2-bc1bd107e0be: Amount of 294 has to sent to Account number ad4b4703-c2f8-4e1c-8b11-bacd3ec350a9
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ad4b4703-c2f8-4e1c-8b11-bacd3ec350a9: Amount of 294 has been received from Account number 93eafda1-3090-4340-a6b2-bc1bd107e0be
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 207f3d91-7050-42d2-96f1-e62bb500c016: Amount of 468 has to sent to Account number 635fcd9c-f872-4ddd-9a8f-ebd72da3fbb7
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 635fcd9c-f872-4ddd-9a8f-ebd72da3fbb7: Amount of 468 has been received from Account number 207f3d91-7050-42d2-96f1-e62bb500c016
2024-07-09 19:26:08.309  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d80a4e9-6a2c-4847-86c2-93843d1007e4: Amount of 994 has to sent to Account number f1ae3000-f3d9-42c9-9d86-1d1536ba8913
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of f1ae3000-f3d9-42c9-9d86-1d1536ba8913: Amount of 994 has been received from Account number 3d80a4e9-6a2c-4847-86c2-93843d1007e4
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 31906a07-8b69-45bb-a564-08613d96e981: Amount of 400 has to sent to Account number d3cd11b0-8ac1-4f1d-822f-6012b1a935b8
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of d3cd11b0-8ac1-4f1d-822f-6012b1a935b8: Amount of 400 has been received from Account number 31906a07-8b69-45bb-a564-08613d96e981
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 520262b5-2921-4d22-926f-f285c4c9f43d: Amount of 545 has to sent to Account number 800b08be-4e0a-4cee-b922-90b3f39ef379
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 800b08be-4e0a-4cee-b922-90b3f39ef379: Amount of 545 has been received from Account number 520262b5-2921-4d22-926f-f285c4c9f43d
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ff34bddd-d404-4360-b21f-58f9bc04966b: Amount of 194 has to sent to Account number 6d2d7e24-9d83-48f4-8b9e-ab71d389228e
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d2d7e24-9d83-48f4-8b9e-ab71d389228e: Amount of 194 has been received from Account number ff34bddd-d404-4360-b21f-58f9bc04966b
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4429a71b-98ef-4d99-95e2-7505de535c14: Amount of 332 has to sent to Account number 69283d23-7505-494a-a1d9-83c163f3665e
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 69283d23-7505-494a-a1d9-83c163f3665e: Amount of 332 has been received from Account number 4429a71b-98ef-4d99-95e2-7505de535c14
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 258510df-040c-4837-9b46-0a5a89c61a81: Amount of 542 has to sent to Account number ee59f28e-c855-4633-a6af-ca5db010f251
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee59f28e-c855-4633-a6af-ca5db010f251: Amount of 542 has been received from Account number 258510df-040c-4837-9b46-0a5a89c61a81
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 854e8aed-4e54-4861-bcc9-1baffb5006b6: Amount of 41 has to sent to Account number 36c1657e-0c6b-4849-8fb4-61264428b875
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 36c1657e-0c6b-4849-8fb4-61264428b875: Amount of 41 has been received from Account number 854e8aed-4e54-4861-bcc9-1baffb5006b6
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of b68a3f61-16e0-4b96-993f-269c99367c66: Amount of 597 has to sent to Account number 9168d32b-6aff-4a4f-bbd8-9bba8f149320
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9168d32b-6aff-4a4f-bbd8-9bba8f149320: Amount of 597 has been received from Account number b68a3f61-16e0-4b96-993f-269c99367c66
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 259cb768-8ad2-449c-baca-5460ec323b15: Amount of 657 has to sent to Account number 03843b5b-71f1-49f0-b8a7-15f4f9960fe6
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 03843b5b-71f1-49f0-b8a7-15f4f9960fe6: Amount of 657 has been received from Account number 259cb768-8ad2-449c-baca-5460ec323b15
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 897f82dd-e539-489b-9b09-7fca63ce45d6: Amount of 296 has to sent to Account number eae9ab5e-395b-4815-90f2-43df3905a56a
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of eae9ab5e-395b-4815-90f2-43df3905a56a: Amount of 296 has been received from Account number 897f82dd-e539-489b-9b09-7fca63ce45d6
2024-07-09 19:26:08.309  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 49240f39-2620-46c1-aa0f-791e440b494e: Amount of 900 has been received from Account number bb9bdb40-e69c-4116-b057-592c5b2b5f88
2024-07-09 19:26:08.309  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1d0adc55-71bf-440f-b09e-a4350accacd5: Amount of 207 has to sent to Account number 49337121-25d5-478f-be20-bf9a2e6b25a4
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 88a3c00a-c44a-46a8-ac97-ff8b2bd2039d: Amount of 744 has to sent to Account number 441f98b6-6252-405d-9b01-a6e2464175f7
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 441f98b6-6252-405d-9b01-a6e2464175f7: Amount of 744 has been received from Account number 88a3c00a-c44a-46a8-ac97-ff8b2bd2039d
2024-07-09 19:26:08.309  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of b14cb3d5-584b-4519-9fc2-624f22b1a249: Amount of 151 has to sent to Account number 767a42e4-d643-4ca5-b086-17691eaf0850
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2d5d4aff-8515-4f1e-8690-2ad730844cdc: Amount of 552 has to sent to Account number 58315094-8354-4712-97dc-b8d5a3003cc9
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 49337121-25d5-478f-be20-bf9a2e6b25a4: Amount of 207 has been received from Account number 1d0adc55-71bf-440f-b09e-a4350accacd5
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8ab4b328-8da7-42ec-a6c7-8736fb25ce7f: Amount of 465 has to sent to Account number 5f592a46-ba86-4753-83cb-575417b64c54
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f592a46-ba86-4753-83cb-575417b64c54: Amount of 465 has been received from Account number 8ab4b328-8da7-42ec-a6c7-8736fb25ce7f
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2dcc8f79-9045-4c1a-aaaa-5485237d66ba: Amount of 588 has to sent to Account number 11522bfa-dbdc-424f-bebc-4a2052ec3f00
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 11522bfa-dbdc-424f-bebc-4a2052ec3f00: Amount of 588 has been received from Account number 2dcc8f79-9045-4c1a-aaaa-5485237d66ba
2024-07-09 19:26:08.309  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e902129-37b8-4c33-89bc-e9fc1fb98729: Amount of 23 has to sent to Account number 030f9a6b-4657-44fa-bf1b-1c0586a314a6
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25dd1f9f-355f-4b17-9d94-fba64ddd11c7: Amount of 703 has to sent to Account number 4a8d6110-0dbc-46f2-aaef-86dcd7686efc
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 030f9a6b-4657-44fa-bf1b-1c0586a314a6: Amount of 23 has been received from Account number 8e902129-37b8-4c33-89bc-e9fc1fb98729
2024-07-09 19:26:08.309  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1bb6de89-bb14-4bcd-87dc-20bb7e084aef: Amount of 640 has to sent to Account number e72ee6c8-e054-4210-994f-4d13837cc7f4
2024-07-09 19:26:08.309  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of a535f791-6ce5-4d69-a780-692274213970: Amount of 211 has been received from Account number 75b236bd-5b5a-44d6-b709-2755b25fe418
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of e72ee6c8-e054-4210-994f-4d13837cc7f4: Amount of 640 has been received from Account number 1bb6de89-bb14-4bcd-87dc-20bb7e084aef
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d5838bef-e513-4afa-a8ba-039e77bde31c: Amount of 97 has to sent to Account number 4cc669c3-8e1a-4b44-8b4c-b37f5dae943e
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9f48107c-e1a9-4662-b410-70199faf1e01: Amount of 531 has to sent to Account number ee641f86-e21d-4d7c-9696-293bde907dde
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4cc669c3-8e1a-4b44-8b4c-b37f5dae943e: Amount of 97 has been received from Account number d5838bef-e513-4afa-a8ba-039e77bde31c
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee641f86-e21d-4d7c-9696-293bde907dde: Amount of 531 has been received from Account number 9f48107c-e1a9-4662-b410-70199faf1e01
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 78d3f528-62ff-4f46-b365-2393f567e620: Amount of 728 has to sent to Account number 1b17f106-09e3-4118-87c1-ca942dd30c50
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1b17f106-09e3-4118-87c1-ca942dd30c50: Amount of 728 has been received from Account number 78d3f528-62ff-4f46-b365-2393f567e620
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 19513f95-96e3-4ec2-98ae-28a040885a94: Amount of 851 has to sent to Account number d9b11a25-4ff3-44ea-95e9-ad14cd019e3d
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of d9b11a25-4ff3-44ea-95e9-ad14cd019e3d: Amount of 851 has been received from Account number 19513f95-96e3-4ec2-98ae-28a040885a94
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 41ca0f48-3c7a-4a23-9be1-1acde326f8c3: Amount of 13 has to sent to Account number 6f8e358b-6022-4c08-b800-b6ca002db337
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of c4d8ae08-788f-4120-a653-1f742e02ba60: Amount of 106 has to sent to Account number adc80290-28fe-42a5-adcf-34aec0b174d5
2024-07-09 19:26:08.309  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c0f6b76-3ba6-49f3-a48f-8d4acea52181: Amount of 12 has to sent to Account number 8dde18d9-e46c-484d-b772-276f0d315d2a
2024-07-09 19:26:08.309  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c031396-709a-4fa8-86e2-c06a091fa68f: Amount of 42 has to sent to Account number 465ce710-497a-41ae-be0b-9588566ccbb9
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8dde18d9-e46c-484d-b772-276f0d315d2a: Amount of 12 has been received from Account number 8c0f6b76-3ba6-49f3-a48f-8d4acea52181
2024-07-09 19:26:08.309  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9c243e89-e97d-4b56-b9d6-dd5ba716ab67: Amount of 469 has to sent to Account number 2ba4c777-473f-4e32-a704-15de69e952ae
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 02bc8ce7-fbc6-4fd7-98d9-c3b4f0f364c8: Amount of 925 has to sent to Account number b0d9f426-42de-474b-b8ea-abad6866b1ef
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ba4c777-473f-4e32-a704-15de69e952ae: Amount of 469 has been received from Account number 9c243e89-e97d-4b56-b9d6-dd5ba716ab67
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 465ce710-497a-41ae-be0b-9588566ccbb9: Amount of 42 has been received from Account number 0c031396-709a-4fa8-86e2-c06a091fa68f
2024-07-09 19:26:08.309  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6728261c-db33-43da-b175-6804b2eff3bb: Amount of 98 has to sent to Account number 7eda990e-f34f-443e-b797-eba0275a03e1
2024-07-09 19:26:08.309  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 810c41c1-d6aa-47b4-b2f1-eeb40cabf541: Amount of 354 has to sent to Account number 8941c58e-4cd8-4ef8-8882-e8207ae3e8fb
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7eda990e-f34f-443e-b797-eba0275a03e1: Amount of 98 has been received from Account number 6728261c-db33-43da-b175-6804b2eff3bb
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of abcf0c15-b2e4-4546-957e-2fdf497708fb: Amount of 208 has to sent to Account number 5dd823d6-6023-43f2-98aa-ee3a758b1782
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5dd823d6-6023-43f2-98aa-ee3a758b1782: Amount of 208 has been received from Account number abcf0c15-b2e4-4546-957e-2fdf497708fb
2024-07-09 19:26:08.309  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a03aa83d-2337-4551-add8-a5d85f29aa14: Amount of 415 has to sent to Account number d6cdb5db-8902-481c-82c5-2eda32133273
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6cdb5db-8902-481c-82c5-2eda32133273: Amount of 415 has been received from Account number a03aa83d-2337-4551-add8-a5d85f29aa14
2024-07-09 19:26:08.309  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 09ddad67-cb9b-4505-8507-eaf8eced987c: Amount of 859 has to sent to Account number 3e8d5ed4-5a68-42d8-85b0-c6629ddfc070
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of d976fd3b-cb86-43d0-b9fa-539288d01bf7: Amount of 196 has to sent to Account number c77a75b4-56d2-4177-a032-2c7465d464a2
2024-07-09 19:26:08.309  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of d0df3fb5-e0f9-4676-95c6-7afdbc797438: Amount of 141 has been received from Account number 2b120022-1d6d-4a49-914f-d6098a08ad17
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of c77a75b4-56d2-4177-a032-2c7465d464a2: Amount of 196 has been received from Account number d976fd3b-cb86-43d0-b9fa-539288d01bf7
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e8d5ed4-5a68-42d8-85b0-c6629ddfc070: Amount of 859 has been received from Account number 09ddad67-cb9b-4505-8507-eaf8eced987c
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7c869f62-1c68-437a-8fab-d51140b04cad: Amount of 333 has to sent to Account number b3ff330a-3309-49f4-b60a-87de4651e463
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b17166f-d386-4d43-8e7f-d4d51a092b09: Amount of 232 has to sent to Account number df5c1aa1-d038-4c9f-8478-13c11527f454
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9b8a7312-2a7c-4fc7-9e1c-588856dad018: Amount of 281 has to sent to Account number 57423063-ca6d-45d6-8645-0d2e974dc982
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of df5c1aa1-d038-4c9f-8478-13c11527f454: Amount of 232 has been received from Account number 5b17166f-d386-4d43-8e7f-d4d51a092b09
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1e03868a-0880-4ae9-afe9-aa118e442d61: Amount of 741 has to sent to Account number de77c30a-04b3-417a-928b-628923c1fceb
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 57423063-ca6d-45d6-8645-0d2e974dc982: Amount of 281 has been received from Account number 9b8a7312-2a7c-4fc7-9e1c-588856dad018
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of de77c30a-04b3-417a-928b-628923c1fceb: Amount of 741 has been received from Account number 1e03868a-0880-4ae9-afe9-aa118e442d61
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of c2b5baf4-c6c0-4107-96f1-1588f4ecca6c: Amount of 790 has to sent to Account number 8072caf5-9867-43d3-9abc-0ab856a76d3e
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8072caf5-9867-43d3-9abc-0ab856a76d3e: Amount of 790 has been received from Account number c2b5baf4-c6c0-4107-96f1-1588f4ecca6c
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of f0e3e157-1615-4318-aa35-1cd518ea080b: Amount of 479 has to sent to Account number 456d7930-df45-4870-be34-cb5481e29cf1
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 456d7930-df45-4870-be34-cb5481e29cf1: Amount of 479 has been received from Account number f0e3e157-1615-4318-aa35-1cd518ea080b
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a1b46e8-4b34-4bdc-81ce-323b95995299: Amount of 57 has to sent to Account number ee884782-286a-49c5-89a5-6cddd5758cfc
2024-07-09 19:26:08.309  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b77c0fb-d7f7-4cf8-b76a-ab2b88613183: Amount of 156 has to sent to Account number ac075d7e-11b3-41b8-bb10-c7f94cc1baf2
2024-07-09 19:26:08.309  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of e48aebcb-c75a-4dbb-b932-fd25340b297c: Amount of 181 has been received from Account number 5de2aacb-097e-4405-bf46-ed7652934a3f
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 70e116e3-06b6-4af9-bddf-7f1e955eb282: Amount of 881 has to sent to Account number f5922263-4309-440c-b0f8-5f527cec36f1
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 316e6021-8ac8-4ae7-9b95-71d4a58c5adf: Amount of 62 has to sent to Account number 53b76f44-6ec7-4e56-ad75-1037f136fb23
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac075d7e-11b3-41b8-bb10-c7f94cc1baf2: Amount of 156 has been received from Account number 2b77c0fb-d7f7-4cf8-b76a-ab2b88613183
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of b4cf06d5-2ff0-4632-b81c-ab0321528427: Amount of 6 has to sent to Account number dedf406b-d36e-40a3-bc4f-4116433bb147
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a298e06-f1bc-4761-a98f-3eb8ba58c0b4: Amount of 139 has to sent to Account number a04c43d8-3bec-4157-8697-46594b6506b3
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of a04c43d8-3bec-4157-8697-46594b6506b3: Amount of 139 has been received from Account number 3a298e06-f1bc-4761-a98f-3eb8ba58c0b4
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 18fc8f63-dcfe-492f-8621-0ec46792c197: Amount of 684 has to sent to Account number b30bbdda-c789-441a-93aa-583016aba467
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 79d77af0-b46e-4e80-8929-05f0d6502979: Amount of 305 has to sent to Account number 01e8a615-5b0a-454c-a2f8-87d9c81c3859
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of b30bbdda-c789-441a-93aa-583016aba467: Amount of 684 has been received from Account number 18fc8f63-dcfe-492f-8621-0ec46792c197
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 767a42e4-d643-4ca5-b086-17691eaf0850: Amount of 151 has been received from Account number b14cb3d5-584b-4519-9fc2-624f22b1a249
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 01e8a615-5b0a-454c-a2f8-87d9c81c3859: Amount of 305 has been received from Account number 79d77af0-b46e-4e80-8929-05f0d6502979
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of d60ce2eb-c651-4aed-bd3b-647e797b9a3e: Amount of 244 has to sent to Account number 539dfe14-9c65-49e5-afbd-f4ef5ffb2f1d
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4da3718d-6a98-4587-8d11-80a59180572a: Amount of 729 has to sent to Account number 631ebf10-e13a-4fd3-84ed-56a694d7af82
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 539dfe14-9c65-49e5-afbd-f4ef5ffb2f1d: Amount of 244 has been received from Account number d60ce2eb-c651-4aed-bd3b-647e797b9a3e
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 631ebf10-e13a-4fd3-84ed-56a694d7af82: Amount of 729 has been received from Account number 4da3718d-6a98-4587-8d11-80a59180572a
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 427afbd4-47d9-46c4-99ab-5bc22b89354e: Amount of 299 has to sent to Account number 59692077-13d0-466b-84b4-9f70b7b905d8
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 59692077-13d0-466b-84b4-9f70b7b905d8: Amount of 299 has been received from Account number 427afbd4-47d9-46c4-99ab-5bc22b89354e
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7e4c3abf-0cff-4dfb-a549-73f9392df8a2: Amount of 850 has to sent to Account number c5fe9cda-305a-4f45-8179-990cb8570d87
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of fdcc9e39-edb8-4cab-b0ba-10c252245273: Amount of 217 has to sent to Account number 994b3885-b5ec-4ec5-8b5d-6f6451374281
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 994b3885-b5ec-4ec5-8b5d-6f6451374281: Amount of 217 has been received from Account number fdcc9e39-edb8-4cab-b0ba-10c252245273
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of c5fe9cda-305a-4f45-8179-990cb8570d87: Amount of 850 has been received from Account number 7e4c3abf-0cff-4dfb-a549-73f9392df8a2
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 58315094-8354-4712-97dc-b8d5a3003cc9: Amount of 552 has been received from Account number 2d5d4aff-8515-4f1e-8690-2ad730844cdc
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4a8d6110-0dbc-46f2-aaef-86dcd7686efc: Amount of 703 has been received from Account number 25dd1f9f-355f-4b17-9d94-fba64ddd11c7
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of aee21edc-9f0e-44b7-b22c-8ab406036ba8: Amount of 626 has to sent to Account number f9fbe39a-1e71-46ec-84c7-edcd820bd5b2
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e54305a-c37d-49fa-bd8b-6115bffaac82: Amount of 639 has to sent to Account number 743acb65-4ec6-41e5-8024-2475ba52aaee
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6f8e358b-6022-4c08-b800-b6ca002db337: Amount of 13 has been received from Account number 41ca0f48-3c7a-4a23-9be1-1acde326f8c3
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 743acb65-4ec6-41e5-8024-2475ba52aaee: Amount of 639 has been received from Account number 9e54305a-c37d-49fa-bd8b-6115bffaac82
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of adc80290-28fe-42a5-adcf-34aec0b174d5: Amount of 106 has been received from Account number c4d8ae08-788f-4120-a653-1f742e02ba60
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2bc09787-dd04-4ae0-be32-f424524dd524: Amount of 742 has to sent to Account number c9ad7cd2-bc9a-439e-855d-c277430c84a6
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of b0d9f426-42de-474b-b8ea-abad6866b1ef: Amount of 925 has been received from Account number 02bc8ce7-fbc6-4fd7-98d9-c3b4f0f364c8
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of b87acdb9-90fd-47cf-9113-c9bbc4d805b2: Amount of 249 has to sent to Account number c004c549-5b07-402b-94db-4c5bdcc807e6
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 92821aa8-2e3c-433b-80aa-8da57c054839: Amount of 428 has to sent to Account number 80244f05-363c-4ab1-8e7e-510c51d0d339
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c004c549-5b07-402b-94db-4c5bdcc807e6: Amount of 249 has been received from Account number b87acdb9-90fd-47cf-9113-c9bbc4d805b2
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6f9ca27e-9633-492c-8701-6c00199ccfb3: Amount of 944 has to sent to Account number 38c66e74-3f4b-484e-90e6-77b70217bfc3
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 38c66e74-3f4b-484e-90e6-77b70217bfc3: Amount of 944 has been received from Account number 6f9ca27e-9633-492c-8701-6c00199ccfb3
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8941c58e-4cd8-4ef8-8882-e8207ae3e8fb: Amount of 354 has been received from Account number 810c41c1-d6aa-47b4-b2f1-eeb40cabf541
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of e71036cc-77d7-4ef2-aa6c-1d481009257e: Amount of 489 has to sent to Account number 0a1c103c-5f90-49ab-92de-94bd9f0a71cf
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a1c103c-5f90-49ab-92de-94bd9f0a71cf: Amount of 489 has been received from Account number e71036cc-77d7-4ef2-aa6c-1d481009257e
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ad16787c-80fd-4cc2-8241-a56527fc39c1: Amount of 243 has to sent to Account number a5e5d180-18ea-40fe-a9d2-170a0dc7c442
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of a5e5d180-18ea-40fe-a9d2-170a0dc7c442: Amount of 243 has been received from Account number ad16787c-80fd-4cc2-8241-a56527fc39c1
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9a112eef-bc85-4e57-b148-77adc395f82f: Amount of 106 has to sent to Account number 827aa6ea-a0fe-4b61-9fba-c5c7398ecc7f
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 61805310-ae61-4049-a8f9-b08b479c2b9c: Amount of 307 has to sent to Account number 7a8611c6-1290-4df1-81e1-ef3894e97b9c
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7a8611c6-1290-4df1-81e1-ef3894e97b9c: Amount of 307 has been received from Account number 61805310-ae61-4049-a8f9-b08b479c2b9c
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 827aa6ea-a0fe-4b61-9fba-c5c7398ecc7f: Amount of 106 has been received from Account number 9a112eef-bc85-4e57-b148-77adc395f82f
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of b3ff330a-3309-49f4-b60a-87de4651e463: Amount of 333 has been received from Account number 7c869f62-1c68-437a-8fab-d51140b04cad
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 189cfdf4-426a-4589-af43-805891ee9152: Amount of 261 has to sent to Account number 5907e327-a882-42ba-91d9-392d09798fa8
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0048ef12-af52-49c7-a887-884f853686d9: Amount of 23 has to sent to Account number 74758424-8b19-4d63-8588-92ac798e497d
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of bba614e0-b8b5-44f5-82ef-eeadb577f4fc: Amount of 210 has to sent to Account number 149b5dc3-2967-404b-b0a4-485d618df819
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee884782-286a-49c5-89a5-6cddd5758cfc: Amount of 57 has been received from Account number 6a1b46e8-4b34-4bdc-81ce-323b95995299
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 74758424-8b19-4d63-8588-92ac798e497d: Amount of 23 has been received from Account number 0048ef12-af52-49c7-a887-884f853686d9
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of e16fdf6a-2eb7-43a6-a753-dbde6b23dcb2: Amount of 749 has to sent to Account number deda57d9-7c4d-4538-8ee3-beae2b1f9ac7
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of f5922263-4309-440c-b0f8-5f527cec36f1: Amount of 881 has been received from Account number 70e116e3-06b6-4af9-bddf-7f1e955eb282
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53b76f44-6ec7-4e56-ad75-1037f136fb23: Amount of 62 has been received from Account number 316e6021-8ac8-4ae7-9b95-71d4a58c5adf
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of deda57d9-7c4d-4538-8ee3-beae2b1f9ac7: Amount of 749 has been received from Account number e16fdf6a-2eb7-43a6-a753-dbde6b23dcb2
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 238c73a4-38f6-436f-9547-e910df5d4ce5: Amount of 69 has to sent to Account number ad563a44-bec7-4280-b3b4-4cac21d0a48d
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ad563a44-bec7-4280-b3b4-4cac21d0a48d: Amount of 69 has been received from Account number 238c73a4-38f6-436f-9547-e910df5d4ce5
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of dedf406b-d36e-40a3-bc4f-4116433bb147: Amount of 6 has been received from Account number b4cf06d5-2ff0-4632-b81c-ab0321528427
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of b23ce2ae-c62e-45ce-b744-2996363eb8bd: Amount of 280 has to sent to Account number 9a2cecdc-91e2-495a-9139-0a566bb9003c
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of c5aac9e9-2b82-4c21-910f-5dd39559a2ea: Amount of 562 has to sent to Account number 5f64a999-bb5a-4184-988c-ab7e07425cda
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 94a017ad-3c4e-4668-bda5-88a85c26ccbe: Amount of 706 has to sent to Account number e1eb4bb1-1b8f-4f6a-8137-96877855fc9a
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e1406ee-aa15-446d-99a7-dc1090f335cf: Amount of 397 has to sent to Account number 226d46a0-12a6-4bd3-b6d4-0f8989c45433
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of e1eb4bb1-1b8f-4f6a-8137-96877855fc9a: Amount of 706 has been received from Account number 94a017ad-3c4e-4668-bda5-88a85c26ccbe
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 226d46a0-12a6-4bd3-b6d4-0f8989c45433: Amount of 397 has been received from Account number 0e1406ee-aa15-446d-99a7-dc1090f335cf
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of a148e8b2-0fbe-4d23-9b3b-318a3edc74c1: Amount of 746 has to sent to Account number 3e6c7971-3ef1-4a10-8ac9-c2f6db8c1288
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8878035c-6312-4dfc-8b61-6230fe2eeded: Amount of 539 has to sent to Account number 3cde079a-d3df-4a48-88c7-8d50e806810f
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e6c7971-3ef1-4a10-8ac9-c2f6db8c1288: Amount of 746 has been received from Account number a148e8b2-0fbe-4d23-9b3b-318a3edc74c1
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3cde079a-d3df-4a48-88c7-8d50e806810f: Amount of 539 has been received from Account number 8878035c-6312-4dfc-8b61-6230fe2eeded
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 37677e8e-5004-460f-8465-b0c82dbf5961: Amount of 204 has to sent to Account number 0356463f-91f2-4c79-baab-6cf430fefd04
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0356463f-91f2-4c79-baab-6cf430fefd04: Amount of 204 has been received from Account number 37677e8e-5004-460f-8465-b0c82dbf5961
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 55d36fe5-d8c3-417f-95eb-b0628a84fb75: Amount of 551 has to sent to Account number fdd197be-032e-496e-93de-c9b7f7dfb5f3
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 198b5d8d-ab3a-43de-b6b0-670c4b7676e8: Amount of 778 has to sent to Account number a4bc3249-825d-490b-92c6-99900b4e4b2c
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of fdd197be-032e-496e-93de-c9b7f7dfb5f3: Amount of 551 has been received from Account number 55d36fe5-d8c3-417f-95eb-b0628a84fb75
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of f9fbe39a-1e71-46ec-84c7-edcd820bd5b2: Amount of 626 has been received from Account number aee21edc-9f0e-44b7-b22c-8ab406036ba8
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9b60ae5-2891-483c-991b-f1849b1a65c0: Amount of 377 has to sent to Account number 304f4139-2bf2-43a8-a64b-cc5606ea6b2d
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 304f4139-2bf2-43a8-a64b-cc5606ea6b2d: Amount of 377 has been received from Account number a9b60ae5-2891-483c-991b-f1849b1a65c0
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 89f994e3-1673-410d-aae9-c6beed9b0fbf: Amount of 10 has to sent to Account number afc5f930-b716-4aaa-9b0a-d34bafab5ff5
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c34a865-57ed-4fd2-9172-fc8107474117: Amount of 632 has to sent to Account number 9c0f4c69-5ebc-4e3c-8a6e-8cad6b0f10e1
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of c9ad7cd2-bc9a-439e-855d-c277430c84a6: Amount of 742 has been received from Account number 2bc09787-dd04-4ae0-be32-f424524dd524
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 21105cda-6080-40dd-88d7-e34ca7ee5096: Amount of 325 has to sent to Account number a52a3048-97cb-40f1-a2a8-1006ca9f2423
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of b9998b22-e709-4d23-bdf1-a3c6b3cfcc4a: Amount of 90 has to sent to Account number 801b1fff-d7a5-41a2-9b9d-b996b8836656
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 80244f05-363c-4ab1-8e7e-510c51d0d339: Amount of 428 has been received from Account number 92821aa8-2e3c-433b-80aa-8da57c054839
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of d47923f6-1a1a-4577-bf4a-7f3710356177: Amount of 3 has to sent to Account number d6327653-161e-4afd-8f10-c9830446f067
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6327653-161e-4afd-8f10-c9830446f067: Amount of 3 has been received from Account number d47923f6-1a1a-4577-bf4a-7f3710356177
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4eebf762-56f6-4604-8caa-7c1793233671: Amount of 259 has to sent to Account number c6e287f7-2074-49be-bc58-67f1bf8a77f1
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of b31c85e4-5453-4581-afb9-fbf88cca724c: Amount of 54 has to sent to Account number a25cde26-d6f8-462c-b298-5e12a62fedf9
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5bb5e545-7dfc-4d63-b5d1-0aae6028939b: Amount of 406 has to sent to Account number 727adbaf-e67b-4dd3-84e8-86ea69d9243c
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4bb494d9-7659-4303-8bad-042bca5552fc: Amount of 212 has to sent to Account number 77c0445f-99eb-400f-9277-88c974669df8
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of a25cde26-d6f8-462c-b298-5e12a62fedf9: Amount of 54 has been received from Account number b31c85e4-5453-4581-afb9-fbf88cca724c
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5907e327-a882-42ba-91d9-392d09798fa8: Amount of 261 has been received from Account number 189cfdf4-426a-4589-af43-805891ee9152
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 382809c6-d4a9-4cc9-8f4d-fb3432a97257: Amount of 896 has to sent to Account number 94c8f2fc-dd11-4668-a45b-093df403366d
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 149b5dc3-2967-404b-b0a4-485d618df819: Amount of 210 has been received from Account number bba614e0-b8b5-44f5-82ef-eeadb577f4fc
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9489abf5-3aea-4e8f-b631-924f5eee63e8: Amount of 448 has to sent to Account number c062a539-c87b-49ee-8f35-de2b4f403cfc
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of c062a539-c87b-49ee-8f35-de2b4f403cfc: Amount of 448 has been received from Account number 9489abf5-3aea-4e8f-b631-924f5eee63e8
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 88a76a9b-8262-4ed7-9c23-10981b3084a5: Amount of 2 has to sent to Account number cb4040e8-2da2-494d-987c-e5651dc74784
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ef47bcb-2ed8-4741-bdfe-3225989d6ace: Amount of 743 has to sent to Account number 3606e77e-bbec-4e94-8540-7988146e6118
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3606e77e-bbec-4e94-8540-7988146e6118: Amount of 743 has been received from Account number 7ef47bcb-2ed8-4741-bdfe-3225989d6ace
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a48bc221-9858-41cd-80db-cf29480bf49d: Amount of 683 has to sent to Account number 46239c73-68af-4ca1-af82-980e4233c435
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of cb4040e8-2da2-494d-987c-e5651dc74784: Amount of 2 has been received from Account number 88a76a9b-8262-4ed7-9c23-10981b3084a5
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 46239c73-68af-4ca1-af82-980e4233c435: Amount of 683 has been received from Account number a48bc221-9858-41cd-80db-cf29480bf49d
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1d1ae96a-e9c0-430e-8779-42c737c8d27b: Amount of 97 has to sent to Account number 59b3375f-8644-4077-8de1-f9814f5080af
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 59b3375f-8644-4077-8de1-f9814f5080af: Amount of 97 has been received from Account number 1d1ae96a-e9c0-430e-8779-42c737c8d27b
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a7edcf54-de54-4104-9727-65ae58ad22db: Amount of 770 has to sent to Account number 92385002-cfdf-4f42-a273-3ef2f1a8f0b6
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 92385002-cfdf-4f42-a273-3ef2f1a8f0b6: Amount of 770 has been received from Account number a7edcf54-de54-4104-9727-65ae58ad22db
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 05abeaba-1ccf-4883-9f13-cd6d2f30d89b: Amount of 175 has to sent to Account number 9e431e1b-75c3-4b96-80e2-4d0ca085858f
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa4dad98-40ab-4ab1-89dd-9be1d12be369: Amount of 343 has to sent to Account number 64f7db7d-f733-42af-8b44-5cfea02ea29a
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64f7db7d-f733-42af-8b44-5cfea02ea29a: Amount of 343 has been received from Account number fa4dad98-40ab-4ab1-89dd-9be1d12be369
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e431e1b-75c3-4b96-80e2-4d0ca085858f: Amount of 175 has been received from Account number 05abeaba-1ccf-4883-9f13-cd6d2f30d89b
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 888abd93-eb52-47a4-b079-6abe3ac4d903: Amount of 992 has to sent to Account number 05ba6242-074c-4a97-af48-4c834922315d
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 05ba6242-074c-4a97-af48-4c834922315d: Amount of 992 has been received from Account number 888abd93-eb52-47a4-b079-6abe3ac4d903
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of f9179cf5-77e2-465f-9329-4784efaa390a: Amount of 870 has to sent to Account number fa9bebda-bb82-463b-8e89-879e00b5afab
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa9bebda-bb82-463b-8e89-879e00b5afab: Amount of 870 has been received from Account number f9179cf5-77e2-465f-9329-4784efaa390a
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 16ce432f-3219-4d35-8fda-cb67a3991de5: Amount of 673 has to sent to Account number e3b72e5b-aabd-4788-bb61-d28e2a52edf0
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8875824f-351d-4455-84b3-a1045f11492f: Amount of 965 has to sent to Account number 0bb8e4c5-2c94-4e05-b2b8-7b84d5bb0946
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9a2cecdc-91e2-495a-9139-0a566bb9003c: Amount of 280 has been received from Account number b23ce2ae-c62e-45ce-b744-2996363eb8bd
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f64a999-bb5a-4184-988c-ab7e07425cda: Amount of 562 has been received from Account number c5aac9e9-2b82-4c21-910f-5dd39559a2ea
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 692c98f4-db65-494a-bb05-b790f734c4ca: Amount of 559 has to sent to Account number ea636aba-98c5-4216-a56e-f1154f4ac510
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of e3be99fb-8a89-4b68-bdcc-687efbfe40ec: Amount of 73 has to sent to Account number 94df3430-6444-48ff-8b5f-8125fb791ada
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ea636aba-98c5-4216-a56e-f1154f4ac510: Amount of 559 has been received from Account number 692c98f4-db65-494a-bb05-b790f734c4ca
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4bc3249-825d-490b-92c6-99900b4e4b2c: Amount of 778 has been received from Account number 198b5d8d-ab3a-43de-b6b0-670c4b7676e8
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9c0f4c69-5ebc-4e3c-8a6e-8cad6b0f10e1: Amount of 632 has been received from Account number 8c34a865-57ed-4fd2-9172-fc8107474117
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf171416-7219-4a04-8743-4875f57d63ee: Amount of 617 has to sent to Account number 3dca1ac7-59c6-413a-b28d-55e86881cfc0
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of afc5f930-b716-4aaa-9b0a-d34bafab5ff5: Amount of 10 has been received from Account number 89f994e3-1673-410d-aae9-c6beed9b0fbf
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3dca1ac7-59c6-413a-b28d-55e86881cfc0: Amount of 617 has been received from Account number cf171416-7219-4a04-8743-4875f57d63ee
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c9299f4-be87-45d4-8be6-f33f0fec621e: Amount of 474 has to sent to Account number bf8a95ee-9ba1-49ee-9d26-d1314bb27f59
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 623281d2-74d8-4580-bf98-4f4f8de44e5a: Amount of 754 has to sent to Account number d2d1080d-5e13-44ba-b321-8aedb3653ded
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of a52a3048-97cb-40f1-a2a8-1006ca9f2423: Amount of 325 has been received from Account number 21105cda-6080-40dd-88d7-e34ca7ee5096
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2d1080d-5e13-44ba-b321-8aedb3653ded: Amount of 754 has been received from Account number 623281d2-74d8-4580-bf98-4f4f8de44e5a
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 801b1fff-d7a5-41a2-9b9d-b996b8836656: Amount of 90 has been received from Account number b9998b22-e709-4d23-bdf1-a3c6b3cfcc4a
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 61323cf3-784c-4e3b-9f3b-81e484b3447c: Amount of 946 has to sent to Account number 2c381d92-1ad3-40a3-9788-e978d30c7114
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4a9ed2ad-c177-4e06-907d-f0c402ba5cf5: Amount of 734 has to sent to Account number e58175c2-78cd-49cb-8b86-e0fa6d006579
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of e58175c2-78cd-49cb-8b86-e0fa6d006579: Amount of 734 has been received from Account number 4a9ed2ad-c177-4e06-907d-f0c402ba5cf5
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c381d92-1ad3-40a3-9788-e978d30c7114: Amount of 946 has been received from Account number 61323cf3-784c-4e3b-9f3b-81e484b3447c
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of c6e287f7-2074-49be-bc58-67f1bf8a77f1: Amount of 259 has been received from Account number 4eebf762-56f6-4604-8caa-7c1793233671
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 727adbaf-e67b-4dd3-84e8-86ea69d9243c: Amount of 406 has been received from Account number 5bb5e545-7dfc-4d63-b5d1-0aae6028939b
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77c0445f-99eb-400f-9277-88c974669df8: Amount of 212 has been received from Account number 4bb494d9-7659-4303-8bad-042bca5552fc
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 94c8f2fc-dd11-4668-a45b-093df403366d: Amount of 896 has been received from Account number 382809c6-d4a9-4cc9-8f4d-fb3432a97257
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0473dd99-f199-429a-87e9-f051e8f5352e: Amount of 520 has to sent to Account number e22fec6d-7607-4bb0-8e18-293728de8df8
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 546d4000-5b36-4d9b-9f34-e37be047451c: Amount of 285 has to sent to Account number 0268b86c-b143-4b92-a2a6-7863d93b53e0
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of e22fec6d-7607-4bb0-8e18-293728de8df8: Amount of 520 has been received from Account number 0473dd99-f199-429a-87e9-f051e8f5352e
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0268b86c-b143-4b92-a2a6-7863d93b53e0: Amount of 285 has been received from Account number 546d4000-5b36-4d9b-9f34-e37be047451c
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 43a855dd-e4c5-4bd3-92fd-2eb115e41207: Amount of 588 has to sent to Account number 30ad8867-cac1-4062-911f-ef5273f4ecc6
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 17b08116-1dcd-464e-8fc8-a6e339416b3b: Amount of 804 has to sent to Account number 2eb26086-1ef1-4fc1-a751-501215617b2f
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 30ad8867-cac1-4062-911f-ef5273f4ecc6: Amount of 588 has been received from Account number 43a855dd-e4c5-4bd3-92fd-2eb115e41207
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2eb26086-1ef1-4fc1-a751-501215617b2f: Amount of 804 has been received from Account number 17b08116-1dcd-464e-8fc8-a6e339416b3b
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 14fbc899-9245-47dc-979a-dca01177a7d0: Amount of 112 has to sent to Account number eff7e521-9da7-491e-b340-223ada8072db
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 431ec4bc-4731-4f05-9ab3-31f634a17312: Amount of 687 has to sent to Account number 9b1dd2b3-acf3-46f8-8ccc-19a0b6385fdf
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9b1dd2b3-acf3-46f8-8ccc-19a0b6385fdf: Amount of 687 has been received from Account number 431ec4bc-4731-4f05-9ab3-31f634a17312
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of eff7e521-9da7-491e-b340-223ada8072db: Amount of 112 has been received from Account number 14fbc899-9245-47dc-979a-dca01177a7d0
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1aa0ee9f-8ca5-4862-b7a4-76d698138233: Amount of 621 has to sent to Account number d51d7910-f5bb-4d8d-bcf0-068c78705f19
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of d51d7910-f5bb-4d8d-bcf0-068c78705f19: Amount of 621 has been received from Account number 1aa0ee9f-8ca5-4862-b7a4-76d698138233
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of dac717fb-9558-4917-bc07-b17b952dc7e8: Amount of 251 has to sent to Account number f91d22cc-9e05-462e-8491-ed36bcb9cf39
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of f91d22cc-9e05-462e-8491-ed36bcb9cf39: Amount of 251 has been received from Account number dac717fb-9558-4917-bc07-b17b952dc7e8
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6c528e23-208f-40e7-918f-27a0a8e97ca9: Amount of 351 has to sent to Account number 1a9383b7-1cfe-4823-bc5a-33a9249ae5a8
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e9785fe-c85a-43de-8706-6f47f622d54c: Amount of 608 has to sent to Account number e76ed88c-39d6-4b98-a1ab-e899d852b54c
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1a9383b7-1cfe-4823-bc5a-33a9249ae5a8: Amount of 351 has been received from Account number 6c528e23-208f-40e7-918f-27a0a8e97ca9
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8880f040-f4df-4d33-a865-37a497208e99: Amount of 480 has to sent to Account number 40ec7ddd-8c40-46e1-b2ca-efd4b065e2ec
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 33cc85fd-9ff3-4b24-a627-08cebc6e92f4: Amount of 421 has to sent to Account number 0a0ba967-4ee0-434a-b73a-901f49689bba
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ddf796e-d35b-4461-8aac-ea1f10bcb9bd: Amount of 749 has to sent to Account number f8b922b3-3607-46e2-b0e4-1c887bcb8bb1
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 70016959-3679-4eee-a4d9-edc896649d82: Amount of 426 has to sent to Account number 8986905d-6fae-43ff-b8f8-2a14d0815729
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of f8b922b3-3607-46e2-b0e4-1c887bcb8bb1: Amount of 749 has been received from Account number 7ddf796e-d35b-4461-8aac-ea1f10bcb9bd
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of e3b72e5b-aabd-4788-bb61-d28e2a52edf0: Amount of 673 has been received from Account number 16ce432f-3219-4d35-8fda-cb67a3991de5
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7830d654-77fc-4160-a866-ee4981d9d7cf: Amount of 333 has to sent to Account number c6a45e77-ff71-4be2-b7f5-cc03c66973b3
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c6a45e77-ff71-4be2-b7f5-cc03c66973b3: Amount of 333 has been received from Account number 7830d654-77fc-4160-a866-ee4981d9d7cf
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8986905d-6fae-43ff-b8f8-2a14d0815729: Amount of 426 has been received from Account number 70016959-3679-4eee-a4d9-edc896649d82
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0bb8e4c5-2c94-4e05-b2b8-7b84d5bb0946: Amount of 965 has been received from Account number 8875824f-351d-4455-84b3-a1045f11492f
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of a933444c-5c68-4ffb-a881-d73ca9f68462: Amount of 799 has to sent to Account number 2e0a24f1-69c5-4321-98c7-8a9a4e411f94
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e0a24f1-69c5-4321-98c7-8a9a4e411f94: Amount of 799 has been received from Account number a933444c-5c68-4ffb-a881-d73ca9f68462
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 85549de4-00f3-4766-bb3d-026d0c4c6dfe: Amount of 859 has to sent to Account number 54cec276-f9ba-4800-8225-5a0e9bf669c2
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4953112-7151-4874-9a75-071a7145bb16: Amount of 155 has to sent to Account number 0076563b-c4de-42fe-976f-a531c1145653
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 54cec276-f9ba-4800-8225-5a0e9bf669c2: Amount of 859 has been received from Account number 85549de4-00f3-4766-bb3d-026d0c4c6dfe
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d4166fe-3e73-40d2-8b83-ebcb135f9ea6: Amount of 964 has to sent to Account number a5bd4153-ecc2-4525-bb5c-b2265cee249a
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a5bd4153-ecc2-4525-bb5c-b2265cee249a: Amount of 964 has been received from Account number 3d4166fe-3e73-40d2-8b83-ebcb135f9ea6
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 94df3430-6444-48ff-8b5f-8125fb791ada: Amount of 73 has been received from Account number e3be99fb-8a89-4b68-bdcc-687efbfe40ec
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 11c7450f-f6e0-4add-bbaf-8d6997313759: Amount of 182 has to sent to Account number c660f85b-f2c2-469e-be96-a3b5980e9110
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0076563b-c4de-42fe-976f-a531c1145653: Amount of 155 has been received from Account number a4953112-7151-4874-9a75-071a7145bb16
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0cd183f4-8844-4b9f-a7fc-7794dabd8b99: Amount of 796 has to sent to Account number 15a2a66e-d3c1-4539-95a7-6db61f122390
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of c660f85b-f2c2-469e-be96-a3b5980e9110: Amount of 182 has been received from Account number 11c7450f-f6e0-4add-bbaf-8d6997313759
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of dea16fa1-71cc-43ef-9ec0-47fbfc72d522: Amount of 928 has to sent to Account number 1c321bdf-b3c6-4989-aa91-1235f604ee30
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of c36c7f0d-98f6-489a-8765-a18a13f10543: Amount of 618 has to sent to Account number 9434d4e4-3613-4540-a3ca-594d198a2d7f
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2aea898-ddde-4534-9dd5-d7ab893a7126: Amount of 44 has to sent to Account number dfaa485d-062d-40a9-a2f0-4db642530602
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of dfaa485d-062d-40a9-a2f0-4db642530602: Amount of 44 has been received from Account number f2aea898-ddde-4534-9dd5-d7ab893a7126
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c321bdf-b3c6-4989-aa91-1235f604ee30: Amount of 928 has been received from Account number dea16fa1-71cc-43ef-9ec0-47fbfc72d522
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1ffe97f6-b3b5-4104-9af7-346324f3cde3: Amount of 911 has to sent to Account number 67e3bfa6-542b-4231-ad68-c7266b679045
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 67e3bfa6-542b-4231-ad68-c7266b679045: Amount of 911 has been received from Account number 1ffe97f6-b3b5-4104-9af7-346324f3cde3
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 49464046-efc1-40d6-a348-5734b24d2db7: Amount of 712 has to sent to Account number e187713e-3dc5-4559-8681-63abccf99b98
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of e187713e-3dc5-4559-8681-63abccf99b98: Amount of 712 has been received from Account number 49464046-efc1-40d6-a348-5734b24d2db7
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 315d404b-8996-4c8d-ad3d-2b0bc485ca3e: Amount of 974 has to sent to Account number 06ecb95f-e94b-48f1-9e65-52b1db108e96
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa175868-61be-47d8-a750-815f6d1b0d24: Amount of 314 has to sent to Account number a6f114f4-7d70-436f-a52f-9f304686875f
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf8a95ee-9ba1-49ee-9d26-d1314bb27f59: Amount of 474 has been received from Account number 1c9299f4-be87-45d4-8be6-f33f0fec621e
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of a6f114f4-7d70-436f-a52f-9f304686875f: Amount of 314 has been received from Account number fa175868-61be-47d8-a750-815f6d1b0d24
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 87d2c683-4682-4ae9-84cf-432f5834e6f4: Amount of 783 has to sent to Account number 6b936b05-f770-4908-adbe-8bd19a40a6d5
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of e05a3a72-e04b-4298-ae8e-79317bad2b69: Amount of 926 has to sent to Account number 347e4d7c-8163-4f98-8bcb-03810016c530
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 347e4d7c-8163-4f98-8bcb-03810016c530: Amount of 926 has been received from Account number e05a3a72-e04b-4298-ae8e-79317bad2b69
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b936b05-f770-4908-adbe-8bd19a40a6d5: Amount of 783 has been received from Account number 87d2c683-4682-4ae9-84cf-432f5834e6f4
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of efd4d53c-3607-4dde-9609-7a7ee2eb5ef1: Amount of 308 has to sent to Account number 7f478899-c92d-4cef-b9ad-7100f7803d3b
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6c34052a-903a-4e27-8067-35a37b0b4012: Amount of 982 has to sent to Account number 65866c36-4acc-462b-b425-bd257a0e6fe9
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f478899-c92d-4cef-b9ad-7100f7803d3b: Amount of 308 has been received from Account number efd4d53c-3607-4dde-9609-7a7ee2eb5ef1
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of e8b3dfe2-c0af-4c70-aed1-4fabf3289854: Amount of 958 has to sent to Account number cb0dc8d6-fe90-4498-9abb-8a52897b75ee
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of c69ede38-5803-4cf5-8899-63a6446e428f: Amount of 227 has to sent to Account number 4b5cdfef-6859-4289-a129-ca319ac461ae
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of cb0dc8d6-fe90-4498-9abb-8a52897b75ee: Amount of 958 has been received from Account number e8b3dfe2-c0af-4c70-aed1-4fabf3289854
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4b5cdfef-6859-4289-a129-ca319ac461ae: Amount of 227 has been received from Account number c69ede38-5803-4cf5-8899-63a6446e428f
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4df259df-4c37-4d32-8d94-7548eb0f583b: Amount of 935 has to sent to Account number 7b8276f9-6b70-4f8a-832b-f8bf6ad9d0bd
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8978c2e0-65c5-4d2e-83df-4372fcc98c3c: Amount of 324 has to sent to Account number 6ee98a01-19b6-4ba2-b4e8-f6e0657baf72
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6ee98a01-19b6-4ba2-b4e8-f6e0657baf72: Amount of 324 has been received from Account number 8978c2e0-65c5-4d2e-83df-4372fcc98c3c
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b8276f9-6b70-4f8a-832b-f8bf6ad9d0bd: Amount of 935 has been received from Account number 4df259df-4c37-4d32-8d94-7548eb0f583b
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of b6e9c07e-5cce-4478-951f-e20f8d502287: Amount of 834 has to sent to Account number 8028203f-b179-42e7-a1c9-0b5690db1e33
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8028203f-b179-42e7-a1c9-0b5690db1e33: Amount of 834 has been received from Account number b6e9c07e-5cce-4478-951f-e20f8d502287
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of dc641225-9d85-46c2-88b5-f0530798f5fe: Amount of 968 has to sent to Account number 9637467b-905e-4066-b502-63c02b88b6a7
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of b4adef68-7c2d-421c-8732-10dc31058780: Amount of 267 has to sent to Account number 875e1d6c-ed4a-49a6-8471-28e166a18652
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9637467b-905e-4066-b502-63c02b88b6a7: Amount of 968 has been received from Account number dc641225-9d85-46c2-88b5-f0530798f5fe
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 875e1d6c-ed4a-49a6-8471-28e166a18652: Amount of 267 has been received from Account number b4adef68-7c2d-421c-8732-10dc31058780
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of e7b3536f-999f-4f7c-bdfb-054266affc40: Amount of 402 has to sent to Account number b74b2476-3e21-441a-91f6-aa40d727bf0b
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of b74b2476-3e21-441a-91f6-aa40d727bf0b: Amount of 402 has been received from Account number e7b3536f-999f-4f7c-bdfb-054266affc40
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of e76ed88c-39d6-4b98-a1ab-e899d852b54c: Amount of 608 has been received from Account number 8e9785fe-c85a-43de-8706-6f47f622d54c
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of e701c5bc-9f16-4c2c-b3c2-6ff84075b7bf: Amount of 61 has to sent to Account number 8f5deaaa-1a25-4864-9362-f374a12f81a1
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f5deaaa-1a25-4864-9362-f374a12f81a1: Amount of 61 has been received from Account number e701c5bc-9f16-4c2c-b3c2-6ff84075b7bf
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 60850019-41b8-4a18-b5c7-70ee0eb0ba2e: Amount of 645 has to sent to Account number 600a5929-a701-4fd2-b5b2-c825a8ab4ed4
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 725f5483-241c-409b-923d-7ebe038ec3ee: Amount of 782 has to sent to Account number 39c4600b-7339-4c2b-9f23-027053b192aa
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 40ec7ddd-8c40-46e1-b2ca-efd4b065e2ec: Amount of 480 has been received from Account number 8880f040-f4df-4d33-a865-37a497208e99
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of f590a555-08bc-46ba-8667-d8b73f045a74: Amount of 727 has to sent to Account number ea840242-74f4-4213-8ac5-b2f29dfb66b9
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 600a5929-a701-4fd2-b5b2-c825a8ab4ed4: Amount of 645 has been received from Account number 60850019-41b8-4a18-b5c7-70ee0eb0ba2e
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a0ba967-4ee0-434a-b73a-901f49689bba: Amount of 421 has been received from Account number 33cc85fd-9ff3-4b24-a627-08cebc6e92f4
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d7db5a5-cb9e-489f-a022-8af7ddfbd10f: Amount of 138 has to sent to Account number c24291df-e90b-45fc-93f6-f49c4dc47f00
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 20f2ab82-7977-4bc1-a404-ba37b41f96ae: Amount of 39 has to sent to Account number 28e6f12c-a99b-44ad-9aa5-49137dd8e833
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 07edb904-f9fb-4a86-b05f-60bae6b91f4a: Amount of 823 has to sent to Account number 14a99412-7643-40f9-807d-93b2891065b2
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of f4e97201-7b76-4eaa-9397-42ba0fd33455: Amount of 922 has to sent to Account number 8503ede4-de19-46ee-b734-13ffb5854385
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 14a99412-7643-40f9-807d-93b2891065b2: Amount of 823 has been received from Account number 07edb904-f9fb-4a86-b05f-60bae6b91f4a
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8503ede4-de19-46ee-b734-13ffb5854385: Amount of 922 has been received from Account number f4e97201-7b76-4eaa-9397-42ba0fd33455
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 15a2a66e-d3c1-4539-95a7-6db61f122390: Amount of 796 has been received from Account number 0cd183f4-8844-4b9f-a7fc-7794dabd8b99
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed5d0219-ab6a-4c17-a158-2c8f55532e23: Amount of 647 has to sent to Account number 436157d1-2ba7-4899-9938-c582d5e9a529
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 436157d1-2ba7-4899-9938-c582d5e9a529: Amount of 647 has been received from Account number ed5d0219-ab6a-4c17-a158-2c8f55532e23
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8ebea591-9882-4d09-a152-c1f62bffa892: Amount of 39 has to sent to Account number a197ceb9-dd9f-426a-88c8-7d3162208192
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of fe1e782f-4782-4e88-aaf3-2cf7b4505259: Amount of 359 has to sent to Account number 27125d19-f0ff-49ad-b1d4-2100aecdbff7
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of e5361f63-f476-49f6-a621-a5178d28adf6: Amount of 461 has to sent to Account number 82b0d201-f995-4b6c-9370-91455a5d2b5f
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 33c92c32-8cd4-428f-92a3-8d70b02621e9: Amount of 146 has to sent to Account number 9584b6e6-5208-4bf1-bfb3-af21d4545e86
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 27125d19-f0ff-49ad-b1d4-2100aecdbff7: Amount of 359 has been received from Account number fe1e782f-4782-4e88-aaf3-2cf7b4505259
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9434d4e4-3613-4540-a3ca-594d198a2d7f: Amount of 618 has been received from Account number c36c7f0d-98f6-489a-8765-a18a13f10543
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 91eb12c5-7fb3-4f9a-a59c-0dc0a31869e2: Amount of 862 has to sent to Account number b6763714-221b-40e0-a070-3d38b6e670ad
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5ed55729-0e0a-43e7-9f04-07ead9aeadd2: Amount of 519 has to sent to Account number 66c46cde-d6dd-44e3-afd6-01bc9e056f71
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of b6763714-221b-40e0-a070-3d38b6e670ad: Amount of 862 has been received from Account number 91eb12c5-7fb3-4f9a-a59c-0dc0a31869e2
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 06ecb95f-e94b-48f1-9e65-52b1db108e96: Amount of 974 has been received from Account number 315d404b-8996-4c8d-ad3d-2b0bc485ca3e
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of abbea090-0f18-4ecc-bf25-a40c6539d9f8: Amount of 362 has to sent to Account number 56fa97b0-fddd-4653-8474-ef09e172bf7b
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0f5ca39e-1a1e-4c10-a31b-1431d2e35f3f: Amount of 883 has to sent to Account number 550ee96f-eb86-4147-ab17-2cb6d46da1ec
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 550ee96f-eb86-4147-ab17-2cb6d46da1ec: Amount of 883 has been received from Account number 0f5ca39e-1a1e-4c10-a31b-1431d2e35f3f
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 974f6eb0-5cb3-42b9-8c77-e5bab3259bf5: Amount of 866 has to sent to Account number be0af59f-a745-466c-91e8-1fbb70d9e5f7
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of be0af59f-a745-466c-91e8-1fbb70d9e5f7: Amount of 866 has been received from Account number 974f6eb0-5cb3-42b9-8c77-e5bab3259bf5
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of d969e1ac-38c3-448b-a688-90c74c01d325: Amount of 776 has to sent to Account number 784a82a8-5f2d-4cc7-b592-aa88e953ff9d
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of fac55adb-1e92-4180-ad53-77addd913a07: Amount of 858 has to sent to Account number ace27e3f-9ac5-4b80-b0f2-78bf9639a3c0
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 918f1f1d-2dbd-473d-81a5-2a935b62cd3d: Amount of 202 has to sent to Account number 937e4f7c-9481-4f11-b08e-38b397763e0c
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 937e4f7c-9481-4f11-b08e-38b397763e0c: Amount of 202 has been received from Account number 918f1f1d-2dbd-473d-81a5-2a935b62cd3d
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of f1c8acb8-cd5c-4ed7-a6dc-b738881a1246: Amount of 661 has to sent to Account number 2645527c-1d3d-412a-99f3-f06f6e28043b
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2645527c-1d3d-412a-99f3-f06f6e28043b: Amount of 661 has been received from Account number f1c8acb8-cd5c-4ed7-a6dc-b738881a1246
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 579a61d3-d3e1-43e9-b2c9-f40b65f596d9: Amount of 469 has to sent to Account number 7c0b03f8-c5e0-4300-b6b5-742fdad96018
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a67733fb-6e07-4ee6-b869-7323eef4338c: Amount of 493 has to sent to Account number 6b083d89-f324-47ab-bf2e-89b9d6ae6f32
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7c0b03f8-c5e0-4300-b6b5-742fdad96018: Amount of 469 has been received from Account number 579a61d3-d3e1-43e9-b2c9-f40b65f596d9
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b083d89-f324-47ab-bf2e-89b9d6ae6f32: Amount of 493 has been received from Account number a67733fb-6e07-4ee6-b869-7323eef4338c
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 65866c36-4acc-462b-b425-bd257a0e6fe9: Amount of 982 has been received from Account number 6c34052a-903a-4e27-8067-35a37b0b4012
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 15c6c289-44db-4a36-97d2-4b94d96bc4e9: Amount of 836 has to sent to Account number 47468ba7-ad20-4a1a-8bab-0ff83713da9c
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 479b381a-c129-425d-85b7-37c6b0679b32: Amount of 962 has to sent to Account number deadfbfd-a5bd-4e52-9388-e963bab04938
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of deadfbfd-a5bd-4e52-9388-e963bab04938: Amount of 962 has been received from Account number 479b381a-c129-425d-85b7-37c6b0679b32
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of b5a80d78-2ab3-4413-9fab-5933d2c8428d: Amount of 462 has to sent to Account number 519c1c67-cdd7-4e03-beb2-7f44eeaf2c38
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 519c1c67-cdd7-4e03-beb2-7f44eeaf2c38: Amount of 462 has been received from Account number b5a80d78-2ab3-4413-9fab-5933d2c8428d
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 354f490a-a5b9-4448-bd0a-c554c397f56d: Amount of 113 has to sent to Account number 1049c03c-2135-4dcd-b5ce-0fdc6d27870e
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1049c03c-2135-4dcd-b5ce-0fdc6d27870e: Amount of 113 has been received from Account number 354f490a-a5b9-4448-bd0a-c554c397f56d
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0516d9ee-721e-4471-aca2-369427b3522b: Amount of 783 has to sent to Account number 069d82a4-8b78-4135-abc3-454888dceda3
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ea96eec6-d0ff-46e3-af7c-ceae78f710c4: Amount of 854 has to sent to Account number ace29f72-bb17-4d13-8f04-00906dfd4ce0
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 069d82a4-8b78-4135-abc3-454888dceda3: Amount of 783 has been received from Account number 0516d9ee-721e-4471-aca2-369427b3522b
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ace29f72-bb17-4d13-8f04-00906dfd4ce0: Amount of 854 has been received from Account number ea96eec6-d0ff-46e3-af7c-ceae78f710c4
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 39c4600b-7339-4c2b-9f23-027053b192aa: Amount of 782 has been received from Account number 725f5483-241c-409b-923d-7ebe038ec3ee
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ea840242-74f4-4213-8ac5-b2f29dfb66b9: Amount of 727 has been received from Account number f590a555-08bc-46ba-8667-d8b73f045a74
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of bbe4acdf-eb0e-4787-bf25-325e4f326a37: Amount of 479 has to sent to Account number 1954b39b-2fc0-427b-9c3a-1241994cd338
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of b26f8e47-9973-4ccc-a244-607d96833778: Amount of 951 has to sent to Account number b23e951c-bcf0-4f33-9c2d-aa76a6f95bf7
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1954b39b-2fc0-427b-9c3a-1241994cd338: Amount of 479 has been received from Account number bbe4acdf-eb0e-4787-bf25-325e4f326a37
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of b23e951c-bcf0-4f33-9c2d-aa76a6f95bf7: Amount of 951 has been received from Account number b26f8e47-9973-4ccc-a244-607d96833778
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c24291df-e90b-45fc-93f6-f49c4dc47f00: Amount of 138 has been received from Account number 4d7db5a5-cb9e-489f-a022-8af7ddfbd10f
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 06e0d806-77ec-497e-9185-adeeff59b59c: Amount of 688 has to sent to Account number ad1f61df-75b0-456c-82c6-c7a543944760
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ad1f61df-75b0-456c-82c6-c7a543944760: Amount of 688 has been received from Account number 06e0d806-77ec-497e-9185-adeeff59b59c
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 28e6f12c-a99b-44ad-9aa5-49137dd8e833: Amount of 39 has been received from Account number 20f2ab82-7977-4bc1-a404-ba37b41f96ae
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a197ceb9-dd9f-426a-88c8-7d3162208192: Amount of 39 has been received from Account number 8ebea591-9882-4d09-a152-c1f62bffa892
2024-07-09 19:26:08.310  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 82b0d201-f995-4b6c-9370-91455a5d2b5f: Amount of 461 has been received from Account number e5361f63-f476-49f6-a621-a5178d28adf6
2024-07-09 19:26:08.310  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9584b6e6-5208-4bf1-bfb3-af21d4545e86: Amount of 146 has been received from Account number 33c92c32-8cd4-428f-92a3-8d70b02621e9
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 898fbebf-07dc-45e1-96a7-85fdb975bb39: Amount of 27 has to sent to Account number 81262950-7da4-4270-8197-c7031afe4cb8
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95ed9403-6461-442d-ab8e-2d8d500616a5: Amount of 855 has to sent to Account number f88923a2-b5e8-4589-b805-9798df80d2e7
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of aaf98255-1813-4eca-8af3-bc7d213f05e6: Amount of 928 has to sent to Account number f9e73f59-50a8-47f5-a971-6260a716a08f
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of f88923a2-b5e8-4589-b805-9798df80d2e7: Amount of 855 has been received from Account number 95ed9403-6461-442d-ab8e-2d8d500616a5
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 66c46cde-d6dd-44e3-afd6-01bc9e056f71: Amount of 519 has been received from Account number 5ed55729-0e0a-43e7-9f04-07ead9aeadd2
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of e3a78cd9-e93f-4225-9ea6-9b18d5d7a657: Amount of 203 has to sent to Account number 191a1bc6-7e3f-4fc7-8c79-e6ce8315daa0
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 191a1bc6-7e3f-4fc7-8c79-e6ce8315daa0: Amount of 203 has been received from Account number e3a78cd9-e93f-4225-9ea6-9b18d5d7a657
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81262950-7da4-4270-8197-c7031afe4cb8: Amount of 27 has been received from Account number 898fbebf-07dc-45e1-96a7-85fdb975bb39
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of b7147b71-8001-4936-93b1-085d80336fee: Amount of 548 has to sent to Account number b5c10ad9-8021-4113-b737-09f2c0d7692e
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of b5c10ad9-8021-4113-b737-09f2c0d7692e: Amount of 548 has been received from Account number b7147b71-8001-4936-93b1-085d80336fee
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9b21dcaa-348b-43e6-b251-7b8fb929257b: Amount of 66 has to sent to Account number 2f45d3d6-0a7d-44da-a273-957b8ba7d983
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56fa97b0-fddd-4653-8474-ef09e172bf7b: Amount of 362 has been received from Account number abbea090-0f18-4ecc-bf25-a40c6539d9f8
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64c37804-07cd-47cb-bafd-b5f332e3b720: Amount of 819 has to sent to Account number 6822bb67-2f28-43ca-ad76-93fb0e893510
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 784a82a8-5f2d-4cc7-b592-aa88e953ff9d: Amount of 776 has been received from Account number d969e1ac-38c3-448b-a688-90c74c01d325
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 357b024f-8272-4c4e-9718-bcf93b13af13: Amount of 715 has to sent to Account number e1492fbd-f919-4a74-b52d-685884b69501
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4682ad0d-a375-4034-98bb-1b767847e5bb: Amount of 453 has to sent to Account number 5470f0c0-eeb0-4ef5-8a73-3ecd940aa0b5
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ace27e3f-9ac5-4b80-b0f2-78bf9639a3c0: Amount of 858 has been received from Account number fac55adb-1e92-4180-ad53-77addd913a07
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5470f0c0-eeb0-4ef5-8a73-3ecd940aa0b5: Amount of 453 has been received from Account number 4682ad0d-a375-4034-98bb-1b767847e5bb
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a506103-d2ff-4ab7-af33-1b1064c195af: Amount of 584 has to sent to Account number 1edefd96-5f84-4c3e-99a7-c390e2ddc1f6
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98081ee4-354d-4857-9237-fbdf6685c646: Amount of 454 has to sent to Account number f309758a-0657-46db-9092-3a9b34437f83
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1edefd96-5f84-4c3e-99a7-c390e2ddc1f6: Amount of 584 has been received from Account number 3a506103-d2ff-4ab7-af33-1b1064c195af
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 910355bc-33cc-4a60-b00c-1ac0d1f6f319: Amount of 918 has to sent to Account number 62b304c3-a2ff-40ff-9b03-985d27d2d00e
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 47468ba7-ad20-4a1a-8bab-0ff83713da9c: Amount of 836 has been received from Account number 15c6c289-44db-4a36-97d2-4b94d96bc4e9
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of cb85cab1-5bf1-4cda-ba15-e5faf90e4be3: Amount of 189 has to sent to Account number fcbcc8b1-a7ab-4e64-a2bf-61db6d7fd6a8
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 62b304c3-a2ff-40ff-9b03-985d27d2d00e: Amount of 918 has been received from Account number 910355bc-33cc-4a60-b00c-1ac0d1f6f319
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of af4601d9-5e8d-4c28-bb04-2bb725ca754b: Amount of 57 has to sent to Account number 8c309cee-a99e-4544-b6ca-2d60d0dd8d55
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c294f34-f64f-4519-b5d5-1a9fbf4b65e5: Amount of 186 has to sent to Account number e7aa5b41-7384-4c5e-a7b6-4b330c008d11
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of e7aa5b41-7384-4c5e-a7b6-4b330c008d11: Amount of 186 has been received from Account number 0c294f34-f64f-4519-b5d5-1a9fbf4b65e5
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c309cee-a99e-4544-b6ca-2d60d0dd8d55: Amount of 57 has been received from Account number af4601d9-5e8d-4c28-bb04-2bb725ca754b
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of be6d4762-b3fb-4bef-b766-6b01dbfea3ce: Amount of 467 has to sent to Account number 26848c61-2871-4aa6-bc60-fa5db6076e23
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9bcd92f9-2408-4667-8b78-da1398583b92: Amount of 907 has to sent to Account number 9e6c8533-5830-4f27-8b4b-70c931a7016b
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d34f602-ce21-4799-879c-9c4e7c2486b8: Amount of 653 has to sent to Account number 8b0bc651-6cd3-4a21-a8f2-673785164a91
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e6c8533-5830-4f27-8b4b-70c931a7016b: Amount of 907 has been received from Account number 9bcd92f9-2408-4667-8b78-da1398583b92
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b0bc651-6cd3-4a21-a8f2-673785164a91: Amount of 653 has been received from Account number 3d34f602-ce21-4799-879c-9c4e7c2486b8
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of c779f1e7-97ed-4b6c-ab27-9b9607fa1da5: Amount of 377 has to sent to Account number 24795670-67df-4cb1-a3d5-e80b329afad3
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of a406df40-393b-42cd-8f68-d7376d2526c0: Amount of 10 has to sent to Account number a9c481ca-d4ad-4be6-ba50-56211dd8bfe0
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9c481ca-d4ad-4be6-ba50-56211dd8bfe0: Amount of 10 has been received from Account number a406df40-393b-42cd-8f68-d7376d2526c0
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 73a3041f-370b-4651-9ab2-7ce9b48bebcb: Amount of 27 has to sent to Account number 9a00a183-98b2-4278-99c5-ca8531ddce32
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9a00a183-98b2-4278-99c5-ca8531ddce32: Amount of 27 has been received from Account number 73a3041f-370b-4651-9ab2-7ce9b48bebcb
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of b48ce45d-f4e3-4a65-bec4-679592c7a011: Amount of 226 has to sent to Account number 6c6c7bb1-fa34-4b6f-a6c1-56b75586d5a8
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 112929c7-f5a7-4f4b-8b22-c04975c99993: Amount of 84 has to sent to Account number efb980c0-76fe-47f6-a0c9-7e0445da71cd
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b623ed2-7f1d-4d05-b759-27d5c6743b63: Amount of 82 has to sent to Account number 39cec0e8-f801-420a-ad65-06de743bef2e
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b94bf07-bdd4-41c3-bef0-3144eafae360: Amount of 331 has to sent to Account number 0ae432c9-a689-4f89-908e-d7ed65a11788
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6199c237-2d10-427c-9066-222d3a34c87f: Amount of 141 has to sent to Account number de0d1dc3-305e-43fe-a7ae-6c3c7653e79c
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c86d8ac-ece4-4694-aa48-9720321c0138: Amount of 86 has to sent to Account number 82cd33de-0298-417c-8a96-ec2729a6a62a
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of f9e73f59-50a8-47f5-a971-6260a716a08f: Amount of 928 has been received from Account number aaf98255-1813-4eca-8af3-bc7d213f05e6
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 82cd33de-0298-417c-8a96-ec2729a6a62a: Amount of 86 has been received from Account number 2c86d8ac-ece4-4694-aa48-9720321c0138
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2f45d3d6-0a7d-44da-a273-957b8ba7d983: Amount of 66 has been received from Account number 9b21dcaa-348b-43e6-b251-7b8fb929257b
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6822bb67-2f28-43ca-ad76-93fb0e893510: Amount of 819 has been received from Account number 64c37804-07cd-47cb-bafd-b5f332e3b720
2024-07-09 19:26:08.321  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of c5735fa7-604f-45e0-ab56-0c230d927455: Amount of 45 has to sent to Account number dd19a11f-5506-4dbf-a9c4-a0b5dff96180
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of bad707d1-aad6-4706-a8b8-6696da65b76e: Amount of 715 has to sent to Account number e84c1667-37b6-4613-8320-21dfb4d2be89
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of e1492fbd-f919-4a74-b52d-685884b69501: Amount of 715 has been received from Account number 357b024f-8272-4c4e-9718-bcf93b13af13
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ab8e470-7151-4f8c-aa0d-59c0e4ee30ba: Amount of 154 has to sent to Account number 5db68c64-0b88-4230-8dc3-ca8bebacb2a1
2024-07-09 19:26:08.321  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5609b03a-2ffb-4b89-b7fc-76a271b67a45: Amount of 28 has to sent to Account number 8a0e43da-4e23-4cd2-9f6e-a6bb07c671ed
2024-07-09 19:26:08.321  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5db68c64-0b88-4230-8dc3-ca8bebacb2a1: Amount of 154 has been received from Account number 3ab8e470-7151-4f8c-aa0d-59c0e4ee30ba
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of f309758a-0657-46db-9092-3a9b34437f83: Amount of 454 has been received from Account number 98081ee4-354d-4857-9237-fbdf6685c646
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of fcbcc8b1-a7ab-4e64-a2bf-61db6d7fd6a8: Amount of 189 has been received from Account number cb85cab1-5bf1-4cda-ba15-e5faf90e4be3
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf8d46d5-5043-49a3-aff9-9cd24fb8b480: Amount of 334 has to sent to Account number fca2ada1-0e62-4378-95b3-3157fc4dc191
2024-07-09 19:26:08.321  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a1d5131-aa17-4235-a47a-3647e34bd1bc: Amount of 834 has to sent to Account number 3e83a521-203a-407b-81ee-fbe825bd9317
2024-07-09 19:26:08.321  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1d5307cb-3f58-4913-bd67-fc6da0a35ee7: Amount of 658 has to sent to Account number 80bf92f0-890d-4642-bfd7-b98feb9d2ac0
2024-07-09 19:26:08.321  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e83a521-203a-407b-81ee-fbe825bd9317: Amount of 834 has been received from Account number 6a1d5131-aa17-4235-a47a-3647e34bd1bc
2024-07-09 19:26:08.321  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 80bf92f0-890d-4642-bfd7-b98feb9d2ac0: Amount of 658 has been received from Account number 1d5307cb-3f58-4913-bd67-fc6da0a35ee7
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d65b45a-4466-4f18-b6ea-3a4161e2fb65: Amount of 117 has to sent to Account number a6b25398-c70e-4483-9a2f-f700b4549435
2024-07-09 19:26:08.321  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a0538657-9f54-4f05-bec6-c23ac2df7a5d: Amount of 91 has to sent to Account number f543c275-1b74-4091-ae5a-f0305ab9a214
2024-07-09 19:26:08.321  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of a49cc3bf-b344-4c89-a7ba-7d3421d15f5f: Amount of 291 has to sent to Account number ce099889-3482-42b9-a197-6245d79cd327
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of e81294cb-930a-4a87-8726-c5301b18c919: Amount of 488 has to sent to Account number 6d8b563e-3395-4c74-80b1-ee414eb1ca39
2024-07-09 19:26:08.321  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of a6b25398-c70e-4483-9a2f-f700b4549435: Amount of 117 has been received from Account number 9d65b45a-4466-4f18-b6ea-3a4161e2fb65
2024-07-09 19:26:08.321  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d8b563e-3395-4c74-80b1-ee414eb1ca39: Amount of 488 has been received from Account number e81294cb-930a-4a87-8726-c5301b18c919
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26848c61-2871-4aa6-bc60-fa5db6076e23: Amount of 467 has been received from Account number be6d4762-b3fb-4bef-b766-6b01dbfea3ce
2024-07-09 19:26:08.321  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of c014f07c-6e78-4a5b-b8ad-c3088c450711: Amount of 326 has to sent to Account number 39e8c30c-80ed-4f80-8d4d-206c3a63918f
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 24795670-67df-4cb1-a3d5-e80b329afad3: Amount of 377 has been received from Account number c779f1e7-97ed-4b6c-ab27-9b9607fa1da5
2024-07-09 19:26:08.321  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 39e8c30c-80ed-4f80-8d4d-206c3a63918f: Amount of 326 has been received from Account number c014f07c-6e78-4a5b-b8ad-c3088c450711
2024-07-09 19:26:08.321  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of fefd76ee-578c-4145-81d6-78f7bcbab1a3: Amount of 775 has to sent to Account number b3d4d475-3967-4a14-9eb0-982c217d96be
2024-07-09 19:26:08.321  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f92cab1-119c-4b9b-8d6a-85da6ca202b4: Amount of 280 has to sent to Account number 9fd3f7bf-a227-46b0-9727-97ed33577a82
2024-07-09 19:26:08.321  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of b3d4d475-3967-4a14-9eb0-982c217d96be: Amount of 775 has been received from Account number fefd76ee-578c-4145-81d6-78f7bcbab1a3
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3441d559-a703-4d9e-8a3f-0fb074778338: Amount of 628 has to sent to Account number e80e3766-300b-4597-8176-d91c120645d8
2024-07-09 19:26:08.319  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6c6c7bb1-fa34-4b6f-a6c1-56b75586d5a8: Amount of 226 has been received from Account number b48ce45d-f4e3-4a65-bec4-679592c7a011
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of efb980c0-76fe-47f6-a0c9-7e0445da71cd: Amount of 84 has been received from Account number 112929c7-f5a7-4f4b-8b22-c04975c99993
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 39cec0e8-f801-420a-ad65-06de743bef2e: Amount of 82 has been received from Account number 5b623ed2-7f1d-4d05-b759-27d5c6743b63
2024-07-09 19:26:08.321  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c96367c-46a7-4a3c-b27c-d2e98bca7742: Amount of 896 has to sent to Account number 8c8d8bd0-f824-4e8d-8cf5-900f5ea79795
2024-07-09 19:26:08.321  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of e80e3766-300b-4597-8176-d91c120645d8: Amount of 628 has been received from Account number 3441d559-a703-4d9e-8a3f-0fb074778338
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ae432c9-a689-4f89-908e-d7ed65a11788: Amount of 331 has been received from Account number 8b94bf07-bdd4-41c3-bef0-3144eafae360
2024-07-09 19:26:08.321  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1bc59756-5600-4f7a-9e40-cfd804ab4e68: Amount of 940 has to sent to Account number a0dd8c0a-3388-4c22-bffa-f8669fe72db5
2024-07-09 19:26:08.321  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of a0dd8c0a-3388-4c22-bffa-f8669fe72db5: Amount of 940 has been received from Account number 1bc59756-5600-4f7a-9e40-cfd804ab4e68
2024-07-09 19:26:08.321  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of fcbcaa63-c67a-47ba-8716-32c8ee6faabd: Amount of 61 has to sent to Account number d08c9710-e318-4a9f-84c6-3b14df85520d
2024-07-09 19:26:08.319  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of de0d1dc3-305e-43fe-a7ae-6c3c7653e79c: Amount of 141 has been received from Account number 6199c237-2d10-427c-9066-222d3a34c87f
2024-07-09 19:26:08.321  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of d08c9710-e318-4a9f-84c6-3b14df85520d: Amount of 61 has been received from Account number fcbcaa63-c67a-47ba-8716-32c8ee6faabd
2024-07-09 19:26:08.321  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 527d4627-71d7-4139-8f96-df9f073038e3: Amount of 690 has to sent to Account number d3df0e9d-0fbb-43bf-b1c1-66b499530e81
2024-07-09 19:26:08.321  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of d3df0e9d-0fbb-43bf-b1c1-66b499530e81: Amount of 690 has been received from Account number 527d4627-71d7-4139-8f96-df9f073038e3
2024-07-09 19:26:08.321  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 07bf5e6b-1229-4d40-9d9c-139b03cb80ce: Amount of 608 has to sent to Account number 9cb861d0-e9e4-442a-aa32-7ffec2518488
2024-07-09 19:26:08.321  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd19a11f-5506-4dbf-a9c4-a0b5dff96180: Amount of 45 has been received from Account number c5735fa7-604f-45e0-ab56-0c230d927455
2024-07-09 19:26:08.321  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of cae0f754-a3e1-479b-a755-3a3c56c191ab: Amount of 431 has to sent to Account number 8d4a2b7c-c5a6-48ba-8d98-fde4fabaaf22
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9cb861d0-e9e4-442a-aa32-7ffec2518488: Amount of 608 has been received from Account number 07bf5e6b-1229-4d40-9d9c-139b03cb80ce
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d4a2b7c-c5a6-48ba-8d98-fde4fabaaf22: Amount of 431 has been received from Account number cae0f754-a3e1-479b-a755-3a3c56c191ab
2024-07-09 19:26:08.321  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3acfee87-c737-48d9-a2c1-2c659d6e1007: Amount of 537 has to sent to Account number c695c7b0-be38-4cc1-b504-e741559b3ae5
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1132a404-8549-4cf3-b185-bc42e7904634: Amount of 354 has to sent to Account number b1d38729-d6f6-4dc0-a7a7-eeff33dd1c9a
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of c695c7b0-be38-4cc1-b504-e741559b3ae5: Amount of 537 has been received from Account number 3acfee87-c737-48d9-a2c1-2c659d6e1007
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of b1d38729-d6f6-4dc0-a7a7-eeff33dd1c9a: Amount of 354 has been received from Account number 1132a404-8549-4cf3-b185-bc42e7904634
2024-07-09 19:26:08.321  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of e84c1667-37b6-4613-8320-21dfb4d2be89: Amount of 715 has been received from Account number bad707d1-aad6-4706-a8b8-6696da65b76e
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9c83ee0a-98d4-4f77-8349-cbe8bf5f490d: Amount of 865 has to sent to Account number c6e0810c-a7f7-4915-827a-f14185254f9c
2024-07-09 19:26:08.321  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8a0e43da-4e23-4cd2-9f6e-a6bb07c671ed: Amount of 28 has been received from Account number 5609b03a-2ffb-4b89-b7fc-76a271b67a45
2024-07-09 19:26:08.321  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3bd0487d-b6f8-4e0d-8414-c4753f0aac6d: Amount of 299 has to sent to Account number 3fb74e6e-28f9-4b89-a61e-cf1d1d22dc03
2024-07-09 19:26:08.321  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of fca2ada1-0e62-4378-95b3-3157fc4dc191: Amount of 334 has been received from Account number cf8d46d5-5043-49a3-aff9-9cd24fb8b480
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3fb74e6e-28f9-4b89-a61e-cf1d1d22dc03: Amount of 299 has been received from Account number 3bd0487d-b6f8-4e0d-8414-c4753f0aac6d
2024-07-09 19:26:08.321  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of f543c275-1b74-4091-ae5a-f0305ab9a214: Amount of 91 has been received from Account number a0538657-9f54-4f05-bec6-c23ac2df7a5d
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 74430631-828e-4472-a537-62145a132ce8: Amount of 421 has to sent to Account number 7ec83d51-27a4-4aaa-b1df-ac504e3b0599
2024-07-09 19:26:08.321  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ce099889-3482-42b9-a197-6245d79cd327: Amount of 291 has been received from Account number a49cc3bf-b344-4c89-a7ba-7d3421d15f5f
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ec83d51-27a4-4aaa-b1df-ac504e3b0599: Amount of 421 has been received from Account number 74430631-828e-4472-a537-62145a132ce8
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b08dd71-756f-4ad2-b04a-f7d55ab4e2ab: Amount of 774 has to sent to Account number e5d6f7a4-ac8e-4546-b37f-b684b6e0aca2
2024-07-09 19:26:08.321  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3c93fd2-9646-4ae5-88db-54d7cd59d564: Amount of 801 has to sent to Account number 09e579be-81bf-4bae-9508-31accc031d9e
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 09e579be-81bf-4bae-9508-31accc031d9e: Amount of 801 has been received from Account number c3c93fd2-9646-4ae5-88db-54d7cd59d564
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 73a3f96e-9ee3-46d9-9140-16070a37c6d4: Amount of 12 has to sent to Account number 7a13074a-4410-4330-a6f6-25e3eced77d7
2024-07-09 19:26:08.321  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8cc9f84-c118-4028-80c2-9786eca8a3ab: Amount of 725 has to sent to Account number 9d96d7ca-e855-42e9-8d15-892cf9407c3e
2024-07-09 19:26:08.321  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9fd3f7bf-a227-46b0-9727-97ed33577a82: Amount of 280 has been received from Account number 8f92cab1-119c-4b9b-8d6a-85da6ca202b4
2024-07-09 19:26:08.321  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ba6f094e-528b-4021-ba55-7b2e2d1c5a75: Amount of 344 has to sent to Account number 72aa5565-7ca4-48e3-a67f-a63e46687d7b
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 78811f70-ea8e-4e04-a8d2-a697f4a5495e: Amount of 669 has to sent to Account number d87042b9-5ce7-4d2b-91fb-dfc448a252ad
2024-07-09 19:26:08.321  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c8d1dbf-06f6-48d1-89bb-a1f117ee3cfc: Amount of 58 has to sent to Account number 808da5f7-3e2f-4c43-8f61-7de35bd422ca
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of d87042b9-5ce7-4d2b-91fb-dfc448a252ad: Amount of 669 has been received from Account number 78811f70-ea8e-4e04-a8d2-a697f4a5495e
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d96d7ca-e855-42e9-8d15-892cf9407c3e: Amount of 725 has been received from Account number a8cc9f84-c118-4028-80c2-9786eca8a3ab
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 808da5f7-3e2f-4c43-8f61-7de35bd422ca: Amount of 58 has been received from Account number 8c8d1dbf-06f6-48d1-89bb-a1f117ee3cfc
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22da3d4c-cf22-49fd-80be-f9383c4b5372: Amount of 443 has to sent to Account number 73a4a7d5-6972-4973-be7d-c6ee66b2f445
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 73a4a7d5-6972-4973-be7d-c6ee66b2f445: Amount of 443 has been received from Account number 22da3d4c-cf22-49fd-80be-f9383c4b5372
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e2eba9e-48d7-4ac6-8c18-c66d3150803c: Amount of 423 has to sent to Account number a017868b-45bf-42f0-a896-46a474394d3f
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 72aa5565-7ca4-48e3-a67f-a63e46687d7b: Amount of 344 has been received from Account number ba6f094e-528b-4021-ba55-7b2e2d1c5a75
2024-07-09 19:26:08.321  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c8d8bd0-f824-4e8d-8cf5-900f5ea79795: Amount of 896 has been received from Account number 8c96367c-46a7-4a3c-b27c-d2e98bca7742
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 80216104-3fdb-4be1-a447-5897fb9fdef2: Amount of 506 has to sent to Account number e05d12c0-e07a-43c5-9ec2-b961f7be7d01
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of e05d12c0-e07a-43c5-9ec2-b961f7be7d01: Amount of 506 has been received from Account number 80216104-3fdb-4be1-a447-5897fb9fdef2
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of e1a9409c-3b58-449d-9795-2fbe97370aac: Amount of 325 has to sent to Account number 96182fa7-c049-4c7f-9516-9c1e522953a1
2024-07-09 19:26:08.321  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf25b2ca-9e01-43d3-8f0e-e509fb22ee5f: Amount of 672 has to sent to Account number 90c6a79a-5d89-410f-9335-b166d9226eed
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 96182fa7-c049-4c7f-9516-9c1e522953a1: Amount of 325 has been received from Account number e1a9409c-3b58-449d-9795-2fbe97370aac
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98152b6d-d2b2-493e-92c5-578565381355: Amount of 944 has to sent to Account number 21bc3952-f4fd-44ef-926d-8eb62a9e3007
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90c6a79a-5d89-410f-9335-b166d9226eed: Amount of 672 has been received from Account number cf25b2ca-9e01-43d3-8f0e-e509fb22ee5f
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 21bc3952-f4fd-44ef-926d-8eb62a9e3007: Amount of 944 has been received from Account number 98152b6d-d2b2-493e-92c5-578565381355
2024-07-09 19:26:08.321  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 716c2fa1-7d17-4adc-905b-dffe879fb129: Amount of 881 has to sent to Account number 6c20215b-0c44-4328-8110-cba68f667ff6
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of d72f1b70-5832-4e98-8335-d80daca7bd61: Amount of 422 has to sent to Account number 6e5b4d2b-d705-443a-9164-41c197dcc0d5
2024-07-09 19:26:08.321  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of f99efcf8-70a0-4386-b711-5eb23adea993: Amount of 555 has to sent to Account number 1f942751-11be-4bea-8358-a94b74e0068b
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6e5b4d2b-d705-443a-9164-41c197dcc0d5: Amount of 422 has been received from Account number d72f1b70-5832-4e98-8335-d80daca7bd61
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of f838f695-1d29-4163-a3f1-ba92892dc947: Amount of 508 has to sent to Account number 53cde672-80b2-4434-831e-e27c2140ff9f
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1f942751-11be-4bea-8358-a94b74e0068b: Amount of 555 has been received from Account number f99efcf8-70a0-4386-b711-5eb23adea993
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of d87f60a6-00ba-4d9a-8487-c1adabe37efc: Amount of 832 has to sent to Account number 5c91b98a-23f7-40d7-82bd-1db6d1f396a5
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 63e2055f-7b28-414f-9d17-f9acaf5820f3: Amount of 632 has to sent to Account number 681525d6-7d5b-4d3f-96f5-b3e5a65adf5b
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42119890-3817-4268-b133-767b221fd766: Amount of 64 has to sent to Account number 3e600dd1-8edc-44f1-8028-c9ff01cbd7cf
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 06816b45-f3b7-4790-94a6-0410de9a0995: Amount of 14 has to sent to Account number 393f00bc-27a5-4ce2-8e5f-2e7b672f3683
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c6e0810c-a7f7-4915-827a-f14185254f9c: Amount of 865 has been received from Account number 9c83ee0a-98d4-4f77-8349-cbe8bf5f490d
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 393f00bc-27a5-4ce2-8e5f-2e7b672f3683: Amount of 14 has been received from Account number 06816b45-f3b7-4790-94a6-0410de9a0995
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 274d7eb7-9291-4ce5-9eda-80f975e0665c: Amount of 983 has to sent to Account number 8225549f-1a96-45c2-952f-c8f97d586870
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 34c85aa8-f6cd-4c40-ba22-7024abc7ea0a: Amount of 864 has to sent to Account number 4ad1ad21-89f6-4e2b-b6a9-3b6ac53f10ba
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4ad1ad21-89f6-4e2b-b6a9-3b6ac53f10ba: Amount of 864 has been received from Account number 34c85aa8-f6cd-4c40-ba22-7024abc7ea0a
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 59546011-af00-437b-b3cb-2cef28248503: Amount of 431 has to sent to Account number 29549b3e-c1c7-42ed-a9f6-292ac193bf99
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 29549b3e-c1c7-42ed-a9f6-292ac193bf99: Amount of 431 has been received from Account number 59546011-af00-437b-b3cb-2cef28248503
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 74cdebc6-5a1f-4de0-9c73-5a3144139060: Amount of 553 has to sent to Account number 43aea607-df17-466e-b444-225542818ef9
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 79464c2c-8635-4224-a0a4-9e6762fc1381: Amount of 724 has to sent to Account number 51fe9270-caaf-46e8-9629-4a9d7f39c794
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 71b61519-0f81-4405-b002-7d22f4aebd9b: Amount of 570 has to sent to Account number 8c7bf803-e0ce-4dfd-9845-f95c37d32f37
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 51fe9270-caaf-46e8-9629-4a9d7f39c794: Amount of 724 has been received from Account number 79464c2c-8635-4224-a0a4-9e6762fc1381
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c7bf803-e0ce-4dfd-9845-f95c37d32f37: Amount of 570 has been received from Account number 71b61519-0f81-4405-b002-7d22f4aebd9b
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of e5d6f7a4-ac8e-4546-b37f-b684b6e0aca2: Amount of 774 has been received from Account number 8b08dd71-756f-4ad2-b04a-f7d55ab4e2ab
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c7143a0-496e-4c65-a203-e610920cf495: Amount of 429 has to sent to Account number a7eeaf54-9f1d-4744-ac05-64fab5668a09
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a7eeaf54-9f1d-4744-ac05-64fab5668a09: Amount of 429 has been received from Account number 8c7143a0-496e-4c65-a203-e610920cf495
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 63b86ea3-4fd9-45e1-9a1f-ee41686171c2: Amount of 49 has to sent to Account number a4cdd0aa-86d3-4a35-b4ff-f598c7ea62e4
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4017ea36-c5e3-4735-8f7e-0aa0335cacdb: Amount of 193 has to sent to Account number cde07c60-0e7d-42b6-9154-e67f92d12f8e
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4cdd0aa-86d3-4a35-b4ff-f598c7ea62e4: Amount of 49 has been received from Account number 63b86ea3-4fd9-45e1-9a1f-ee41686171c2
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of cde07c60-0e7d-42b6-9154-e67f92d12f8e: Amount of 193 has been received from Account number 4017ea36-c5e3-4735-8f7e-0aa0335cacdb
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of d91dec0d-9f10-44ba-827d-025de5c8a689: Amount of 769 has to sent to Account number f5f366dd-70c8-43a7-acf6-4d530e262835
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8bf7da2a-283a-4574-aa5e-3daf6ceb5029: Amount of 712 has to sent to Account number 1a18b69a-24b8-4f36-8cda-d521b70aeb6b
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of f5f366dd-70c8-43a7-acf6-4d530e262835: Amount of 769 has been received from Account number d91dec0d-9f10-44ba-827d-025de5c8a689
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a45366f-5ecb-425a-bdc2-105451989ca2: Amount of 408 has to sent to Account number fc772156-6843-4ad1-95c0-b38333c08131
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3de729d9-75d1-4e66-bf51-14a20f43ec1f: Amount of 828 has to sent to Account number 6a7be4b0-286f-4c1e-b29e-67fe6bced5ad
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1a18b69a-24b8-4f36-8cda-d521b70aeb6b: Amount of 712 has been received from Account number 8bf7da2a-283a-4574-aa5e-3daf6ceb5029
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a7be4b0-286f-4c1e-b29e-67fe6bced5ad: Amount of 828 has been received from Account number 3de729d9-75d1-4e66-bf51-14a20f43ec1f
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc772156-6843-4ad1-95c0-b38333c08131: Amount of 408 has been received from Account number 3a45366f-5ecb-425a-bdc2-105451989ca2
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 06f21772-649d-479a-b69f-7979f3d544b2: Amount of 888 has to sent to Account number b1cdc6ef-cf91-4ce2-b197-c1f0956cfd13
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 89be76d3-c2ac-4e90-9bb2-a45a73b6a9fc: Amount of 187 has to sent to Account number 8b9819b8-fe36-41b9-851c-4914b22ab1a8
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of b1cdc6ef-cf91-4ce2-b197-c1f0956cfd13: Amount of 888 has been received from Account number 06f21772-649d-479a-b69f-7979f3d544b2
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b9819b8-fe36-41b9-851c-4914b22ab1a8: Amount of 187 has been received from Account number 89be76d3-c2ac-4e90-9bb2-a45a73b6a9fc
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of d0462ee9-dae8-4460-8dee-b18e93417aee: Amount of 666 has to sent to Account number 0c2be475-2530-4a5e-8ccf-737b1ea048c4
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c2be475-2530-4a5e-8ccf-737b1ea048c4: Amount of 666 has been received from Account number d0462ee9-dae8-4460-8dee-b18e93417aee
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7a13074a-4410-4330-a6f6-25e3eced77d7: Amount of 12 has been received from Account number 73a3f96e-9ee3-46d9-9140-16070a37c6d4
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7129c931-1b49-4dbb-a82d-c44168a658da: Amount of 781 has to sent to Account number 9b78e172-2b85-408c-b004-025df6a52310
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77d71aed-725e-448d-8c17-fffb539095b5: Amount of 335 has to sent to Account number 442fdccd-d5c7-400a-b1da-83e38303f4db
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of a017868b-45bf-42f0-a896-46a474394d3f: Amount of 423 has been received from Account number 0e2eba9e-48d7-4ac6-8c18-c66d3150803c
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 442fdccd-d5c7-400a-b1da-83e38303f4db: Amount of 335 has been received from Account number 77d71aed-725e-448d-8c17-fffb539095b5
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc34a97c-a602-4216-b392-456e3f3311b4: Amount of 100 has to sent to Account number 346f235f-fb4c-4a99-a22d-daf3acce9aa9
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4c9e4566-11a9-46e1-a879-2632e926a51a: Amount of 512 has to sent to Account number c8d8ff9a-58c1-49ab-ae2d-616570466962
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d608410e-f59d-4f6d-970c-2774ffb09f76: Amount of 16 has to sent to Account number d70970d1-c2ca-48f2-a91d-ab9f33221cd9
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9bfaf79e-9b90-40cd-bca9-d2170d4ba143: Amount of 689 has to sent to Account number dff08ae8-2fd7-4b44-a2f4-57bc8c901b17
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d70970d1-c2ca-48f2-a91d-ab9f33221cd9: Amount of 16 has been received from Account number d608410e-f59d-4f6d-970c-2774ffb09f76
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6af3884c-ae13-4553-aff3-0d0c184186f4: Amount of 946 has to sent to Account number 3fa2f9b4-5e0d-446f-99ef-c6e2cd00bc1b
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6c20215b-0c44-4328-8110-cba68f667ff6: Amount of 881 has been received from Account number 716c2fa1-7d17-4adc-905b-dffe879fb129
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3fa2f9b4-5e0d-446f-99ef-c6e2cd00bc1b: Amount of 946 has been received from Account number 6af3884c-ae13-4553-aff3-0d0c184186f4
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53cde672-80b2-4434-831e-e27c2140ff9f: Amount of 508 has been received from Account number f838f695-1d29-4163-a3f1-ba92892dc947
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b1127b2-fa3e-42b3-ad8c-5312abdf42a7: Amount of 37 has to sent to Account number c91c7132-5077-4907-8a5b-f642934c680f
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 97e31c99-2e18-4ebe-b742-3019438edf43: Amount of 284 has to sent to Account number cec76741-69b5-42d7-afe4-a06b83dc5316
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of c91c7132-5077-4907-8a5b-f642934c680f: Amount of 37 has been received from Account number 5b1127b2-fa3e-42b3-ad8c-5312abdf42a7
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c91b98a-23f7-40d7-82bd-1db6d1f396a5: Amount of 832 has been received from Account number d87f60a6-00ba-4d9a-8487-c1adabe37efc
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ba7ebdab-a22c-4d0f-8a18-7b708fa04533: Amount of 857 has to sent to Account number 0f3b8dd9-94b5-45d6-8451-2d105963f603
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 494069a8-7fc0-4837-ba0a-6878e4af9072: Amount of 2 has to sent to Account number 66132361-724f-4f47-bbce-6efdefdb5871
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0f3b8dd9-94b5-45d6-8451-2d105963f603: Amount of 857 has been received from Account number ba7ebdab-a22c-4d0f-8a18-7b708fa04533
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 93da9eeb-7bc5-4901-969c-38c7bc594f43: Amount of 306 has to sent to Account number b68298c7-919c-4568-8305-8fcf749c7db3
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 66132361-724f-4f47-bbce-6efdefdb5871: Amount of 2 has been received from Account number 494069a8-7fc0-4837-ba0a-6878e4af9072
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of b68298c7-919c-4568-8305-8fcf749c7db3: Amount of 306 has been received from Account number 93da9eeb-7bc5-4901-969c-38c7bc594f43
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 681525d6-7d5b-4d3f-96f5-b3e5a65adf5b: Amount of 632 has been received from Account number 63e2055f-7b28-414f-9d17-f9acaf5820f3
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of c4aa35f7-dc7d-4113-91d5-02af91263873: Amount of 211 has to sent to Account number 07559921-8cb0-438c-a0eb-db387b4d458c
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f3bcde6-64da-437a-b66c-36c2127bdf16: Amount of 612 has to sent to Account number bdb2ac4f-1602-4eef-b0cb-b002ae65767b
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 07559921-8cb0-438c-a0eb-db387b4d458c: Amount of 211 has been received from Account number c4aa35f7-dc7d-4113-91d5-02af91263873
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e600dd1-8edc-44f1-8028-c9ff01cbd7cf: Amount of 64 has been received from Account number 42119890-3817-4268-b133-767b221fd766
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of b4d9f49f-6949-4c8b-ba26-6ee376119256: Amount of 905 has to sent to Account number 8f59acfc-2a7f-476c-88ed-e8e8a343b588
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f59acfc-2a7f-476c-88ed-e8e8a343b588: Amount of 905 has been received from Account number b4d9f49f-6949-4c8b-ba26-6ee376119256
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ad9de527-8348-4db3-8799-4b830fb63d8c: Amount of 338 has to sent to Account number f28dcd54-83d0-4d1c-8d6c-af82f72e93db
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 29086350-3915-4a6d-bfe6-9e6142f1f838: Amount of 951 has to sent to Account number 0ebca30e-ecfd-4e3c-a086-cca92507caf3
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of f28dcd54-83d0-4d1c-8d6c-af82f72e93db: Amount of 338 has been received from Account number ad9de527-8348-4db3-8799-4b830fb63d8c
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of dc34b85f-24bc-4ed5-9c36-80ffb61db1a6: Amount of 129 has to sent to Account number 364065ec-947c-4fee-aee8-62f5602fda32
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ebca30e-ecfd-4e3c-a086-cca92507caf3: Amount of 951 has been received from Account number 29086350-3915-4a6d-bfe6-9e6142f1f838
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 364065ec-947c-4fee-aee8-62f5602fda32: Amount of 129 has been received from Account number dc34b85f-24bc-4ed5-9c36-80ffb61db1a6
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8225549f-1a96-45c2-952f-c8f97d586870: Amount of 983 has been received from Account number 274d7eb7-9291-4ce5-9eda-80f975e0665c
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64e9cee4-2613-4010-9a04-460f9303bcc8: Amount of 928 has to sent to Account number 716da4f2-ed88-4a2d-b489-2587e9faa2e3
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 43aea607-df17-466e-b444-225542818ef9: Amount of 553 has been received from Account number 74cdebc6-5a1f-4de0-9c73-5a3144139060
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 716da4f2-ed88-4a2d-b489-2587e9faa2e3: Amount of 928 has been received from Account number 64e9cee4-2613-4010-9a04-460f9303bcc8
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of fe781bc0-7e87-4dbf-895e-c024775cce63: Amount of 391 has to sent to Account number d6e6d8a9-be5e-4cd1-ae99-ddee4aa43ebd
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ceb5c2e-60d1-42f4-bec7-68bc8a441d8c: Amount of 276 has to sent to Account number 7393ed37-3584-4a92-bf86-5c202850e9d5
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 58387666-68d4-4b8e-b982-cea100d07340: Amount of 872 has to sent to Account number 81515b53-4e2b-44a5-8089-04aeee1226f4
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e8d91ab-0b13-4dd9-bcd7-a3b34acc4709: Amount of 173 has to sent to Account number fa374343-5809-481f-aac2-3bfbda3944c9
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5951c742-f331-49b4-87b0-0105b7d9e1fb: Amount of 114 has to sent to Account number dac91d69-82a0-4478-bb47-e8ce75aa196d
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa374343-5809-481f-aac2-3bfbda3944c9: Amount of 173 has been received from Account number 3e8d91ab-0b13-4dd9-bcd7-a3b34acc4709
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d9fa529-6d1d-499c-9718-41240a2ed161: Amount of 947 has to sent to Account number 95e89dec-55c9-425b-9c21-f0089b8c4cec
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95e89dec-55c9-425b-9c21-f0089b8c4cec: Amount of 947 has been received from Account number 9d9fa529-6d1d-499c-9718-41240a2ed161
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of f9b8801c-76bb-4b09-ad7d-fd67bd2141ef: Amount of 66 has to sent to Account number 29adfdad-1562-4fa4-8f51-efafda291f0c
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac4e75ef-8a81-4a5a-90d8-cbe6c9dc8dc9: Amount of 222 has to sent to Account number de1cb5c3-14c8-4c7a-98be-a7bd1d8eedca
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of de1cb5c3-14c8-4c7a-98be-a7bd1d8eedca: Amount of 222 has been received from Account number ac4e75ef-8a81-4a5a-90d8-cbe6c9dc8dc9
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 62c08f53-2afd-415f-a481-1d4164476d68: Amount of 36 has to sent to Account number d613077c-5ae0-4709-9a59-d781d147e0ec
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9b78e172-2b85-408c-b004-025df6a52310: Amount of 781 has been received from Account number 7129c931-1b49-4dbb-a82d-c44168a658da
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of d613077c-5ae0-4709-9a59-d781d147e0ec: Amount of 36 has been received from Account number 62c08f53-2afd-415f-a481-1d4164476d68
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1ac9e537-5685-49af-a027-72bd2ea67047: Amount of 783 has to sent to Account number fde32143-0cf0-49fd-bd6f-b1187ff43752
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5188cc9e-fc8e-4c37-85cf-5cb4b15fdc74: Amount of 665 has to sent to Account number 0a2d5264-b91f-4d3f-af9f-ca49874c6ec6
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a2d5264-b91f-4d3f-af9f-ca49874c6ec6: Amount of 665 has been received from Account number 5188cc9e-fc8e-4c37-85cf-5cb4b15fdc74
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of c8d8ff9a-58c1-49ab-ae2d-616570466962: Amount of 512 has been received from Account number 4c9e4566-11a9-46e1-a879-2632e926a51a
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 346f235f-fb4c-4a99-a22d-daf3acce9aa9: Amount of 100 has been received from Account number bc34a97c-a602-4216-b392-456e3f3311b4
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2a12aecd-784a-4020-84c0-56773dae72b2: Amount of 867 has to sent to Account number 7caebcd1-d129-4625-895f-c599ff0fbd08
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2bf5d6d9-017e-4ee4-a1cf-339b29565474: Amount of 650 has to sent to Account number a02e75e5-5026-4ac7-93d2-b44a8d36b5d9
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7caebcd1-d129-4625-895f-c599ff0fbd08: Amount of 867 has been received from Account number 2a12aecd-784a-4020-84c0-56773dae72b2
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of dff08ae8-2fd7-4b44-a2f4-57bc8c901b17: Amount of 689 has been received from Account number 9bfaf79e-9b90-40cd-bca9-d2170d4ba143
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of c65f413c-446c-4d45-85ac-d56f6f4483ee: Amount of 672 has to sent to Account number 84b3f3ce-f6bf-4846-8621-c3fa6a5404bd
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 84b3f3ce-f6bf-4846-8621-c3fa6a5404bd: Amount of 672 has been received from Account number c65f413c-446c-4d45-85ac-d56f6f4483ee
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 305f28a3-4844-4119-ab96-bacb61c01f00: Amount of 74 has to sent to Account number c524f239-e579-4a44-9d3f-d6e90f7e084e
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9aa72d16-f6b7-4d05-9d4d-97d337979a10: Amount of 859 has to sent to Account number 26a063e8-2322-4694-acde-0a61b98d3b9f
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of c524f239-e579-4a44-9d3f-d6e90f7e084e: Amount of 74 has been received from Account number 305f28a3-4844-4119-ab96-bacb61c01f00
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26a063e8-2322-4694-acde-0a61b98d3b9f: Amount of 859 has been received from Account number 9aa72d16-f6b7-4d05-9d4d-97d337979a10
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c257448-57f6-465a-9d01-1a12cfeda512: Amount of 514 has to sent to Account number 5523e82b-3181-4abc-b281-4e7ad491032e
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of cec76741-69b5-42d7-afe4-a06b83dc5316: Amount of 284 has been received from Account number 97e31c99-2e18-4ebe-b742-3019438edf43
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of faffa77a-2593-41c7-9f5b-cc5c291f2287: Amount of 594 has to sent to Account number 1363437d-5777-4c82-a60c-e0eac8e29a4c
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of b3a22dec-6380-428c-b33f-2c3270ddca1f: Amount of 559 has to sent to Account number 041ee940-7fc9-4d26-ac81-0bfbca62832c
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ec026dfe-174a-47b5-86b2-f409938fd572: Amount of 579 has to sent to Account number 07ee7314-9d87-4b81-a1cd-af9c666036a0
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of bdb2ac4f-1602-4eef-b0cb-b002ae65767b: Amount of 612 has been received from Account number 4f3bcde6-64da-437a-b66c-36c2127bdf16
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 07ee7314-9d87-4b81-a1cd-af9c666036a0: Amount of 579 has been received from Account number ec026dfe-174a-47b5-86b2-f409938fd572
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1363437d-5777-4c82-a60c-e0eac8e29a4c: Amount of 594 has been received from Account number faffa77a-2593-41c7-9f5b-cc5c291f2287
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of c278a134-1e0d-4341-845b-4b8e1317aac1: Amount of 499 has to sent to Account number 09e52e61-22ec-4153-9422-735c8530cbe6
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 09e52e61-22ec-4153-9422-735c8530cbe6: Amount of 499 has been received from Account number c278a134-1e0d-4341-845b-4b8e1317aac1
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of fefcd603-348e-45e2-8876-be21b1510fc5: Amount of 260 has to sent to Account number fb764b07-0432-4920-86e4-762355056739
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb764b07-0432-4920-86e4-762355056739: Amount of 260 has been received from Account number fefcd603-348e-45e2-8876-be21b1510fc5
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 754e7046-692d-43f7-b30f-423b2885fd68: Amount of 268 has to sent to Account number 8c3a7add-a2e8-47bc-aa25-f7c4ec893a31
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c3a7add-a2e8-47bc-aa25-f7c4ec893a31: Amount of 268 has been received from Account number 754e7046-692d-43f7-b30f-423b2885fd68
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of d386bf85-129b-495d-a96f-5f8a46824184: Amount of 428 has to sent to Account number a9ac0a3d-53a2-404b-8a28-13127bbf0d85
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of b53ee888-5770-4a15-be96-693316d64174: Amount of 43 has to sent to Account number 21e337e2-9c59-427b-b69c-6bb0282e8bff
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 21e337e2-9c59-427b-b69c-6bb0282e8bff: Amount of 43 has been received from Account number b53ee888-5770-4a15-be96-693316d64174
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9c1c4717-b8a0-4458-86fa-000dbf1a8b41: Amount of 672 has to sent to Account number 3664d95d-a21c-4107-b055-130a9cdb7f43
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3664d95d-a21c-4107-b055-130a9cdb7f43: Amount of 672 has been received from Account number 9c1c4717-b8a0-4458-86fa-000dbf1a8b41
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of be4f545e-caf9-405f-9531-bd991414e3ab: Amount of 135 has to sent to Account number 368f3a2a-4729-427f-a595-e89587ab145c
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 66a8e5af-2621-4136-a480-6fdf66a1b5b1: Amount of 333 has to sent to Account number 2b96409b-3689-40c4-bc9f-8cde75efc95d
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b96409b-3689-40c4-bc9f-8cde75efc95d: Amount of 333 has been received from Account number 66a8e5af-2621-4136-a480-6fdf66a1b5b1
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d29265c-cb95-428a-b4f2-85138cb98fb6: Amount of 544 has to sent to Account number 80d16ffa-886b-4b76-ace8-42bb11b329b9
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 368f3a2a-4729-427f-a595-e89587ab145c: Amount of 135 has been received from Account number be4f545e-caf9-405f-9531-bd991414e3ab
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 091720bc-4d85-4462-ac0f-40845f31f4b9: Amount of 7 has to sent to Account number cf927f7a-ba6f-452f-a0da-69db99779089
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf927f7a-ba6f-452f-a0da-69db99779089: Amount of 7 has been received from Account number 091720bc-4d85-4462-ac0f-40845f31f4b9
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 67f6bc3e-d027-4c59-b552-57caeda291d2: Amount of 669 has to sent to Account number 6c5f2a06-ae40-4ec5-8235-2dabe47a84d3
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d76b87f-7323-4cde-95a8-051a44efdca9: Amount of 139 has to sent to Account number 8d94b165-d330-4203-8a5b-a85d6c44c20f
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6c5f2a06-ae40-4ec5-8235-2dabe47a84d3: Amount of 669 has been received from Account number 67f6bc3e-d027-4c59-b552-57caeda291d2
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4404d7d2-b848-4cff-8a41-d6fdb4e78a05: Amount of 254 has to sent to Account number db182437-707a-4aa1-af33-b592aa74c04b
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of db182437-707a-4aa1-af33-b592aa74c04b: Amount of 254 has been received from Account number 4404d7d2-b848-4cff-8a41-d6fdb4e78a05
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7992f91e-d580-4021-b7e3-b7a743d7b6ff: Amount of 436 has to sent to Account number 25c099a6-6deb-47ef-88fa-e49faeab498b
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25c099a6-6deb-47ef-88fa-e49faeab498b: Amount of 436 has been received from Account number 7992f91e-d580-4021-b7e3-b7a743d7b6ff
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of b0642e95-7d20-46e4-a5e4-c8b8aee6a31b: Amount of 569 has to sent to Account number 75f76cdd-2932-4c8f-8663-b6ba3c55e346
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6e6d8a9-be5e-4cd1-ae99-ddee4aa43ebd: Amount of 391 has been received from Account number fe781bc0-7e87-4dbf-895e-c024775cce63
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of d20f02b1-0f00-40a5-b293-c272e0c56474: Amount of 619 has to sent to Account number cd5658d4-aaeb-4c54-aa68-6da6019395e5
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 75f76cdd-2932-4c8f-8663-b6ba3c55e346: Amount of 569 has been received from Account number b0642e95-7d20-46e4-a5e4-c8b8aee6a31b
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7393ed37-3584-4a92-bf86-5c202850e9d5: Amount of 276 has been received from Account number 2ceb5c2e-60d1-42f4-bec7-68bc8a441d8c
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81515b53-4e2b-44a5-8089-04aeee1226f4: Amount of 872 has been received from Account number 58387666-68d4-4b8e-b982-cea100d07340
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of e6e6541d-9099-4b2c-bc60-b712e166532f: Amount of 645 has to sent to Account number 7ba78192-1ede-4c22-bb41-914bac8dda5d
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 09499da9-b6cb-4d17-9a27-e7cbb81dd3ee: Amount of 859 has to sent to Account number 08e44393-19fe-482d-83f6-f31bab6cbd1d
2024-07-09 19:26:08.322  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of dac91d69-82a0-4478-bb47-e8ce75aa196d: Amount of 114 has been received from Account number 5951c742-f331-49b4-87b0-0105b7d9e1fb
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 290196ba-1465-487d-a60e-860514aa1ae8: Amount of 828 has to sent to Account number 9c3b315f-93ff-4d0d-8683-7446659d4b9e
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 08e44393-19fe-482d-83f6-f31bab6cbd1d: Amount of 859 has been received from Account number 09499da9-b6cb-4d17-9a27-e7cbb81dd3ee
2024-07-09 19:26:08.322  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 29adfdad-1562-4fa4-8f51-efafda291f0c: Amount of 66 has been received from Account number f9b8801c-76bb-4b09-ad7d-fd67bd2141ef
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 74d02375-a2ad-4925-ad14-0f477fc9e950: Amount of 63 has to sent to Account number 2c897c9d-77f0-4110-8393-d8f476d62e74
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of fde32143-0cf0-49fd-bd6f-b1187ff43752: Amount of 783 has been received from Account number 1ac9e537-5685-49af-a027-72bd2ea67047
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c897c9d-77f0-4110-8393-d8f476d62e74: Amount of 63 has been received from Account number 74d02375-a2ad-4925-ad14-0f477fc9e950
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6924acdf-eefb-48ce-bef9-921cdc6572a3: Amount of 790 has to sent to Account number 9eb37d31-6ad2-4c87-bcab-ddfc2da7f5c1
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9eb37d31-6ad2-4c87-bcab-ddfc2da7f5c1: Amount of 790 has been received from Account number 6924acdf-eefb-48ce-bef9-921cdc6572a3
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 958112da-8484-4acc-9962-4d06e6e58fdf: Amount of 646 has to sent to Account number a077dbc8-4004-40bc-9e0e-ceca65b7bcc5
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of cd5658d4-aaeb-4c54-aa68-6da6019395e5: Amount of 619 has been received from Account number d20f02b1-0f00-40a5-b293-c272e0c56474
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of a077dbc8-4004-40bc-9e0e-ceca65b7bcc5: Amount of 646 has been received from Account number 958112da-8484-4acc-9962-4d06e6e58fdf
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ece395ce-107d-401a-820b-e816b4c68b64: Amount of 544 has to sent to Account number 3db006e4-2c68-4a12-9061-15efc73d306c
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3db006e4-2c68-4a12-9061-15efc73d306c: Amount of 544 has been received from Account number ece395ce-107d-401a-820b-e816b4c68b64
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of f3100ce3-4335-4b1e-a31d-0967e36ba793: Amount of 924 has to sent to Account number 7eb555b1-7c14-4d2d-88d1-8cd71693df4e
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7eb555b1-7c14-4d2d-88d1-8cd71693df4e: Amount of 924 has been received from Account number f3100ce3-4335-4b1e-a31d-0967e36ba793
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ea8767c6-ad21-4360-b4f9-c2fdca560559: Amount of 807 has to sent to Account number 593a66af-8631-4cac-841f-facebc44ac1d
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 593a66af-8631-4cac-841f-facebc44ac1d: Amount of 807 has been received from Account number ea8767c6-ad21-4360-b4f9-c2fdca560559
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of de2cc53d-dcbf-4b12-962e-4c6e96c9cac8: Amount of 830 has to sent to Account number c4275ff3-7cdd-48ae-a211-26a22ec5e1f1
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 87c967a9-de44-45b4-ba59-a722dfc65cd4: Amount of 862 has to sent to Account number 8f1bf234-6f7a-4e1a-aca2-6be2416fb278
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f1bf234-6f7a-4e1a-aca2-6be2416fb278: Amount of 862 has been received from Account number 87c967a9-de44-45b4-ba59-a722dfc65cd4
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64518d22-4ab7-4ded-b722-00ddd1a41ed8: Amount of 608 has to sent to Account number 208cea8b-abfe-47a6-82bf-769a88b8bbdb
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of a02e75e5-5026-4ac7-93d2-b44a8d36b5d9: Amount of 650 has been received from Account number 2bf5d6d9-017e-4ee4-a1cf-339b29565474
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2be230e2-93ce-4935-946a-346e5931bf82: Amount of 80 has to sent to Account number 870c0df0-39d7-4071-b1ba-0ae6ba2dd868
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 870c0df0-39d7-4071-b1ba-0ae6ba2dd868: Amount of 80 has been received from Account number 2be230e2-93ce-4935-946a-346e5931bf82
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of f4e0b272-f6d8-4a3c-95f2-0d9f54b8bf3e: Amount of 676 has to sent to Account number 5b81d543-a332-4340-b459-48768c6ced15
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b81d543-a332-4340-b459-48768c6ced15: Amount of 676 has been received from Account number f4e0b272-f6d8-4a3c-95f2-0d9f54b8bf3e
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 38e39d48-fea8-4f41-bc41-5b87ee93baf2: Amount of 255 has to sent to Account number 06f5317a-712c-4688-affc-a3de4d80568d
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 06f5317a-712c-4688-affc-a3de4d80568d: Amount of 255 has been received from Account number 38e39d48-fea8-4f41-bc41-5b87ee93baf2
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4e7fe8eb-c501-4629-ab55-547750a29882: Amount of 915 has to sent to Account number 71099bf9-b4d7-4f94-af7f-0be4696c31f4
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4944ff8c-9b44-4ec7-8b6e-648e5f242dde: Amount of 649 has to sent to Account number f2fd4957-dbde-40f8-95f2-b08c1f5c8012
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5523e82b-3181-4abc-b281-4e7ad491032e: Amount of 514 has been received from Account number 2c257448-57f6-465a-9d01-1a12cfeda512
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2fd4957-dbde-40f8-95f2-b08c1f5c8012: Amount of 649 has been received from Account number 4944ff8c-9b44-4ec7-8b6e-648e5f242dde
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 041ee940-7fc9-4d26-ac81-0bfbca62832c: Amount of 559 has been received from Account number b3a22dec-6380-428c-b33f-2c3270ddca1f
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of e623f365-743d-4802-b42c-9f7d0721aa00: Amount of 694 has to sent to Account number b601d2a2-fb93-4ddd-b50f-ad335044073b
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of b601d2a2-fb93-4ddd-b50f-ad335044073b: Amount of 694 has been received from Account number e623f365-743d-4802-b42c-9f7d0721aa00
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of a22b445c-cc7d-4346-b2d2-fb6ebe1ab519: Amount of 472 has to sent to Account number 48e11387-be0f-4780-b8b0-d2b193f5f072
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1a52932e-8c02-40e1-bab7-ccba8504abc3: Amount of 39 has to sent to Account number a56548ff-6795-425a-92ee-eab5ea16568b
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 48e11387-be0f-4780-b8b0-d2b193f5f072: Amount of 472 has been received from Account number a22b445c-cc7d-4346-b2d2-fb6ebe1ab519
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of a56548ff-6795-425a-92ee-eab5ea16568b: Amount of 39 has been received from Account number 1a52932e-8c02-40e1-bab7-ccba8504abc3
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 188c2987-386a-4411-8657-ca01234f18eb: Amount of 925 has to sent to Account number 5fd67ce7-78cb-49a4-b8d4-f3d3d7f3fca0
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0015c51e-d4b2-4c36-8497-d35cfe6a4e7e: Amount of 37 has to sent to Account number e72135c8-e090-4aa6-b3bd-791a784e7cd6
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of e72135c8-e090-4aa6-b3bd-791a784e7cd6: Amount of 37 has been received from Account number 0015c51e-d4b2-4c36-8497-d35cfe6a4e7e
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5fd67ce7-78cb-49a4-b8d4-f3d3d7f3fca0: Amount of 925 has been received from Account number 188c2987-386a-4411-8657-ca01234f18eb
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of e476aa1f-8deb-46aa-b380-a38603f4fe67: Amount of 894 has to sent to Account number 2f1c6ba9-0dfa-4b77-aa45-8b4f54078a09
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2f1c6ba9-0dfa-4b77-aa45-8b4f54078a09: Amount of 894 has been received from Account number e476aa1f-8deb-46aa-b380-a38603f4fe67
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 731ca0a3-0501-46f5-8319-f6242af7533f: Amount of 403 has to sent to Account number 45b17328-9b44-4306-9007-e749e6159837
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0f4fe0ad-5210-441f-815d-fe88c15af1a5: Amount of 560 has to sent to Account number 3a3a6e05-c1ad-4b99-b516-2aef5fa07b4e
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 45b17328-9b44-4306-9007-e749e6159837: Amount of 403 has been received from Account number 731ca0a3-0501-46f5-8319-f6242af7533f
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9ac0a3d-53a2-404b-8a28-13127bbf0d85: Amount of 428 has been received from Account number d386bf85-129b-495d-a96f-5f8a46824184
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 54db81f4-0641-433c-b5a8-1ad630a71b5b: Amount of 165 has to sent to Account number bae749e6-b5c3-4215-b41c-8dda1cb65f30
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of b08077bd-e328-462c-aff6-5db518312897: Amount of 119 has to sent to Account number c9c59faa-88fe-43d4-aee2-f47fb27a1e6e
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of bae749e6-b5c3-4215-b41c-8dda1cb65f30: Amount of 165 has been received from Account number 54db81f4-0641-433c-b5a8-1ad630a71b5b
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 80d16ffa-886b-4b76-ace8-42bb11b329b9: Amount of 544 has been received from Account number 9d29265c-cb95-428a-b4f2-85138cb98fb6
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 38571ab0-ea4b-401d-abd5-2260b4d27067: Amount of 242 has to sent to Account number f1bb4053-6ad2-4763-8f06-dde19df32456
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d94b165-d330-4203-8a5b-a85d6c44c20f: Amount of 139 has been received from Account number 5d76b87f-7323-4cde-95a8-051a44efdca9
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of f87dcd7a-a29a-4c66-bfbb-9bdd9aec4617: Amount of 298 has to sent to Account number 2baec49e-5c6c-45e2-acee-b5bc97e87eab
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2baec49e-5c6c-45e2-acee-b5bc97e87eab: Amount of 298 has been received from Account number f87dcd7a-a29a-4c66-bfbb-9bdd9aec4617
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8a316d1-85f5-4dd4-b9e6-f2880394db65: Amount of 937 has to sent to Account number ee2b665f-1a64-4721-8fe3-2811afa794c1
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee2b665f-1a64-4721-8fe3-2811afa794c1: Amount of 937 has been received from Account number a8a316d1-85f5-4dd4-b9e6-f2880394db65
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ba78192-1ede-4c22-bb41-914bac8dda5d: Amount of 645 has been received from Account number e6e6541d-9099-4b2c-bc60-b712e166532f
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5bfecf52-563e-47c3-bdfa-4f20624796c4: Amount of 260 has to sent to Account number 119fba99-04da-4d1f-8aab-42e0b8f5a8a9
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 119fba99-04da-4d1f-8aab-42e0b8f5a8a9: Amount of 260 has been received from Account number 5bfecf52-563e-47c3-bdfa-4f20624796c4
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 48daeebc-8996-4c4b-9362-bdf73ce9ad94: Amount of 392 has to sent to Account number c25c9ce2-78c8-44e7-bf26-b5c362a94f17
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of c25c9ce2-78c8-44e7-bf26-b5c362a94f17: Amount of 392 has been received from Account number 48daeebc-8996-4c4b-9362-bdf73ce9ad94
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 11f733a2-f804-460c-9508-b95092e63a83: Amount of 651 has to sent to Account number 36f2cbb6-29f7-4dac-9cc7-082c2b840e68
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of e826709e-2407-4f40-8aa8-d7376f33b2b4: Amount of 895 has to sent to Account number 4c60c44f-238a-4127-a26d-c3b93ec7d744
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9c3b315f-93ff-4d0d-8683-7446659d4b9e: Amount of 828 has been received from Account number 290196ba-1465-487d-a60e-860514aa1ae8
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4c60c44f-238a-4127-a26d-c3b93ec7d744: Amount of 895 has been received from Account number e826709e-2407-4f40-8aa8-d7376f33b2b4
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0460ca6e-2672-43b8-9471-503e21fb47d2: Amount of 821 has to sent to Account number 275898cf-cc2a-4aa5-a566-0e788dbc9904
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 92082359-555b-431d-a109-e18ed0a2b0ed: Amount of 368 has to sent to Account number 7d0496fe-44af-4c83-b5ce-33d5c91f43da
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 13d9164d-9ba7-4d8a-96bd-bec372d83352: Amount of 579 has to sent to Account number f606cbea-0853-4562-95ce-3eb7fa0083b4
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of c4275ff3-7cdd-48ae-a211-26a22ec5e1f1: Amount of 830 has been received from Account number de2cc53d-dcbf-4b12-962e-4c6e96c9cac8
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7d0496fe-44af-4c83-b5ce-33d5c91f43da: Amount of 368 has been received from Account number 92082359-555b-431d-a109-e18ed0a2b0ed
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of f606cbea-0853-4562-95ce-3eb7fa0083b4: Amount of 579 has been received from Account number 13d9164d-9ba7-4d8a-96bd-bec372d83352
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0b7b5618-59fb-4182-a40a-dd607dbd8321: Amount of 845 has to sent to Account number a8a8eb40-8e60-4694-a675-6327c4162511
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c8e2113c-336b-4b08-8cbb-2099bef85520: Amount of 133 has to sent to Account number 414221d0-ea2b-4702-a159-90039e175b6b
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 208cea8b-abfe-47a6-82bf-769a88b8bbdb: Amount of 608 has been received from Account number 64518d22-4ab7-4ded-b722-00ddd1a41ed8
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8a8eb40-8e60-4694-a675-6327c4162511: Amount of 845 has been received from Account number 0b7b5618-59fb-4182-a40a-dd607dbd8321
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2b9369d-c3ed-4874-b15b-bc7a71393445: Amount of 706 has to sent to Account number 4031713c-72c2-49c3-bc62-f43cf31ecf40
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 069e041d-74b6-400b-9e2b-022413e98ead: Amount of 188 has to sent to Account number 4cb958f6-1b8b-4487-96fe-afca9d1fab97
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4031713c-72c2-49c3-bc62-f43cf31ecf40: Amount of 706 has been received from Account number d2b9369d-c3ed-4874-b15b-bc7a71393445
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4cb958f6-1b8b-4487-96fe-afca9d1fab97: Amount of 188 has been received from Account number 069e041d-74b6-400b-9e2b-022413e98ead
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 71099bf9-b4d7-4f94-af7f-0be4696c31f4: Amount of 915 has been received from Account number 4e7fe8eb-c501-4629-ab55-547750a29882
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b8ecb6c-5735-4d34-a0c4-6f35b6347f99: Amount of 478 has to sent to Account number 9d7064e9-c92e-46fd-a272-82970e2c85c1
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f724d70-5f99-4d92-9f82-66ca52a535d7: Amount of 179 has to sent to Account number 21b869e5-2150-4e81-9ca6-ba4dc2b0507e
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of d09713da-6f76-4bf0-981b-32911b716778: Amount of 834 has to sent to Account number 3cda7d76-c8de-4910-b74d-a46eb791563d
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a3a6e05-c1ad-4b99-b516-2aef5fa07b4e: Amount of 560 has been received from Account number 0f4fe0ad-5210-441f-815d-fe88c15af1a5
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of c9c59faa-88fe-43d4-aee2-f47fb27a1e6e: Amount of 119 has been received from Account number b08077bd-e328-462c-aff6-5db518312897
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of db4d2122-bc4f-4937-96a6-79d7bac2b68f: Amount of 499 has to sent to Account number a207b871-14de-4bd6-98d8-ecde01009970
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 244a8af4-67d4-4509-93d3-ca5a741a21ea: Amount of 660 has to sent to Account number da6dcd65-4f9b-4579-ba9c-e86e2dfb46af
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of a207b871-14de-4bd6-98d8-ecde01009970: Amount of 499 has been received from Account number db4d2122-bc4f-4937-96a6-79d7bac2b68f
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1ddecc2e-9fe7-440e-94a0-ba780a6c4a54: Amount of 356 has to sent to Account number 059fc206-1f6a-4f41-b039-adcaa51dd830
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 059fc206-1f6a-4f41-b039-adcaa51dd830: Amount of 356 has been received from Account number 1ddecc2e-9fe7-440e-94a0-ba780a6c4a54
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of f1bb4053-6ad2-4763-8f06-dde19df32456: Amount of 242 has been received from Account number 38571ab0-ea4b-401d-abd5-2260b4d27067
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 88f66fc6-357c-457f-ad64-b071e8a50d69: Amount of 786 has to sent to Account number 9d117534-1b85-4ee8-9951-a2d79492cbd2
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d117534-1b85-4ee8-9951-a2d79492cbd2: Amount of 786 has been received from Account number 88f66fc6-357c-457f-ad64-b071e8a50d69
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of eea045c2-b1e5-4440-bd7b-0111fd848140: Amount of 854 has to sent to Account number 01483506-b432-468a-9c91-a778bc8803a4
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4583ef82-4e68-448b-bec2-735e65a80db8: Amount of 80 has to sent to Account number d3e1e822-07bd-4328-9af8-3a3fb7a76c29
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c2d711a-55d9-442a-ace5-e73db21fe6c7: Amount of 30 has to sent to Account number dd465079-7552-4a43-885b-29cc06035114
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of d3e1e822-07bd-4328-9af8-3a3fb7a76c29: Amount of 80 has been received from Account number 4583ef82-4e68-448b-bec2-735e65a80db8
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd465079-7552-4a43-885b-29cc06035114: Amount of 30 has been received from Account number 8c2d711a-55d9-442a-ace5-e73db21fe6c7
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 49149dd5-9977-46f3-97f2-aaf560e2721c: Amount of 429 has to sent to Account number 551070b0-7b0d-4106-b594-5ff1c60c8252
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 551070b0-7b0d-4106-b594-5ff1c60c8252: Amount of 429 has been received from Account number 49149dd5-9977-46f3-97f2-aaf560e2721c
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 235a2b00-c761-49a5-b151-aae4faa81f3a: Amount of 367 has to sent to Account number 9a9abd5b-c052-4b4c-a121-426a4335abed
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 896134c4-acf5-4017-ac52-54bf2f9c0f37: Amount of 41 has to sent to Account number 7210f642-8cf6-470a-901f-078ec9fe88c2
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7210f642-8cf6-470a-901f-078ec9fe88c2: Amount of 41 has been received from Account number 896134c4-acf5-4017-ac52-54bf2f9c0f37
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3943b2de-0144-4bf6-9c33-145803598830: Amount of 231 has to sent to Account number a9179177-a391-41c0-b363-6f75c1363af3
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9179177-a391-41c0-b363-6f75c1363af3: Amount of 231 has been received from Account number 3943b2de-0144-4bf6-9c33-145803598830
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7a44c442-e3c7-462b-8fe9-cc2a86df2dc8: Amount of 530 has to sent to Account number 52fda3c6-2d74-41de-a4b3-cc7e2f4d1987
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 52fda3c6-2d74-41de-a4b3-cc7e2f4d1987: Amount of 530 has been received from Account number 7a44c442-e3c7-462b-8fe9-cc2a86df2dc8
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 73cc5e69-1db0-45a2-bc82-226971111fe2: Amount of 351 has to sent to Account number ed826ec1-b0ad-41ac-91ac-28360cd4487e
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 39a0851c-0131-44b7-83b8-1da113f082fb: Amount of 54 has to sent to Account number a557c97a-8ee0-44e0-93ec-d1ff8cb4fdeb
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a557c97a-8ee0-44e0-93ec-d1ff8cb4fdeb: Amount of 54 has been received from Account number 39a0851c-0131-44b7-83b8-1da113f082fb
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of aad35239-2afc-406c-aa3a-c9761ee3a990: Amount of 517 has to sent to Account number 1cc69232-ebf1-4cfa-8dc3-d4a4a8ab6416
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1cc69232-ebf1-4cfa-8dc3-d4a4a8ab6416: Amount of 517 has been received from Account number aad35239-2afc-406c-aa3a-c9761ee3a990
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56239bd3-4b02-477c-8a59-b6abfe89d887: Amount of 446 has to sent to Account number a7676b35-fecc-4d27-a11c-5f610dfe5de7
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a7676b35-fecc-4d27-a11c-5f610dfe5de7: Amount of 446 has been received from Account number 56239bd3-4b02-477c-8a59-b6abfe89d887
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ce1495b9-5768-4e1e-9ff6-c27ad4c7aa41: Amount of 499 has to sent to Account number bce4ac1a-6124-4cfd-a326-9b026eec9372
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of bce4ac1a-6124-4cfd-a326-9b026eec9372: Amount of 499 has been received from Account number ce1495b9-5768-4e1e-9ff6-c27ad4c7aa41
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56de95f0-8afc-4723-a6d0-d82df0baa320: Amount of 63 has to sent to Account number db9292f8-da8a-4ed9-93bb-5dd4ad26bf55
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of db9292f8-da8a-4ed9-93bb-5dd4ad26bf55: Amount of 63 has been received from Account number 56de95f0-8afc-4723-a6d0-d82df0baa320
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of bd8cdf05-5454-419c-9781-ea6037142c57: Amount of 317 has to sent to Account number b4a3564e-dc02-49fc-a9f0-61de904b076f
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of b4a3564e-dc02-49fc-a9f0-61de904b076f: Amount of 317 has been received from Account number bd8cdf05-5454-419c-9781-ea6037142c57
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3d8be6c-08f0-4bf8-a193-7faf584487b2: Amount of 763 has to sent to Account number 57abfc86-ada2-40be-97b8-84cc6177629e
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 57abfc86-ada2-40be-97b8-84cc6177629e: Amount of 763 has been received from Account number c3d8be6c-08f0-4bf8-a193-7faf584487b2
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 36f2cbb6-29f7-4dac-9cc7-082c2b840e68: Amount of 651 has been received from Account number 11f733a2-f804-460c-9508-b95092e63a83
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95778382-ca02-4618-8ad5-954195f00d5c: Amount of 434 has to sent to Account number c7d84485-ef73-42ea-bfe5-66280a406d3f
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of c7d84485-ef73-42ea-bfe5-66280a406d3f: Amount of 434 has been received from Account number 95778382-ca02-4618-8ad5-954195f00d5c
2024-07-09 19:26:08.325  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 275898cf-cc2a-4aa5-a566-0e788dbc9904: Amount of 821 has been received from Account number 0460ca6e-2672-43b8-9471-503e21fb47d2
2024-07-09 19:26:08.325  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c7e04fe0-0b9d-4a70-9595-ab99b7e2f05a: Amount of 115 has to sent to Account number ce0f5531-5a89-40ac-8337-c2b3124d5805
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b6b0edb-28fc-4427-89a0-ea89f8d01894: Amount of 749 has to sent to Account number 36f13039-687e-4f02-8453-7795465bfa59
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ce0f5531-5a89-40ac-8337-c2b3124d5805: Amount of 115 has been received from Account number c7e04fe0-0b9d-4a70-9595-ab99b7e2f05a
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 36f13039-687e-4f02-8453-7795465bfa59: Amount of 749 has been received from Account number 7b6b0edb-28fc-4427-89a0-ea89f8d01894
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 51bfa193-9665-49c7-92e7-b087e7eb4fd1: Amount of 583 has to sent to Account number b49f224f-97c7-44d7-a408-b73b3bc75808
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of b49f224f-97c7-44d7-a408-b73b3bc75808: Amount of 583 has been received from Account number 51bfa193-9665-49c7-92e7-b087e7eb4fd1
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 414221d0-ea2b-4702-a159-90039e175b6b: Amount of 133 has been received from Account number c8e2113c-336b-4b08-8cbb-2099bef85520
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb5ffea6-aa0c-410d-92d9-577d5d35e19d: Amount of 873 has to sent to Account number 9deb0c8e-2207-43df-9b71-d8b0e72e9ecc
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee8e533d-feb5-4c68-a6e5-2432fb5486d6: Amount of 975 has to sent to Account number 790e842c-eb05-4388-9c56-c8156faae44b
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9deb0c8e-2207-43df-9b71-d8b0e72e9ecc: Amount of 873 has been received from Account number fb5ffea6-aa0c-410d-92d9-577d5d35e19d
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4bf20662-7a19-476d-a241-4204b1c4a0f8: Amount of 743 has to sent to Account number 4bcf36a3-01ad-4d14-9e0c-6734bf948563
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0066793e-6796-4f9c-8943-aadeccfa814b: Amount of 801 has to sent to Account number ad5ecf3d-73d2-498a-a68e-2221cc4b5f0d
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4bcf36a3-01ad-4d14-9e0c-6734bf948563: Amount of 743 has been received from Account number 4bf20662-7a19-476d-a241-4204b1c4a0f8
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of b5f0b806-0cc2-4df6-ac50-163e8c5d9e08: Amount of 472 has to sent to Account number 80a07742-84ed-4546-8f50-ec4e4579fef0
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 07f58280-88bd-4598-af4d-f09eb57280dc: Amount of 642 has to sent to Account number 244eba61-2185-4cda-907f-ba86233f2759
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 244eba61-2185-4cda-907f-ba86233f2759: Amount of 642 has been received from Account number 07f58280-88bd-4598-af4d-f09eb57280dc
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d7064e9-c92e-46fd-a272-82970e2c85c1: Amount of 478 has been received from Account number 7b8ecb6c-5735-4d34-a0c4-6f35b6347f99
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of e5c0df4e-9d59-4b9e-ba63-c04accb55972: Amount of 569 has to sent to Account number b6bd74e9-32bc-4d71-8579-97942353290a
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of b6bd74e9-32bc-4d71-8579-97942353290a: Amount of 569 has been received from Account number e5c0df4e-9d59-4b9e-ba63-c04accb55972
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of db69131a-b142-46c6-8560-d856552f050f: Amount of 83 has to sent to Account number e5667181-6023-4498-8b9f-057ba375610a
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 21b869e5-2150-4e81-9ca6-ba4dc2b0507e: Amount of 179 has been received from Account number 8f724d70-5f99-4d92-9f82-66ca52a535d7
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of e5667181-6023-4498-8b9f-057ba375610a: Amount of 83 has been received from Account number db69131a-b142-46c6-8560-d856552f050f
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3cda7d76-c8de-4910-b74d-a46eb791563d: Amount of 834 has been received from Account number d09713da-6f76-4bf0-981b-32911b716778
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of c19ac39f-5b73-4aeb-b222-f7dad4e158d3: Amount of 817 has to sent to Account number f90f8bf4-9d32-4293-a53c-c9cc034056db
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 32e1ee14-4163-4f96-80a0-e10d8cad6d39: Amount of 292 has to sent to Account number 51e51314-d729-4bcf-9ed6-97c0bafe7748
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of f90f8bf4-9d32-4293-a53c-c9cc034056db: Amount of 817 has been received from Account number c19ac39f-5b73-4aeb-b222-f7dad4e158d3
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 51e51314-d729-4bcf-9ed6-97c0bafe7748: Amount of 292 has been received from Account number 32e1ee14-4163-4f96-80a0-e10d8cad6d39
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 17cbb717-779c-4d3f-b9e3-820355601607: Amount of 170 has to sent to Account number e27735ae-90b9-4c28-a406-a1af432d6f86
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 39111f3b-6099-4835-9e30-34a99ff8e0c5: Amount of 702 has to sent to Account number 71f3ae49-052c-4cdb-a4d7-353d11237d1b
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of b3b0c6fd-4a27-49b2-92fe-ceb41901225d: Amount of 387 has to sent to Account number 1b04727b-8f5d-4d83-a0c2-050b56005011
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of e27735ae-90b9-4c28-a406-a1af432d6f86: Amount of 170 has been received from Account number 17cbb717-779c-4d3f-b9e3-820355601607
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of da6dcd65-4f9b-4579-ba9c-e86e2dfb46af: Amount of 660 has been received from Account number 244a8af4-67d4-4509-93d3-ca5a741a21ea
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 04a610f1-8615-4166-a837-71c4a60cd2f7: Amount of 200 has to sent to Account number a8a38525-1871-485e-948d-6338f82b5ad9
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a998515-f74c-4f3f-9cb0-12290c79c943: Amount of 236 has to sent to Account number 64cf3bba-2ae6-40bb-8982-76e1cc108a48
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 01483506-b432-468a-9c91-a778bc8803a4: Amount of 854 has been received from Account number eea045c2-b1e5-4440-bd7b-0111fd848140
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64cf3bba-2ae6-40bb-8982-76e1cc108a48: Amount of 236 has been received from Account number 3a998515-f74c-4f3f-9cb0-12290c79c943
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of cdc1ce4c-4dbd-43b1-8567-797ae803e6ef: Amount of 323 has to sent to Account number 841db21b-e9cb-446b-97d8-3a60c156502c
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7e721821-a1ae-49fd-bc49-322085c653cc: Amount of 770 has to sent to Account number ba18f583-2072-48a4-8480-c345ddd1b4a7
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9a9abd5b-c052-4b4c-a121-426a4335abed: Amount of 367 has been received from Account number 235a2b00-c761-49a5-b151-aae4faa81f3a
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ba18f583-2072-48a4-8480-c345ddd1b4a7: Amount of 770 has been received from Account number 7e721821-a1ae-49fd-bc49-322085c653cc
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 49e5a551-5336-4ac2-b6c3-c0ad806a6836: Amount of 631 has to sent to Account number e3eac1b2-c3f2-458e-8150-0040387890ba
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of e3eac1b2-c3f2-458e-8150-0040387890ba: Amount of 631 has been received from Account number 49e5a551-5336-4ac2-b6c3-c0ad806a6836
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed826ec1-b0ad-41ac-91ac-28360cd4487e: Amount of 351 has been received from Account number 73cc5e69-1db0-45a2-bc82-226971111fe2
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 15b49b7f-9c12-4bf5-a2ca-5b4c59189709: Amount of 826 has to sent to Account number 45e63585-af17-4a61-b9be-ba244dc122a6
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of f96959e8-50cd-43bd-9973-040809d70b8a: Amount of 924 has to sent to Account number 21590905-3afe-40ff-9b84-b92023811c99
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of d48d8c1d-1ddc-4be6-b342-0f5a48e573b8: Amount of 557 has to sent to Account number 9c21e6da-ba60-426a-8bc9-623f9c5b74fc
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 21590905-3afe-40ff-9b84-b92023811c99: Amount of 924 has been received from Account number f96959e8-50cd-43bd-9973-040809d70b8a
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9c21e6da-ba60-426a-8bc9-623f9c5b74fc: Amount of 557 has been received from Account number d48d8c1d-1ddc-4be6-b342-0f5a48e573b8
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5fa08c06-971f-458b-99ad-d0f4e7cec735: Amount of 207 has to sent to Account number 5d5bfced-ea40-4eb5-9f5e-883740c29bdc
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5209694d-5d71-4de2-981b-72ac8fc7a085: Amount of 241 has to sent to Account number 65fab931-55be-4f3d-a5a3-6a7dfe8237cd
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 65fab931-55be-4f3d-a5a3-6a7dfe8237cd: Amount of 241 has been received from Account number 5209694d-5d71-4de2-981b-72ac8fc7a085
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 28ba6019-53ed-416d-9840-c08027d2b58a: Amount of 39 has to sent to Account number ca2c55bf-ca8b-4199-b91a-eb2f5ea5a0e1
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6de5e317-d17e-4944-ad66-0db170c76e4c: Amount of 813 has to sent to Account number 565c4460-0dfa-4075-9332-07661befbdea
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 565c4460-0dfa-4075-9332-07661befbdea: Amount of 813 has been received from Account number 6de5e317-d17e-4944-ad66-0db170c76e4c
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca2c55bf-ca8b-4199-b91a-eb2f5ea5a0e1: Amount of 39 has been received from Account number 28ba6019-53ed-416d-9840-c08027d2b58a
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of cfb72051-c986-4b25-a385-87f09a384ddc: Amount of 261 has to sent to Account number d22aeb99-8262-4f4f-8caa-dc094c9f5fb3
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 790e842c-eb05-4388-9c56-c8156faae44b: Amount of 975 has been received from Account number ee8e533d-feb5-4c68-a6e5-2432fb5486d6
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c9056203-a260-4279-a4f4-9b8a79909d26: Amount of 58 has to sent to Account number 95f6c6f3-ef8c-46f9-ada0-25016c74b43f
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95f6c6f3-ef8c-46f9-ada0-25016c74b43f: Amount of 58 has been received from Account number c9056203-a260-4279-a4f4-9b8a79909d26
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b8c4a04-f69a-42f3-bd0b-9204443580dd: Amount of 218 has to sent to Account number daf2f632-4d63-4e4c-b180-5ac1cef81651
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d2e92e8-60b6-4cb6-b8b0-c0020355e52c: Amount of 498 has to sent to Account number b71fe94d-a7dd-469f-8c60-50b05cb05a59
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of b71fe94d-a7dd-469f-8c60-50b05cb05a59: Amount of 498 has been received from Account number 9d2e92e8-60b6-4cb6-b8b0-c0020355e52c
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 74835686-950d-4cf1-995a-90c64ffbeb6e: Amount of 312 has to sent to Account number a6ae7550-aab2-48c9-a7f5-5e2cb3cd27b7
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of a6ae7550-aab2-48c9-a7f5-5e2cb3cd27b7: Amount of 312 has been received from Account number 74835686-950d-4cf1-995a-90c64ffbeb6e
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 67db3ed6-13bd-4a28-b0a8-3d5c028a8712: Amount of 821 has to sent to Account number b62ce2ee-8f60-448e-ae12-01c18982ca7a
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of b62ce2ee-8f60-448e-ae12-01c18982ca7a: Amount of 821 has been received from Account number 67db3ed6-13bd-4a28-b0a8-3d5c028a8712
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 55432ca8-7c1d-429d-950a-ed7c0d2522b2: Amount of 897 has to sent to Account number 659752b5-9171-4488-8a0d-c754f25a4b45
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ad5ecf3d-73d2-498a-a68e-2221cc4b5f0d: Amount of 801 has been received from Account number 0066793e-6796-4f9c-8943-aadeccfa814b
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 659752b5-9171-4488-8a0d-c754f25a4b45: Amount of 897 has been received from Account number 55432ca8-7c1d-429d-950a-ed7c0d2522b2
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 80a07742-84ed-4546-8f50-ec4e4579fef0: Amount of 472 has been received from Account number b5f0b806-0cc2-4df6-ac50-163e8c5d9e08
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2af7afb4-11cd-40c2-9a54-86fb7b29f7c5: Amount of 760 has to sent to Account number 1664b406-e430-406f-a74e-7e80dda92e55
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6afd7a73-a9a9-4c47-a966-359edf33d7c8: Amount of 644 has to sent to Account number 2deda102-98ba-4bc2-a9dc-da70dde78d0f
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2deda102-98ba-4bc2-a9dc-da70dde78d0f: Amount of 644 has been received from Account number 6afd7a73-a9a9-4c47-a966-359edf33d7c8
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 23e9f60d-3003-4911-bd8e-ebd015e1ca01: Amount of 297 has to sent to Account number 4d85c1bd-2edb-4f42-b123-ddbf2c2198f4
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of b977b1e4-2a21-4250-878f-72bc29aa7d32: Amount of 973 has to sent to Account number cb0f2ece-9eda-4d05-9c4b-b406da31ea35
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of cb0f2ece-9eda-4d05-9c4b-b406da31ea35: Amount of 973 has been received from Account number b977b1e4-2a21-4250-878f-72bc29aa7d32
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9a9cf059-b6cf-462d-b2c8-71ef76aebbcc: Amount of 374 has to sent to Account number 0d9d1cd6-5fab-41bd-a46f-4bf515f4f066
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of f36a5c82-ecc1-4ef3-b6cc-05336d8e4373: Amount of 872 has to sent to Account number 3067d198-8e84-400e-8a63-c6a6509648f9
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3067d198-8e84-400e-8a63-c6a6509648f9: Amount of 872 has been received from Account number f36a5c82-ecc1-4ef3-b6cc-05336d8e4373
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ab9b1fd2-2276-45c8-b002-0909bcc789b7: Amount of 611 has to sent to Account number 6c7cc3f6-5561-449e-80d3-0825e6907d85
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0d9d1cd6-5fab-41bd-a46f-4bf515f4f066: Amount of 374 has been received from Account number 9a9cf059-b6cf-462d-b2c8-71ef76aebbcc
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 71f3ae49-052c-4cdb-a4d7-353d11237d1b: Amount of 702 has been received from Account number 39111f3b-6099-4835-9e30-34a99ff8e0c5
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of b2a1365a-8213-4ae3-9812-a80fa42d82f2: Amount of 84 has to sent to Account number 8af1289d-931a-419e-b4c0-bdfeb4197dfd
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8af1289d-931a-419e-b4c0-bdfeb4197dfd: Amount of 84 has been received from Account number b2a1365a-8213-4ae3-9812-a80fa42d82f2
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 04f2e3a7-14eb-4f41-b84b-92ac44c5e614: Amount of 845 has to sent to Account number b7604797-d216-4e03-be24-3d1011cb26cb
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of b7604797-d216-4e03-be24-3d1011cb26cb: Amount of 845 has been received from Account number 04f2e3a7-14eb-4f41-b84b-92ac44c5e614
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of fcf03de6-9573-457c-8c60-8773de855cb2: Amount of 498 has to sent to Account number 8ec3fde6-6fa2-473d-a294-a347c56cd12b
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 30140521-7b54-424a-8dc1-80dee45ae0f3: Amount of 88 has to sent to Account number 000f0da5-2656-4f9c-8db1-933423b35d8e
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 000f0da5-2656-4f9c-8db1-933423b35d8e: Amount of 88 has been received from Account number 30140521-7b54-424a-8dc1-80dee45ae0f3
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 686eabec-3e11-48f3-9567-7e926d0e0c38: Amount of 642 has to sent to Account number fcca8015-d26d-4c0f-8830-cc2ccc43af45
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of fcca8015-d26d-4c0f-8830-cc2ccc43af45: Amount of 642 has been received from Account number 686eabec-3e11-48f3-9567-7e926d0e0c38
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b571de3-54ac-45fc-ac1e-efb6c383776a: Amount of 421 has to sent to Account number 0a824eea-aa2a-4513-8d04-c78811ec8f63
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a824eea-aa2a-4513-8d04-c78811ec8f63: Amount of 421 has been received from Account number 8b571de3-54ac-45fc-ac1e-efb6c383776a
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9f17b52c-2da5-4109-b07a-f45465093e98: Amount of 582 has to sent to Account number 2a54151b-0283-43cd-bde0-912cf49e88f6
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2a54151b-0283-43cd-bde0-912cf49e88f6: Amount of 582 has been received from Account number 9f17b52c-2da5-4109-b07a-f45465093e98
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8ae597b9-eadc-416a-a54f-a3231e15f216: Amount of 611 has to sent to Account number 426f7011-9f93-4958-8d6a-8f74f2d9d3f9
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 426f7011-9f93-4958-8d6a-8f74f2d9d3f9: Amount of 611 has been received from Account number 8ae597b9-eadc-416a-a54f-a3231e15f216
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of be7071ad-aa98-4a57-84e3-6a49b0d384cf: Amount of 414 has to sent to Account number 44e91095-0ceb-4340-996a-3207e7316874
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 44e91095-0ceb-4340-996a-3207e7316874: Amount of 414 has been received from Account number be7071ad-aa98-4a57-84e3-6a49b0d384cf
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6acfdf28-97e1-45ad-ae8d-90a4dda6a7f0: Amount of 605 has to sent to Account number 1958139a-2cad-4811-8c57-331e8f530aeb
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1958139a-2cad-4811-8c57-331e8f530aeb: Amount of 605 has been received from Account number 6acfdf28-97e1-45ad-ae8d-90a4dda6a7f0
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 580a8238-e007-4000-b65d-4c5d9150e791: Amount of 427 has to sent to Account number fe2f1627-1565-4c80-b648-1d5e78d677ba
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of fe2f1627-1565-4c80-b648-1d5e78d677ba: Amount of 427 has been received from Account number 580a8238-e007-4000-b65d-4c5d9150e791
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb7b61c8-5c79-4f42-8a73-859595937885: Amount of 775 has to sent to Account number 0facf4d5-ae17-4772-adc2-c55d1392829b
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0facf4d5-ae17-4772-adc2-c55d1392829b: Amount of 775 has been received from Account number eb7b61c8-5c79-4f42-8a73-859595937885
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of e316d3b3-f64b-4130-8604-575b15f88a8a: Amount of 464 has to sent to Account number da155178-e2aa-4f7e-918a-9f5f8657ec87
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of da155178-e2aa-4f7e-918a-9f5f8657ec87: Amount of 464 has been received from Account number e316d3b3-f64b-4130-8604-575b15f88a8a
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 584f419e-10d7-4074-9f27-ec2b79e137d0: Amount of 88 has to sent to Account number 3dc9e159-d211-4d64-b8d2-87915aa2205e
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3dc9e159-d211-4d64-b8d2-87915aa2205e: Amount of 88 has been received from Account number 584f419e-10d7-4074-9f27-ec2b79e137d0
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2840188c-a8ec-47f1-ba61-484090ce9b50: Amount of 615 has to sent to Account number 0171627c-a4c0-487c-9ffa-23446e162e50
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0171627c-a4c0-487c-9ffa-23446e162e50: Amount of 615 has been received from Account number 2840188c-a8ec-47f1-ba61-484090ce9b50
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 28a7fb73-eba2-4cfb-8d37-39250aa47a30: Amount of 141 has to sent to Account number 4757e115-6653-4d7b-af1f-2f0fd3a476a8
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1b04727b-8f5d-4d83-a0c2-050b56005011: Amount of 387 has been received from Account number b3b0c6fd-4a27-49b2-92fe-ceb41901225d
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4757e115-6653-4d7b-af1f-2f0fd3a476a8: Amount of 141 has been received from Account number 28a7fb73-eba2-4cfb-8d37-39250aa47a30
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ea1e77ed-00b5-495c-a84c-b1d670aa1384: Amount of 925 has to sent to Account number dd8e9a16-269d-401d-b04b-f7825719d25b
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd8e9a16-269d-401d-b04b-f7825719d25b: Amount of 925 has been received from Account number ea1e77ed-00b5-495c-a84c-b1d670aa1384
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1e79cb52-3b98-4e4a-a697-ce318e810573: Amount of 94 has to sent to Account number 5f8669f9-76fe-4d13-baed-a395f200b450
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd28c5c9-f269-480b-8b4a-c26d880c25b3: Amount of 605 has to sent to Account number 2376d494-2ecb-4296-82ea-db489968dc8b
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f8669f9-76fe-4d13-baed-a395f200b450: Amount of 94 has been received from Account number 1e79cb52-3b98-4e4a-a697-ce318e810573
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2376d494-2ecb-4296-82ea-db489968dc8b: Amount of 605 has been received from Account number dd28c5c9-f269-480b-8b4a-c26d880c25b3
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3b07792a-d73c-4be1-8da6-65f81a7989ec: Amount of 88 has to sent to Account number c89b8213-029e-464e-8eba-ddf2b8201d64
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 87bc8622-6648-4e55-bee3-b342d6dfd077: Amount of 600 has to sent to Account number 3a49bb64-02d2-4aba-8de2-6f70e1fbca3c
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of c89b8213-029e-464e-8eba-ddf2b8201d64: Amount of 88 has been received from Account number 3b07792a-d73c-4be1-8da6-65f81a7989ec
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a49bb64-02d2-4aba-8de2-6f70e1fbca3c: Amount of 600 has been received from Account number 87bc8622-6648-4e55-bee3-b342d6dfd077
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5ed633a5-456f-47da-a840-8b62fb392bc0: Amount of 151 has to sent to Account number 7628ce60-9eae-4e29-b3b0-5c1b98667b3c
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7628ce60-9eae-4e29-b3b0-5c1b98667b3c: Amount of 151 has been received from Account number 5ed633a5-456f-47da-a840-8b62fb392bc0
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of caf74079-bd42-4bcc-9638-a41eed7ed976: Amount of 149 has to sent to Account number 7f68fb0b-1890-4524-bc37-5d7540249917
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f68fb0b-1890-4524-bc37-5d7540249917: Amount of 149 has been received from Account number caf74079-bd42-4bcc-9638-a41eed7ed976
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of eeef0ca1-9082-4eec-a29e-c362820c376e: Amount of 229 has to sent to Account number b7e2d2a4-4f4b-422b-a5e1-493422e6c8f6
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of b7e2d2a4-4f4b-422b-a5e1-493422e6c8f6: Amount of 229 has been received from Account number eeef0ca1-9082-4eec-a29e-c362820c376e
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b7b02fc-f97a-48cb-9142-74fd58aef079: Amount of 891 has to sent to Account number 3f0cf11f-d208-40fa-8ce5-e4eb3bcfb4bd
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f0cf11f-d208-40fa-8ce5-e4eb3bcfb4bd: Amount of 891 has been received from Account number 5b7b02fc-f97a-48cb-9142-74fd58aef079
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 243bf243-bd7d-4ec0-9b61-ce4cf04066e4: Amount of 367 has to sent to Account number 60f5aa84-de11-470f-9357-9821c6a0dd5b
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 60f5aa84-de11-470f-9357-9821c6a0dd5b: Amount of 367 has been received from Account number 243bf243-bd7d-4ec0-9b61-ce4cf04066e4
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 844f2a69-d85b-4c4a-8ccf-d4d6deea6188: Amount of 196 has to sent to Account number f6a17fbc-a7e9-4711-9a41-6e2742c44cf8
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 01e245c6-53e8-4656-9c0b-1bb798fc3579: Amount of 333 has to sent to Account number 0b3f817a-3da4-4f6c-af04-73aafe6998c6
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0b3f817a-3da4-4f6c-af04-73aafe6998c6: Amount of 333 has been received from Account number 01e245c6-53e8-4656-9c0b-1bb798fc3579
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 47d38173-951a-40fa-8a32-b5199162bc3b: Amount of 89 has to sent to Account number ab7c6c09-023c-4e3e-b6ea-604550cecc1b
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ab7c6c09-023c-4e3e-b6ea-604550cecc1b: Amount of 89 has been received from Account number 47d38173-951a-40fa-8a32-b5199162bc3b
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 290164c3-7787-455d-86b2-d96665dc5260: Amount of 984 has to sent to Account number 1aaf7718-b1b4-4a21-b79a-8241afc0d99c
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8a38525-1871-485e-948d-6338f82b5ad9: Amount of 200 has been received from Account number 04a610f1-8615-4166-a837-71c4a60cd2f7
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 841db21b-e9cb-446b-97d8-3a60c156502c: Amount of 323 has been received from Account number cdc1ce4c-4dbd-43b1-8567-797ae803e6ef
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0d78311e-fb13-4dd5-93d3-8109799dea5d: Amount of 243 has to sent to Account number 22f568f9-6841-410b-b75f-1e00fcb0c93c
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 45e63585-af17-4a61-b9be-ba244dc122a6: Amount of 826 has been received from Account number 15b49b7f-9c12-4bf5-a2ca-5b4c59189709
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 18e569c0-bbb5-4c08-aa15-134f5b7daf22: Amount of 450 has to sent to Account number 12e9d7d1-4d71-4815-8090-5fd5887c4336
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d5bfced-ea40-4eb5-9f5e-883740c29bdc: Amount of 207 has been received from Account number 5fa08c06-971f-458b-99ad-d0f4e7cec735
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 610f4ece-32bd-4333-9931-b23be5946dcc: Amount of 867 has to sent to Account number 81e04c06-a010-4ea4-9d97-eefcd6bba6d7
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of cbfc4ba6-0b9f-418d-b4b9-5d3bcd0ed10f: Amount of 848 has to sent to Account number 5b3b845a-804a-4fa9-9ea7-96d8a9dd0410
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9f83b7c0-73b8-4c31-9b0a-b3d742482fd6: Amount of 820 has to sent to Account number 905d5b70-6fcb-4921-a7c3-a83efd92e757
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of d22aeb99-8262-4f4f-8caa-dc094c9f5fb3: Amount of 261 has been received from Account number cfb72051-c986-4b25-a385-87f09a384ddc
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 905d5b70-6fcb-4921-a7c3-a83efd92e757: Amount of 820 has been received from Account number 9f83b7c0-73b8-4c31-9b0a-b3d742482fd6
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 413d6121-a409-4def-8bf8-9129bcb30089: Amount of 285 has to sent to Account number 73358c96-1307-49b4-9229-12adb7df4db7
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of daf2f632-4d63-4e4c-b180-5ac1cef81651: Amount of 218 has been received from Account number 2b8c4a04-f69a-42f3-bd0b-9204443580dd
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 73358c96-1307-49b4-9229-12adb7df4db7: Amount of 285 has been received from Account number 413d6121-a409-4def-8bf8-9129bcb30089
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of d3883dfb-b600-4fbf-b3ee-6f9c7b9cc26a: Amount of 113 has to sent to Account number 8bee8055-71d3-4185-8e5a-1eaa28a8028d
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9908128-6da6-438b-8a57-c1c93a361b55: Amount of 610 has to sent to Account number ca4ad72b-78c2-4aae-8506-0ca3127858b5
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca4ad72b-78c2-4aae-8506-0ca3127858b5: Amount of 610 has been received from Account number a9908128-6da6-438b-8a57-c1c93a361b55
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ede3ccc3-d377-4ce4-8aba-3043e1290f48: Amount of 510 has to sent to Account number 4dd01d98-56af-478a-b1c3-c266231d0602
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6395c784-fab2-4f2f-9281-54f1e94a54e3: Amount of 191 has to sent to Account number af95ec66-ac4e-44e8-afa5-5f77103e9c0f
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4dd01d98-56af-478a-b1c3-c266231d0602: Amount of 510 has been received from Account number ede3ccc3-d377-4ce4-8aba-3043e1290f48
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of af95ec66-ac4e-44e8-afa5-5f77103e9c0f: Amount of 191 has been received from Account number 6395c784-fab2-4f2f-9281-54f1e94a54e3
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22c1347c-bb9c-45ed-b4b0-4d06d1b2a656: Amount of 397 has to sent to Account number 1876b3ab-4846-476c-b779-b539f495693a
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1664b406-e430-406f-a74e-7e80dda92e55: Amount of 760 has been received from Account number 2af7afb4-11cd-40c2-9a54-86fb7b29f7c5
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1876b3ab-4846-476c-b779-b539f495693a: Amount of 397 has been received from Account number 22c1347c-bb9c-45ed-b4b0-4d06d1b2a656
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d85c1bd-2edb-4f42-b123-ddbf2c2198f4: Amount of 297 has been received from Account number 23e9f60d-3003-4911-bd8e-ebd015e1ca01
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f506106-48ec-452b-a1a2-d05e8cd63324: Amount of 805 has to sent to Account number a2d61882-9fea-496a-a80d-6b4708859d74
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6c7cc3f6-5561-449e-80d3-0825e6907d85: Amount of 611 has been received from Account number ab9b1fd2-2276-45c8-b002-0909bcc789b7
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 32e28561-9033-4f7c-b87b-67b2d1c7b694: Amount of 88 has to sent to Account number 3e59a355-5d59-4107-abdc-47b37f6b3054
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e59a355-5d59-4107-abdc-47b37f6b3054: Amount of 88 has been received from Account number 32e28561-9033-4f7c-b87b-67b2d1c7b694
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8750f8ba-0754-4460-a82b-e80087d158db: Amount of 323 has to sent to Account number 234d57c8-2d9f-495a-9f15-1eb80bb8ae6d
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 234d57c8-2d9f-495a-9f15-1eb80bb8ae6d: Amount of 323 has been received from Account number 8750f8ba-0754-4460-a82b-e80087d158db
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8bbb3a45-6584-4668-b2c8-22d4ca57ea45: Amount of 556 has to sent to Account number 748f24a3-ef92-4e2b-8920-fca14648990d
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 748f24a3-ef92-4e2b-8920-fca14648990d: Amount of 556 has been received from Account number 8bbb3a45-6584-4668-b2c8-22d4ca57ea45
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 44334757-b5b8-43f6-bfad-89f4caf5b3fa: Amount of 519 has to sent to Account number 337db596-47d9-4c67-9f0c-d0f71e1dc4a1
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of d71b6b62-ba9b-4121-9289-d542906f18df: Amount of 385 has to sent to Account number 53c2f76e-0c51-45a1-b558-9b7053f0c0f0
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 91354ec1-519d-44aa-9683-6782eaad0a35: Amount of 424 has to sent to Account number 1d8f7567-1671-4c5a-bb7e-0401b360bd17
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53c2f76e-0c51-45a1-b558-9b7053f0c0f0: Amount of 385 has been received from Account number d71b6b62-ba9b-4121-9289-d542906f18df
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1d8f7567-1671-4c5a-bb7e-0401b360bd17: Amount of 424 has been received from Account number 91354ec1-519d-44aa-9683-6782eaad0a35
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 27198eaa-978c-4ba5-8d21-0656a6b2006c: Amount of 594 has to sent to Account number b3b84e17-ad89-489f-9d46-caba511aed2c
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4b30dbb3-df3d-4894-b053-11e5be970290: Amount of 455 has to sent to Account number fe7b2cb8-bcf2-43a3-b7ad-13c5737e79d2
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of b3b84e17-ad89-489f-9d46-caba511aed2c: Amount of 594 has been received from Account number 27198eaa-978c-4ba5-8d21-0656a6b2006c
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8ec3fde6-6fa2-473d-a294-a347c56cd12b: Amount of 498 has been received from Account number fcf03de6-9573-457c-8c60-8773de855cb2
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7e062f07-529d-42a6-a70a-94679a4c3472: Amount of 123 has to sent to Account number 83a883a8-1e91-415e-b29e-efd40ddc1b45
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 83a883a8-1e91-415e-b29e-efd40ddc1b45: Amount of 123 has been received from Account number 7e062f07-529d-42a6-a70a-94679a4c3472
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ad0e29a-e670-4afa-b498-6f5bdeb3bfb3: Amount of 28 has to sent to Account number 0e4e3a81-4e0a-4b0d-a1a1-317243e723ad
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e4e3a81-4e0a-4b0d-a1a1-317243e723ad: Amount of 28 has been received from Account number 2ad0e29a-e670-4afa-b498-6f5bdeb3bfb3
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e85155d-5239-4675-b34c-d09c9f3209a9: Amount of 128 has to sent to Account number d9f366bf-97ab-406c-a367-1b38ea2396b2
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of d9f366bf-97ab-406c-a367-1b38ea2396b2: Amount of 128 has been received from Account number 8e85155d-5239-4675-b34c-d09c9f3209a9
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of dff0fa29-5290-4ba2-ba47-4aedd78ad58a: Amount of 541 has to sent to Account number 5784e5a1-992c-441c-a89b-2f9b70bd69a0
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5784e5a1-992c-441c-a89b-2f9b70bd69a0: Amount of 541 has been received from Account number dff0fa29-5290-4ba2-ba47-4aedd78ad58a
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of cefdd81b-f0c1-4f4f-9df4-8fd10799318d: Amount of 976 has to sent to Account number ff7995af-94e6-400d-a52b-f5e97b290646
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ff7995af-94e6-400d-a52b-f5e97b290646: Amount of 976 has been received from Account number cefdd81b-f0c1-4f4f-9df4-8fd10799318d
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e0364a6-1254-44d0-a054-2f17841a7d59: Amount of 413 has to sent to Account number 35b233d1-7e7c-421b-aefe-831b4653baec
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 35b233d1-7e7c-421b-aefe-831b4653baec: Amount of 413 has been received from Account number 3e0364a6-1254-44d0-a054-2f17841a7d59
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0f16e61c-c21a-49e5-8be5-88a1fe89ce67: Amount of 334 has to sent to Account number 3c932ee1-cc7b-441f-9450-689422325d99
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3c932ee1-cc7b-441f-9450-689422325d99: Amount of 334 has been received from Account number 0f16e61c-c21a-49e5-8be5-88a1fe89ce67
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 69d7b58a-fb1b-4d6f-ba2e-2155a03b7b8e: Amount of 21 has to sent to Account number 9819bf45-26c4-4289-9bcd-96bb03effa9c
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9819bf45-26c4-4289-9bcd-96bb03effa9c: Amount of 21 has been received from Account number 69d7b58a-fb1b-4d6f-ba2e-2155a03b7b8e
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of f53d9b39-e539-4056-b71b-9436e16cb852: Amount of 626 has to sent to Account number bcabaccb-6cb8-4d66-a0f5-82cc5af98a91
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d180f14-2109-4355-a431-b669ae092723: Amount of 890 has to sent to Account number 6425e17e-ed64-4ff2-90a0-3e13e3b099b9
2024-07-09 19:26:08.330  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of f6a17fbc-a7e9-4711-9a41-6e2742c44cf8: Amount of 196 has been received from Account number 844f2a69-d85b-4c4a-8ccf-d4d6deea6188
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4fabed5c-3005-48af-97cb-7f43dd4c60f4: Amount of 95 has to sent to Account number 31f1f0b6-d442-41c4-881a-cbb9771fb224
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2620fb9-f615-4137-9a76-5cc3bae68cab: Amount of 846 has to sent to Account number f34f2ddd-b1c2-48ed-80b8-d49353a17fde
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1aaf7718-b1b4-4a21-b79a-8241afc0d99c: Amount of 984 has been received from Account number 290164c3-7787-455d-86b2-d96665dc5260
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of f34f2ddd-b1c2-48ed-80b8-d49353a17fde: Amount of 846 has been received from Account number d2620fb9-f615-4137-9a76-5cc3bae68cab
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8cfaa73e-012a-4264-be88-0deba09ccab8: Amount of 590 has to sent to Account number 68f45395-646c-43d4-9c97-60d72e67b13f
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 68f45395-646c-43d4-9c97-60d72e67b13f: Amount of 590 has been received from Account number 8cfaa73e-012a-4264-be88-0deba09ccab8
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 55c8d629-cfa5-41cf-9b20-5fba4744decb: Amount of 777 has to sent to Account number 8cc7266a-0ead-41bc-b708-155740865ec5
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1a591fe6-af2e-4b4f-b9c8-8c6e74d07798: Amount of 396 has to sent to Account number dcef970e-a0f7-4a0c-85b6-f3cfca30ac55
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8cc7266a-0ead-41bc-b708-155740865ec5: Amount of 777 has been received from Account number 55c8d629-cfa5-41cf-9b20-5fba4744decb
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of dcef970e-a0f7-4a0c-85b6-f3cfca30ac55: Amount of 396 has been received from Account number 1a591fe6-af2e-4b4f-b9c8-8c6e74d07798
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 577bb15e-4b19-4029-94ef-6d36f8e285d7: Amount of 711 has to sent to Account number 6fd36978-dd36-4094-8fa1-8df38554fa68
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1b6bffaa-5099-49aa-83b9-c779c71a6ef6: Amount of 413 has to sent to Account number 283eab08-a78c-42e3-8e2c-1b19456c8dc0
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6fd36978-dd36-4094-8fa1-8df38554fa68: Amount of 711 has been received from Account number 577bb15e-4b19-4029-94ef-6d36f8e285d7
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 283eab08-a78c-42e3-8e2c-1b19456c8dc0: Amount of 413 has been received from Account number 1b6bffaa-5099-49aa-83b9-c779c71a6ef6
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of b0e229c1-8c6c-4743-a3aa-f9d9534fb364: Amount of 260 has to sent to Account number 01dfb476-0b4d-4b22-a8ee-e0a3eab13feb
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d8e47832-1705-4c60-a3d4-abdd64ff754f: Amount of 164 has to sent to Account number 39dade8f-e0c6-426d-ac07-364fc789de5c
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 01dfb476-0b4d-4b22-a8ee-e0a3eab13feb: Amount of 260 has been received from Account number b0e229c1-8c6c-4743-a3aa-f9d9534fb364
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9cb701ff-9d66-4c93-a13d-ad6e30cc388b: Amount of 251 has to sent to Account number f1d68a5a-415a-48e6-bbdc-d42063756723
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of f1d68a5a-415a-48e6-bbdc-d42063756723: Amount of 251 has been received from Account number 9cb701ff-9d66-4c93-a13d-ad6e30cc388b
2024-07-09 19:26:08.330  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac729d01-8bfb-4029-ab7a-e0b8ac63dc3e: Amount of 254 has to sent to Account number 593a6562-458b-429a-8e99-85ce475dcca1
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22f568f9-6841-410b-b75f-1e00fcb0c93c: Amount of 243 has been received from Account number 0d78311e-fb13-4dd5-93d3-8109799dea5d
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of bdf65c50-a0f0-4ad1-8faf-6563370ec7fb: Amount of 997 has to sent to Account number f9d57408-40f4-4821-b761-189c0940dedc
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of f9d57408-40f4-4821-b761-189c0940dedc: Amount of 997 has been received from Account number bdf65c50-a0f0-4ad1-8faf-6563370ec7fb
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of bdd9b8d1-e691-4cf5-85df-a1cf2b2990f8: Amount of 93 has to sent to Account number f40b6b29-bb84-47e5-b417-8434800d09ea
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of f40b6b29-bb84-47e5-b417-8434800d09ea: Amount of 93 has been received from Account number bdd9b8d1-e691-4cf5-85df-a1cf2b2990f8
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9345feb7-cc66-4e4c-b24c-7a8f1f1d1144: Amount of 312 has to sent to Account number c674512f-4b57-42e9-b22b-2eb6c65f91ad
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of c674512f-4b57-42e9-b22b-2eb6c65f91ad: Amount of 312 has been received from Account number 9345feb7-cc66-4e4c-b24c-7a8f1f1d1144
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e742255-ef79-4f79-a7b7-2e54777f10ce: Amount of 897 has to sent to Account number f7fe82a8-ada3-4a7e-ba9c-24d33d976334
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of f7fe82a8-ada3-4a7e-ba9c-24d33d976334: Amount of 897 has been received from Account number 9e742255-ef79-4f79-a7b7-2e54777f10ce
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b3b845a-804a-4fa9-9ea7-96d8a9dd0410: Amount of 848 has been received from Account number cbfc4ba6-0b9f-418d-b4b9-5d3bcd0ed10f
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of af4bfa83-d9d4-4643-9536-344fafddf56d: Amount of 735 has to sent to Account number 10a4f20c-e6cc-4f6a-9b68-69852e90e034
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 10a4f20c-e6cc-4f6a-9b68-69852e90e034: Amount of 735 has been received from Account number af4bfa83-d9d4-4643-9536-344fafddf56d
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of e2e82fe8-04d9-452f-a720-410e0e74427a: Amount of 75 has to sent to Account number 6ec92b61-ac96-4a44-a2cc-a01a317e9a7f
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2d7a1e44-1edb-46a1-b905-b4113a4a1ad2: Amount of 304 has to sent to Account number 72e5e6c9-44c1-47ef-a137-77e66da674e1
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 72e5e6c9-44c1-47ef-a137-77e66da674e1: Amount of 304 has been received from Account number 2d7a1e44-1edb-46a1-b905-b4113a4a1ad2
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 309ea7f7-bab3-4ec4-9e92-b808c9746b4f: Amount of 171 has to sent to Account number 7120ba72-0bef-4baa-87fe-caa74d31193e
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7120ba72-0bef-4baa-87fe-caa74d31193e: Amount of 171 has been received from Account number 309ea7f7-bab3-4ec4-9e92-b808c9746b4f
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42097a05-1cda-4c65-8a8f-a361ef5e148f: Amount of 789 has to sent to Account number 78c1182b-2a44-4b5d-86e4-754f21ce482e
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 78c1182b-2a44-4b5d-86e4-754f21ce482e: Amount of 789 has been received from Account number 42097a05-1cda-4c65-8a8f-a361ef5e148f
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 55c7d628-003f-488d-b3c4-09d5ff1ce320: Amount of 766 has to sent to Account number a43b2e01-8b9e-40d6-8dee-3be4c9dca9df
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a43b2e01-8b9e-40d6-8dee-3be4c9dca9df: Amount of 766 has been received from Account number 55c7d628-003f-488d-b3c4-09d5ff1ce320
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1fada224-4456-40c6-a6cb-8b1cf73bdde7: Amount of 74 has to sent to Account number 2719826c-c93d-42a4-8889-e7ac61bf80f5
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2719826c-c93d-42a4-8889-e7ac61bf80f5: Amount of 74 has been received from Account number 1fada224-4456-40c6-a6cb-8b1cf73bdde7
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of b24e4afa-e6cd-4f87-abdc-309a8a0661f3: Amount of 962 has to sent to Account number 6cc23f7c-f3d9-43bd-8d05-f73f7e11b34c
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6cc23f7c-f3d9-43bd-8d05-f73f7e11b34c: Amount of 962 has been received from Account number b24e4afa-e6cd-4f87-abdc-309a8a0661f3
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of b3e3ae0c-7bbe-413b-9cc0-61eb0d607341: Amount of 819 has to sent to Account number 82328553-c5d9-4bd3-9e04-a8c5a8168307
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 82328553-c5d9-4bd3-9e04-a8c5a8168307: Amount of 819 has been received from Account number b3e3ae0c-7bbe-413b-9cc0-61eb0d607341
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca4b9644-eb78-412a-b8b7-4773d61380ae: Amount of 237 has to sent to Account number e292b13a-89f3-469d-84a1-42721bdc9668
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of e292b13a-89f3-469d-84a1-42721bdc9668: Amount of 237 has been received from Account number ca4b9644-eb78-412a-b8b7-4773d61380ae
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2b716db-6c09-42df-a3b4-e56fabb3acf7: Amount of 475 has to sent to Account number 5667e088-ccaa-492d-b2c5-902cde2e59c1
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5667e088-ccaa-492d-b2c5-902cde2e59c1: Amount of 475 has been received from Account number f2b716db-6c09-42df-a3b4-e56fabb3acf7
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1d71d294-f1a8-4620-a658-0e8f4c238ee5: Amount of 200 has to sent to Account number 9235392e-0a67-4e6b-8a91-e27680d54c29
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9235392e-0a67-4e6b-8a91-e27680d54c29: Amount of 200 has been received from Account number 1d71d294-f1a8-4620-a658-0e8f4c238ee5
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc29f070-adc7-457c-af7e-7698783b065f: Amount of 87 has to sent to Account number 64aa0f0d-0124-4908-ac91-040e429aa4a2
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64aa0f0d-0124-4908-ac91-040e429aa4a2: Amount of 87 has been received from Account number fc29f070-adc7-457c-af7e-7698783b065f
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 647af68a-8a18-4a12-a6ce-5f4ca1e7e1a7: Amount of 460 has to sent to Account number 07966946-3b85-4606-a97f-3801e4602909
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 07966946-3b85-4606-a97f-3801e4602909: Amount of 460 has been received from Account number 647af68a-8a18-4a12-a6ce-5f4ca1e7e1a7
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f4061a0b-d7ba-4471-97e5-42248cbef9e6: Amount of 307 has to sent to Account number faebf8bd-ab72-4c67-ab99-eb12eeffdca5
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of faebf8bd-ab72-4c67-ab99-eb12eeffdca5: Amount of 307 has been received from Account number f4061a0b-d7ba-4471-97e5-42248cbef9e6
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b1f9a81-5ffc-4903-9f0d-cc769491ec30: Amount of 384 has to sent to Account number 44abf31b-d9a6-4891-94bc-af4e10fa95ba
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 44abf31b-d9a6-4891-94bc-af4e10fa95ba: Amount of 384 has been received from Account number 7b1f9a81-5ffc-4903-9f0d-cc769491ec30
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 68a62790-2256-4b6a-9058-e6f7e6e770ee: Amount of 159 has to sent to Account number 2b693638-7780-4918-b58c-0d56c4542e5b
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b693638-7780-4918-b58c-0d56c4542e5b: Amount of 159 has been received from Account number 68a62790-2256-4b6a-9058-e6f7e6e770ee
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee2c953d-7334-4de5-a4b8-86bc14805029: Amount of 678 has to sent to Account number be8745b3-10ab-4221-a33f-4abc4fb39d64
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81e04c06-a010-4ea4-9d97-eefcd6bba6d7: Amount of 867 has been received from Account number 610f4ece-32bd-4333-9931-b23be5946dcc
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of be8745b3-10ab-4221-a33f-4abc4fb39d64: Amount of 678 has been received from Account number ee2c953d-7334-4de5-a4b8-86bc14805029
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a14dbf04-1340-4a76-b259-9fa407d60bf5: Amount of 936 has to sent to Account number 922f2bdc-66f2-4851-96e4-8b9d568db65c
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 922f2bdc-66f2-4851-96e4-8b9d568db65c: Amount of 936 has been received from Account number a14dbf04-1340-4a76-b259-9fa407d60bf5
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ffe32e16-135c-4b0c-bd0a-b527d8e69338: Amount of 314 has to sent to Account number e7a9de35-259d-4371-8740-eaa178108bb1
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 73266bda-2f65-44a0-9682-940445b7c97d: Amount of 20 has to sent to Account number 47b1f084-4d2e-479a-970d-a601c9b5be5d
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of e7a9de35-259d-4371-8740-eaa178108bb1: Amount of 314 has been received from Account number ffe32e16-135c-4b0c-bd0a-b527d8e69338
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 47b1f084-4d2e-479a-970d-a601c9b5be5d: Amount of 20 has been received from Account number 73266bda-2f65-44a0-9682-940445b7c97d
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 76162c1e-c18f-43f3-8827-2095eba9f984: Amount of 709 has to sent to Account number b7d56e31-d007-4d72-af48-a0566ae56777
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of b9d2c969-ebdc-4005-a540-af90a0b5a3b8: Amount of 967 has to sent to Account number 7d7843a3-1bbc-4671-80b4-c723bf890345
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of b7d56e31-d007-4d72-af48-a0566ae56777: Amount of 709 has been received from Account number 76162c1e-c18f-43f3-8827-2095eba9f984
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7d7843a3-1bbc-4671-80b4-c723bf890345: Amount of 967 has been received from Account number b9d2c969-ebdc-4005-a540-af90a0b5a3b8
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of f56ebff5-ae01-482d-9c34-58934d4dab94: Amount of 424 has to sent to Account number 232d1551-b48d-4bc5-ba4d-56619c5dfd07
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 232d1551-b48d-4bc5-ba4d-56619c5dfd07: Amount of 424 has been received from Account number f56ebff5-ae01-482d-9c34-58934d4dab94
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0265656e-dabb-44e2-9a87-cf13e5ea24e9: Amount of 762 has to sent to Account number 8873776f-40c9-4c1e-a75e-534c6f0832b5
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8873776f-40c9-4c1e-a75e-534c6f0832b5: Amount of 762 has been received from Account number 0265656e-dabb-44e2-9a87-cf13e5ea24e9
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25ecc6cc-1ea9-4104-969c-cce5ac34fb9d: Amount of 354 has to sent to Account number a265cce5-ebe2-4b90-9117-1760b021640e
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of a265cce5-ebe2-4b90-9117-1760b021640e: Amount of 354 has been received from Account number 25ecc6cc-1ea9-4104-969c-cce5ac34fb9d
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5bf0a4cb-4120-4df4-b5b3-acfcf8cd1f3d: Amount of 568 has to sent to Account number 7a41eaf2-f4de-4b9a-ab93-2c923311506d
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7a41eaf2-f4de-4b9a-ab93-2c923311506d: Amount of 568 has been received from Account number 5bf0a4cb-4120-4df4-b5b3-acfcf8cd1f3d
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of f63bbd6b-8360-486b-a926-57a160ab837f: Amount of 268 has to sent to Account number 6690e09f-0efc-4f81-9832-23dfefad5230
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6690e09f-0efc-4f81-9832-23dfefad5230: Amount of 268 has been received from Account number f63bbd6b-8360-486b-a926-57a160ab837f
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 86ac0238-7e20-4b43-af58-b1e896def72f: Amount of 26 has to sent to Account number 7ce4a779-ec16-4d17-82d9-2d342c94ffd0
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ce4a779-ec16-4d17-82d9-2d342c94ffd0: Amount of 26 has been received from Account number 86ac0238-7e20-4b43-af58-b1e896def72f
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of d7322545-da76-408d-b0dc-ee7e0e81cc4e: Amount of 57 has to sent to Account number ab97d219-d21c-4862-860f-ede12f4faec0
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ab97d219-d21c-4862-860f-ede12f4faec0: Amount of 57 has been received from Account number d7322545-da76-408d-b0dc-ee7e0e81cc4e
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3478b7c8-a38a-4ad1-b6cb-1e02c20aa498: Amount of 613 has to sent to Account number ced06602-83a7-4453-b70a-5e7615c145ec
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ced06602-83a7-4453-b70a-5e7615c145ec: Amount of 613 has been received from Account number 3478b7c8-a38a-4ad1-b6cb-1e02c20aa498
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6020d53a-d1c5-4bb6-8256-5d19b4b460bb: Amount of 476 has to sent to Account number d24e7164-5b67-4d2c-beb7-fb992138a25f
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of d24e7164-5b67-4d2c-beb7-fb992138a25f: Amount of 476 has been received from Account number 6020d53a-d1c5-4bb6-8256-5d19b4b460bb
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 12e9d7d1-4d71-4815-8090-5fd5887c4336: Amount of 450 has been received from Account number 18e569c0-bbb5-4c08-aa15-134f5b7daf22
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0b363983-0813-4552-8c62-02db0124fb8e: Amount of 124 has to sent to Account number 9043dd3b-2fe9-4cef-bca3-3baaef52eab2
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9043dd3b-2fe9-4cef-bca3-3baaef52eab2: Amount of 124 has been received from Account number 0b363983-0813-4552-8c62-02db0124fb8e
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f68067c-dc51-48d8-ab6c-ca0293dfe66b: Amount of 321 has to sent to Account number 12355dc3-9769-4386-8c74-fa58ce79a4f9
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 766a5b6c-1df5-46c1-9373-9f9d350426cf: Amount of 260 has to sent to Account number 1d91540f-cc55-4495-9cbd-0601171a8b24
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 12355dc3-9769-4386-8c74-fa58ce79a4f9: Amount of 321 has been received from Account number 8f68067c-dc51-48d8-ab6c-ca0293dfe66b
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1d91540f-cc55-4495-9cbd-0601171a8b24: Amount of 260 has been received from Account number 766a5b6c-1df5-46c1-9373-9f9d350426cf
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee308dad-edfc-49bf-8f95-0e6c57250526: Amount of 837 has to sent to Account number 38365b60-bdf4-4386-9bbd-0d9aaa9ffff5
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1e507aa9-f75f-491b-83fb-5ecc5e0cdba6: Amount of 982 has to sent to Account number ed5c44ab-1e79-4d4c-a397-1a490142ef22
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 10f1abe3-e89c-4063-9d04-2a7f1b025d1d: Amount of 234 has to sent to Account number 71b3e3a9-f2f6-4dee-a6d6-13fc2c55bf6f
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed5c44ab-1e79-4d4c-a397-1a490142ef22: Amount of 982 has been received from Account number 1e507aa9-f75f-491b-83fb-5ecc5e0cdba6
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 48f252d4-1e4b-44c0-9287-0fc7309cd2b1: Amount of 106 has to sent to Account number b0ecbe0e-0011-404f-9180-bceb238c0d61
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 71b3e3a9-f2f6-4dee-a6d6-13fc2c55bf6f: Amount of 234 has been received from Account number 10f1abe3-e89c-4063-9d04-2a7f1b025d1d
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 12c4acc8-90e4-49ac-aee2-2096f9102fb1: Amount of 385 has to sent to Account number e2e9847f-4079-40c0-97aa-18b337e644a6
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of e2e9847f-4079-40c0-97aa-18b337e644a6: Amount of 385 has been received from Account number 12c4acc8-90e4-49ac-aee2-2096f9102fb1
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of c6a4f245-bce2-4f2d-9b61-d2b8573714ca: Amount of 30 has to sent to Account number bfda2194-5662-40d1-b537-c2e79dc91df9
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of bfda2194-5662-40d1-b537-c2e79dc91df9: Amount of 30 has been received from Account number c6a4f245-bce2-4f2d-9b61-d2b8573714ca
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 456af22d-dc30-41be-a1ab-c97f80b79578: Amount of 922 has to sent to Account number 4377daa7-988c-40d9-914a-50f3a9721950
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4377daa7-988c-40d9-914a-50f3a9721950: Amount of 922 has been received from Account number 456af22d-dc30-41be-a1ab-c97f80b79578
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ebef7243-019f-4066-be65-2424547514b9: Amount of 763 has to sent to Account number f98cf59d-f3d1-4d60-908b-39b42dee94a7
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of f98cf59d-f3d1-4d60-908b-39b42dee94a7: Amount of 763 has been received from Account number ebef7243-019f-4066-be65-2424547514b9
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 467abaf8-203b-4258-b27b-a2299e5a4e88: Amount of 988 has to sent to Account number 3b04e67a-8e64-4b46-8dfd-cd30bea22f2d
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3b04e67a-8e64-4b46-8dfd-cd30bea22f2d: Amount of 988 has been received from Account number 467abaf8-203b-4258-b27b-a2299e5a4e88
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of b0ecbe0e-0011-404f-9180-bceb238c0d61: Amount of 106 has been received from Account number 48f252d4-1e4b-44c0-9287-0fc7309cd2b1
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3b0c60f0-3f0c-4a0d-9aaf-5269c9c21052: Amount of 590 has to sent to Account number 2207b425-ab64-4aab-a65c-f818f03a3db8
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2207b425-ab64-4aab-a65c-f818f03a3db8: Amount of 590 has been received from Account number 3b0c60f0-3f0c-4a0d-9aaf-5269c9c21052
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e6f29a0-90cc-4652-8ebe-1af8f06e2a70: Amount of 792 has to sent to Account number 4612fb94-cc9d-4562-ab78-dad9a2fbcdfd
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4612fb94-cc9d-4562-ab78-dad9a2fbcdfd: Amount of 792 has been received from Account number 0e6f29a0-90cc-4652-8ebe-1af8f06e2a70
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of c90f0684-076a-44d2-ae48-2907e5b44f06: Amount of 804 has to sent to Account number 126be526-0f4e-4608-ab4a-35044afee648
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6f59a06e-bc04-4d05-a357-da431a41030a: Amount of 922 has to sent to Account number 6ec543a4-c80e-4723-b312-de5835a154f7
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3c029d3b-8041-46f4-a938-6319ae2631b1: Amount of 752 has to sent to Account number 5942af68-87e9-48e2-b87e-abd52610bcc1
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5942af68-87e9-48e2-b87e-abd52610bcc1: Amount of 752 has been received from Account number 3c029d3b-8041-46f4-a938-6319ae2631b1
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 94b409d8-f4d8-474b-a2c5-ea5a8d693d3c: Amount of 50 has to sent to Account number d7016ab4-bb56-45f2-9d3c-ddb8f3707a5e
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 69ce5724-3f2f-49e6-be7e-dfb905b57db2: Amount of 656 has to sent to Account number 41334b9d-7963-4434-b6aa-63c26487497d
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of d7016ab4-bb56-45f2-9d3c-ddb8f3707a5e: Amount of 50 has been received from Account number 94b409d8-f4d8-474b-a2c5-ea5a8d693d3c
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8bee8055-71d3-4185-8e5a-1eaa28a8028d: Amount of 113 has been received from Account number d3883dfb-b600-4fbf-b3ee-6f9c7b9cc26a
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c6cd03b-83b0-4472-9dbc-4050edc5f86c: Amount of 718 has to sent to Account number 45b23e2b-565d-4dad-bb7e-2e088894dd82
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of a2d61882-9fea-496a-a80d-6b4708859d74: Amount of 805 has been received from Account number 7f506106-48ec-452b-a1a2-d05e8cd63324
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 45b23e2b-565d-4dad-bb7e-2e088894dd82: Amount of 718 has been received from Account number 5c6cd03b-83b0-4472-9dbc-4050edc5f86c
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 337db596-47d9-4c67-9f0c-d0f71e1dc4a1: Amount of 519 has been received from Account number 44334757-b5b8-43f6-bfad-89f4caf5b3fa
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 044ba952-2855-46e1-8036-9b6799a66bae: Amount of 525 has to sent to Account number 20dbb1ae-c02a-4ced-bb94-064e56cf5dae
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 20dbb1ae-c02a-4ced-bb94-064e56cf5dae: Amount of 525 has been received from Account number 044ba952-2855-46e1-8036-9b6799a66bae
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 49995dc3-a799-4670-a60d-c3cc21cf2381: Amount of 955 has to sent to Account number 364f9ecc-aeea-4084-9106-76a4f251db54
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of e3b886dc-a7a9-428d-8d43-6b1da82c2f05: Amount of 920 has to sent to Account number cf06cfb4-53b4-4c12-b933-e13faa53eeac
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 364f9ecc-aeea-4084-9106-76a4f251db54: Amount of 955 has been received from Account number 49995dc3-a799-4670-a60d-c3cc21cf2381
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf06cfb4-53b4-4c12-b933-e13faa53eeac: Amount of 920 has been received from Account number e3b886dc-a7a9-428d-8d43-6b1da82c2f05
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 855deb05-670f-4a4f-a9e6-d0009dee2ee1: Amount of 33 has to sent to Account number 38a79349-53f2-460f-b6ee-1562068e7b50
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6af0b768-f0ea-4268-98f6-6eaf1bc31992: Amount of 499 has to sent to Account number 23d7d295-1fe7-437e-9350-0d11b916df76
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 38a79349-53f2-460f-b6ee-1562068e7b50: Amount of 33 has been received from Account number 855deb05-670f-4a4f-a9e6-d0009dee2ee1
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of a5b93118-941b-4282-a30c-2b8aa3e246de: Amount of 777 has to sent to Account number 0af8a700-261d-4f5a-8ab5-ee0211d405aa
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 47a14fdb-8f1e-4bce-ad44-42ba2f070a0b: Amount of 12 has to sent to Account number 3c6a2b8c-b959-4b62-a691-ab391c56f832
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0af8a700-261d-4f5a-8ab5-ee0211d405aa: Amount of 777 has been received from Account number a5b93118-941b-4282-a30c-2b8aa3e246de
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3c6a2b8c-b959-4b62-a691-ab391c56f832: Amount of 12 has been received from Account number 47a14fdb-8f1e-4bce-ad44-42ba2f070a0b
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 13021794-f833-438a-9ea4-b1a18e8a73f9: Amount of 507 has to sent to Account number fc9cce5b-cc9d-4d51-b1ee-ecbbbdb1b59a
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b346593-bf92-4d07-bf1e-5344d769aaf8: Amount of 881 has to sent to Account number 5b307f06-b872-4981-87d3-9dd644d5e1a5
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc9cce5b-cc9d-4d51-b1ee-ecbbbdb1b59a: Amount of 507 has been received from Account number 13021794-f833-438a-9ea4-b1a18e8a73f9
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b307f06-b872-4981-87d3-9dd644d5e1a5: Amount of 881 has been received from Account number 8b346593-bf92-4d07-bf1e-5344d769aaf8
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of b7cb391c-27e4-40fd-a2d7-b1842dbeaa76: Amount of 617 has to sent to Account number 84f47933-b7fa-4174-916d-eba426be92aa
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 43a7b195-4cb7-420a-a2b8-58bd1c2853a1: Amount of 950 has to sent to Account number 196a965a-cbd5-4539-bbb2-1d7847d2ec9d
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 84f47933-b7fa-4174-916d-eba426be92aa: Amount of 617 has been received from Account number b7cb391c-27e4-40fd-a2d7-b1842dbeaa76
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of fe7b2cb8-bcf2-43a3-b7ad-13c5737e79d2: Amount of 455 has been received from Account number 4b30dbb3-df3d-4894-b053-11e5be970290
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of bcabaccb-6cb8-4d66-a0f5-82cc5af98a91: Amount of 626 has been received from Account number f53d9b39-e539-4056-b71b-9436e16cb852
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee1fcc4f-ee44-4292-81d2-016fe7cb9c42: Amount of 403 has to sent to Account number be289bd4-cc99-4ee3-b884-7477d7d3ddcc
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of d1d7736e-7279-41a3-851d-f0ddff1415c7: Amount of 334 has to sent to Account number ad26be8b-8ad1-4bc1-923d-6ae1ec1f1240
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ad26be8b-8ad1-4bc1-923d-6ae1ec1f1240: Amount of 334 has been received from Account number d1d7736e-7279-41a3-851d-f0ddff1415c7
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6425e17e-ed64-4ff2-90a0-3e13e3b099b9: Amount of 890 has been received from Account number 9d180f14-2109-4355-a431-b669ae092723
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0f5446ce-b733-488b-98ba-5b2a1f401b4a: Amount of 331 has to sent to Account number 0a3c1cba-7392-47a9-8880-f92735912830
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 31f1f0b6-d442-41c4-881a-cbb9771fb224: Amount of 95 has been received from Account number 4fabed5c-3005-48af-97cb-7f43dd4c60f4
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 39dade8f-e0c6-426d-ac07-364fc789de5c: Amount of 164 has been received from Account number d8e47832-1705-4c60-a3d4-abdd64ff754f
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2241fb64-fd78-4b17-a6c9-296d76e173c4: Amount of 192 has to sent to Account number 83f79ad9-f6c9-4fe4-a982-78dcbddce492
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of bd8ed0b9-5669-4faa-8b8f-ef92f985b195: Amount of 956 has to sent to Account number b667e442-b18c-49ff-8434-29a3b572be27
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5944f860-55ba-44de-bcac-80f7605c0ecc: Amount of 724 has to sent to Account number b0eaef0e-978e-4b1c-86a6-178d716f0ba2
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of b0eaef0e-978e-4b1c-86a6-178d716f0ba2: Amount of 724 has been received from Account number 5944f860-55ba-44de-bcac-80f7605c0ecc
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3cb211ab-13db-4f15-bab9-5aae0e5c3ecf: Amount of 738 has to sent to Account number 9993a06b-1d46-4273-91bc-8e380a57513a
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9993a06b-1d46-4273-91bc-8e380a57513a: Amount of 738 has been received from Account number 3cb211ab-13db-4f15-bab9-5aae0e5c3ecf
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of b667e442-b18c-49ff-8434-29a3b572be27: Amount of 956 has been received from Account number bd8ed0b9-5669-4faa-8b8f-ef92f985b195
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 593a6562-458b-429a-8e99-85ce475dcca1: Amount of 254 has been received from Account number ac729d01-8bfb-4029-ab7a-e0b8ac63dc3e
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6ec92b61-ac96-4a44-a2cc-a01a317e9a7f: Amount of 75 has been received from Account number e2e82fe8-04d9-452f-a720-410e0e74427a
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of cbd84e77-9d84-4f93-9d88-d7dd8734a699: Amount of 484 has to sent to Account number 0eafe036-c79b-47ae-a1da-0ad914500c24
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of e373a4fa-8182-4fb3-b68e-d730e3b3fbd6: Amount of 148 has to sent to Account number c736b799-8765-406d-ab34-0c0d8f0e080e
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6c67a6f4-8658-4582-a991-883240327ce6: Amount of 627 has to sent to Account number 42c2a6ff-f7e8-45ce-bc06-89130c27c4a0
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of c736b799-8765-406d-ab34-0c0d8f0e080e: Amount of 148 has been received from Account number e373a4fa-8182-4fb3-b68e-d730e3b3fbd6
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of b646a8d5-5c68-438d-a52c-4829cba23312: Amount of 46 has to sent to Account number 1b5dff28-6377-4549-8b20-6e7b2e7a85d5
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1b5dff28-6377-4549-8b20-6e7b2e7a85d5: Amount of 46 has been received from Account number b646a8d5-5c68-438d-a52c-4829cba23312
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42c2a6ff-f7e8-45ce-bc06-89130c27c4a0: Amount of 627 has been received from Account number 6c67a6f4-8658-4582-a991-883240327ce6
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 11ab9605-fd59-40bf-afd7-4565a024114d: Amount of 270 has to sent to Account number 012093d4-ed44-469a-a126-e4cfddfb619c
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7e67866f-a894-4524-83c4-90c264125f26: Amount of 879 has to sent to Account number 51a8dce0-ddee-429a-b314-c7265baffbe6
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 012093d4-ed44-469a-a126-e4cfddfb619c: Amount of 270 has been received from Account number 11ab9605-fd59-40bf-afd7-4565a024114d
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0eafe036-c79b-47ae-a1da-0ad914500c24: Amount of 484 has been received from Account number cbd84e77-9d84-4f93-9d88-d7dd8734a699
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 695bbc82-6c0e-422e-a943-95ba574c3346: Amount of 497 has to sent to Account number 21ab32fa-52c7-42f1-8bca-e262897f2659
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 38365b60-bdf4-4386-9bbd-0d9aaa9ffff5: Amount of 837 has been received from Account number ee308dad-edfc-49bf-8f95-0e6c57250526
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 21ab32fa-52c7-42f1-8bca-e262897f2659: Amount of 497 has been received from Account number 695bbc82-6c0e-422e-a943-95ba574c3346
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2de56ad9-ed2c-4a0e-be4a-79861cb8bd3b: Amount of 373 has to sent to Account number 539acf53-642e-4d0a-863e-b2df29acac6f
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of e59674cd-b9d8-4be6-a756-d971a74777ee: Amount of 269 has to sent to Account number 0e086346-a7b3-44eb-8743-e551eeb84559
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 10a26595-82f8-4538-b307-b84de9048d8f: Amount of 725 has to sent to Account number 0c2b97f2-65e8-4172-8ddf-007924a69fd1
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 539acf53-642e-4d0a-863e-b2df29acac6f: Amount of 373 has been received from Account number 2de56ad9-ed2c-4a0e-be4a-79861cb8bd3b
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c2b97f2-65e8-4172-8ddf-007924a69fd1: Amount of 725 has been received from Account number 10a26595-82f8-4538-b307-b84de9048d8f
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of d920b7ae-e77f-4828-bb44-82c28076a19d: Amount of 148 has to sent to Account number 6ee4e2ff-a688-49bf-96e0-b1802b17f889
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4e52e944-cab7-461b-94b4-3aa90cfbf625: Amount of 452 has to sent to Account number a30840e7-2cb0-4f29-bf98-426431b570fe
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 126be526-0f4e-4608-ab4a-35044afee648: Amount of 804 has been received from Account number c90f0684-076a-44d2-ae48-2907e5b44f06
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6ec543a4-c80e-4723-b312-de5835a154f7: Amount of 922 has been received from Account number 6f59a06e-bc04-4d05-a357-da431a41030a
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 240f6737-6dff-41f4-a5ee-cce56f80439d: Amount of 478 has to sent to Account number ba3f6fa8-fb0b-4a29-b0cf-89adb0ab1523
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 41334b9d-7963-4434-b6aa-63c26487497d: Amount of 656 has been received from Account number 69ce5724-3f2f-49e6-be7e-dfb905b57db2
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ba3f6fa8-fb0b-4a29-b0cf-89adb0ab1523: Amount of 478 has been received from Account number 240f6737-6dff-41f4-a5ee-cce56f80439d
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2d10bc77-12fc-4af1-bc83-ea4a26220f16: Amount of 746 has to sent to Account number 72f06758-ad3d-4807-8b6d-12ee7888b311
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 04b05496-195a-4f16-bd68-cc40626d28f1: Amount of 648 has to sent to Account number 558a7e46-24ce-4887-9a20-9a465dff7dcd
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 72f06758-ad3d-4807-8b6d-12ee7888b311: Amount of 746 has been received from Account number 2d10bc77-12fc-4af1-bc83-ea4a26220f16
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of e0aa73dd-589e-44b9-83ae-fc90733f7631: Amount of 326 has to sent to Account number 1646208c-36b3-466a-8710-a315e848a734
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of b91a9adf-7263-48ba-a783-303d5ff918ad: Amount of 613 has to sent to Account number 84df7272-630b-43c3-a207-167ad9ec8707
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2a85f260-ce28-46d9-8008-67c6e3fa1f33: Amount of 803 has to sent to Account number e5d53190-c17d-4653-b1c4-33c1fe1a3e4f
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 84df7272-630b-43c3-a207-167ad9ec8707: Amount of 613 has been received from Account number b91a9adf-7263-48ba-a783-303d5ff918ad
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of e5d53190-c17d-4653-b1c4-33c1fe1a3e4f: Amount of 803 has been received from Account number 2a85f260-ce28-46d9-8008-67c6e3fa1f33
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 28d99229-9720-4359-b54e-e139ca0c5b6f: Amount of 168 has to sent to Account number b268b151-2d53-406d-b018-98509f71b162
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of b268b151-2d53-406d-b018-98509f71b162: Amount of 168 has been received from Account number 28d99229-9720-4359-b54e-e139ca0c5b6f
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0bff975c-8fd2-4062-9c6f-833d0e251368: Amount of 287 has to sent to Account number 1eb77758-a96c-40aa-b81e-4c2a529cd8f3
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1eb77758-a96c-40aa-b81e-4c2a529cd8f3: Amount of 287 has been received from Account number 0bff975c-8fd2-4062-9c6f-833d0e251368
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 344188ab-28bc-489a-87bf-0247f3901a3f: Amount of 66 has to sent to Account number 0ab1715f-a490-47e2-a7fd-3063273ffd24
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ab1715f-a490-47e2-a7fd-3063273ffd24: Amount of 66 has been received from Account number 344188ab-28bc-489a-87bf-0247f3901a3f
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of f5b9b78a-fb89-4217-8d78-4a15d05cf558: Amount of 219 has to sent to Account number 473bc967-183f-46f9-8c00-20042d780464
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 473bc967-183f-46f9-8c00-20042d780464: Amount of 219 has been received from Account number f5b9b78a-fb89-4217-8d78-4a15d05cf558
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of b26ab956-add8-414c-982f-2f5ce9d98ad8: Amount of 591 has to sent to Account number 05be0759-0607-4b42-b219-5e2d489d7f7c
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1dda7833-e90d-4f2f-85be-49f39f739798: Amount of 726 has to sent to Account number cc8fadae-7899-4e44-8225-c09002471dc2
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of cc8fadae-7899-4e44-8225-c09002471dc2: Amount of 726 has been received from Account number 1dda7833-e90d-4f2f-85be-49f39f739798
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 14d4db0a-f63d-4f27-956e-acff5dbc117b: Amount of 494 has to sent to Account number c77f0a84-bfde-4664-bcd4-7d5a315fdb2a
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c77f0a84-bfde-4664-bcd4-7d5a315fdb2a: Amount of 494 has been received from Account number 14d4db0a-f63d-4f27-956e-acff5dbc117b
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 14dba6d4-3e6d-4d82-815a-9ab4590947f5: Amount of 997 has to sent to Account number 58418a97-9816-43b3-ad51-80fb72a25371
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 05be0759-0607-4b42-b219-5e2d489d7f7c: Amount of 591 has been received from Account number b26ab956-add8-414c-982f-2f5ce9d98ad8
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 58418a97-9816-43b3-ad51-80fb72a25371: Amount of 997 has been received from Account number 14dba6d4-3e6d-4d82-815a-9ab4590947f5
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf02307a-95ca-4ac2-9e1f-3d2f0ef6e9b9: Amount of 837 has to sent to Account number fd958c34-4646-449c-a434-3f3d51b74496
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of fd958c34-4646-449c-a434-3f3d51b74496: Amount of 837 has been received from Account number cf02307a-95ca-4ac2-9e1f-3d2f0ef6e9b9
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0604f417-ad13-4610-8bf4-2fc33d72a6f4: Amount of 435 has to sent to Account number 84ac55b3-f7e2-42d9-91a3-a3fc72082ec1
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 84ac55b3-f7e2-42d9-91a3-a3fc72082ec1: Amount of 435 has been received from Account number 0604f417-ad13-4610-8bf4-2fc33d72a6f4
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0452b15c-14fb-4253-890d-e16fe8f8f0d2: Amount of 74 has to sent to Account number d0ff3273-4766-4c9d-bc13-855cd2f8d6b8
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 23d7d295-1fe7-437e-9350-0d11b916df76: Amount of 499 has been received from Account number 6af0b768-f0ea-4268-98f6-6eaf1bc31992
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 196a965a-cbd5-4539-bbb2-1d7847d2ec9d: Amount of 950 has been received from Account number 43a7b195-4cb7-420a-a2b8-58bd1c2853a1
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8192f390-e23e-4263-8523-67d5d0167929: Amount of 781 has to sent to Account number 3bf86e7a-90ac-4bf3-be9b-dd59bebd8ab6
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4efb2d21-bdf4-4fe3-bd82-639e650694b2: Amount of 532 has to sent to Account number 6401f6ff-7256-4431-b453-645ecb16e483
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 41ad366b-379f-4bf7-a1a9-7b42be830f3b: Amount of 887 has to sent to Account number 6038bb01-f5f1-4611-a921-8ebd5bb7ba57
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of be289bd4-cc99-4ee3-b884-7477d7d3ddcc: Amount of 403 has been received from Account number ee1fcc4f-ee44-4292-81d2-016fe7cb9c42
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6401f6ff-7256-4431-b453-645ecb16e483: Amount of 532 has been received from Account number 4efb2d21-bdf4-4fe3-bd82-639e650694b2
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd823857-6020-43f2-8870-56ba91aa8f17: Amount of 545 has to sent to Account number d794d6fd-de84-49da-ba5a-acea928d8b17
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of eecd8134-c1d9-45d8-ae33-30173e78fd33: Amount of 486 has to sent to Account number 4c9a950a-4a3f-46ca-bc3d-1fe2e8d7779b
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4c9a950a-4a3f-46ca-bc3d-1fe2e8d7779b: Amount of 486 has been received from Account number eecd8134-c1d9-45d8-ae33-30173e78fd33
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of d794d6fd-de84-49da-ba5a-acea928d8b17: Amount of 545 has been received from Account number dd823857-6020-43f2-8870-56ba91aa8f17
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of d5b41840-2495-4a67-aa58-dd8fb7aa7886: Amount of 440 has to sent to Account number ed9645a0-ea8e-4302-ae2f-83f3513cff2e
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of de5c99de-b566-44d6-b61c-a3de3ec75faf: Amount of 374 has to sent to Account number 5ce28123-6e4f-425b-94d3-86430cc850df
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6872c5d5-454a-4f44-9939-2bfb73294cc5: Amount of 441 has to sent to Account number 5efb8e03-d17f-46f1-9451-afc16a329bc5
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a3c1cba-7392-47a9-8880-f92735912830: Amount of 331 has been received from Account number 0f5446ce-b733-488b-98ba-5b2a1f401b4a
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 83f79ad9-f6c9-4fe4-a982-78dcbddce492: Amount of 192 has been received from Account number 2241fb64-fd78-4b17-a6c9-296d76e173c4
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 78cd5f94-9259-4f7b-a4dc-f780f3b451e3: Amount of 62 has to sent to Account number 1ca1a727-6bfd-4240-b38f-143d794844f3
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of d8b52e1f-b77d-4d4d-9219-cbf3906f708f: Amount of 646 has to sent to Account number 8073a518-d853-44b3-954b-3c5084e3b067
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8073a518-d853-44b3-954b-3c5084e3b067: Amount of 646 has been received from Account number d8b52e1f-b77d-4d4d-9219-cbf3906f708f
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1ca1a727-6bfd-4240-b38f-143d794844f3: Amount of 62 has been received from Account number 78cd5f94-9259-4f7b-a4dc-f780f3b451e3
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of d3adc429-479e-4258-abd0-092ecde91cba: Amount of 841 has to sent to Account number f90b055f-2350-4e35-ad75-bcc97a142bc8
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0072039a-a784-4b58-a60e-ec966c7c2cc1: Amount of 970 has to sent to Account number f45ac2b2-c2a2-4e87-9e02-290b0f9874d3
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of f45ac2b2-c2a2-4e87-9e02-290b0f9874d3: Amount of 970 has been received from Account number 0072039a-a784-4b58-a60e-ec966c7c2cc1
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ca2725b-95df-476e-a595-5f12e0b0a24a: Amount of 442 has to sent to Account number 77a2e625-d5f0-4a05-b5a9-b8cef3f1d9c6
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of f90b055f-2350-4e35-ad75-bcc97a142bc8: Amount of 841 has been received from Account number d3adc429-479e-4258-abd0-092ecde91cba
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8cf07c4d-9680-4268-b367-6faddbe7547a: Amount of 117 has to sent to Account number 20719d70-85ab-463c-aba9-204f867b2a54
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77a2e625-d5f0-4a05-b5a9-b8cef3f1d9c6: Amount of 442 has been received from Account number 3ca2725b-95df-476e-a595-5f12e0b0a24a
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 794ed232-7131-4c48-b922-5fb3210a0017: Amount of 722 has to sent to Account number 5ba7c5ae-7c9d-4c9c-9e47-8c9ab93e8a08
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of dc377c10-6c5e-4e3e-ad63-d3cb1576cd17: Amount of 801 has to sent to Account number 58dc9cdb-33f6-4649-91ac-035cccdad5d4
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 51a8dce0-ddee-429a-b314-c7265baffbe6: Amount of 879 has been received from Account number 7e67866f-a894-4524-83c4-90c264125f26
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5ba7c5ae-7c9d-4c9c-9e47-8c9ab93e8a08: Amount of 722 has been received from Account number 794ed232-7131-4c48-b922-5fb3210a0017
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9672192e-1104-4c0d-87ec-2788bb94dc23: Amount of 346 has to sent to Account number d7ddab9f-0378-410e-be70-83618a8f22c7
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 09db8e3d-9298-4314-957b-471b79b75dbe: Amount of 555 has to sent to Account number 20b76ec3-ac92-4ca3-8ed8-17fd0459c88d
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 129baa50-e13a-4f9a-8c6f-0359866aba75: Amount of 309 has to sent to Account number 8e9dbfa4-509d-45c6-8e24-5b43e300861e
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 20b76ec3-ac92-4ca3-8ed8-17fd0459c88d: Amount of 555 has been received from Account number 09db8e3d-9298-4314-957b-471b79b75dbe
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e086346-a7b3-44eb-8743-e551eeb84559: Amount of 269 has been received from Account number e59674cd-b9d8-4be6-a756-d971a74777ee
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e9dbfa4-509d-45c6-8e24-5b43e300861e: Amount of 309 has been received from Account number 129baa50-e13a-4f9a-8c6f-0359866aba75
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a3f43cc-de97-40a1-86a5-50294ebf10a0: Amount of 374 has to sent to Account number b6b687a2-d99d-4f39-8768-04008e2c1e5d
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of e7e45671-e239-4a5c-87d6-ce650452a1c3: Amount of 822 has to sent to Account number 9d10c6b1-5a6d-4c2b-83b3-6fd007fba549
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6ee4e2ff-a688-49bf-96e0-b1802b17f889: Amount of 148 has been received from Account number d920b7ae-e77f-4828-bb44-82c28076a19d
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of a30840e7-2cb0-4f29-bf98-426431b570fe: Amount of 452 has been received from Account number 4e52e944-cab7-461b-94b4-3aa90cfbf625
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0dabcf57-ac8d-4d60-9384-f3fc573afc98: Amount of 544 has to sent to Account number 0599360a-b51e-4669-bdb9-6c5a04950e4d
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0599360a-b51e-4669-bdb9-6c5a04950e4d: Amount of 544 has been received from Account number 0dabcf57-ac8d-4d60-9384-f3fc573afc98
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9ad4eb2c-f0e5-4b97-b8af-1d625c952a55: Amount of 496 has to sent to Account number 396ea3fe-e524-445c-ae7d-f7577e56e977
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of eac674ab-390f-4b4b-9ed9-c6a3249eb177: Amount of 557 has to sent to Account number 8af5c1e0-923c-4ca4-a690-fea9c2389a93
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8af5c1e0-923c-4ca4-a690-fea9c2389a93: Amount of 557 has been received from Account number eac674ab-390f-4b4b-9ed9-c6a3249eb177
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of e50b1d3c-7c6f-4894-9755-9e3fd0fcd850: Amount of 786 has to sent to Account number 076be39f-fbc7-40a8-9687-41b8d1e57de8
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0d358c1a-3762-4fd2-92e6-e3fc618ef21a: Amount of 1000 has to sent to Account number e20b59f0-87e7-4e9a-af9d-d8a65d76c320
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 558a7e46-24ce-4887-9a20-9a465dff7dcd: Amount of 648 has been received from Account number 04b05496-195a-4f16-bd68-cc40626d28f1
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1646208c-36b3-466a-8710-a315e848a734: Amount of 326 has been received from Account number e0aa73dd-589e-44b9-83ae-fc90733f7631
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of e5307fcc-3080-4370-8129-a2aee97ecf73: Amount of 811 has to sent to Account number d61ce430-3da2-4d4d-954e-0f175aeffc86
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of d61ce430-3da2-4d4d-954e-0f175aeffc86: Amount of 811 has been received from Account number e5307fcc-3080-4370-8129-a2aee97ecf73
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 576b2ca0-507d-43ae-affd-20f85fcee96f: Amount of 987 has to sent to Account number 99e9dda8-d1dc-4252-8b83-1de56d89c68b
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 99e9dda8-d1dc-4252-8b83-1de56d89c68b: Amount of 987 has been received from Account number 576b2ca0-507d-43ae-affd-20f85fcee96f
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a88d9f46-de0b-4206-86ee-644a0e052ff8: Amount of 843 has to sent to Account number 94468b7d-9f8d-4caf-bbca-8929137c33a3
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4b3d855-c1fa-4944-81d3-c37cde4427d3: Amount of 877 has to sent to Account number 672aee4b-7cfb-4970-ab08-7f304f2e23fc
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 94468b7d-9f8d-4caf-bbca-8929137c33a3: Amount of 843 has been received from Account number a88d9f46-de0b-4206-86ee-644a0e052ff8
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 672aee4b-7cfb-4970-ab08-7f304f2e23fc: Amount of 877 has been received from Account number a4b3d855-c1fa-4944-81d3-c37cde4427d3
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e9c79d7-7f3f-403b-a341-5cd1844a488b: Amount of 683 has to sent to Account number 1deb89c8-a08b-40a8-bf35-0c5ff17fb067
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e292d7e-4127-4fbc-9523-ba7d770561e0: Amount of 873 has to sent to Account number 36005286-9759-444e-9c7b-ec5fce4dd759
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1deb89c8-a08b-40a8-bf35-0c5ff17fb067: Amount of 683 has been received from Account number 2e9c79d7-7f3f-403b-a341-5cd1844a488b
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 894b3b50-4747-4b24-bffe-9a301c950e1c: Amount of 423 has to sent to Account number 8db531cf-f3cb-4dc9-8ea2-be9389580110
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of e39a8aab-de20-45d2-9d60-11c0830b9cc9: Amount of 133 has to sent to Account number c85682e9-5bbc-4b56-8362-2b59b420f23f
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8db531cf-f3cb-4dc9-8ea2-be9389580110: Amount of 423 has been received from Account number 894b3b50-4747-4b24-bffe-9a301c950e1c
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of c85682e9-5bbc-4b56-8362-2b59b420f23f: Amount of 133 has been received from Account number e39a8aab-de20-45d2-9d60-11c0830b9cc9
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of abdf8850-dad8-44c1-8447-76933d860c1e: Amount of 963 has to sent to Account number 93b9a998-83aa-43b6-b5d8-34516d04c5f3
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26ef370d-a02a-451c-9414-f1107b1c04ea: Amount of 294 has to sent to Account number 652f5613-7b53-44ec-9558-f172bf1a0700
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 93b9a998-83aa-43b6-b5d8-34516d04c5f3: Amount of 963 has been received from Account number abdf8850-dad8-44c1-8447-76933d860c1e
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 652f5613-7b53-44ec-9558-f172bf1a0700: Amount of 294 has been received from Account number 26ef370d-a02a-451c-9414-f1107b1c04ea
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9234737-9f0c-4b44-b3d9-67665bc0bc3e: Amount of 982 has to sent to Account number 4149bbbd-6144-4093-8e96-ed119afaf27d
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 05c95e5a-fa71-4a42-9e36-3ce4bb96e2df: Amount of 12 has to sent to Account number 1d925513-41ad-4da4-9bd8-ff3d0bfe6383
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4149bbbd-6144-4093-8e96-ed119afaf27d: Amount of 982 has been received from Account number a9234737-9f0c-4b44-b3d9-67665bc0bc3e
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1d925513-41ad-4da4-9bd8-ff3d0bfe6383: Amount of 12 has been received from Account number 05c95e5a-fa71-4a42-9e36-3ce4bb96e2df
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of c0bd7d72-9047-4a3b-a322-5b93e61d3aeb: Amount of 720 has to sent to Account number 8803a6fa-f47a-428c-b7c6-49ce91af45ed
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of f66a753f-973d-41c3-a8f3-929086209d84: Amount of 472 has to sent to Account number 0a92219b-4f51-458e-a694-3c2a3fdf28d3
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8803a6fa-f47a-428c-b7c6-49ce91af45ed: Amount of 720 has been received from Account number c0bd7d72-9047-4a3b-a322-5b93e61d3aeb
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a92219b-4f51-458e-a694-3c2a3fdf28d3: Amount of 472 has been received from Account number f66a753f-973d-41c3-a8f3-929086209d84
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4baf834-d09c-4c4c-8d92-ede0fee976d2: Amount of 700 has to sent to Account number e84b12db-1510-4878-b502-b77041bcb5e4
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed451336-3080-48d7-bcf6-9761b49da68d: Amount of 143 has to sent to Account number 15f427ed-ce69-41df-9875-9c24af922a3a
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 15f427ed-ce69-41df-9875-9c24af922a3a: Amount of 143 has been received from Account number ed451336-3080-48d7-bcf6-9761b49da68d
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1d122fd1-ca60-40b1-aecd-524878f6a986: Amount of 469 has to sent to Account number 62dd0675-ea17-4a12-a8f9-cea8978d3abb
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 62dd0675-ea17-4a12-a8f9-cea8978d3abb: Amount of 469 has been received from Account number 1d122fd1-ca60-40b1-aecd-524878f6a986
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of d0ff3273-4766-4c9d-bc13-855cd2f8d6b8: Amount of 74 has been received from Account number 0452b15c-14fb-4253-890d-e16fe8f8f0d2
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3bf86e7a-90ac-4bf3-be9b-dd59bebd8ab6: Amount of 781 has been received from Account number 8192f390-e23e-4263-8523-67d5d0167929
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 61af6d1b-e9bc-435c-b84e-5fb90792b0f8: Amount of 436 has to sent to Account number 33fc0dd0-eac6-473c-ae28-01232cc2aaa8
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 33fc0dd0-eac6-473c-ae28-01232cc2aaa8: Amount of 436 has been received from Account number 61af6d1b-e9bc-435c-b84e-5fb90792b0f8
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae55738b-370f-47f6-8170-b905860d13fc: Amount of 857 has to sent to Account number cc4857cc-e38d-4208-ad81-bbc2cf9bf21d
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of cc4857cc-e38d-4208-ad81-bbc2cf9bf21d: Amount of 857 has been received from Account number ae55738b-370f-47f6-8170-b905860d13fc
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5153e5d5-02ac-467a-a6b3-9311f288f631: Amount of 620 has to sent to Account number 82fed589-8262-45e1-950d-f3a84ae29a80
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8a1684b6-fb99-4c4a-a103-bd173c0ffc38: Amount of 693 has to sent to Account number ce182772-4e8f-4e8f-b65a-a0528ad5b15a
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 82fed589-8262-45e1-950d-f3a84ae29a80: Amount of 620 has been received from Account number 5153e5d5-02ac-467a-a6b3-9311f288f631
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ce182772-4e8f-4e8f-b65a-a0528ad5b15a: Amount of 693 has been received from Account number 8a1684b6-fb99-4c4a-a103-bd173c0ffc38
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 10f442e0-757c-4f19-a74c-3fa39b3c6b9b: Amount of 626 has to sent to Account number 96867d05-9841-4f5d-b75f-7d37288484ee
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 96867d05-9841-4f5d-b75f-7d37288484ee: Amount of 626 has been received from Account number 10f442e0-757c-4f19-a74c-3fa39b3c6b9b
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5669b709-7cc9-4f5e-8d3e-303f0b81e45b: Amount of 482 has to sent to Account number 5b8c381b-7e31-49dc-99da-98c8aab263d1
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6038bb01-f5f1-4611-a921-8ebd5bb7ba57: Amount of 887 has been received from Account number 41ad366b-379f-4bf7-a1a9-7b42be830f3b
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b810c9c-d17f-4dd4-806b-7f18345e091e: Amount of 550 has to sent to Account number df8854b5-9d24-47ce-abeb-9e99bf0417a2
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of df8854b5-9d24-47ce-abeb-9e99bf0417a2: Amount of 550 has been received from Account number 7b810c9c-d17f-4dd4-806b-7f18345e091e
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 39c6ac56-5d42-433b-8d76-d53f1e691b1c: Amount of 603 has to sent to Account number 4676dd32-1f46-49e5-aa1a-cca7eddb45d9
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4211327e-7827-4d00-923f-7d6c59cc466e: Amount of 619 has to sent to Account number ae112b61-4ae9-49f7-9c37-b706ea364ce0
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4676dd32-1f46-49e5-aa1a-cca7eddb45d9: Amount of 603 has been received from Account number 39c6ac56-5d42-433b-8d76-d53f1e691b1c
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae112b61-4ae9-49f7-9c37-b706ea364ce0: Amount of 619 has been received from Account number 4211327e-7827-4d00-923f-7d6c59cc466e
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed9645a0-ea8e-4302-ae2f-83f3513cff2e: Amount of 440 has been received from Account number d5b41840-2495-4a67-aa58-dd8fb7aa7886
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7d30a23f-3330-45bf-bf9c-3ac6b2cfeb31: Amount of 650 has to sent to Account number 0bd74d00-02df-4a80-9077-7af673051c92
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0bd74d00-02df-4a80-9077-7af673051c92: Amount of 650 has been received from Account number 7d30a23f-3330-45bf-bf9c-3ac6b2cfeb31
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 502cc2c5-26f2-44c0-8282-99fd5cd2d963: Amount of 278 has to sent to Account number c1e6565a-40b8-4059-97b5-900a81a964d5
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0928593a-8a6b-4cc7-97c9-0ddee00cd169: Amount of 302 has to sent to Account number a3d27d82-4784-4ee9-8481-f427855404bd
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of a3d27d82-4784-4ee9-8481-f427855404bd: Amount of 302 has been received from Account number 0928593a-8a6b-4cc7-97c9-0ddee00cd169
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of c1e6565a-40b8-4059-97b5-900a81a964d5: Amount of 278 has been received from Account number 502cc2c5-26f2-44c0-8282-99fd5cd2d963
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 113eb247-f8ae-4e83-850e-509328fbd9ed: Amount of 191 has to sent to Account number 068256c5-7075-4447-b20a-706655552226
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 068256c5-7075-4447-b20a-706655552226: Amount of 191 has been received from Account number 113eb247-f8ae-4e83-850e-509328fbd9ed
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e69dee7-d556-460f-871d-7d72fb948f43: Amount of 850 has to sent to Account number 02979a75-57c3-48fd-8ad1-574eb8a55fad
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2bc00737-2207-4486-87c9-78a2a97bf7ff: Amount of 186 has to sent to Account number 855ad051-39ad-407e-abd8-c15532a75195
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 855ad051-39ad-407e-abd8-c15532a75195: Amount of 186 has been received from Account number 2bc00737-2207-4486-87c9-78a2a97bf7ff
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of f36ef9aa-b599-4498-b4b7-6eba5eb8212e: Amount of 852 has to sent to Account number e6973693-914f-4a40-bf75-23189eb85769
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of e6973693-914f-4a40-bf75-23189eb85769: Amount of 852 has been received from Account number f36ef9aa-b599-4498-b4b7-6eba5eb8212e
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 71b6747c-6629-4242-9eed-9ba201b66577: Amount of 199 has to sent to Account number f75b3046-076a-4c1b-8d7d-1167e1f33df2
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of f75b3046-076a-4c1b-8d7d-1167e1f33df2: Amount of 199 has been received from Account number 71b6747c-6629-4242-9eed-9ba201b66577
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 29706d8a-de3c-4142-b575-716f3f6ec3ec: Amount of 624 has to sent to Account number d729d18d-0a2d-44e2-bc38-0db04fe870a8
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d729d18d-0a2d-44e2-bc38-0db04fe870a8: Amount of 624 has been received from Account number 29706d8a-de3c-4142-b575-716f3f6ec3ec
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e10aa15-752a-46a6-b5b1-512d5c78620a: Amount of 510 has to sent to Account number 87ec8616-50a7-4453-8909-4221ae4af60d
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 87ec8616-50a7-4453-8909-4221ae4af60d: Amount of 510 has been received from Account number 3e10aa15-752a-46a6-b5b1-512d5c78620a
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5ce28123-6e4f-425b-94d3-86430cc850df: Amount of 374 has been received from Account number de5c99de-b566-44d6-b61c-a3de3ec75faf
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of e58d5618-ef53-408b-bb15-3916f7de04f0: Amount of 49 has to sent to Account number 2a1904ff-c371-4a10-a700-37ba274eb338
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2a1904ff-c371-4a10-a700-37ba274eb338: Amount of 49 has been received from Account number e58d5618-ef53-408b-bb15-3916f7de04f0
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of dba9435d-2fea-46de-8b46-2f5068f50626: Amount of 776 has to sent to Account number f822ac0c-fd10-4f35-9edf-b1ea3135e70a
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of f822ac0c-fd10-4f35-9edf-b1ea3135e70a: Amount of 776 has been received from Account number dba9435d-2fea-46de-8b46-2f5068f50626
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c42cea76-adfb-40b3-97d8-3821e0bb1ffe: Amount of 665 has to sent to Account number 3c22daa9-7225-43ec-ac39-abaa4b6de108
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3c22daa9-7225-43ec-ac39-abaa4b6de108: Amount of 665 has been received from Account number c42cea76-adfb-40b3-97d8-3821e0bb1ffe
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e39ba30-dd3f-4b42-9b3c-c9f69e1544e3: Amount of 873 has to sent to Account number 77811174-f33d-4ce7-9a6a-162df18a6f99
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77811174-f33d-4ce7-9a6a-162df18a6f99: Amount of 873 has been received from Account number 8e39ba30-dd3f-4b42-9b3c-c9f69e1544e3
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of e93a14f3-e28c-4d91-80f2-3691fd159922: Amount of 574 has to sent to Account number 3f0e9f91-dbc8-456f-a98e-baa84e2cca3e
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f0e9f91-dbc8-456f-a98e-baa84e2cca3e: Amount of 574 has been received from Account number e93a14f3-e28c-4d91-80f2-3691fd159922
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 74237387-1c2a-490c-b440-af65875657c0: Amount of 627 has to sent to Account number 63c5db84-f85e-4cfc-aae3-f3bac6d8b6f1
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 63c5db84-f85e-4cfc-aae3-f3bac6d8b6f1: Amount of 627 has been received from Account number 74237387-1c2a-490c-b440-af65875657c0
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2aee96cc-589b-44e6-94ff-71a30327f96f: Amount of 694 has to sent to Account number bfd77349-d563-45c8-bf76-1b4b0d6aed7e
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of bfd77349-d563-45c8-bf76-1b4b0d6aed7e: Amount of 694 has been received from Account number 2aee96cc-589b-44e6-94ff-71a30327f96f
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 207f8098-d45a-44df-9260-2cf830d788eb: Amount of 359 has to sent to Account number b2a3114e-3cc0-49d0-a419-47692fbefa04
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of b2a3114e-3cc0-49d0-a419-47692fbefa04: Amount of 359 has been received from Account number 207f8098-d45a-44df-9260-2cf830d788eb
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 54fca45c-647c-4cf5-b3ea-35576353fc59: Amount of 694 has to sent to Account number c8ad5c39-34cb-43a0-bb9e-fb47dfa257a2
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c8ad5c39-34cb-43a0-bb9e-fb47dfa257a2: Amount of 694 has been received from Account number 54fca45c-647c-4cf5-b3ea-35576353fc59
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d98ff2f-b57a-4b2f-b385-aefa677b4bd3: Amount of 695 has to sent to Account number ad866ff7-b5af-4c06-8262-f4efa7e92fa1
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ad866ff7-b5af-4c06-8262-f4efa7e92fa1: Amount of 695 has been received from Account number 9d98ff2f-b57a-4b2f-b385-aefa677b4bd3
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5efb8e03-d17f-46f1-9451-afc16a329bc5: Amount of 441 has been received from Account number 6872c5d5-454a-4f44-9939-2bfb73294cc5
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa756635-c5a5-4d25-add1-77e8c6a81885: Amount of 986 has to sent to Account number 3b86ccab-63fc-426f-819c-87d4accc9c3c
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3b86ccab-63fc-426f-819c-87d4accc9c3c: Amount of 986 has been received from Account number fa756635-c5a5-4d25-add1-77e8c6a81885
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of e6106a49-3856-45b5-a9f7-8a245d04a9ad: Amount of 373 has to sent to Account number 2c847163-ae32-4842-8b5a-fea5c63e2161
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1a17f939-a5b3-4719-9667-7e01f521e45f: Amount of 420 has to sent to Account number 768cfbfb-f304-4104-8406-bb4f100fb348
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c847163-ae32-4842-8b5a-fea5c63e2161: Amount of 373 has been received from Account number e6106a49-3856-45b5-a9f7-8a245d04a9ad
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 768cfbfb-f304-4104-8406-bb4f100fb348: Amount of 420 has been received from Account number 1a17f939-a5b3-4719-9667-7e01f521e45f
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 279b19f1-4f4e-4793-ba28-fd61f5ef92de: Amount of 990 has to sent to Account number a4fd06ba-0d05-4683-b46c-7bbec8fa549e
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of a7554cd8-5473-4d7a-bf8b-48c9df921730: Amount of 580 has to sent to Account number 46609f30-7c91-418c-aa4c-5245664c6c45
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4fd06ba-0d05-4683-b46c-7bbec8fa549e: Amount of 990 has been received from Account number 279b19f1-4f4e-4793-ba28-fd61f5ef92de
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 46609f30-7c91-418c-aa4c-5245664c6c45: Amount of 580 has been received from Account number a7554cd8-5473-4d7a-bf8b-48c9df921730
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8de1fea6-4adf-46f1-94d3-06715a39ce82: Amount of 469 has to sent to Account number 92c6dc5d-cee9-4db9-8ebe-807bad8bf806
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d5c14a6-9c4d-4acd-af3a-5ba025c4697a: Amount of 675 has to sent to Account number 008272a3-4ab2-4e09-ae1a-bf30c7b0c243
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 92c6dc5d-cee9-4db9-8ebe-807bad8bf806: Amount of 469 has been received from Account number 8de1fea6-4adf-46f1-94d3-06715a39ce82
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 008272a3-4ab2-4e09-ae1a-bf30c7b0c243: Amount of 675 has been received from Account number 5d5c14a6-9c4d-4acd-af3a-5ba025c4697a
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9cf110c4-4900-459d-b4ee-cd0f5114b781: Amount of 408 has to sent to Account number 90258b6b-b1f6-49be-ad76-c82f603d920e
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8beb47a5-d9ee-4026-bc93-0cd6e1cf2d63: Amount of 387 has to sent to Account number 7cfe3201-f00f-4700-9f70-0e2f7a1472de
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90258b6b-b1f6-49be-ad76-c82f603d920e: Amount of 408 has been received from Account number 9cf110c4-4900-459d-b4ee-cd0f5114b781
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7cfe3201-f00f-4700-9f70-0e2f7a1472de: Amount of 387 has been received from Account number 8beb47a5-d9ee-4026-bc93-0cd6e1cf2d63
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee55cf95-15d2-4177-b2d9-03ac3fd8bc8a: Amount of 376 has to sent to Account number 9a1f4f2c-6e36-4a5b-a54e-d5c29af557a6
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9a1f4f2c-6e36-4a5b-a54e-d5c29af557a6: Amount of 376 has been received from Account number ee55cf95-15d2-4177-b2d9-03ac3fd8bc8a
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2bf879c0-cf40-4c85-87ba-cd7515aff933: Amount of 378 has to sent to Account number a1584d0f-f5f5-4b62-b1e7-6abe887ed938
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of d1ff8082-a3a7-49bd-bd9e-0593fd4eed1f: Amount of 128 has to sent to Account number 0302f3e6-ff42-47aa-a1c8-517e0afeae90
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0302f3e6-ff42-47aa-a1c8-517e0afeae90: Amount of 128 has been received from Account number d1ff8082-a3a7-49bd-bd9e-0593fd4eed1f
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of d07d7c09-6d9e-4d91-b7be-fbe9ef81eabd: Amount of 502 has to sent to Account number 50b08516-ec31-48e3-94aa-331d8995ca6d
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 50b08516-ec31-48e3-94aa-331d8995ca6d: Amount of 502 has been received from Account number d07d7c09-6d9e-4d91-b7be-fbe9ef81eabd
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of fe6db825-0f95-4e95-8fad-fed4e8ace9b0: Amount of 971 has to sent to Account number 2d8a7eaa-e151-4a46-bd0c-e4c99fa7b540
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2d8a7eaa-e151-4a46-bd0c-e4c99fa7b540: Amount of 971 has been received from Account number fe6db825-0f95-4e95-8fad-fed4e8ace9b0
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d895e04-3f23-4eb8-b398-08aa249c7e8b: Amount of 130 has to sent to Account number 92769a52-7f92-4cba-b2e3-5236c96d3ea8
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 92769a52-7f92-4cba-b2e3-5236c96d3ea8: Amount of 130 has been received from Account number 8d895e04-3f23-4eb8-b398-08aa249c7e8b
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6958864e-d83c-40b7-90d9-7ecf1b83a862: Amount of 41 has to sent to Account number 8fbb08f7-5d37-4ffb-9813-d01a79179464
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8fbb08f7-5d37-4ffb-9813-d01a79179464: Amount of 41 has been received from Account number 6958864e-d83c-40b7-90d9-7ecf1b83a862
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1952ec33-aa8e-4ed6-addd-fb5bb772b4ce: Amount of 404 has to sent to Account number 86d6601e-c2be-4a37-8642-5f231f359306
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 86d6601e-c2be-4a37-8642-5f231f359306: Amount of 404 has been received from Account number 1952ec33-aa8e-4ed6-addd-fb5bb772b4ce
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42cc44a6-6386-4722-9c19-ecc9b0d4c78e: Amount of 986 has to sent to Account number cb83a2eb-cd80-4795-8603-c29f3f0da496
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of cb83a2eb-cd80-4795-8603-c29f3f0da496: Amount of 986 has been received from Account number 42cc44a6-6386-4722-9c19-ecc9b0d4c78e
2024-07-09 19:26:08.617  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 490 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 20719d70-85ab-463c-aba9-204f867b2a54: Amount of 117 has been received from Account number 8cf07c4d-9680-4268-b367-6faddbe7547a
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9bea9773-0a1d-4923-955e-80df924f550e: Amount of 954 has to sent to Account number c489023e-5e92-4e9d-97e6-6e6ee87bd27d
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 58dc9cdb-33f6-4649-91ac-035cccdad5d4: Amount of 801 has been received from Account number dc377c10-6c5e-4e3e-ad63-d3cb1576cd17
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b22b6cf-e23f-4d44-9933-3fe7c0f0de87: Amount of 155 has to sent to Account number 1dfb77de-11f5-46a7-a2de-e303d5c0620b
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1dfb77de-11f5-46a7-a2de-e303d5c0620b: Amount of 155 has been received from Account number 7b22b6cf-e23f-4d44-9933-3fe7c0f0de87
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 642f7830-f194-484d-8435-072de7b1c8f1: Amount of 859 has to sent to Account number 304bb71d-ae81-480e-a536-b46e1e5a1083
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2284da97-cac2-448b-858c-08cc7e26de41: Amount of 573 has to sent to Account number a24720c2-e7be-4bba-8fcb-3cd3d2aa5d6e
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 304bb71d-ae81-480e-a536-b46e1e5a1083: Amount of 859 has been received from Account number 642f7830-f194-484d-8435-072de7b1c8f1
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of a24720c2-e7be-4bba-8fcb-3cd3d2aa5d6e: Amount of 573 has been received from Account number 2284da97-cac2-448b-858c-08cc7e26de41
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9c0007e5-8a43-4006-96b1-80ceafb8ac68: Amount of 711 has to sent to Account number e96b7932-7039-4a35-84e6-75b9c8e2cab0
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 28a20b91-c47b-4bb1-b9c5-71bc3b8bb437: Amount of 494 has to sent to Account number e94ee81d-d536-4177-9907-da2dc150ed2f
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of e96b7932-7039-4a35-84e6-75b9c8e2cab0: Amount of 711 has been received from Account number 9c0007e5-8a43-4006-96b1-80ceafb8ac68
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee5d9edf-5389-4fb8-83f8-47bf0cad9b71: Amount of 654 has to sent to Account number 36c74582-6cdd-4299-9e95-b210f9a11e32
2024-07-09 19:26:08.617  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 905 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.617  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 324 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of d7ddab9f-0378-410e-be70-83618a8f22c7: Amount of 346 has been received from Account number 9672192e-1104-4c0d-87ec-2788bb94dc23
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a6a029d-49fe-41d6-9426-56374a0477a5: Amount of 702 has to sent to Account number 5c53c213-2d65-418a-90fc-bfffb82c50a9
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c53c213-2d65-418a-90fc-bfffb82c50a9: Amount of 702 has been received from Account number 3a6a029d-49fe-41d6-9426-56374a0477a5
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 883cc2b8-5f2c-4cc3-b832-d77ea5bc0f72: Amount of 30 has to sent to Account number a4ed0d16-530d-46c8-8669-70f5d4cb979f
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4ed0d16-530d-46c8-8669-70f5d4cb979f: Amount of 30 has been received from Account number 883cc2b8-5f2c-4cc3-b832-d77ea5bc0f72
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 87d96854-812a-4662-916d-9019fba3ed31: Amount of 209 has to sent to Account number 5eff3ae0-7cb5-415f-80ad-2ca3d2f7231d
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5eff3ae0-7cb5-415f-80ad-2ca3d2f7231d: Amount of 209 has been received from Account number 87d96854-812a-4662-916d-9019fba3ed31
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 16718f57-e3c8-4717-9842-8e8cd6d24947: Amount of 872 has to sent to Account number 22a2ee6a-2519-4c09-ba0f-e5872e4fe333
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22a2ee6a-2519-4c09-ba0f-e5872e4fe333: Amount of 872 has been received from Account number 16718f57-e3c8-4717-9842-8e8cd6d24947
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of b6b687a2-d99d-4f39-8768-04008e2c1e5d: Amount of 374 has been received from Account number 5a3f43cc-de97-40a1-86a5-50294ebf10a0
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of fe1b46cd-fb72-4546-8737-0e68fd8554bc: Amount of 791 has to sent to Account number e70a5806-3cf0-4d45-b396-2f956e65e4bc
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of e70a5806-3cf0-4d45-b396-2f956e65e4bc: Amount of 791 has been received from Account number fe1b46cd-fb72-4546-8737-0e68fd8554bc
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d10c6b1-5a6d-4c2b-83b3-6fd007fba549: Amount of 822 has been received from Account number e7e45671-e239-4a5c-87d6-ce650452a1c3
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 396ea3fe-e524-445c-ae7d-f7577e56e977: Amount of 496 has been received from Account number 9ad4eb2c-f0e5-4b97-b8af-1d625c952a55
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 076be39f-fbc7-40a8-9687-41b8d1e57de8: Amount of 786 has been received from Account number e50b1d3c-7c6f-4894-9755-9e3fd0fcd850
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of e20b59f0-87e7-4e9a-af9d-d8a65d76c320: Amount of 1000 has been received from Account number 0d358c1a-3762-4fd2-92e6-e3fc618ef21a
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 36005286-9759-444e-9c7b-ec5fce4dd759: Amount of 873 has been received from Account number 2e292d7e-4127-4fbc-9523-ba7d770561e0
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6c02d841-80d6-4bf9-a2e7-74b67289e67b: Amount of 85 has to sent to Account number 5e0cb42b-71cb-491b-9ca9-89ecb39353f3
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5e0cb42b-71cb-491b-9ca9-89ecb39353f3: Amount of 85 has been received from Account number 6c02d841-80d6-4bf9-a2e7-74b67289e67b
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ada5300-c69c-4535-9ee7-39d1a8097ffb: Amount of 614 has to sent to Account number 43a04669-485e-4f55-a3c8-cf5ad2065a2d
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of e84b12db-1510-4878-b502-b77041bcb5e4: Amount of 700 has been received from Account number a4baf834-d09c-4c4c-8d92-ede0fee976d2
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 43a04669-485e-4f55-a3c8-cf5ad2065a2d: Amount of 614 has been received from Account number 0ada5300-c69c-4535-9ee7-39d1a8097ffb
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of f3d3c65d-73bc-47c7-9a3a-3c80c9f01a66: Amount of 32 has to sent to Account number 7de6f0e5-b721-47ca-a073-0a036532a7e7
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of d34f3606-ac96-4118-8240-5bb7592ad077: Amount of 494 has to sent to Account number 71e3b713-30e5-4f59-8e9d-bfe9cfe1443e
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7de6f0e5-b721-47ca-a073-0a036532a7e7: Amount of 32 has been received from Account number f3d3c65d-73bc-47c7-9a3a-3c80c9f01a66
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 71e3b713-30e5-4f59-8e9d-bfe9cfe1443e: Amount of 494 has been received from Account number d34f3606-ac96-4118-8240-5bb7592ad077
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f3a8746-5e79-42f5-bfc1-76e170e9d997: Amount of 111 has to sent to Account number 9a6c1ac2-f1da-4214-b0fc-f1958f256803
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of cc6dcc07-818d-4e69-95cf-c2fad61146f6: Amount of 343 has to sent to Account number 7b0916e6-c082-4829-91ae-001aa2d9d646
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9a6c1ac2-f1da-4214-b0fc-f1958f256803: Amount of 111 has been received from Account number 7f3a8746-5e79-42f5-bfc1-76e170e9d997
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b0916e6-c082-4829-91ae-001aa2d9d646: Amount of 343 has been received from Account number cc6dcc07-818d-4e69-95cf-c2fad61146f6
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of b4b0d158-0945-4d85-9a1f-d9ac442b987d: Amount of 122 has to sent to Account number 0057ddc8-7d82-4bd5-a503-ddc35432e75a
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5678a474-9f82-4cd3-9dbc-b30ae4791f8e: Amount of 810 has to sent to Account number 2546db2d-4ccf-4210-b654-460b0e73b4f1
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0057ddc8-7d82-4bd5-a503-ddc35432e75a: Amount of 122 has been received from Account number b4b0d158-0945-4d85-9a1f-d9ac442b987d
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2546db2d-4ccf-4210-b654-460b0e73b4f1: Amount of 810 has been received from Account number 5678a474-9f82-4cd3-9dbc-b30ae4791f8e
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of af6da83a-0330-4d40-b473-0b0b18ff1d4f: Amount of 67 has to sent to Account number 8de160b7-318a-4902-ba9a-592e2454c30a
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ec04b43-d416-40f9-bf38-8412d43ed586: Amount of 730 has to sent to Account number 804cba91-a3a5-4840-938c-e7ed356071ea
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8de160b7-318a-4902-ba9a-592e2454c30a: Amount of 67 has been received from Account number af6da83a-0330-4d40-b473-0b0b18ff1d4f
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 804cba91-a3a5-4840-938c-e7ed356071ea: Amount of 730 has been received from Account number 3ec04b43-d416-40f9-bf38-8412d43ed586
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64c6bba8-9929-48a4-97a3-b9d90fa005a2: Amount of 74 has to sent to Account number 552da673-8593-4dba-999f-f1ddfb0db30c
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1a0ba347-b487-433c-b540-89fb1849aab5: Amount of 905 has to sent to Account number 4fb6eca4-718a-493a-be4b-e1cdaa81d857
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 552da673-8593-4dba-999f-f1ddfb0db30c: Amount of 74 has been received from Account number 64c6bba8-9929-48a4-97a3-b9d90fa005a2
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4fb6eca4-718a-493a-be4b-e1cdaa81d857: Amount of 905 has been received from Account number 1a0ba347-b487-433c-b540-89fb1849aab5
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of b04ed4b3-7be0-49d7-acf1-cc2b9b2b220f: Amount of 459 has to sent to Account number 95f3efaa-6d4e-4aa3-a51b-7a6aff319115
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95f3efaa-6d4e-4aa3-a51b-7a6aff319115: Amount of 459 has been received from Account number b04ed4b3-7be0-49d7-acf1-cc2b9b2b220f
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 46ab26e1-37e9-4e43-ba84-cd6e5c8fef4c: Amount of 274 has to sent to Account number 987a7689-1808-4515-b63d-dc7f219e638f
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1db058c1-b6fa-474f-9a60-1273cdb55279: Amount of 908 has to sent to Account number 618d36ae-1734-4d8c-94b6-7b6e0548338e
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 618d36ae-1734-4d8c-94b6-7b6e0548338e: Amount of 908 has been received from Account number 1db058c1-b6fa-474f-9a60-1273cdb55279
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 987a7689-1808-4515-b63d-dc7f219e638f: Amount of 274 has been received from Account number 46ab26e1-37e9-4e43-ba84-cd6e5c8fef4c
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b8c381b-7e31-49dc-99da-98c8aab263d1: Amount of 482 has been received from Account number 5669b709-7cc9-4f5e-8d3e-303f0b81e45b
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4121b43b-4447-4964-8a8f-02505da6338f: Amount of 359 has to sent to Account number be8da54f-bc66-43e8-aa9b-51eb91291993
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of be8da54f-bc66-43e8-aa9b-51eb91291993: Amount of 359 has been received from Account number 4121b43b-4447-4964-8a8f-02505da6338f
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c64136be-4d48-470d-ab80-b81804d63767: Amount of 564 has to sent to Account number 23b1ef9a-b4e7-4a27-b413-ef2800ca8be6
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of d7e665af-c8ae-4bfc-ae80-df0148a126f1: Amount of 187 has to sent to Account number 14b35301-5a91-4fe1-8041-d2469da976e5
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 14b35301-5a91-4fe1-8041-d2469da976e5: Amount of 187 has been received from Account number d7e665af-c8ae-4bfc-ae80-df0148a126f1
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4bdee0e1-3e97-4543-b1f6-ac734717ce41: Amount of 891 has to sent to Account number 0f31214a-5b51-48b9-bc3f-860171eb93a6
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0f31214a-5b51-48b9-bc3f-860171eb93a6: Amount of 891 has been received from Account number 4bdee0e1-3e97-4543-b1f6-ac734717ce41
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc8a0064-eeb7-4b33-8e3f-6681da13980c: Amount of 258 has to sent to Account number e36b7726-37fd-43d3-8147-9697d1d9d5b3
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of e36b7726-37fd-43d3-8147-9697d1d9d5b3: Amount of 258 has been received from Account number bc8a0064-eeb7-4b33-8e3f-6681da13980c
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of bea28512-7423-45fb-8fa5-df00bec1a346: Amount of 649 has to sent to Account number d6d691d0-da0d-449d-8d64-dde38d731190
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6d691d0-da0d-449d-8d64-dde38d731190: Amount of 649 has been received from Account number bea28512-7423-45fb-8fa5-df00bec1a346
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0cb5a7e5-b072-4450-883b-b29e9401b013: Amount of 744 has to sent to Account number 6f7bcbab-85c1-4d32-8afc-1d0bc9a3f0c5
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6f7bcbab-85c1-4d32-8afc-1d0bc9a3f0c5: Amount of 744 has been received from Account number 0cb5a7e5-b072-4450-883b-b29e9401b013
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 52a0cb2a-ae1d-47fc-8cb4-71723dc67ab5: Amount of 681 has to sent to Account number 89a9e772-47f1-4f8d-8071-7ae0433a5b61
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 89a9e772-47f1-4f8d-8071-7ae0433a5b61: Amount of 681 has been received from Account number 52a0cb2a-ae1d-47fc-8cb4-71723dc67ab5
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of d5de5848-5fcb-4923-8f38-4c5d440ec3be: Amount of 17 has to sent to Account number 99c72abc-df29-4fd7-a341-b280718bb2b6
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 99c72abc-df29-4fd7-a341-b280718bb2b6: Amount of 17 has been received from Account number d5de5848-5fcb-4923-8f38-4c5d440ec3be
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of e7a26a12-2919-4fd0-975c-7cb6b45a4da6: Amount of 36 has to sent to Account number 2b8dd90d-887d-4a1a-8f81-f058b43b2d97
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b8dd90d-887d-4a1a-8f81-f058b43b2d97: Amount of 36 has been received from Account number e7a26a12-2919-4fd0-975c-7cb6b45a4da6
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 57b6855b-ee29-4a8d-8464-6b869f690d65: Amount of 62 has to sent to Account number c33f2ac4-84fd-4491-9cba-2ad6b92652ae
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of c33f2ac4-84fd-4491-9cba-2ad6b92652ae: Amount of 62 has been received from Account number 57b6855b-ee29-4a8d-8464-6b869f690d65
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of cd4028f8-44b1-4634-bdb8-15c468a9ebe9: Amount of 28 has to sent to Account number 75c48777-b7a1-4a0a-84fd-07abb03edee7
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 75c48777-b7a1-4a0a-84fd-07abb03edee7: Amount of 28 has been received from Account number cd4028f8-44b1-4634-bdb8-15c468a9ebe9
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 963b9454-b8a4-4075-8cb4-0a619c5d6258: Amount of 849 has to sent to Account number 077853b8-b178-421d-a427-f504ead5f971
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 077853b8-b178-421d-a427-f504ead5f971: Amount of 849 has been received from Account number 963b9454-b8a4-4075-8cb4-0a619c5d6258
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee4150a0-5974-4c42-9176-eeb6e06afbd2: Amount of 658 has to sent to Account number 56058236-bd8e-4286-99e8-80623fb8f680
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56058236-bd8e-4286-99e8-80623fb8f680: Amount of 658 has been received from Account number ee4150a0-5974-4c42-9176-eeb6e06afbd2
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of be5ea8da-ea2d-454b-bba4-54f84fa41378: Amount of 715 has to sent to Account number 775927a2-94b9-4d48-a866-a29c8bef2f20
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 775927a2-94b9-4d48-a866-a29c8bef2f20: Amount of 715 has been received from Account number be5ea8da-ea2d-454b-bba4-54f84fa41378
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0fa0937c-82d7-4d87-af78-616fb2d59e8f: Amount of 135 has to sent to Account number 8e036356-6fce-47e8-96a7-40da3af66eed
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e036356-6fce-47e8-96a7-40da3af66eed: Amount of 135 has been received from Account number 0fa0937c-82d7-4d87-af78-616fb2d59e8f
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2390faae-a7bb-419d-a096-fd317e7719ce: Amount of 277 has to sent to Account number 53d344c7-e4b4-465e-b049-c0f5333daf4b
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53d344c7-e4b4-465e-b049-c0f5333daf4b: Amount of 277 has been received from Account number 2390faae-a7bb-419d-a096-fd317e7719ce
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 184f562c-f3a8-4791-a854-a2f40d7c7576: Amount of 801 has to sent to Account number 9cf0130a-1a38-46b2-9c38-b6f9c58859bc
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9cf0130a-1a38-46b2-9c38-b6f9c58859bc: Amount of 801 has been received from Account number 184f562c-f3a8-4791-a854-a2f40d7c7576
2024-07-09 19:26:08.626  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 553 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 02979a75-57c3-48fd-8ad1-574eb8a55fad: Amount of 850 has been received from Account number 3e69dee7-d556-460f-871d-7d72fb948f43
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7fb3f112-0c0c-4c83-94f4-7c600c51556c: Amount of 669 has to sent to Account number 98bf2657-5002-401d-b0b9-8427f207b7b2
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42b03353-fc64-423d-b58d-3d78ad21941b: Amount of 246 has to sent to Account number 63732dfc-d7bf-4faf-b0b3-0f62f58b8d65
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 63732dfc-d7bf-4faf-b0b3-0f62f58b8d65: Amount of 246 has been received from Account number 42b03353-fc64-423d-b58d-3d78ad21941b
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98bf2657-5002-401d-b0b9-8427f207b7b2: Amount of 669 has been received from Account number 7fb3f112-0c0c-4c83-94f4-7c600c51556c
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 635f1bd6-24d8-4725-bc26-977e78564939: Amount of 172 has to sent to Account number 8cc0cb14-66a1-4067-ac0f-a68e74086636
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0fec215a-85d3-4344-b457-4f8824f4d791: Amount of 396 has to sent to Account number ac1fdc5b-b93e-4d39-bb20-4e7943237e34
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac1fdc5b-b93e-4d39-bb20-4e7943237e34: Amount of 396 has been received from Account number 0fec215a-85d3-4344-b457-4f8824f4d791
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of d9a03fbe-1686-488b-9f45-4761ad494a74: Amount of 225 has to sent to Account number 4681fdb1-76d6-4fc3-8dcd-72213e806221
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 89ca7b5a-f5b5-48c6-8d67-213a43971553: Amount of 727 has to sent to Account number 29cddee8-b373-4d32-9f01-b139145e42de
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4681fdb1-76d6-4fc3-8dcd-72213e806221: Amount of 225 has been received from Account number d9a03fbe-1686-488b-9f45-4761ad494a74
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of a1584d0f-f5f5-4b62-b1e7-6abe887ed938: Amount of 378 has been received from Account number 2bf879c0-cf40-4c85-87ba-cd7515aff933
2024-07-09 19:26:08.626  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 809 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.617  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 864 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.626  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 925 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ee6cc43-7666-4b1f-ac5c-e3bc4ee974a1: Amount of 889 has to sent to Account number 57950918-9ba0-4169-a965-4d68051b9a31
2024-07-09 19:26:08.617  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 490 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 57950918-9ba0-4169-a965-4d68051b9a31: Amount of 889 has been received from Account number 2ee6cc43-7666-4b1f-ac5c-e3bc4ee974a1
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 46a74e75-b34d-496b-9729-379f93096c49: Amount of 193 has to sent to Account number 7397f4a2-6cb5-4bf2-af94-75c6394b0bf9
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of c489023e-5e92-4e9d-97e6-6e6ee87bd27d: Amount of 954 has been received from Account number 9bea9773-0a1d-4923-955e-80df924f550e
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of e94ee81d-d536-4177-9907-da2dc150ed2f: Amount of 494 has been received from Account number 28a20b91-c47b-4bb1-b9c5-71bc3b8bb437
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 36c74582-6cdd-4299-9e95-b210f9a11e32: Amount of 654 has been received from Account number ee5d9edf-5389-4fb8-83f8-47bf0cad9b71
2024-07-09 19:26:08.617  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 470 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.617  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 954 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.617  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 905 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.617  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 489 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.617  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 531 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.617  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 324 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.626  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 531 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.617  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of efa20841-5c34-4a3b-b7b3-05af60025ab6: Amount of 259 has to sent to Account number df6a4bea-f970-4758-bfe8-e74b66316133
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of df6a4bea-f970-4758-bfe8-e74b66316133: Amount of 259 has been received from Account number efa20841-5c34-4a3b-b7b3-05af60025ab6
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 403880fc-e916-4745-92ee-5e78072756d2: Amount of 744 has to sent to Account number 53270c49-19ec-4500-be59-b59b4335cc53
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of b1231e7d-b88c-406a-a117-ed94bc1deed6: Amount of 214 has to sent to Account number fb852118-99ff-4e3b-bf61-4874b5b4a831
2024-07-09 19:26:08.617  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 469c214c-c375-452c-9260-63c44e61c861: Amount of 912 has to sent to Account number 5f7ef422-93cb-4f66-b52e-6d3d694d1f88
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb852118-99ff-4e3b-bf61-4874b5b4a831: Amount of 214 has been received from Account number b1231e7d-b88c-406a-a117-ed94bc1deed6
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f7ef422-93cb-4f66-b52e-6d3d694d1f88: Amount of 912 has been received from Account number 469c214c-c375-452c-9260-63c44e61c861
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 27fa2335-7f2e-42e2-b5fb-2521a46aa7c2: Amount of 429 has to sent to Account number 86dbace1-384a-41aa-8b36-2ce668470b6b
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9ffcedb5-e694-400b-81ae-cc13048552a2: Amount of 104 has to sent to Account number 2805f6f8-b8fe-49f3-be2d-a978b637d30b
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 86dbace1-384a-41aa-8b36-2ce668470b6b: Amount of 429 has been received from Account number 27fa2335-7f2e-42e2-b5fb-2521a46aa7c2
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2805f6f8-b8fe-49f3-be2d-a978b637d30b: Amount of 104 has been received from Account number 9ffcedb5-e694-400b-81ae-cc13048552a2
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2009320-096c-4b67-b0cc-d8101b7b4820: Amount of 414 has to sent to Account number 41af415b-ad68-4b25-9ff3-a13ffeea78e7
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7d5f9450-b472-406a-b8a2-274f4cb73df9: Amount of 200 has to sent to Account number f7783ed3-458e-4729-aab5-18f314097045
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of f7783ed3-458e-4729-aab5-18f314097045: Amount of 200 has been received from Account number 7d5f9450-b472-406a-b8a2-274f4cb73df9
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of cfd6e5ca-08d7-410f-a74f-b6038ae32d26: Amount of 520 has to sent to Account number 63baa4a5-cfdd-4443-a69a-33857c63fdeb
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 63baa4a5-cfdd-4443-a69a-33857c63fdeb: Amount of 520 has been received from Account number cfd6e5ca-08d7-410f-a74f-b6038ae32d26
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ba228dfa-1efa-4097-9f53-5d5b567f079c: Amount of 113 has to sent to Account number db89dc59-95af-4ac2-bb9f-aa65c9802597
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of db89dc59-95af-4ac2-bb9f-aa65c9802597: Amount of 113 has been received from Account number ba228dfa-1efa-4097-9f53-5d5b567f079c
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf2de29f-75ec-40eb-b34d-cca488286150: Amount of 354 has to sent to Account number 9b307bed-9c5d-49c3-8ca0-b2ec82ba1b79
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9b307bed-9c5d-49c3-8ca0-b2ec82ba1b79: Amount of 354 has been received from Account number cf2de29f-75ec-40eb-b34d-cca488286150
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25c733a8-a26a-41c1-a5df-0d98c8e46291: Amount of 367 has to sent to Account number 8eee05f7-5092-4ae0-a84b-b7bafefcdc3a
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8eee05f7-5092-4ae0-a84b-b7bafefcdc3a: Amount of 367 has been received from Account number 25c733a8-a26a-41c1-a5df-0d98c8e46291
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 521270b1-0fd6-4e0f-a1f5-40b528deb3fa: Amount of 584 has to sent to Account number 81cdfa32-ba8a-4f08-8a83-cc8d3c335b5d
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81cdfa32-ba8a-4f08-8a83-cc8d3c335b5d: Amount of 584 has been received from Account number 521270b1-0fd6-4e0f-a1f5-40b528deb3fa
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of e60592c4-eafa-4147-b554-d640e51a9566: Amount of 901 has to sent to Account number ed3c19b4-4173-45d8-b1a2-71c013f2a4ac
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed3c19b4-4173-45d8-b1a2-71c013f2a4ac: Amount of 901 has been received from Account number e60592c4-eafa-4147-b554-d640e51a9566
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2783462c-268c-489e-b33f-8f348d3e6d71: Amount of 150 has to sent to Account number b78c1940-bf05-4c51-972b-70c5786787cb
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of b78c1940-bf05-4c51-972b-70c5786787cb: Amount of 150 has been received from Account number 2783462c-268c-489e-b33f-8f348d3e6d71
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 170dbe4f-9f70-4db3-aa53-8cfe4f6c0786: Amount of 997 has to sent to Account number c903ac82-5341-48eb-af54-192d81a247af
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of c903ac82-5341-48eb-af54-192d81a247af: Amount of 997 has been received from Account number 170dbe4f-9f70-4db3-aa53-8cfe4f6c0786
2024-07-09 19:26:08.626  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 969 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.626  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 969 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 05adf644-e5cf-43f0-a126-7916f6035393: Amount of 831 has to sent to Account number ca734205-d0f5-4dca-8efd-d2f8d8ba4e70
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca734205-d0f5-4dca-8efd-d2f8d8ba4e70: Amount of 831 has been received from Account number 05adf644-e5cf-43f0-a126-7916f6035393
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of d0868bb6-3cdc-4308-9206-75b0bf4ef61a: Amount of 869 has to sent to Account number a1c31bef-3f1a-44fb-ac8e-fb26162d26d4
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6774f3d8-8db6-4cdf-b7d7-dc1240b27ab3: Amount of 762 has to sent to Account number c9cd1148-7dcf-4f8f-8ba7-959a447dc406
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a1c31bef-3f1a-44fb-ac8e-fb26162d26d4: Amount of 869 has been received from Account number d0868bb6-3cdc-4308-9206-75b0bf4ef61a
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of c9cd1148-7dcf-4f8f-8ba7-959a447dc406: Amount of 762 has been received from Account number 6774f3d8-8db6-4cdf-b7d7-dc1240b27ab3
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1ea9548f-9587-4da2-aaa7-38b36fd4caa6: Amount of 625 has to sent to Account number e0004e44-00a4-4ae0-abaf-3fd8ad2650aa
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of e0004e44-00a4-4ae0-abaf-3fd8ad2650aa: Amount of 625 has been received from Account number 1ea9548f-9587-4da2-aaa7-38b36fd4caa6
2024-07-09 19:26:08.626  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 869 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.626  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 869 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of b5ee87c9-dea2-47cc-be51-723fbc59b19d: Amount of 666 has to sent to Account number b0c65543-b6e8-43c7-bd34-9cfe90b43839
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 060950fc-18c2-46d6-b647-814db679ac34: Amount of 478 has to sent to Account number 331724b2-e1b1-43d2-899c-e2f601f6caf1
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of b0c65543-b6e8-43c7-bd34-9cfe90b43839: Amount of 666 has been received from Account number b5ee87c9-dea2-47cc-be51-723fbc59b19d
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 331724b2-e1b1-43d2-899c-e2f601f6caf1: Amount of 478 has been received from Account number 060950fc-18c2-46d6-b647-814db679ac34
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 23b1ef9a-b4e7-4a27-b413-ef2800ca8be6: Amount of 564 has been received from Account number c64136be-4d48-470d-ab80-b81804d63767
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of bd710976-efdb-49c5-b0f7-ff5972ed6c9f: Amount of 655 has to sent to Account number 1fa309cb-6af9-4a8f-a65e-be4de2d072f3
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1fa309cb-6af9-4a8f-a65e-be4de2d072f3: Amount of 655 has been received from Account number bd710976-efdb-49c5-b0f7-ff5972ed6c9f
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7fbd296b-1a5d-44cf-850d-72a1471b0704: Amount of 697 has to sent to Account number c49e6c79-522a-4f55-a68d-eda900275288
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of c49e6c79-522a-4f55-a68d-eda900275288: Amount of 697 has been received from Account number 7fbd296b-1a5d-44cf-850d-72a1471b0704
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of e4267fac-9cf7-4b3e-8873-219cc2f502cb: Amount of 633 has to sent to Account number 8d93c3ec-cc59-4327-bf5b-be6e8b29d984
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d93c3ec-cc59-4327-bf5b-be6e8b29d984: Amount of 633 has been received from Account number e4267fac-9cf7-4b3e-8873-219cc2f502cb
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2afb2f9e-f453-4000-923d-39cfb9349d2f: Amount of 170 has to sent to Account number 89762350-7f5e-4076-bad0-0036f685e752
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 89762350-7f5e-4076-bad0-0036f685e752: Amount of 170 has been received from Account number 2afb2f9e-f453-4000-923d-39cfb9349d2f
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of a58210fe-d380-4267-846e-49f07e7eaf47: Amount of 522 has to sent to Account number c0528c25-5da1-42a5-a1d4-a737e8f1f8f5
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of c0528c25-5da1-42a5-a1d4-a737e8f1f8f5: Amount of 522 has been received from Account number a58210fe-d380-4267-846e-49f07e7eaf47
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d7793f3-4b23-4ead-956c-de86e35a37b2: Amount of 111 has to sent to Account number 2f2bd265-33f0-46de-b3bb-0edd7a1829d8
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2f2bd265-33f0-46de-b3bb-0edd7a1829d8: Amount of 111 has been received from Account number 9d7793f3-4b23-4ead-956c-de86e35a37b2
2024-07-09 19:26:08.626  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 613 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c384edb-c7cf-460e-9e43-131ae560cfe9: Amount of 938 has to sent to Account number 010e079a-c8eb-42d8-a6bf-1e626eb7e17d
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of c59a9ea2-fa5c-4039-a3a6-77e529c25195: Amount of 539 has to sent to Account number 4b5874c6-b94a-4f1c-b26d-14553ba0b3ea
2024-07-09 19:26:08.635  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 010e079a-c8eb-42d8-a6bf-1e626eb7e17d: Amount of 938 has been received from Account number 5c384edb-c7cf-460e-9e43-131ae560cfe9
2024-07-09 19:26:08.626  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 161 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.635  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of e7a673a2-e1f5-44f4-9868-1aa84ca6c1ec: Amount of 76 has to sent to Account number d15bd22d-5052-44e1-b5c9-af2edc113890
2024-07-09 19:26:08.635  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of d63aab1a-0a1b-45d2-9008-df708e05f8a6: Amount of 770 has to sent to Account number cacd74e7-951e-4a59-9f4b-707b0b2db068
2024-07-09 19:26:08.635  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of d15bd22d-5052-44e1-b5c9-af2edc113890: Amount of 76 has been received from Account number e7a673a2-e1f5-44f4-9868-1aa84ca6c1ec
2024-07-09 19:26:08.635  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of cacd74e7-951e-4a59-9f4b-707b0b2db068: Amount of 770 has been received from Account number d63aab1a-0a1b-45d2-9008-df708e05f8a6
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8cc0cb14-66a1-4067-ac0f-a68e74086636: Amount of 172 has been received from Account number 635f1bd6-24d8-4725-bc26-977e78564939
2024-07-09 19:26:08.635  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a213503-1db1-4bad-ae02-57f01b638ec9: Amount of 725 has to sent to Account number 1c3ec18b-b827-4fad-a16f-b4722bb2aeea
2024-07-09 19:26:08.635  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5dfa2911-c90c-49d8-90d3-c4b6bb06d654: Amount of 851 has to sent to Account number 6343065a-f031-4a7b-85f5-62aa75ce960c
2024-07-09 19:26:08.635  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c3ec18b-b827-4fad-a16f-b4722bb2aeea: Amount of 725 has been received from Account number 3a213503-1db1-4bad-ae02-57f01b638ec9
2024-07-09 19:26:08.635  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6343065a-f031-4a7b-85f5-62aa75ce960c: Amount of 851 has been received from Account number 5dfa2911-c90c-49d8-90d3-c4b6bb06d654
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 29cddee8-b373-4d32-9f01-b139145e42de: Amount of 727 has been received from Account number 89ca7b5a-f5b5-48c6-8d67-213a43971553
2024-07-09 19:26:08.635  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of aee3f1ac-b193-476d-84e4-daa3c22b4ad9: Amount of 141 has to sent to Account number fe1eab3a-5432-4d7f-8fa4-2e9b12ff5adc
2024-07-09 19:26:08.635  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of fe1eab3a-5432-4d7f-8fa4-2e9b12ff5adc: Amount of 141 has been received from Account number aee3f1ac-b193-476d-84e4-daa3c22b4ad9
2024-07-09 19:26:08.635  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of b378c7e7-8c68-42e9-ab9a-bad2c31c8781: Amount of 895 has to sent to Account number fa3b7001-da3e-4989-816d-c75910286e0c
2024-07-09 19:26:08.635  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 80dd1c03-2969-4186-86d1-074d5dd73ec0: Amount of 166 has to sent to Account number c69665ca-88ee-46c7-91e2-538dc669485e
2024-07-09 19:26:08.635  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of c69665ca-88ee-46c7-91e2-538dc669485e: Amount of 166 has been received from Account number 80dd1c03-2969-4186-86d1-074d5dd73ec0
2024-07-09 19:26:08.635  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3740396e-9518-4edb-9c8e-cc951bb21bb1: Amount of 457 has to sent to Account number 8584af14-61a4-404f-9531-c322bb299ed9
2024-07-09 19:26:08.635  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8584af14-61a4-404f-9531-c322bb299ed9: Amount of 457 has been received from Account number 3740396e-9518-4edb-9c8e-cc951bb21bb1
2024-07-09 19:26:08.635  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 49046a23-eafa-4bec-9ddc-3bcbe1f0f4a1: Amount of 3 has to sent to Account number dd6ca071-e32d-4ab5-9c71-849944ae7976
2024-07-09 19:26:08.635  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd6ca071-e32d-4ab5-9c71-849944ae7976: Amount of 3 has been received from Account number 49046a23-eafa-4bec-9ddc-3bcbe1f0f4a1
2024-07-09 19:26:08.635  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc522062-b25c-497e-acc6-2d751d786f46: Amount of 675 has to sent to Account number d743308a-9786-4b3a-8420-53051a57abdb
2024-07-09 19:26:08.635  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of d743308a-9786-4b3a-8420-53051a57abdb: Amount of 675 has been received from Account number bc522062-b25c-497e-acc6-2d751d786f46
2024-07-09 19:26:08.635  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 37e336c6-e3d3-457a-afee-0d46978a036b: Amount of 875 has to sent to Account number 0a4ca384-733f-4181-82dd-330590e52cef
2024-07-09 19:26:08.635  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a4ca384-733f-4181-82dd-330590e52cef: Amount of 875 has been received from Account number 37e336c6-e3d3-457a-afee-0d46978a036b
2024-07-09 19:26:08.635  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 54261aed-2a59-45ae-91e2-c7ae2131b91d: Amount of 214 has to sent to Account number a6100ab5-fb3c-4d39-a75b-f6e04b84693c
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6f564097-d2a8-4197-9cff-c2ec43472171: Amount of 404 has to sent to Account number df61785a-07ec-4216-86b0-e3b3c747b005
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a6100ab5-fb3c-4d39-a75b-f6e04b84693c: Amount of 214 has been received from Account number 54261aed-2a59-45ae-91e2-c7ae2131b91d
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of df61785a-07ec-4216-86b0-e3b3c747b005: Amount of 404 has been received from Account number 6f564097-d2a8-4197-9cff-c2ec43472171
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0709c8f7-4f0b-40d8-ac87-410344733c64: Amount of 331 has to sent to Account number c157a254-12d0-4f32-8982-4e80c4a98cd2
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 407 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8dff6a19-3341-4e2b-bcfa-a515d7ecd05c: Amount of 616 has to sent to Account number 0734cdce-0f06-49ea-bd7e-c230b1224fcf
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0734cdce-0f06-49ea-bd7e-c230b1224fcf: Amount of 616 has been received from Account number 8dff6a19-3341-4e2b-bcfa-a515d7ecd05c
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 137 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 137 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 344 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 664 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 344 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5288f3c6-2787-47af-93ed-77e7ea1f96a5: Amount of 338 has to sent to Account number 688cb5ce-8765-4da8-a5a8-48276832abf2
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 664 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 688cb5ce-8765-4da8-a5a8-48276832abf2: Amount of 338 has been received from Account number 5288f3c6-2787-47af-93ed-77e7ea1f96a5
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 419 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.626  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 4 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 4 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 757 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 757 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 184 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 184 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 4 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 4 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 437 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 437 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of bba30d18-ff5c-45e0-9a90-e53975dfee00: Amount of 449 has to sent to Account number 1310ad9d-02e5-4f12-9894-bf2dc7038dc1
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 462 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 462 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1310ad9d-02e5-4f12-9894-bf2dc7038dc1: Amount of 449 has been received from Account number bba30d18-ff5c-45e0-9a90-e53975dfee00
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 564 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 564 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 550 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 550 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 979 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 979 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 275 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 275 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 116 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 116 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 438 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 438 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 128 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 128 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 453 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.626  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 802 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.626  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 809 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 802 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.626  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 553 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 83 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 593 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.626  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 864 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 940 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.626  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 925 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 528 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 940 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 528 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 116 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 48 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 116 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 48 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 89 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 220 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 89 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 220 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 254 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 62 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 254 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 62 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 840 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7397f4a2-6cb5-4bf2-af94-75c6394b0bf9: Amount of 193 has been received from Account number 46a74e75-b34d-496b-9729-379f93096c49
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 741 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 741 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 246 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8011e8c-c556-4861-a765-42238932153f: Amount of 234 has to sent to Account number d88c416c-7dcd-4637-8c17-6b319eabcfd7
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 246 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d8bbb42d-450a-44b8-a62e-28d160be5292: Amount of 899 has to sent to Account number 14b11d10-255f-4fe5-a53b-e9e520d5e8a8
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 14b11d10-255f-4fe5-a53b-e9e520d5e8a8: Amount of 899 has been received from Account number d8bbb42d-450a-44b8-a62e-28d160be5292
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of cb17e2b7-8299-4bac-b600-ce20753d41b0: Amount of 622 has to sent to Account number 4a8d7c0f-2f54-4877-9916-ef2f38c208ff
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4a8d7c0f-2f54-4877-9916-ef2f38c208ff: Amount of 622 has been received from Account number cb17e2b7-8299-4bac-b600-ce20753d41b0
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6473d6b2-944c-40e8-8fc5-c8c4dc63d43e: Amount of 193 has to sent to Account number 55a8a77b-3ed2-428a-95eb-f459f25b89da
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 55a8a77b-3ed2-428a-95eb-f459f25b89da: Amount of 193 has been received from Account number 6473d6b2-944c-40e8-8fc5-c8c4dc63d43e
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f47e47e-5f2b-4161-8efd-55f943514aa0: Amount of 69 has to sent to Account number f0e40913-c558-4275-a5a1-2a7de9e0c8f6
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of f0e40913-c558-4275-a5a1-2a7de9e0c8f6: Amount of 69 has been received from Account number 3f47e47e-5f2b-4161-8efd-55f943514aa0
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of b2299697-58c2-4399-bbc4-7077292ad66b: Amount of 288 has to sent to Account number 7d7a5ad7-ad56-4c9c-894b-51dd5397baf7
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7d7a5ad7-ad56-4c9c-894b-51dd5397baf7: Amount of 288 has been received from Account number b2299697-58c2-4399-bbc4-7077292ad66b
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0f4d600c-70bb-4f48-b728-b19718e99152: Amount of 606 has to sent to Account number 449b3271-2af0-4a27-9798-2f9bd136722d
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac38cae2-cf88-485a-baa5-a51391fb4270: Amount of 960 has to sent to Account number 9c91f218-d6d2-48df-9fb6-82240116e30f
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 449b3271-2af0-4a27-9798-2f9bd136722d: Amount of 606 has been received from Account number 0f4d600c-70bb-4f48-b728-b19718e99152
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9c91f218-d6d2-48df-9fb6-82240116e30f: Amount of 960 has been received from Account number ac38cae2-cf88-485a-baa5-a51391fb4270
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of c06d7589-dbcf-4911-b1dd-496a1969619a: Amount of 456 has to sent to Account number abd217f7-b320-44cf-b531-83688dda94a7
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 07c0956c-2c23-4724-b5a0-9059428d94d2: Amount of 45 has to sent to Account number 18a80e31-fe8a-4027-9a8a-270e18c21bde
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of abd217f7-b320-44cf-b531-83688dda94a7: Amount of 456 has been received from Account number c06d7589-dbcf-4911-b1dd-496a1969619a
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of fe029ef8-cd6d-473a-a54c-857f0778493e: Amount of 660 has to sent to Account number 35bbaf8c-f3b2-4826-a21f-4d46b40aa182
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 45ea66ee-edf6-4958-b430-2461259910b9: Amount of 274 has to sent to Account number 3c1f7cc3-66ae-46cc-9ad7-f24b8d112100
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 35bbaf8c-f3b2-4826-a21f-4d46b40aa182: Amount of 660 has been received from Account number fe029ef8-cd6d-473a-a54c-857f0778493e
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3c1f7cc3-66ae-46cc-9ad7-f24b8d112100: Amount of 274 has been received from Account number 45ea66ee-edf6-4958-b430-2461259910b9
2024-07-09 19:26:08.626  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 633 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 633 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 420 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 420 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 998 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.626  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 470 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 998 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.626  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 954 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 223 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.626  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 489 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.626  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 95 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 95 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.626  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 810 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53270c49-19ec-4500-be59-b59b4335cc53: Amount of 744 has been received from Account number 403880fc-e916-4745-92ee-5e78072756d2
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 810 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7a97f045-8a6c-45bf-97ba-eb9e5b95823b: Amount of 192 has to sent to Account number f4cfa504-c240-4be0-b424-c6b02296ddf8
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 314 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of f4cfa504-c240-4be0-b424-c6b02296ddf8: Amount of 192 has been received from Account number 7a97f045-8a6c-45bf-97ba-eb9e5b95823b
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 41af415b-ad68-4b25-9ff3-a13ffeea78e7: Amount of 414 has been received from Account number d2009320-096c-4b67-b0cc-d8101b7b4820
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 961e80e8-24d7-42de-a432-0699cbd4f2c2: Amount of 446 has to sent to Account number d1632be1-1830-43cd-b25b-17970d74c2b0
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of d88ab48c-5b5d-4846-baa0-af9ddf4f762c: Amount of 712 has to sent to Account number b3d77154-3488-4ac8-b411-8ef53f20c378
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of d1632be1-1830-43cd-b25b-17970d74c2b0: Amount of 446 has been received from Account number 961e80e8-24d7-42de-a432-0699cbd4f2c2
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9cd090d7-5dbb-4986-a06d-0171926203ca: Amount of 547 has to sent to Account number 523a8a4d-a303-4ef9-a457-4a96d5585017
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 34520239-bdc5-44ac-bbfe-884c59cc915e: Amount of 963 has to sent to Account number ae1a9b31-97b7-4c6a-899b-9640dcde6ef2
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 523a8a4d-a303-4ef9-a457-4a96d5585017: Amount of 547 has been received from Account number 9cd090d7-5dbb-4986-a06d-0171926203ca
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1e68e235-cb4c-459a-97fb-9cae1e9844e4: Amount of 755 has to sent to Account number be2e22d2-d09c-4b38-a47c-c609d410fa17
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of be2e22d2-d09c-4b38-a47c-c609d410fa17: Amount of 755 has been received from Account number 1e68e235-cb4c-459a-97fb-9cae1e9844e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of b1ceb216-dd8d-4be4-9016-8a08ee665228: Amount of 462 has to sent to Account number 864a706f-03e2-4892-995f-bb20f258c19f
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 864a706f-03e2-4892-995f-bb20f258c19f: Amount of 462 has been received from Account number b1ceb216-dd8d-4be4-9016-8a08ee665228
2024-07-09 19:26:08.626  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of aa0217cd-927c-49bf-9e59-b657526f5aa9: Amount of 854 has to sent to Account number 9ebbab34-524c-43f2-bb64-63e2b9e59094
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9ebbab34-524c-43f2-bb64-63e2b9e59094: Amount of 854 has been received from Account number aa0217cd-927c-49bf-9e59-b657526f5aa9
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 303afc76-bd97-4dac-a0a5-23e03b95a0e1: Amount of 301 has to sent to Account number 11246958-abcd-4976-88fe-eebe36fff943
2024-07-09 19:26:08.626  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9c736cb4-a149-419d-a17b-4b231f124924: Amount of 795 has to sent to Account number bfa51870-442d-4bce-99e1-8a7384bdfb23
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 11246958-abcd-4976-88fe-eebe36fff943: Amount of 301 has been received from Account number 303afc76-bd97-4dac-a0a5-23e03b95a0e1
2024-07-09 19:26:08.635  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 613 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of bfa51870-442d-4bce-99e1-8a7384bdfb23: Amount of 795 has been received from Account number 9c736cb4-a149-419d-a17b-4b231f124924
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 57 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of d102161c-f956-489f-9a63-1a6dca292d66: Amount of 85 has to sent to Account number da9b8ebf-6631-4600-89f3-9c2a7248f7b7
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of e7ef1f7a-4ac6-4b00-9183-b472af9a2489: Amount of 491 has to sent to Account number 4b2c57e3-05b7-45bf-b635-1cab9c87b8d8
2024-07-09 19:26:08.635  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 397 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4b2c57e3-05b7-45bf-b635-1cab9c87b8d8: Amount of 491 has been received from Account number e7ef1f7a-4ac6-4b00-9183-b472af9a2489
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 397 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6db01104-bfce-4203-b3c1-d0568046cc7f: Amount of 915 has to sent to Account number 1d2b720f-02f3-4ee6-9ed0-19c734048c21
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 951 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1d2b720f-02f3-4ee6-9ed0-19c734048c21: Amount of 915 has been received from Account number 6db01104-bfce-4203-b3c1-d0568046cc7f
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 951 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 29bb40ea-4930-40f3-8d4e-af4a95d42067: Amount of 115 has to sent to Account number 5a5e518c-a3e0-435f-8a81-1a7979e64528
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 911 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a5e518c-a3e0-435f-8a81-1a7979e64528: Amount of 115 has been received from Account number 29bb40ea-4930-40f3-8d4e-af4a95d42067
2024-07-09 19:26:08.635  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 971 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.635  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4b5874c6-b94a-4f1c-b26d-14553ba0b3ea: Amount of 539 has been received from Account number c59a9ea2-fa5c-4039-a3a6-77e529c25195
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 971 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5315c195-7aaf-4b2d-a306-650c66b10fa7: Amount of 200 has to sent to Account number 20f1480f-959a-4a31-a249-3789582bca4c
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 20f1480f-959a-4a31-a249-3789582bca4c: Amount of 200 has been received from Account number 5315c195-7aaf-4b2d-a306-650c66b10fa7
2024-07-09 19:26:08.635  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9953257e-ec27-4527-a210-e3371196851d: Amount of 251 has to sent to Account number 19325fa0-4e81-4630-8225-c97c5080a883
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1315ad54-1881-423d-ad9a-169057c2cf69: Amount of 613 has to sent to Account number ffb828ae-bb92-48e9-885d-b652b6c26c93
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ffb828ae-bb92-48e9-885d-b652b6c26c93: Amount of 613 has been received from Account number 1315ad54-1881-423d-ad9a-169057c2cf69
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 19325fa0-4e81-4630-8225-c97c5080a883: Amount of 251 has been received from Account number 9953257e-ec27-4527-a210-e3371196851d
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of a682cb47-9fe9-484b-a96a-96fed782463d: Amount of 546 has to sent to Account number c073d6ac-6962-407f-bb4f-3d0dab477e42
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of c073d6ac-6962-407f-bb4f-3d0dab477e42: Amount of 546 has been received from Account number a682cb47-9fe9-484b-a96a-96fed782463d
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 93ded7d4-da3b-4fa4-b718-f438fa1c597b: Amount of 994 has to sent to Account number b4f7cb2f-5fda-4294-9911-7c6f688dce28
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4cfd3d5-4cdc-4c08-9854-e3e512a17bfc: Amount of 716 has to sent to Account number 1d8e68d8-ec10-4020-b817-d8e4235a3dfd
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of b4f7cb2f-5fda-4294-9911-7c6f688dce28: Amount of 994 has been received from Account number 93ded7d4-da3b-4fa4-b718-f438fa1c597b
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1d8e68d8-ec10-4020-b817-d8e4235a3dfd: Amount of 716 has been received from Account number a4cfd3d5-4cdc-4c08-9854-e3e512a17bfc
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of e059a011-7553-4ead-a999-e5bbecaecb7e: Amount of 139 has to sent to Account number 15dc5c50-e104-47f2-9ed3-e3ee47bfe0df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0dee7c53-0f88-4b39-a900-4e7b690d3b7a: Amount of 595 has to sent to Account number f690c7ee-819d-4198-96e9-8419e2d5f0e9
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 15dc5c50-e104-47f2-9ed3-e3ee47bfe0df: Amount of 139 has been received from Account number e059a011-7553-4ead-a999-e5bbecaecb7e
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of f690c7ee-819d-4198-96e9-8419e2d5f0e9: Amount of 595 has been received from Account number 0dee7c53-0f88-4b39-a900-4e7b690d3b7a
2024-07-09 19:26:08.635  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 161 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.635  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4fd077bf-efa7-40cf-b6dc-fd08776b9a10: Amount of 488 has to sent to Account number 02ea3113-7d68-4ccf-ad9f-7db0dd326659
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 933 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.635  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c5ece70-f1f4-4131-81b7-8f8fbbf0389d: Amount of 827 has to sent to Account number bd13ee92-4a69-4977-b101-dd70ed0071a2
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 933 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of bd13ee92-4a69-4977-b101-dd70ed0071a2: Amount of 827 has been received from Account number 2c5ece70-f1f4-4131-81b7-8f8fbbf0389d
2024-07-09 19:26:08.635  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa3b7001-da3e-4989-816d-c75910286e0c: Amount of 895 has been received from Account number b378c7e7-8c68-42e9-ab9a-bad2c31c8781
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 516 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2068c8f1-4f75-4bb6-af70-a9b02ffda535: Amount of 771 has to sent to Account number 4264b620-dc02-4b36-9df0-f1b4a5283258
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 516 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4264b620-dc02-4b36-9df0-f1b4a5283258: Amount of 771 has been received from Account number 2068c8f1-4f75-4bb6-af70-a9b02ffda535
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90ec0967-09cc-4c76-b68f-cdaa91312333: Amount of 372 has to sent to Account number b2315153-6e15-499c-847d-d3fb4ef0020b
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 317 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of deb5493f-1d65-4f90-915f-1d1a63d741cc: Amount of 147 has to sent to Account number 729e90d2-d6ad-42a6-8a8b-e68c1e9f1de0
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 317 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 729e90d2-d6ad-42a6-8a8b-e68c1e9f1de0: Amount of 147 has been received from Account number deb5493f-1d65-4f90-915f-1d1a63d741cc
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 305 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 305 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 57 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 57 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 397 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 397 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 857 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 857 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 145 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 145 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 656 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 656 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 168 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 168 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 220 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 220 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 872 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 872 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 208 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 208 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 656 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 656 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 536 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 536 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 495 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 495 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 120 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 120 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 662 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 662 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 152 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 152 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 892 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 892 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 328 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 328 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of c157a254-12d0-4f32-8982-4e80c4a98cd2: Amount of 331 has been received from Account number 0709c8f7-4f0b-40d8-ac87-410344733c64
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of abb2a569-43f9-42c0-90cf-036e5f12c7af: Amount of 137 has to sent to Account number 9fe01a4f-9fe5-46d4-803b-8b7052bea837
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9fe01a4f-9fe5-46d4-803b-8b7052bea837: Amount of 137 has been received from Account number abb2a569-43f9-42c0-90cf-036e5f12c7af
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9bbfa26-fa3e-4137-bccd-516ba9813ca4: Amount of 391 has to sent to Account number 3e785ff1-c00f-4f39-adf3-2bc197dea029
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of b5fa657e-9096-47e8-a7e0-ecfcb0383f80: Amount of 227 has to sent to Account number 9964c631-d794-4026-b244-078b60081f44
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e785ff1-c00f-4f39-adf3-2bc197dea029: Amount of 391 has been received from Account number a9bbfa26-fa3e-4137-bccd-516ba9813ca4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9964c631-d794-4026-b244-078b60081f44: Amount of 227 has been received from Account number b5fa657e-9096-47e8-a7e0-ecfcb0383f80
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of cc1c5ac2-4083-4cdf-a972-5c42633d6873: Amount of 134 has to sent to Account number 00f4ce85-2b2e-4523-af0d-0777da62c96f
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 00f4ce85-2b2e-4523-af0d-0777da62c96f: Amount of 134 has been received from Account number cc1c5ac2-4083-4cdf-a972-5c42633d6873
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a336d232-8c33-4030-8cc5-2f2f5c3cdfbd: Amount of 237 has to sent to Account number 1e921c87-cb86-4521-8ef8-e4179c47966d
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1e921c87-cb86-4521-8ef8-e4179c47966d: Amount of 237 has been received from Account number a336d232-8c33-4030-8cc5-2f2f5c3cdfbd
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of cdbd65c9-fffc-4c08-9c71-d6bbe20c849a: Amount of 579 has to sent to Account number a24b8ead-c445-4bf1-8991-d0a6d6d22476
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a24b8ead-c445-4bf1-8991-d0a6d6d22476: Amount of 579 has been received from Account number cdbd65c9-fffc-4c08-9c71-d6bbe20c849a
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 407 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 210 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 691 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 691 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 210 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 307e8150-09e4-431a-8ae4-2e343017d3c0: Amount of 467 has to sent to Account number 1867575b-ca96-4eb6-a4a1-e9300b13318f
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 133 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 133 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 631 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 631 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 772 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 772 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 389 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 389 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 427 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 427 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 411 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 411 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 538 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 538 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 492 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 492 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 435 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 435 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 419 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 880 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 880 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 295c6474-f5ab-49dd-803f-ef36d7ee2d55: Amount of 748 has to sent to Account number 1f2e89cd-5898-4489-87b7-3f617b02d098
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 651 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1f2e89cd-5898-4489-87b7-3f617b02d098: Amount of 748 has been received from Account number 295c6474-f5ab-49dd-803f-ef36d7ee2d55
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0fcd9f8b-8307-488f-92d2-c18e9700f3db: Amount of 951 has to sent to Account number b95cbc95-0f48-435d-bae0-d51ff0a7aa92
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 453 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 701 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 701 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 625 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 625 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 83 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 889 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 889 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 924 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 924 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 672 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 672 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 662 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 662 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 398 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 398 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 783 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 783 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 593 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 680 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 680 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 355 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 355 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 219 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 840 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 219 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 193 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 829 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 193 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 829 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 291 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 291 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 356 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 356 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 964 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 964 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 935 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of d88c416c-7dcd-4637-8c17-6b319eabcfd7: Amount of 234 has been received from Account number a8011e8c-c556-4861-a765-42238932153f
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 935 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 732 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 283 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 283 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 732 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 742 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 742 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 18a80e31-fe8a-4027-9a8a-270e18c21bde: Amount of 45 has been received from Account number 07c0956c-2c23-4724-b5a0-9059428d94d2
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 159 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 159 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 230 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 230 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 943 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 943 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 335 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 335 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 229 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 229 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 532 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 532 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 473 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6c6cde19-f633-4cf3-9927-2b7a3d98a40c: Amount of 237 has to sent to Account number 4443874d-ac8e-4115-a669-392ef71ccadd
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4443874d-ac8e-4115-a669-392ef71ccadd: Amount of 237 has been received from Account number 6c6cde19-f633-4cf3-9927-2b7a3d98a40c
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3952d321-dc6d-4c07-bed7-d4988c227889: Amount of 542 has to sent to Account number 26ea0ba9-61c5-47bb-a552-f155ff22ee70
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26ea0ba9-61c5-47bb-a552-f155ff22ee70: Amount of 542 has been received from Account number 3952d321-dc6d-4c07-bed7-d4988c227889
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d30523b-984c-4f88-99a5-18e6d87853ed: Amount of 737 has to sent to Account number 58bc64c0-6ee8-401d-b94c-524b0ca9f9bc
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 58bc64c0-6ee8-401d-b94c-524b0ca9f9bc: Amount of 737 has been received from Account number 6d30523b-984c-4f88-99a5-18e6d87853ed
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccabd992-c733-420c-ac4b-032f63a4678e: Amount of 797 has to sent to Account number 8e1bd8b8-46c5-475e-b5bb-fc1eadf8fd59
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e1bd8b8-46c5-475e-b5bb-fc1eadf8fd59: Amount of 797 has been received from Account number ccabd992-c733-420c-ac4b-032f63a4678e
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 602dce70-56f8-4adf-a7d4-8bae0be37328: Amount of 156 has to sent to Account number e4b43fa1-eba5-4157-abd5-fbebec5eb629
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of e4b43fa1-eba5-4157-abd5-fbebec5eb629: Amount of 156 has been received from Account number 602dce70-56f8-4adf-a7d4-8bae0be37328
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ede444c7-60af-458e-bcab-cb4f21f39894: Amount of 265 has to sent to Account number d99d01c2-146c-4ec0-8eb8-c18254bf8196
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of d99d01c2-146c-4ec0-8eb8-c18254bf8196: Amount of 265 has been received from Account number ede444c7-60af-458e-bcab-cb4f21f39894
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 422e5968-9a6f-4d73-baa9-fc002b6778e2: Amount of 654 has to sent to Account number fffc06c0-e3ec-40c8-8f01-954327b5b490
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of fffc06c0-e3ec-40c8-8f01-954327b5b490: Amount of 654 has been received from Account number 422e5968-9a6f-4d73-baa9-fc002b6778e2
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of aa29cd0b-402c-4fc0-8bd0-1ef51626e7e6: Amount of 920 has to sent to Account number 8a01e308-af54-4073-bca0-8a097c842305
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8a01e308-af54-4073-bca0-8a097c842305: Amount of 920 has been received from Account number aa29cd0b-402c-4fc0-8bd0-1ef51626e7e6
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 083354bc-13da-48ef-95a8-f84cc9a407f8: Amount of 434 has to sent to Account number 06e3ba07-5a46-4431-a52c-c5770877d9a4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 07f53767-b767-4a68-a708-0fc681326f42: Amount of 73 has to sent to Account number 303b9f9e-51e8-4b0c-b4fa-5de432112bdb
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 303b9f9e-51e8-4b0c-b4fa-5de432112bdb: Amount of 73 has been received from Account number 07f53767-b767-4a68-a708-0fc681326f42
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 527 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 827 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 827 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 223 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 686 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 686 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 709 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 709 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 769 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 769 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 536 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 536 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d24c7aa-6922-42b5-94ea-6d855b1ea002: Amount of 898 has to sent to Account number 98400990-ad03-4e80-8d78-a5656318a09f
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 228 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 228 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98400990-ad03-4e80-8d78-a5656318a09f: Amount of 898 has been received from Account number 5d24c7aa-6922-42b5-94ea-6d855b1ea002
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 364 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 364 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 45 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1059b829-910f-4950-9dc5-19d2a666d698: Amount of 659 has to sent to Account number bfff93a3-2528-4284-aed6-2524762b7297
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of bfff93a3-2528-4284-aed6-2524762b7297: Amount of 659 has been received from Account number 1059b829-910f-4950-9dc5-19d2a666d698
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2456b02b-5919-469f-8fed-ec6513a8ee11: Amount of 618 has to sent to Account number 384273aa-b696-4487-800b-6da9ed7808ab
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 384273aa-b696-4487-800b-6da9ed7808ab: Amount of 618 has been received from Account number 2456b02b-5919-469f-8fed-ec6513a8ee11
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of d4faf450-3556-4f70-bbcc-d740fea1274a: Amount of 66 has to sent to Account number 09bd8229-14d1-4185-843d-27fbef05a425
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 09bd8229-14d1-4185-843d-27fbef05a425: Amount of 66 has been received from Account number d4faf450-3556-4f70-bbcc-d740fea1274a
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0313df6d-399a-4271-9d59-c16e8a947627: Amount of 615 has to sent to Account number 15ebf495-6868-465f-a1d3-224b41403c4c
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 15ebf495-6868-465f-a1d3-224b41403c4c: Amount of 615 has been received from Account number 0313df6d-399a-4271-9d59-c16e8a947627
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 314 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9545da7f-e3d0-4fa9-8e82-cd4e97b3be1c: Amount of 437 has to sent to Account number 6e8f21bf-5435-4faf-a383-c026df0a39f7
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 101 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6e8f21bf-5435-4faf-a383-c026df0a39f7: Amount of 437 has been received from Account number 9545da7f-e3d0-4fa9-8e82-cd4e97b3be1c
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 101 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 54963bfd-6c3a-4e0d-ac09-cb15a0a2f82c: Amount of 623 has to sent to Account number b6f9c054-c1a5-410d-84cc-506863c7172c
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of b3d77154-3488-4ac8-b411-8ef53f20c378: Amount of 712 has been received from Account number d88ab48c-5b5d-4846-baa0-af9ddf4f762c
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae1a9b31-97b7-4c6a-899b-9640dcde6ef2: Amount of 963 has been received from Account number 34520239-bdc5-44ac-bbfe-884c59cc915e
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of b6f9c054-c1a5-410d-84cc-506863c7172c: Amount of 623 has been received from Account number 54963bfd-6c3a-4e0d-ac09-cb15a0a2f82c
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of f3cface8-9136-40f5-8cfa-3a0166072ba4: Amount of 722 has to sent to Account number 6f614d77-8e81-4a00-9ba0-9fbe152c03db
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6f614d77-8e81-4a00-9ba0-9fbe152c03db: Amount of 722 has been received from Account number f3cface8-9136-40f5-8cfa-3a0166072ba4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of b2790722-da95-46cb-b4f2-56d55d74ca5a: Amount of 831 has to sent to Account number d4b51999-7e38-4e85-8690-5e7b70c60136
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of d963a4b4-04be-464d-a41b-a8bbcca74030: Amount of 497 has to sent to Account number 7c343ace-cc55-420b-9dda-aefad82e470d
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7c343ace-cc55-420b-9dda-aefad82e470d: Amount of 497 has been received from Account number d963a4b4-04be-464d-a41b-a8bbcca74030
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9bfa5d65-4507-4380-8bea-dc63f00092e4: Amount of 952 has to sent to Account number be5fc215-fd54-4c0e-bd26-159aa14f8f1b
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of be5fc215-fd54-4c0e-bd26-159aa14f8f1b: Amount of 952 has been received from Account number 9bfa5d65-4507-4380-8bea-dc63f00092e4
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 67627cdf-e00c-4d5e-85d4-51cb61af9fd2: Amount of 733 has to sent to Account number 6f5239e2-b168-4269-b6d0-f03cc29c5cdb
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6f5239e2-b168-4269-b6d0-f03cc29c5cdb: Amount of 733 has been received from Account number 67627cdf-e00c-4d5e-85d4-51cb61af9fd2
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a90f9446-1eed-45e8-89d9-196854dfb29b: Amount of 768 has to sent to Account number ab9f518e-cfb0-4322-888a-4c883aac9f01
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 14de5aeb-7196-482e-8412-78aceebafd49: Amount of 329 has to sent to Account number 1baf79df-adf0-4df0-a148-7eebad0a414e
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1baf79df-adf0-4df0-a148-7eebad0a414e: Amount of 329 has been received from Account number 14de5aeb-7196-482e-8412-78aceebafd49
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 57 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of b33f73d7-b6d1-458d-bc2b-99ec3033f26d: Amount of 119 has to sent to Account number 07c2c59d-0a42-4bf4-98f8-870cc4ff2a0e
2024-07-09 19:26:08.643  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 549 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 549 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 929 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of da9b8ebf-6631-4600-89f3-9c2a7248f7b7: Amount of 85 has been received from Account number d102161c-f956-489f-9a63-1a6dca292d66
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 911 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 305 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 305 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of e05d0e52-c9d2-436c-aa61-1dca1e94b791: Amount of 918 has to sent to Account number 2aa96c60-53f2-4d35-81b1-93547aa4641c
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2aa96c60-53f2-4d35-81b1-93547aa4641c: Amount of 918 has been received from Account number e05d0e52-c9d2-436c-aa61-1dca1e94b791
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 401 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 45f0ff86-d500-4a26-bef3-9443713a3479: Amount of 474 has to sent to Account number cf09ba6f-8983-42cb-baef-30b8a6347933
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 401 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 134 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 134 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 872 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 715 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 872 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 715 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 222 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 222 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 193 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 486 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 193 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 468 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 468 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 452 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 452 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 315 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 315 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 492 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ce6e804a-c520-406c-999b-1a7c20a8b3c3: Amount of 315 has to sent to Account number 77070a6b-11fa-40dc-a475-735329efd33c
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 492 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95bebecd-e895-499c-9658-7f00ec40b599: Amount of 870 has to sent to Account number bc06db0f-106c-435d-84d0-33928f14109a
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77070a6b-11fa-40dc-a475-735329efd33c: Amount of 315 has been received from Account number ce6e804a-c520-406c-999b-1a7c20a8b3c3
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc06db0f-106c-435d-84d0-33928f14109a: Amount of 870 has been received from Account number 95bebecd-e895-499c-9658-7f00ec40b599
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 21556515-d39b-4bdf-af8b-6c05c799b9cb: Amount of 409 has to sent to Account number 2b06d65c-0b18-4961-b521-9ad53acf980c
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of cfb8f15b-5a25-46a9-891b-fec613e0996b: Amount of 53 has to sent to Account number 61ed25f4-406d-4972-9693-ac5bca9e9a4b
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 61ed25f4-406d-4972-9693-ac5bca9e9a4b: Amount of 53 has been received from Account number cfb8f15b-5a25-46a9-891b-fec613e0996b
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5be3e4d3-e253-4520-932c-586fc60fafad: Amount of 60 has to sent to Account number e1d91734-f7b1-46a3-b3be-976b60dc1043
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of e1d91734-f7b1-46a3-b3be-976b60dc1043: Amount of 60 has been received from Account number 5be3e4d3-e253-4520-932c-586fc60fafad
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of b1ede13a-d462-4aad-acce-ae7d0a15a0c7: Amount of 425 has to sent to Account number c04abd35-7b2b-48dd-91bf-19bc06eb4e12
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 02ea3113-7d68-4ccf-ad9f-7db0dd326659: Amount of 488 has been received from Account number 4fd077bf-efa7-40cf-b6dc-fd08776b9a10
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of b2315153-6e15-499c-847d-d3fb4ef0020b: Amount of 372 has been received from Account number 90ec0967-09cc-4c76-b68f-cdaa91312333
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 238a4eab-11ca-4cd7-82b9-66c069fa8041: Amount of 519 has to sent to Account number 1e33425e-256b-4469-87f8-0ac208032438
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81abd218-dcfa-4e24-a471-22a5526b0833: Amount of 701 has to sent to Account number e23dab46-233b-484e-ab62-4969890036bf
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of bce09f3d-df20-48f8-8dcc-7af93e8aa281: Amount of 548 has to sent to Account number 544d3209-5859-4e5e-af42-0f2e02a8447c
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1e33425e-256b-4469-87f8-0ac208032438: Amount of 519 has been received from Account number 238a4eab-11ca-4cd7-82b9-66c069fa8041
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 357 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 48d110b2-7f91-49fb-a134-dd05a4202270: Amount of 419 has to sent to Account number e4770a08-dba1-43b8-8ecd-4c807283f5e5
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of e4770a08-dba1-43b8-8ecd-4c807283f5e5: Amount of 419 has been received from Account number 48d110b2-7f91-49fb-a134-dd05a4202270
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of e23dab46-233b-484e-ab62-4969890036bf: Amount of 701 has been received from Account number 81abd218-dcfa-4e24-a471-22a5526b0833
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 915a0d27-fde6-4b73-b007-11efea322edd: Amount of 78 has to sent to Account number ba6ad005-3296-406c-8341-b74b8baa8a2c
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3293fa34-d901-4e70-bb92-311e8da86329: Amount of 557 has to sent to Account number d6ab9de7-40fb-4cc0-905c-298edc266cee
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6ab9de7-40fb-4cc0-905c-298edc266cee: Amount of 557 has been received from Account number 3293fa34-d901-4e70-bb92-311e8da86329
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 406e583b-192e-4d5e-8c23-03263f721124: Amount of 39 has to sent to Account number c91f068f-df5d-4ff2-9b4c-a4839416be7e
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of c91f068f-df5d-4ff2-9b4c-a4839416be7e: Amount of 39 has been received from Account number 406e583b-192e-4d5e-8c23-03263f721124
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7c98fc2b-2ea6-4f6e-8e05-2fd78ac15576: Amount of 158 has to sent to Account number c178d024-ad8d-4ecf-acc2-6ef97b9e4f86
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of c178d024-ad8d-4ecf-acc2-6ef97b9e4f86: Amount of 158 has been received from Account number 7c98fc2b-2ea6-4f6e-8e05-2fd78ac15576
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c1ecb1b-b2fd-4975-a6a1-696cc3244f9f: Amount of 588 has to sent to Account number 4efac800-d2b4-4367-8aef-57ec7adeede3
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4efac800-d2b4-4367-8aef-57ec7adeede3: Amount of 588 has been received from Account number 2c1ecb1b-b2fd-4975-a6a1-696cc3244f9f
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 311f1141-04ef-41bf-ae32-be043c21b860: Amount of 251 has to sent to Account number 6432cf4d-2353-452c-928c-8881f6f38032
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e4a2a2c-f44d-4374-a9f5-f17733ae25f3: Amount of 349 has to sent to Account number 50e68a5c-da0f-41ed-b8bd-c56a61cef6f2
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 50e68a5c-da0f-41ed-b8bd-c56a61cef6f2: Amount of 349 has been received from Account number 0e4a2a2c-f44d-4374-a9f5-f17733ae25f3
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of c80c2c64-71a2-44b3-8fa1-88316b1f5123: Amount of 933 has to sent to Account number 7849ad3c-d4dc-4f68-bc1e-d4479e52145d
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7849ad3c-d4dc-4f68-bc1e-d4479e52145d: Amount of 933 has been received from Account number c80c2c64-71a2-44b3-8fa1-88316b1f5123
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0f0eb027-e798-40f9-8679-3c5e8dc4fee5: Amount of 794 has to sent to Account number 856ca2b1-2450-40fc-bd95-9c8fe7718dbd
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 860 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 710 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 860 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 710 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 307 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 23 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1867575b-ca96-4eb6-a4a1-e9300b13318f: Amount of 467 has been received from Account number 307e8150-09e4-431a-8ae4-2e343017d3c0
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 23 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 728 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 329 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4205703e-0055-42d5-a31e-246d9202e0b6: Amount of 749 has to sent to Account number 857ca705-e8d2-4d57-88cf-a879e533245e
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 651 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 857ca705-e8d2-4d57-88cf-a879e533245e: Amount of 749 has been received from Account number 4205703e-0055-42d5-a31e-246d9202e0b6
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of b95cbc95-0f48-435d-bae0-d51ff0a7aa92: Amount of 951 has been received from Account number 0fcd9f8b-8307-488f-92d2-c18e9700f3db
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 601307a0-a506-4562-b62d-089027df637b: Amount of 400 has to sent to Account number 221adf5e-0569-48d3-9743-4111430f7978
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 221adf5e-0569-48d3-9743-4111430f7978: Amount of 400 has been received from Account number 601307a0-a506-4562-b62d-089027df637b
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6cc5d937-e595-44ca-bece-0cd450203a49: Amount of 342 has to sent to Account number 650b0578-19f2-4ab9-8363-0bc77d911124
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 650b0578-19f2-4ab9-8363-0bc77d911124: Amount of 342 has been received from Account number 6cc5d937-e595-44ca-bece-0cd450203a49
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25b5356c-1387-4d0e-89f2-8a458fd90b6f: Amount of 838 has to sent to Account number 18c6df38-d1b2-4e81-9e97-68e512a40577
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 18c6df38-d1b2-4e81-9e97-68e512a40577: Amount of 838 has been received from Account number 25b5356c-1387-4d0e-89f2-8a458fd90b6f
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of cbc5c515-28ec-468d-aa22-7981ceba1107: Amount of 113 has to sent to Account number e3f98ce7-2177-4787-bda4-db06c2857cae
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of e3f98ce7-2177-4787-bda4-db06c2857cae: Amount of 113 has been received from Account number cbc5c515-28ec-468d-aa22-7981ceba1107
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4cf89e3a-e709-4333-bc4a-f9e31ceca95f: Amount of 980 has to sent to Account number 3b42dbcc-4fac-4b22-ad5a-7e02d67c3ec9
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3b42dbcc-4fac-4b22-ad5a-7e02d67c3ec9: Amount of 980 has been received from Account number 4cf89e3a-e709-4333-bc4a-f9e31ceca95f
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of e0308045-eac2-4bab-94dc-1bbb2e27d912: Amount of 237 has to sent to Account number 795181c8-5644-4586-b502-1b076a3bdc9f
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 795181c8-5644-4586-b502-1b076a3bdc9f: Amount of 237 has been received from Account number e0308045-eac2-4bab-94dc-1bbb2e27d912
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4a07e985-143a-4104-a5d0-616dcaf842e0: Amount of 661 has to sent to Account number a19fc629-60c8-4663-a5b7-a1da4533925c
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of a19fc629-60c8-4663-a5b7-a1da4533925c: Amount of 661 has been received from Account number 4a07e985-143a-4104-a5d0-616dcaf842e0
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9fe7b2da-86f4-4281-99ee-a6aa80da0197: Amount of 262 has to sent to Account number 12305ffc-fff1-4f8c-9395-fc76e44a8144
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 148 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 148 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 445 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 445 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 489 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 489 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 634 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 634 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 78 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 572 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 667 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 572 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 166 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 166 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 628 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 628 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 475 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 475 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1d72963f-d4a3-47e9-8716-bc3ed3140329: Amount of 906 has to sent to Account number 17b402c2-458d-401e-8d27-6a7b698e7f98
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 576 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 576 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 453 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 453 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 905 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 905 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 951 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 17b402c2-458d-401e-8d27-6a7b698e7f98: Amount of 906 has been received from Account number 1d72963f-d4a3-47e9-8716-bc3ed3140329
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81e05a32-eaf2-4ff3-a33a-e82973a4e8b8: Amount of 660 has to sent to Account number d3acce68-486a-4d0a-a23f-2fb1cc50e5d6
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of d3acce68-486a-4d0a-a23f-2fb1cc50e5d6: Amount of 660 has been received from Account number 81e05a32-eaf2-4ff3-a33a-e82973a4e8b8
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 829 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 829 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 854 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 854 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 915 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 915 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 183 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 183 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 747 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 747 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 174 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 174 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 304 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 304 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 754 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 754 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 894 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 894 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 480 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 480 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 330 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 330 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 853 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 853 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 185 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 185 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 5 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 5 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 463 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 463 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 66408823-fab9-4aa1-b1db-7593892376d1: Amount of 686 has to sent to Account number 48bc5093-3fa3-4978-a2a1-fd98d5b1015f
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 473 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 129 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 129 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 969 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 969 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 247 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 247 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 982 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 982 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 753 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 753 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 442 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 442 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 317 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 317 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 215 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 215 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 698 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 698 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 360 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 360 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 861 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 861 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 40 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 40 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 885 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 885 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 709 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 709 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 277 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 277 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 881 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 881 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 781 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 781 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 581 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 581 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 933 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 933 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 969 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 969 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 06e3ba07-5a46-4431-a52c-c5770877d9a4: Amount of 434 has been received from Account number 083354bc-13da-48ef-95a8-f84cc9a407f8
2024-07-09 19:26:08.636  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of f3cf14fd-0e79-48cc-858a-e6659e0a7fd1: Amount of 74 has to sent to Account number 8bce381c-cf6f-4d23-82e4-18703116cfe4
2024-07-09 19:26:08.636  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 527 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 184 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 388 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6f1b11b0-6430-4bf2-8d39-287b59a17fcb: Amount of 142 has to sent to Account number dc7e9789-7b2b-43b9-99b8-187a5bffe7b8
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 388 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of dc7e9789-7b2b-43b9-99b8-187a5bffe7b8: Amount of 142 has been received from Account number 6f1b11b0-6430-4bf2-8d39-287b59a17fcb
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8bce381c-cf6f-4d23-82e4-18703116cfe4: Amount of 74 has been received from Account number f3cf14fd-0e79-48cc-858a-e6659e0a7fd1
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 44a95748-e634-496c-bc35-039545ca8acc: Amount of 67 has to sent to Account number 22629289-da04-45f0-a732-78cd1f384ba2
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 79 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.636  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 572 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 79 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 572 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 45 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 469 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 708 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 469 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 708 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 388 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 388 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 792 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 01d3b832-9b01-4560-aae6-ece53aa6d01e: Amount of 365 has to sent to Account number 282b10dd-9f73-42a7-b071-57d55ac41c16
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 979 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 282b10dd-9f73-42a7-b071-57d55ac41c16: Amount of 365 has been received from Account number 01d3b832-9b01-4560-aae6-ece53aa6d01e
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 979 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 363 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 550 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of d4b51999-7e38-4e85-8690-5e7b70c60136: Amount of 831 has been received from Account number b2790722-da95-46cb-b4f2-56d55d74ca5a
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 550 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 363 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 27 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 66 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 62db6b2f-b128-478b-b7a4-0294f7614e90: Amount of 169 has to sent to Account number 6ddb201e-73db-4de9-80e2-f638cd767c37
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 66 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6ddb201e-73db-4de9-80e2-f638cd767c37: Amount of 169 has been received from Account number 62db6b2f-b128-478b-b7a4-0294f7614e90
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 57 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 34b869c7-9561-4af5-8b6c-11cd11e14c41: Amount of 56 has to sent to Account number 9ffb461d-b5a4-43fe-80b3-70610883ca9a
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 27 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 57 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of e50798d9-2681-4c0d-99b3-df347550b50a: Amount of 140 has to sent to Account number 6ce13227-bd05-4c2a-a3bd-bbb2f8b5e0ae
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 774 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6ce13227-bd05-4c2a-a3bd-bbb2f8b5e0ae: Amount of 140 has been received from Account number e50798d9-2681-4c0d-99b3-df347550b50a
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 774 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of e55658d0-4b93-4428-9331-219d9ee75fc1: Amount of 184 has to sent to Account number 7b6f380c-888c-47ea-82f6-7debe71f8cc0
2024-07-09 19:26:08.648  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b6f380c-888c-47ea-82f6-7debe71f8cc0: Amount of 184 has been received from Account number e55658d0-4b93-4428-9331-219d9ee75fc1
2024-07-09 19:26:08.648  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 52c260e0-0b0d-408a-82ab-ea629a60c6fa: Amount of 363 has to sent to Account number e37618c4-d7aa-4d06-bbca-0436e065f768
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 337 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 337 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of e37618c4-d7aa-4d06-bbca-0436e065f768: Amount of 363 has been received from Account number 52c260e0-0b0d-408a-82ab-ea629a60c6fa
2024-07-09 19:26:08.648  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of f710cf49-acc8-4905-a4d5-5a6c4de56152: Amount of 769 has to sent to Account number 3322b9d3-8c8c-449d-bf50-679435f8722e
2024-07-09 19:26:08.648  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3322b9d3-8c8c-449d-bf50-679435f8722e: Amount of 769 has been received from Account number f710cf49-acc8-4905-a4d5-5a6c4de56152
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 42 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3259a219-d17f-4248-8e9d-178844aa59f7: Amount of 379 has to sent to Account number 431bec0d-49ed-4553-91cc-701df209bfdc
2024-07-09 19:26:08.648  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 431bec0d-49ed-4553-91cc-701df209bfdc: Amount of 379 has been received from Account number 3259a219-d17f-4248-8e9d-178844aa59f7
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 07c2c59d-0a42-4bf4-98f8-870cc4ff2a0e: Amount of 119 has been received from Account number b33f73d7-b6d1-458d-bc2b-99ec3033f26d
2024-07-09 19:26:08.648  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7a8081f2-1f32-4363-9e5f-a0509508a999: Amount of 604 has to sent to Account number ce7be9e3-7ad3-43c4-8141-3300b19d9a85
2024-07-09 19:26:08.648  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ce7be9e3-7ad3-43c4-8141-3300b19d9a85: Amount of 604 has been received from Account number 7a8081f2-1f32-4363-9e5f-a0509508a999
2024-07-09 19:26:08.648  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 398a2de1-f933-4305-a697-eb9353bb78f6: Amount of 581 has to sent to Account number eee01ede-4643-495e-add6-4443b6e584d0
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ab9f518e-cfb0-4322-888a-4c883aac9f01: Amount of 768 has been received from Account number a90f9446-1eed-45e8-89d9-196854dfb29b
2024-07-09 19:26:08.648  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2574706e-e286-4349-9ced-ca90ada24497: Amount of 262 has to sent to Account number a245d6a5-ce0d-4214-ae40-550e51f949aa
2024-07-09 19:26:08.648  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of eee01ede-4643-495e-add6-4443b6e584d0: Amount of 581 has been received from Account number 398a2de1-f933-4305-a697-eb9353bb78f6
2024-07-09 19:26:08.643  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 929 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of fd702ac9-538a-4d38-a38e-28376cac02af: Amount of 82 has to sent to Account number 8d68da54-0bf6-433a-8b8a-83357297d9fe
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ef5bd850-3bbe-45c3-9c0c-0179cbce178b: Amount of 781 has to sent to Account number 9f7fe479-f211-4356-bd6c-693bce9517da
2024-07-09 19:26:08.648  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d68da54-0bf6-433a-8b8a-83357297d9fe: Amount of 82 has been received from Account number fd702ac9-538a-4d38-a38e-28376cac02af
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9f7fe479-f211-4356-bd6c-693bce9517da: Amount of 781 has been received from Account number ef5bd850-3bbe-45c3-9c0c-0179cbce178b
2024-07-09 19:26:08.648  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 002dd24f-c2a7-466c-bbee-9e89eee1b9b3: Amount of 693 has to sent to Account number 5e6588bd-8281-4eed-9edc-598c7a166834
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 16aac66e-2d6f-4c14-a21b-a15e422777ef: Amount of 776 has to sent to Account number 4e1a6619-2e5f-4ac0-8dbb-e06c56fb9d0a
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9408e2d3-b118-44fe-8203-50e88c427934: Amount of 896 has to sent to Account number 6a05143f-ea24-449f-ac5d-51aa8b1a86de
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4e1a6619-2e5f-4ac0-8dbb-e06c56fb9d0a: Amount of 776 has been received from Account number 16aac66e-2d6f-4c14-a21b-a15e422777ef
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ead9e539-b50a-48e3-8c18-0b0baa1ccc48: Amount of 906 has to sent to Account number 666e5eff-665e-4c07-84e9-43ae1fad7d7e
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf09ba6f-8983-42cb-baef-30b8a6347933: Amount of 474 has been received from Account number 45f0ff86-d500-4a26-bef3-9443713a3479
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 666e5eff-665e-4c07-84e9-43ae1fad7d7e: Amount of 906 has been received from Account number ead9e539-b50a-48e3-8c18-0b0baa1ccc48
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of f5202057-fd4c-4313-b730-ffef1509445f: Amount of 605 has to sent to Account number 7e7d1058-4241-4bdc-8139-84deeaa8d7fb
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7e7d1058-4241-4bdc-8139-84deeaa8d7fb: Amount of 605 has been received from Account number f5202057-fd4c-4313-b730-ffef1509445f
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 486 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2713f9c7-0502-4054-b865-20a6d5f2413e: Amount of 384 has to sent to Account number e776e34b-0cfb-4daf-a0cf-fbb713c7491e
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 311 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 121 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 311 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of e776e34b-0cfb-4daf-a0cf-fbb713c7491e: Amount of 384 has been received from Account number 2713f9c7-0502-4054-b865-20a6d5f2413e
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 896 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 121 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 896 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a45d4638-acaa-49ef-bd5d-a1f90395a0b9: Amount of 146 has to sent to Account number 36760817-ade5-43d3-8d15-8a783a74663c
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 36760817-ade5-43d3-8d15-8a783a74663c: Amount of 146 has been received from Account number a45d4638-acaa-49ef-bd5d-a1f90395a0b9
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 839 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of c1e8a966-0f23-4a4a-9ddb-138f05dbc8d0: Amount of 135 has to sent to Account number e4cb95f1-2c94-4388-a1a4-4ac5dfefb17d
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 839 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of e4cb95f1-2c94-4388-a1a4-4ac5dfefb17d: Amount of 135 has been received from Account number c1e8a966-0f23-4a4a-9ddb-138f05dbc8d0
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 169 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 169 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b06d65c-0b18-4961-b521-9ad53acf980c: Amount of 409 has been received from Account number 21556515-d39b-4bdf-af8b-6c05c799b9cb
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 82 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 82 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8dcec168-cbac-49bf-8751-6d7e12013141: Amount of 892 has to sent to Account number 327b0208-cfb0-4e58-b2c9-10b06002966f
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of c04abd35-7b2b-48dd-91bf-19bc06eb4e12: Amount of 425 has been received from Account number b1ede13a-d462-4aad-acce-ae7d0a15a0c7
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 544d3209-5859-4e5e-af42-0f2e02a8447c: Amount of 548 has been received from Account number bce09f3d-df20-48f8-8dcc-7af93e8aa281
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 357 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf6f08f1-97c4-4ae1-b3ea-5cbaa0267d31: Amount of 177 has to sent to Account number 0ecae267-6e1f-44ca-b791-b6a7efef942c
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ba6ad005-3296-406c-8341-b74b8baa8a2c: Amount of 78 has been received from Account number 915a0d27-fde6-4b73-b007-11efea322edd
2024-07-09 19:26:08.648  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ecae267-6e1f-44ca-b791-b6a7efef942c: Amount of 177 has been received from Account number bf6f08f1-97c4-4ae1-b3ea-5cbaa0267d31
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6432cf4d-2353-452c-928c-8881f6f38032: Amount of 251 has been received from Account number 311f1141-04ef-41bf-ae32-be043c21b860
2024-07-09 19:26:08.648  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9558407b-6dd4-4185-9344-445e10fb78c4: Amount of 79 has to sent to Account number c2c61ac8-904c-43d2-85b5-f7fcacb35dcb
2024-07-09 19:26:08.648  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of c2c61ac8-904c-43d2-85b5-f7fcacb35dcb: Amount of 79 has been received from Account number 9558407b-6dd4-4185-9344-445e10fb78c4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 856ca2b1-2450-40fc-bd95-9c8fe7718dbd: Amount of 794 has been received from Account number 0f0eb027-e798-40f9-8679-3c5e8dc4fee5
2024-07-09 19:26:08.643  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 307 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 728 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 329 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 749 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 288 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4bfd5019-63bd-464c-a2e7-6603cda28385: Amount of 938 has to sent to Account number dfad224b-8a1e-43cd-ace4-5d47dfe006c8
2024-07-09 19:26:08.648  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 288 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 12305ffc-fff1-4f8c-9395-fc76e44a8144: Amount of 262 has been received from Account number 9fe7b2da-86f4-4281-99ee-a6aa80da0197
2024-07-09 19:26:08.648  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of dfad224b-8a1e-43cd-ace4-5d47dfe006c8: Amount of 938 has been received from Account number 4bfd5019-63bd-464c-a2e7-6603cda28385
2024-07-09 19:26:08.648  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 749 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 70156bc7-decc-43be-b5bd-ea7a89db2746: Amount of 435 has to sent to Account number 4bac1cee-260f-4b11-84ee-3c1a5ad6a904
2024-07-09 19:26:08.648  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 92950285-d625-4755-a002-b2a78a6f5bed: Amount of 912 has to sent to Account number 049a17f7-295d-4d40-86a7-139d1a8d34b3
2024-07-09 19:26:08.648  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 54 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 78 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 54 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 667 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 155 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 747 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 155 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 747 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 395 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 951 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 142 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 142 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 65b019b5-df44-44c9-808e-556c4c947346: Amount of 256 has to sent to Account number e96bbc3b-ff61-4e04-a1f2-6f4df25fc638
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 297 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 297 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of e96bbc3b-ff61-4e04-a1f2-6f4df25fc638: Amount of 256 has been received from Account number 65b019b5-df44-44c9-808e-556c4c947346
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 218 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 218 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 218 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 218 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 397 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3c4ad5b6-5a63-492c-a712-5200bf8a3e5e: Amount of 397 has to sent to Account number a783926a-c49f-4899-8955-617dc2384cd8
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of a783926a-c49f-4899-8955-617dc2384cd8: Amount of 397 has been received from Account number 3c4ad5b6-5a63-492c-a712-5200bf8a3e5e
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of f5ed55d1-7b4c-4763-bc1c-9bed7cb76c25: Amount of 141 has to sent to Account number 935dbb54-ce1a-49eb-9aad-cb24a925a0e2
2024-07-09 19:26:08.643  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 48bc5093-3fa3-4978-a2a1-fd98d5b1015f: Amount of 686 has been received from Account number 66408823-fab9-4aa1-b1db-7593892376d1
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 935dbb54-ce1a-49eb-9aad-cb24a925a0e2: Amount of 141 has been received from Account number f5ed55d1-7b4c-4763-bc1c-9bed7cb76c25
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 824 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3482c8fd-8f24-4789-95e0-8de681117a42: Amount of 268 has to sent to Account number 1cb60fe1-ab8f-49bb-af5b-000214ccb969
2024-07-09 19:26:08.643  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 184 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of cd7ca96a-3092-4dfa-9b7d-110cd688da8e: Amount of 550 has to sent to Account number 90f248fc-e346-4792-b55f-8b7eb4593bbd
2024-07-09 19:26:08.643  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 809 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90f248fc-e346-4792-b55f-8b7eb4593bbd: Amount of 550 has been received from Account number cd7ca96a-3092-4dfa-9b7d-110cd688da8e
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 809 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22629289-da04-45f0-a732-78cd1f384ba2: Amount of 67 has been received from Account number 44a95748-e634-496c-bc35-039545ca8acc
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of b2ca4b97-d076-4bb7-8b7d-b3c0a2be92b6: Amount of 180 has to sent to Account number a9f18839-bc41-4d72-9fcc-1308d4067298
2024-07-09 19:26:08.648  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6f27f73b-ad0a-4bb8-9646-b96f252d0026: Amount of 587 has to sent to Account number 3020cdc1-5567-440b-b88b-1646b43ce27e
2024-07-09 19:26:08.648  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3020cdc1-5567-440b-b88b-1646b43ce27e: Amount of 587 has been received from Account number 6f27f73b-ad0a-4bb8-9646-b96f252d0026
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9f18839-bc41-4d72-9fcc-1308d4067298: Amount of 180 has been received from Account number b2ca4b97-d076-4bb7-8b7d-b3c0a2be92b6
2024-07-09 19:26:08.643  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 652e31eb-534b-4856-b774-c796fa200b10: Amount of 63 has to sent to Account number 2a16653f-0deb-464c-8842-8d202c125ac1
2024-07-09 19:26:08.643  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 995 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3594161b-df4d-4c54-b592-d6dd119bb10d: Amount of 53 has to sent to Account number 410f343b-f117-42e2-b7a4-2fd1542e6209
2024-07-09 19:26:08.648  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 995 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 410f343b-f117-42e2-b7a4-2fd1542e6209: Amount of 53 has been received from Account number 3594161b-df4d-4c54-b592-d6dd119bb10d
2024-07-09 19:26:08.648  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 854 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 31591580-7481-4e1e-8cfe-f0f9d25c3b41: Amount of 856 has to sent to Account number 5b79e2ca-ed32-43a7-8e81-9fd1bb8ecc5e
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b79e2ca-ed32-43a7-8e81-9fd1bb8ecc5e: Amount of 856 has been received from Account number 31591580-7481-4e1e-8cfe-f0f9d25c3b41
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3c80c2c2-4f65-4bb0-ad70-d61ed18d1749: Amount of 761 has to sent to Account number 8fffec60-9b92-49ef-85a2-c464f675a7cb
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8fffec60-9b92-49ef-85a2-c464f675a7cb: Amount of 761 has been received from Account number 3c80c2c2-4f65-4bb0-ad70-d61ed18d1749
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ebcc5c7a-eeb8-4193-acca-f55ffbc034ea: Amount of 666 has to sent to Account number f21e746a-71f7-4cf1-973c-87071722edaa
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of f21e746a-71f7-4cf1-973c-87071722edaa: Amount of 666 has been received from Account number ebcc5c7a-eeb8-4193-acca-f55ffbc034ea
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of be216226-9865-462d-923d-7d8cf4992e4c: Amount of 406 has to sent to Account number 58fd784e-1ea0-4f19-98a8-2a0adc895ce2
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 58fd784e-1ea0-4f19-98a8-2a0adc895ce2: Amount of 406 has been received from Account number be216226-9865-462d-923d-7d8cf4992e4c
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 261d62ca-07dd-4742-b27d-c5598787a4fd: Amount of 826 has to sent to Account number 930354d4-420a-4623-82e4-fccf8ae9d8a1
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 930354d4-420a-4623-82e4-fccf8ae9d8a1: Amount of 826 has been received from Account number 261d62ca-07dd-4742-b27d-c5598787a4fd
2024-07-09 19:26:08.648  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 792 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 886eb5cb-6440-4951-bf3c-edc635143ffb: Amount of 673 has to sent to Account number 3147fa97-cc52-4658-827a-9d4b9ec9ca10
2024-07-09 19:26:08.648  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 541 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9ffb461d-b5a4-43fe-80b3-70610883ca9a: Amount of 56 has been received from Account number 34b869c7-9561-4af5-8b6c-11cd11e14c41
2024-07-09 19:26:08.648  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 541 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 615 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 615 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 172 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 560 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 172 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 496 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 496 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 427 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 427 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 184 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 184 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 530 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 530 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 219 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 219 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 823 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 823 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 19 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 19 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 66 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 66 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 259 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 259 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 801 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 801 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 569 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 569 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 424 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 424 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 568 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 568 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 590 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 590 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 183 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 183 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 164 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 164 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 42 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 322 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 322 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 553 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 553 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 194 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 194 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 239 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 239 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 276 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 276 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 548 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 548 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 163 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 163 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 262 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 262 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 874 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 874 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 599 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 599 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 562 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 562 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 976 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 976 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 924 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 924 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 229 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 229 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 917 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 917 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 405 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 405 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 467 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 467 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 236 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 236 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 903 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 903 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 254 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 254 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 641 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 641 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 898 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 898 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 186 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 186 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 945 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 945 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 643 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 643 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 18 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 18 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 776 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 776 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 252 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 252 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 240 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 240 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 887 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 887 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 235 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 235 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 279 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 279 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 712 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 712 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 630 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 630 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 562 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 562 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 916 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 916 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 839 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 839 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 782 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 782 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 16 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 16 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 801 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 801 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 872 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 872 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 957 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 957 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 473 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 473 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 413 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 413 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 120 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 120 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 167 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 167 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 631 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 631 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 125 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 125 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 364 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 364 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 784 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 784 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 709 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 709 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 866 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 866 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 610 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 610 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 831 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 831 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 86 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 86 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 377 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 377 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 755 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 755 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 463 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 463 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 10 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 10 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 218 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 218 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 636 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 636 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 348 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 348 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 648 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 648 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 981 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 981 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 522 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 522 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 235 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 235 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 899 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 899 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 909 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 909 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 619 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 619 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 636 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 636 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 392 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 392 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 823 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 823 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 153 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 153 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 577 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 577 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 435 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 435 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 25 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 25 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 727 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 727 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 846 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 846 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 303 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 303 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 461 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 461 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 555 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 555 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 976 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 976 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 149 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 149 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 237 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 237 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 525 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 525 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 96 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 96 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 913 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 913 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 390 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 390 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 436 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 436 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 31 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 31 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 393 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 393 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 895 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 895 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 469 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 469 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 833 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 833 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 711 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 711 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 800 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 800 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 61 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 61 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 740 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 740 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 164 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 164 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 541 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 541 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 659 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 659 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 928 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 928 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 621 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 621 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 891 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 891 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 345 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 345 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 493 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 493 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 952 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 952 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 751 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 751 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 626 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 626 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 82 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 82 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 381 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 381 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 644 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 644 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 835 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 835 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 906 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 906 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 974 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 974 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 451 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 451 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 627 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 627 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 838 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 838 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 345 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 345 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 721 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 721 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 956 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 956 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 256 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 256 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 962 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 962 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 918 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 918 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 786 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 786 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 475 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 475 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 28 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 28 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 202 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 202 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 384 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 384 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 830 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 830 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 471 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 471 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 849 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 849 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 32 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 32 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.657  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 664 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.657  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 664 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.657  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 888 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.657  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 888 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.657  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 45 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 45 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 665 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 665 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 186 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 186 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 13 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 13 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 448 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 448 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 384 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 384 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 938 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 938 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 984 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 984 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 377 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 377 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 74 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 74 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 460 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 460 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 585 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 585 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 363 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 363 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 653 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 653 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 201 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 201 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 230 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 230 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 59 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 59 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 124 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 124 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 233 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 233 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 277 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 277 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 400 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 400 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 314 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 314 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 970 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 970 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 766 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 766 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 163 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 163 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 75 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 75 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 360 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 360 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 963 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 963 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 254 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 254 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 360 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 360 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 596 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 596 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 632 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 632 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 175 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a245d6a5-ce0d-4214-ae40-550e51f949aa: Amount of 262 has been received from Account number 2574706e-e286-4349-9ced-ca90ada24497
2024-07-09 19:26:08.648  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 889 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.658  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 889 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.658  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 841 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.658  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 841 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 68251574-a7f4-4f92-b79d-fc2fca5098ca: Amount of 758 has to sent to Account number 38e8ae2e-795e-4372-8edb-46b7ef5f8b6f
2024-07-09 19:26:08.658  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 304 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 38e8ae2e-795e-4372-8edb-46b7ef5f8b6f: Amount of 758 has been received from Account number 68251574-a7f4-4f92-b79d-fc2fca5098ca
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 16416e4a-26d1-4982-a14f-22d850546c45: Amount of 901 has to sent to Account number 6e282d07-ef03-411b-a4d8-6a555d4e3053
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6e282d07-ef03-411b-a4d8-6a555d4e3053: Amount of 901 has been received from Account number 16416e4a-26d1-4982-a14f-22d850546c45
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of d4b613c7-d2cd-44c3-b913-1aa70fe97a2e: Amount of 979 has to sent to Account number 0982b261-09b3-41ef-aa26-a29fbe82c7ac
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0982b261-09b3-41ef-aa26-a29fbe82c7ac: Amount of 979 has been received from Account number d4b613c7-d2cd-44c3-b913-1aa70fe97a2e
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of b7f0b1c4-c6cd-493e-b006-244b8ea5800a: Amount of 679 has to sent to Account number 984fb9e1-556b-4f5a-a26b-d48ca68ae834
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 984fb9e1-556b-4f5a-a26b-d48ca68ae834: Amount of 679 has been received from Account number b7f0b1c4-c6cd-493e-b006-244b8ea5800a
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d2d9413-84cf-42ef-a0e3-d11d5f8908f8: Amount of 198 has to sent to Account number e3062254-5316-4bb0-a379-7727b744e422
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of e3062254-5316-4bb0-a379-7727b744e422: Amount of 198 has been received from Account number 3d2d9413-84cf-42ef-a0e3-d11d5f8908f8
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of b485acd6-b98d-4270-88a2-28c89fc0c482: Amount of 487 has to sent to Account number b33e8dea-0f6f-49c1-a9ff-7cb46d30a4f1
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of b33e8dea-0f6f-49c1-a9ff-7cb46d30a4f1: Amount of 487 has been received from Account number b485acd6-b98d-4270-88a2-28c89fc0c482
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81dabb6f-ce47-4980-8f50-5933abd7031f: Amount of 294 has to sent to Account number aa60d592-82d8-4871-a2a8-470a3e9b5621
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of aa60d592-82d8-4871-a2a8-470a3e9b5621: Amount of 294 has been received from Account number 81dabb6f-ce47-4980-8f50-5933abd7031f
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2c97e1b-2d91-43a5-a2e7-2604717ed3e2: Amount of 829 has to sent to Account number 075900e8-e834-4829-bb28-27822314feac
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 075900e8-e834-4829-bb28-27822314feac: Amount of 829 has been received from Account number d2c97e1b-2d91-43a5-a2e7-2604717ed3e2
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 317a5aff-c121-4f90-a20f-c1ec9ef85653: Amount of 678 has to sent to Account number 4ff1d6ed-4c18-4256-a721-562c4fa0dc4f
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4ff1d6ed-4c18-4256-a721-562c4fa0dc4f: Amount of 678 has been received from Account number 317a5aff-c121-4f90-a20f-c1ec9ef85653
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 14accf30-be3b-4d59-b9db-c6e4622ea3d8: Amount of 296 has to sent to Account number 5e36ec08-9d4b-4994-9f7f-a4dac6c84b8c
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5e36ec08-9d4b-4994-9f7f-a4dac6c84b8c: Amount of 296 has been received from Account number 14accf30-be3b-4d59-b9db-c6e4622ea3d8
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 633d8c2c-d027-4054-8413-bf5a5837bd63: Amount of 221 has to sent to Account number d7421918-40b2-41a1-b12c-400959e79062
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of d7421918-40b2-41a1-b12c-400959e79062: Amount of 221 has been received from Account number 633d8c2c-d027-4054-8413-bf5a5837bd63
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a3659987-bd4b-44a9-adf7-e76212a17629: Amount of 810 has to sent to Account number df138c17-1ff2-4a17-a30a-21e808239557
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of df138c17-1ff2-4a17-a30a-21e808239557: Amount of 810 has been received from Account number a3659987-bd4b-44a9-adf7-e76212a17629
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5ff2e555-335a-4ba4-9739-a63cea89e70f: Amount of 370 has to sent to Account number aee38ce3-ebcb-4b6a-8318-aedfb798fa33
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of aee38ce3-ebcb-4b6a-8318-aedfb798fa33: Amount of 370 has been received from Account number 5ff2e555-335a-4ba4-9739-a63cea89e70f
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1d9c7a9e-dfcf-49a0-acaa-f54c0f69ec96: Amount of 146 has to sent to Account number 712bfd9a-1126-4ee0-86de-761ae15eaf10
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 712bfd9a-1126-4ee0-86de-761ae15eaf10: Amount of 146 has been received from Account number 1d9c7a9e-dfcf-49a0-acaa-f54c0f69ec96
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25b1efed-8408-46f8-94f2-1b8a371cd8dd: Amount of 20 has to sent to Account number 966eaa8d-3fa6-4065-befb-528c87502e8b
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 966eaa8d-3fa6-4065-befb-528c87502e8b: Amount of 20 has been received from Account number 25b1efed-8408-46f8-94f2-1b8a371cd8dd
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 83154d27-6921-4b29-8b92-c20d6f685da7: Amount of 143 has to sent to Account number 3d3efedc-4897-4c6a-b135-a73970270668
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d3efedc-4897-4c6a-b135-a73970270668: Amount of 143 has been received from Account number 83154d27-6921-4b29-8b92-c20d6f685da7
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c7bd254e-e574-4d27-8a99-0a35e13bb46a: Amount of 684 has to sent to Account number 8d771b44-ff9f-41ca-a02c-2863786fffd4
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d771b44-ff9f-41ca-a02c-2863786fffd4: Amount of 684 has been received from Account number c7bd254e-e574-4d27-8a99-0a35e13bb46a
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ba0b8855-3871-4ab9-b884-839879b540ed: Amount of 860 has to sent to Account number 5f88970d-0d5b-4c39-9125-e9e17ca9b71f
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f88970d-0d5b-4c39-9125-e9e17ca9b71f: Amount of 860 has been received from Account number ba0b8855-3871-4ab9-b884-839879b540ed
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of b7fe124f-0d37-4500-93c1-ddcb98a1f954: Amount of 798 has to sent to Account number f5a2c575-4eae-45d4-b6b5-dbf5d8d600cb
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f5a2c575-4eae-45d4-b6b5-dbf5d8d600cb: Amount of 798 has been received from Account number b7fe124f-0d37-4500-93c1-ddcb98a1f954
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 414a2dd5-6f59-4932-9926-af32d261279a: Amount of 876 has to sent to Account number d2239744-9227-416c-a50f-1af7501b908c
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2239744-9227-416c-a50f-1af7501b908c: Amount of 876 has been received from Account number 414a2dd5-6f59-4932-9926-af32d261279a
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 230219e5-f287-45cf-a3ff-23a113642f4c: Amount of 873 has to sent to Account number f4c4012a-3d51-4935-b76d-cbb59d73b83b
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f4c4012a-3d51-4935-b76d-cbb59d73b83b: Amount of 873 has been received from Account number 230219e5-f287-45cf-a3ff-23a113642f4c
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f72c6867-da9a-4529-a2d1-234689226b7a: Amount of 437 has to sent to Account number 04eb5d2f-7d4e-4b8d-937d-2ed523d0b8e0
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 04eb5d2f-7d4e-4b8d-937d-2ed523d0b8e0: Amount of 437 has been received from Account number f72c6867-da9a-4529-a2d1-234689226b7a
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c7035660-8e06-44e8-ad97-4c8e3f7dca9e: Amount of 495 has to sent to Account number 16beb18a-661a-404f-87d5-c31890c82b8a
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 16beb18a-661a-404f-87d5-c31890c82b8a: Amount of 495 has been received from Account number c7035660-8e06-44e8-ad97-4c8e3f7dca9e
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 18670519-de21-455d-a100-0e514ed83898: Amount of 895 has to sent to Account number 699825f4-eea3-4c94-8b1d-4d258783122c
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 699825f4-eea3-4c94-8b1d-4d258783122c: Amount of 895 has been received from Account number 18670519-de21-455d-a100-0e514ed83898
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0030e776-6c0e-4dc5-a4d8-6fa94b7eb8f5: Amount of 864 has to sent to Account number ab347e3b-e104-4b65-bf1e-b880db4414db
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ab347e3b-e104-4b65-bf1e-b880db4414db: Amount of 864 has been received from Account number 0030e776-6c0e-4dc5-a4d8-6fa94b7eb8f5
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 599371fb-366a-4173-84c0-dc6ceeb8fa05: Amount of 194 has to sent to Account number d762abb3-e44a-40f9-b5b4-c9f763d3cc21
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of d762abb3-e44a-40f9-b5b4-c9f763d3cc21: Amount of 194 has been received from Account number 599371fb-366a-4173-84c0-dc6ceeb8fa05
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 07a4a0fe-14db-4c2a-9358-f6440966d516: Amount of 522 has to sent to Account number 045e42ab-689e-4709-8c4e-3ca0dbd424e0
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 045e42ab-689e-4709-8c4e-3ca0dbd424e0: Amount of 522 has been received from Account number 07a4a0fe-14db-4c2a-9358-f6440966d516
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c5dccb1b-ebad-4dc6-9f5e-701126280805: Amount of 193 has to sent to Account number 4db9fb9a-2388-45fa-886b-d34bafdfbab5
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4db9fb9a-2388-45fa-886b-d34bafdfbab5: Amount of 193 has been received from Account number c5dccb1b-ebad-4dc6-9f5e-701126280805
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 41ac01b0-0bfd-41c5-8a15-fa4c1c3e78eb: Amount of 397 has to sent to Account number cb89344c-db1a-4d9f-b713-4e8c120612c9
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of cb89344c-db1a-4d9f-b713-4e8c120612c9: Amount of 397 has been received from Account number 41ac01b0-0bfd-41c5-8a15-fa4c1c3e78eb
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 49a60d6c-75a2-4e90-a019-7188a7963955: Amount of 724 has to sent to Account number a53bc020-93f2-492c-885c-bee7fdff962d
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a53bc020-93f2-492c-885c-bee7fdff962d: Amount of 724 has been received from Account number 49a60d6c-75a2-4e90-a019-7188a7963955
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f6e7a62-ac10-4c54-8635-08185407049c: Amount of 22 has to sent to Account number 5d8d1a79-e977-4d3c-a0ed-2de2c30a17ed
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d8d1a79-e977-4d3c-a0ed-2de2c30a17ed: Amount of 22 has been received from Account number 4f6e7a62-ac10-4c54-8635-08185407049c
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6db4d453-bd19-4301-bc49-ec8c6acf348f: Amount of 61 has to sent to Account number 729b3c80-4243-4883-9a29-29fc6bc4ebc2
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 729b3c80-4243-4883-9a29-29fc6bc4ebc2: Amount of 61 has been received from Account number 6db4d453-bd19-4301-bc49-ec8c6acf348f
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 15f73043-f59b-46c6-95a6-d6474857b132: Amount of 740 has to sent to Account number a56d5430-eac4-43ca-9bd0-3bafcf921e2e
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a56d5430-eac4-43ca-9bd0-3bafcf921e2e: Amount of 740 has been received from Account number 15f73043-f59b-46c6-95a6-d6474857b132
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac06ebc9-7f53-4d2f-bdd8-1f0319bb1087: Amount of 929 has to sent to Account number cba00358-3fa4-4b1d-8e84-70ac5908cc4e
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of cba00358-3fa4-4b1d-8e84-70ac5908cc4e: Amount of 929 has been received from Account number ac06ebc9-7f53-4d2f-bdd8-1f0319bb1087
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ff1f220f-31f6-49f9-b05c-2eb1c1d864bd: Amount of 243 has to sent to Account number 83ef00bb-f0ed-48be-9c8b-0f829ef8c740
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 83ef00bb-f0ed-48be-9c8b-0f829ef8c740: Amount of 243 has been received from Account number ff1f220f-31f6-49f9-b05c-2eb1c1d864bd
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of e8aa55dd-a23a-42c3-8642-89821f802c44: Amount of 758 has to sent to Account number 253204a3-7640-4139-b5f8-66cce51de151
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 253204a3-7640-4139-b5f8-66cce51de151: Amount of 758 has been received from Account number e8aa55dd-a23a-42c3-8642-89821f802c44
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of d565cd70-bb92-4a87-bb2c-25bca89f76ac: Amount of 240 has to sent to Account number 50c14ae1-8615-41f9-b54e-aac58be41c2e
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 50c14ae1-8615-41f9-b54e-aac58be41c2e: Amount of 240 has been received from Account number d565cd70-bb92-4a87-bb2c-25bca89f76ac
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of b5ce5e21-1892-4bb2-81be-7f0158fdff0b: Amount of 485 has to sent to Account number ae5de742-6e0c-44be-ab76-0771d59a7b64
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae5de742-6e0c-44be-ab76-0771d59a7b64: Amount of 485 has been received from Account number b5ce5e21-1892-4bb2-81be-7f0158fdff0b
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 20b3f473-4e4f-410f-a9bd-600cda965ffa: Amount of 155 has to sent to Account number 1c0e1543-63ad-441c-af4d-afcb1c0bdea9
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c0e1543-63ad-441c-af4d-afcb1c0bdea9: Amount of 155 has been received from Account number 20b3f473-4e4f-410f-a9bd-600cda965ffa
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 51803f92-6a99-4b8f-a7d9-09ac21eaf628: Amount of 851 has to sent to Account number 30235b26-1482-4ca5-98b0-7178051dd35e
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 30235b26-1482-4ca5-98b0-7178051dd35e: Amount of 851 has been received from Account number 51803f92-6a99-4b8f-a7d9-09ac21eaf628
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 30785722-2198-4702-95a8-0b95337697ed: Amount of 35 has to sent to Account number 8857cde2-4b87-4c09-b3bf-8ee647b61df1
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8857cde2-4b87-4c09-b3bf-8ee647b61df1: Amount of 35 has been received from Account number 30785722-2198-4702-95a8-0b95337697ed
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f6ff6915-e150-47e8-bc25-41adbd6adae8: Amount of 460 has to sent to Account number 2e6cffa9-819b-4f7a-9408-2793dc49f8be
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e6cffa9-819b-4f7a-9408-2793dc49f8be: Amount of 460 has been received from Account number f6ff6915-e150-47e8-bc25-41adbd6adae8
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77929d7c-517f-426c-86a8-526aa2b52aa5: Amount of 155 has to sent to Account number bd2d44fc-3db9-4e30-95e2-41c774e08318
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of bd2d44fc-3db9-4e30-95e2-41c774e08318: Amount of 155 has been received from Account number 77929d7c-517f-426c-86a8-526aa2b52aa5
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a81fa2f8-f8d1-46d4-851d-4a87558092de: Amount of 354 has to sent to Account number 638ffa06-4d68-4696-a441-8d2723965dc3
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 638ffa06-4d68-4696-a441-8d2723965dc3: Amount of 354 has been received from Account number a81fa2f8-f8d1-46d4-851d-4a87558092de
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b44cb23-1fcf-43ac-a082-a66c595935ad: Amount of 560 has to sent to Account number 7b7b1314-8546-4746-a964-ad627e73b127
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b7b1314-8546-4746-a964-ad627e73b127: Amount of 560 has been received from Account number 6b44cb23-1fcf-43ac-a082-a66c595935ad
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 14c3e271-9b87-488d-b829-e54e7a813fa7: Amount of 199 has to sent to Account number f2e208b7-7c6c-4f8f-a153-95ac35e82343
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2e208b7-7c6c-4f8f-a153-95ac35e82343: Amount of 199 has been received from Account number 14c3e271-9b87-488d-b829-e54e7a813fa7
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b27f0b7-a823-4420-a718-aace184d948c: Amount of 448 has to sent to Account number c00012bb-4bc6-4ce8-8af1-27d8def02609
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c00012bb-4bc6-4ce8-8af1-27d8def02609: Amount of 448 has been received from Account number 7b27f0b7-a823-4420-a718-aace184d948c
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1fbb9668-56d2-44bf-9389-bc890405a570: Amount of 510 has to sent to Account number cb211473-986e-45f5-a910-8604f0b23004
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of cb211473-986e-45f5-a910-8604f0b23004: Amount of 510 has been received from Account number 1fbb9668-56d2-44bf-9389-bc890405a570
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2d6159d1-771c-46b8-9aeb-48bebdbc56ab: Amount of 20 has to sent to Account number 797795ff-1618-4bfc-ad5e-e7877988380c
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 797795ff-1618-4bfc-ad5e-e7877988380c: Amount of 20 has been received from Account number 2d6159d1-771c-46b8-9aeb-48bebdbc56ab
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 56e3c0c1-fc66-4ed5-ba83-2e386123b226: Amount of 225 has to sent to Account number 3c325097-df88-4efc-bc57-986155d3cc23
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3c325097-df88-4efc-bc57-986155d3cc23: Amount of 225 has been received from Account number 56e3c0c1-fc66-4ed5-ba83-2e386123b226
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ef63a9be-74e4-4547-bb88-cfaf9ac62d5a: Amount of 103 has to sent to Account number 95a605d0-b969-4602-ae6f-d2614fe82fce
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95a605d0-b969-4602-ae6f-d2614fe82fce: Amount of 103 has been received from Account number ef63a9be-74e4-4547-bb88-cfaf9ac62d5a
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3306082a-0b52-4bcf-b42b-0b2d2232c6ea: Amount of 6 has to sent to Account number 624d7494-3927-499c-a9a3-97bb01b94b3f
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 624d7494-3927-499c-a9a3-97bb01b94b3f: Amount of 6 has been received from Account number 3306082a-0b52-4bcf-b42b-0b2d2232c6ea
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 057d86b8-2448-42db-864d-f1aa417444fd: Amount of 3 has to sent to Account number c90328b9-5999-4d84-b215-ed82fec14f17
2024-07-09 19:26:08.658  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c90328b9-5999-4d84-b215-ed82fec14f17: Amount of 3 has been received from Account number 057d86b8-2448-42db-864d-f1aa417444fd
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of fdb45d7b-8124-4026-a4c8-32108019f37b: Amount of 797 has to sent to Account number 4002c4e9-bb25-429d-b45c-d13847ec9143
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4002c4e9-bb25-429d-b45c-d13847ec9143: Amount of 797 has been received from Account number fdb45d7b-8124-4026-a4c8-32108019f37b
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c13c968c-d3c9-467e-8d1a-cd701961093c: Amount of 325 has to sent to Account number 46b06281-bca1-4834-ba6e-e8691959eff3
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 46b06281-bca1-4834-ba6e-e8691959eff3: Amount of 325 has been received from Account number c13c968c-d3c9-467e-8d1a-cd701961093c
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4dadaf1c-9aa6-4270-b027-7cc78083c3d1: Amount of 996 has to sent to Account number 60c6bd72-a366-4fc7-b8ac-2884b893247b
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 60c6bd72-a366-4fc7-b8ac-2884b893247b: Amount of 996 has been received from Account number 4dadaf1c-9aa6-4270-b027-7cc78083c3d1
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2e4cabb-5f5c-4c62-bef4-6672a41da884: Amount of 415 has to sent to Account number 0675572f-97be-4f0f-925d-84621fefef35
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0675572f-97be-4f0f-925d-84621fefef35: Amount of 415 has been received from Account number d2e4cabb-5f5c-4c62-bef4-6672a41da884
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ef291804-b748-4a9e-90ce-985509ba5551: Amount of 694 has to sent to Account number fc4b9a7d-bd66-4f7f-8815-31afc5aeb09c
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc4b9a7d-bd66-4f7f-8815-31afc5aeb09c: Amount of 694 has been received from Account number ef291804-b748-4a9e-90ce-985509ba5551
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4250f18-954c-4fb8-a59a-7edd244d428c: Amount of 405 has to sent to Account number 30f8a8fc-eb1e-4e6c-933c-a485738cdd70
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 30f8a8fc-eb1e-4e6c-933c-a485738cdd70: Amount of 405 has been received from Account number a4250f18-954c-4fb8-a59a-7edd244d428c
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a33c847f-5bbe-468b-8494-58948021eeea: Amount of 255 has to sent to Account number 7143f9d4-fea8-4be5-a9bf-be54c0a64799
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7143f9d4-fea8-4be5-a9bf-be54c0a64799: Amount of 255 has been received from Account number a33c847f-5bbe-468b-8494-58948021eeea
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c8c5524b-bb3a-4275-b01b-2930b156ddd2: Amount of 931 has to sent to Account number 35d4db17-794f-406a-bd4e-d017a162fdac
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 35d4db17-794f-406a-bd4e-d017a162fdac: Amount of 931 has been received from Account number c8c5524b-bb3a-4275-b01b-2930b156ddd2
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a2b12e1-b544-4fc5-b2e2-d94bb6f4ae5e: Amount of 506 has to sent to Account number bf579ab9-1307-432a-8737-74fdf8a65e27
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf579ab9-1307-432a-8737-74fdf8a65e27: Amount of 506 has been received from Account number 6a2b12e1-b544-4fc5-b2e2-d94bb6f4ae5e
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 62ff33c5-1348-45d2-84b6-2d06fd58b696: Amount of 328 has to sent to Account number a46ce670-d5f8-4277-803a-228d24c879fb
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a46ce670-d5f8-4277-803a-228d24c879fb: Amount of 328 has been received from Account number 62ff33c5-1348-45d2-84b6-2d06fd58b696
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of b3cc1a7e-4a08-4445-813d-23f6880f7541: Amount of 974 has to sent to Account number db51b03d-bcf6-4793-8724-191b78cd25db
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of db51b03d-bcf6-4793-8724-191b78cd25db: Amount of 974 has been received from Account number b3cc1a7e-4a08-4445-813d-23f6880f7541
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of d231212f-125c-4090-87ec-00cf38fbcba4: Amount of 222 has to sent to Account number 982220dd-04c9-4c8a-8e85-21fb53eab26a
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 982220dd-04c9-4c8a-8e85-21fb53eab26a: Amount of 222 has been received from Account number d231212f-125c-4090-87ec-00cf38fbcba4
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of faa174e4-313d-4bbb-b407-de6f55cb728e: Amount of 124 has to sent to Account number a684908d-b73c-483c-9ca0-6fa3ee489216
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a684908d-b73c-483c-9ca0-6fa3ee489216: Amount of 124 has been received from Account number faa174e4-313d-4bbb-b407-de6f55cb728e
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 31e51887-989c-4ba3-9b16-0eb54bb63cc9: Amount of 606 has to sent to Account number 987c58e1-ba17-4cd2-9e7c-351b3eb18777
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 987c58e1-ba17-4cd2-9e7c-351b3eb18777: Amount of 606 has been received from Account number 31e51887-989c-4ba3-9b16-0eb54bb63cc9
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 074e8274-57c4-4614-804c-05466b76391d: Amount of 520 has to sent to Account number 8c2492c3-78fd-44d8-a249-fd30bc2e5574
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c2492c3-78fd-44d8-a249-fd30bc2e5574: Amount of 520 has been received from Account number 074e8274-57c4-4614-804c-05466b76391d
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of d649c6e2-cc2c-4034-b255-5dbc0c920673: Amount of 35 has to sent to Account number 76b27574-9464-4707-a8cf-65edd6e0c377
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 76b27574-9464-4707-a8cf-65edd6e0c377: Amount of 35 has been received from Account number d649c6e2-cc2c-4034-b255-5dbc0c920673
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 01640784-69f8-4e20-97b2-00405e92f222: Amount of 333 has to sent to Account number 79f52e6a-70c8-4cfa-8316-a295eaabec74
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 79f52e6a-70c8-4cfa-8316-a295eaabec74: Amount of 333 has been received from Account number 01640784-69f8-4e20-97b2-00405e92f222
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d5be957-7979-46bb-9149-8f2a87a1de7f: Amount of 378 has to sent to Account number 716ccb91-d170-48b2-8540-c0cbf213f07e
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 716ccb91-d170-48b2-8540-c0cbf213f07e: Amount of 378 has been received from Account number 9d5be957-7979-46bb-9149-8f2a87a1de7f
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a11efdca-b99a-43a4-9e2a-5b37451dd214: Amount of 277 has to sent to Account number ca3bd3e3-b55c-44f8-bc9d-38ef47df1c17
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca3bd3e3-b55c-44f8-bc9d-38ef47df1c17: Amount of 277 has been received from Account number a11efdca-b99a-43a4-9e2a-5b37451dd214
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0b7cd385-20cb-4927-bffd-c57027e98501: Amount of 237 has to sent to Account number 2e48e212-5b61-43c8-b8ea-56d8fbf916f5
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e48e212-5b61-43c8-b8ea-56d8fbf916f5: Amount of 237 has been received from Account number 0b7cd385-20cb-4927-bffd-c57027e98501
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c19dade8-97d6-419b-bc2d-d3746b36b985: Amount of 14 has to sent to Account number d427a563-31ab-4217-8885-dc6a85b7d715
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of d427a563-31ab-4217-8885-dc6a85b7d715: Amount of 14 has been received from Account number c19dade8-97d6-419b-bc2d-d3746b36b985
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of cb8cceac-12e8-48a4-9ecc-3f9a07b29402: Amount of 620 has to sent to Account number 36388ebf-ab87-473e-a63c-6074f740ba57
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 36388ebf-ab87-473e-a63c-6074f740ba57: Amount of 620 has been received from Account number cb8cceac-12e8-48a4-9ecc-3f9a07b29402
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3b6432ac-7f5f-45d2-b2d0-8b9303da408e: Amount of 874 has to sent to Account number e0297cdd-eeb6-4c09-b23e-474804c99f57
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of e0297cdd-eeb6-4c09-b23e-474804c99f57: Amount of 874 has been received from Account number 3b6432ac-7f5f-45d2-b2d0-8b9303da408e
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 49008d24-92a0-4ad4-9cb9-45017be69945: Amount of 536 has to sent to Account number ffc97657-486d-4e8a-ae7e-19dabdebfcfb
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ffc97657-486d-4e8a-ae7e-19dabdebfcfb: Amount of 536 has been received from Account number 49008d24-92a0-4ad4-9cb9-45017be69945
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98880246-2a8c-4d86-a364-20d2f9fde1c0: Amount of 132 has to sent to Account number 10f49f91-d851-494f-b117-c271111f7cb6
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 10f49f91-d851-494f-b117-c271111f7cb6: Amount of 132 has been received from Account number 98880246-2a8c-4d86-a364-20d2f9fde1c0
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1bd95769-b28a-4bb6-bbb0-e4265a3abb66: Amount of 1000 has to sent to Account number f22468c4-4d0f-4bee-b020-c81dfced7611
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f22468c4-4d0f-4bee-b020-c81dfced7611: Amount of 1000 has been received from Account number 1bd95769-b28a-4bb6-bbb0-e4265a3abb66
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6164d1f7-3095-4b5a-b42a-063ca2845366: Amount of 909 has to sent to Account number 77bafa39-264f-4b6a-b76e-83842f0eaadb
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 77bafa39-264f-4b6a-b76e-83842f0eaadb: Amount of 909 has been received from Account number 6164d1f7-3095-4b5a-b42a-063ca2845366
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0d04529c-15cd-4447-bc22-3a9a36ab43de: Amount of 187 has to sent to Account number c9dbe4ba-ec71-4472-8ee7-f20fab8a0cb7
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c9dbe4ba-ec71-4472-8ee7-f20fab8a0cb7: Amount of 187 has been received from Account number 0d04529c-15cd-4447-bc22-3a9a36ab43de
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7bf76a60-54c9-45f6-bf2e-0ef0fd7efb74: Amount of 816 has to sent to Account number 176caa29-3c5d-481f-be2b-0d9f6684660c
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 176caa29-3c5d-481f-be2b-0d9f6684660c: Amount of 816 has been received from Account number 7bf76a60-54c9-45f6-bf2e-0ef0fd7efb74
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 790dc905-6db3-4ea9-bd9f-9938c9cc3a18: Amount of 404 has to sent to Account number c0951385-748c-43a2-b43c-0d4f798c8a55
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c0951385-748c-43a2-b43c-0d4f798c8a55: Amount of 404 has been received from Account number 790dc905-6db3-4ea9-bd9f-9938c9cc3a18
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of cc9e2b0d-6c23-4663-a60d-61b106396d87: Amount of 910 has to sent to Account number b27ea909-12f2-4af7-a3ed-4d720e583917
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of b27ea909-12f2-4af7-a3ed-4d720e583917: Amount of 910 has been received from Account number cc9e2b0d-6c23-4663-a60d-61b106396d87
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 042a9e74-198c-46f5-b172-6cfcb6c30804: Amount of 737 has to sent to Account number 3f2f4dbf-c94c-40fe-9f3f-872ef59dbba4
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f2f4dbf-c94c-40fe-9f3f-872ef59dbba4: Amount of 737 has been received from Account number 042a9e74-198c-46f5-b172-6cfcb6c30804
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22f6ba4c-9a43-4d98-b53e-707f6b3f9e2c: Amount of 58 has to sent to Account number e38be727-0112-4400-905f-877b317beb23
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of e38be727-0112-4400-905f-877b317beb23: Amount of 58 has been received from Account number 22f6ba4c-9a43-4d98-b53e-707f6b3f9e2c
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f4ec302e-a36c-4a70-92bf-03f9947d61aa: Amount of 512 has to sent to Account number 25cfa120-a068-40c0-85e1-ecfabee7288b
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25cfa120-a068-40c0-85e1-ecfabee7288b: Amount of 512 has been received from Account number f4ec302e-a36c-4a70-92bf-03f9947d61aa
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53483572-4263-415f-879c-350ed5721e25: Amount of 430 has to sent to Account number 5d5c89b9-e471-4992-a5a5-1f1d69c3d0c9
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d5c89b9-e471-4992-a5a5-1f1d69c3d0c9: Amount of 430 has been received from Account number 53483572-4263-415f-879c-350ed5721e25
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0bcc5606-e4ca-4e1f-b395-b886995e6240: Amount of 614 has to sent to Account number 2787c7cd-2ec2-46c8-b333-abef501b7feb
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2787c7cd-2ec2-46c8-b333-abef501b7feb: Amount of 614 has been received from Account number 0bcc5606-e4ca-4e1f-b395-b886995e6240
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of d829fe16-c622-4095-b16b-35b2be026c91: Amount of 769 has to sent to Account number 3c20aaf0-6dfe-4e69-935b-83d761183dd5
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3c20aaf0-6dfe-4e69-935b-83d761183dd5: Amount of 769 has been received from Account number d829fe16-c622-4095-b16b-35b2be026c91
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 974d04e1-625e-4bbe-93fd-00e7cbb6bebf: Amount of 757 has to sent to Account number 45657e9d-1cbb-4c84-bc3a-9cf9a275e00e
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 45657e9d-1cbb-4c84-bc3a-9cf9a275e00e: Amount of 757 has been received from Account number 974d04e1-625e-4bbe-93fd-00e7cbb6bebf
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 16647c1f-0243-421a-be02-3be8af5bd7a5: Amount of 607 has to sent to Account number bc739d43-de85-4175-98c1-c4c5cd9febd8
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc739d43-de85-4175-98c1-c4c5cd9febd8: Amount of 607 has been received from Account number 16647c1f-0243-421a-be02-3be8af5bd7a5
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2cea5842-0696-48aa-8115-0eec15cb7413: Amount of 431 has to sent to Account number 4bb745ae-ec78-4d49-9199-c7ced0687629
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4bb745ae-ec78-4d49-9199-c7ced0687629: Amount of 431 has been received from Account number 2cea5842-0696-48aa-8115-0eec15cb7413
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of e0828709-9984-4628-861f-31f99dbd17eb: Amount of 802 has to sent to Account number befdf28c-2765-418c-acfd-9ea638d9032d
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of befdf28c-2765-418c-acfd-9ea638d9032d: Amount of 802 has been received from Account number e0828709-9984-4628-861f-31f99dbd17eb
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of fcc4383c-2d20-4b65-93fe-aa626c65d217: Amount of 703 has to sent to Account number eedc87a9-473c-4cfb-96b2-334553a706b4
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of eedc87a9-473c-4cfb-96b2-334553a706b4: Amount of 703 has been received from Account number fcc4383c-2d20-4b65-93fe-aa626c65d217
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 05833061-3acf-45df-a33a-56acb3d14d24: Amount of 640 has to sent to Account number ece45461-d6b7-48d5-ad14-a9fce600e907
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ece45461-d6b7-48d5-ad14-a9fce600e907: Amount of 640 has been received from Account number 05833061-3acf-45df-a33a-56acb3d14d24
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 23e2e13d-48f0-4f71-a939-dca4a0e3e40e: Amount of 402 has to sent to Account number 396e5e1d-751c-4d2a-8ac9-cd0546fb986c
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 396e5e1d-751c-4d2a-8ac9-cd0546fb986c: Amount of 402 has been received from Account number 23e2e13d-48f0-4f71-a939-dca4a0e3e40e
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ef3843e-e2a6-4186-aa2c-7238b989d529: Amount of 555 has to sent to Account number f6f634e6-1579-465a-9ce9-813163af0083
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f6f634e6-1579-465a-9ce9-813163af0083: Amount of 555 has been received from Account number 0ef3843e-e2a6-4186-aa2c-7238b989d529
2024-07-09 19:26:08.648  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5e6588bd-8281-4eed-9edc-598c7a166834: Amount of 693 has been received from Account number 002dd24f-c2a7-466c-bbee-9e89eee1b9b3
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 23291a4a-639a-43d5-837c-b09d2e6ac618: Amount of 103 has to sent to Account number 9d5e5dc5-8584-4ceb-a5bb-6e729cd7d559
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d5e5dc5-8584-4ceb-a5bb-6e729cd7d559: Amount of 103 has been received from Account number 23291a4a-639a-43d5-837c-b09d2e6ac618
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1904bf58-be8a-4869-af4a-8d340e566ddf: Amount of 635 has to sent to Account number c84ab75c-81ae-4cce-a7a6-6483875b4273
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c84ab75c-81ae-4cce-a7a6-6483875b4273: Amount of 635 has been received from Account number 1904bf58-be8a-4869-af4a-8d340e566ddf
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7bcd9da3-2357-4173-aa68-59fdcff08490: Amount of 581 has to sent to Account number a91591dd-73a5-404b-8fcd-77f6716418ba
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb0b0683-8792-4a5d-a77f-a485ff36374a: Amount of 35 has to sent to Account number 23a9d941-4df3-476c-a5b2-029e7c3d02f9
2024-07-09 19:26:08.648  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a05143f-ea24-449f-ac5d-51aa8b1a86de: Amount of 896 has been received from Account number 9408e2d3-b118-44fe-8203-50e88c427934
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 40470316-5bc0-4e9a-81c1-06e77ee751ee: Amount of 865 has to sent to Account number 4eef9ee1-17a5-4905-9dc9-a70de9b76f34
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of e25b31ef-3bf0-4a4e-9c3f-0c4701b9d3e6: Amount of 353 has to sent to Account number e7602617-1210-400b-8eb5-0b08da3c9f3c
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of e7602617-1210-400b-8eb5-0b08da3c9f3c: Amount of 353 has been received from Account number e25b31ef-3bf0-4a4e-9c3f-0c4701b9d3e6
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 455 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f699f39-d016-40ae-8c9a-8bb9e1676b74: Amount of 580 has to sent to Account number d778cb6d-19ef-46bc-a013-171106831f02
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of d778cb6d-19ef-46bc-a013-171106831f02: Amount of 580 has been received from Account number 8f699f39-d016-40ae-8c9a-8bb9e1676b74
2024-07-09 19:26:08.662  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 455 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 06debe3b-c79c-403c-a2c0-a39d1530ca28: Amount of 458 has to sent to Account number 31a569ba-1ce3-42b1-9013-77d035e24698
2024-07-09 19:26:08.662  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 469 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.662  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 469 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.662  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 675 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.662  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 675 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.662  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 234 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8fe83cc9-2555-4783-811f-717f5e938a94: Amount of 408 has to sent to Account number b629d4bc-b724-4c64-ba85-5623177d4c66
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 311 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of b629d4bc-b724-4c64-ba85-5623177d4c66: Amount of 408 has been received from Account number 8fe83cc9-2555-4783-811f-717f5e938a94
2024-07-09 19:26:08.662  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 311 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.662  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 599 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.662  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 599 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.662  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 401 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 327b0208-cfb0-4e58-b2c9-10b06002966f: Amount of 892 has been received from Account number 8dcec168-cbac-49bf-8751-6d7e12013141
2024-07-09 19:26:08.648  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of b6d863b8-c54a-42d6-ba96-3c810f477ae2: Amount of 356 has to sent to Account number 5eee96d3-3747-4ab2-aee6-3cbadf7e5d13
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of dc301e71-bdd0-4638-8540-b865de0beccc: Amount of 525 has to sent to Account number 1a4bbdc6-4ad3-427c-a287-a67ddd057d0c
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1a4bbdc6-4ad3-427c-a287-a67ddd057d0c: Amount of 525 has been received from Account number dc301e71-bdd0-4638-8540-b865de0beccc
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of a3bf8a1c-ad1a-42d7-b611-12fc1a51c5da: Amount of 660 has to sent to Account number 8425ab8f-6346-4a5a-8a0a-6307d5ebd346
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 39de90b3-cbb1-4805-9151-f46b3cd4f721: Amount of 880 has to sent to Account number 4876827f-9e9b-4184-9553-92129beed057
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4876827f-9e9b-4184-9553-92129beed057: Amount of 880 has been received from Account number 39de90b3-cbb1-4805-9151-f46b3cd4f721
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8425ab8f-6346-4a5a-8a0a-6307d5ebd346: Amount of 660 has been received from Account number a3bf8a1c-ad1a-42d7-b611-12fc1a51c5da
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0d13fa91-04f7-4eae-a41b-53d12520688c: Amount of 688 has to sent to Account number c5c6879c-86d5-4ee7-87ef-e5af8bafb78c
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of c5c6879c-86d5-4ee7-87ef-e5af8bafb78c: Amount of 688 has been received from Account number 0d13fa91-04f7-4eae-a41b-53d12520688c
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ff765410-dd8a-4e26-9fbc-4bf821916304: Amount of 292 has to sent to Account number db0b846c-a3e6-42cd-8651-74de5086e768
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 770b7399-bffb-4ad5-802b-0b2fcab78f7c: Amount of 137 has to sent to Account number 815c4ec7-49bb-42f8-9be9-c2b9aef75770
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of db0b846c-a3e6-42cd-8651-74de5086e768: Amount of 292 has been received from Account number ff765410-dd8a-4e26-9fbc-4bf821916304
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 815c4ec7-49bb-42f8-9be9-c2b9aef75770: Amount of 137 has been received from Account number 770b7399-bffb-4ad5-802b-0b2fcab78f7c
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of fbf98806-1f37-49e5-8a10-cbed4198a1ed: Amount of 120 has to sent to Account number ae1ee525-e3f8-4df9-a606-effac9433fbf
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90cffe15-651d-4688-b87b-db1b93995283: Amount of 845 has to sent to Account number ee12f65a-4bf9-4d2b-9fe9-47813b4913c5
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae1ee525-e3f8-4df9-a606-effac9433fbf: Amount of 120 has been received from Account number fbf98806-1f37-49e5-8a10-cbed4198a1ed
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee12f65a-4bf9-4d2b-9fe9-47813b4913c5: Amount of 845 has been received from Account number 90cffe15-651d-4688-b87b-db1b93995283
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e7599ca-9fcc-4234-ad63-e17552d605cc: Amount of 820 has to sent to Account number 90e91add-f0f8-4c1c-adc8-aeac185aee23
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1ce88791-6ff9-422d-a21f-f5d6caac4e93: Amount of 635 has to sent to Account number c362cf1e-847b-46ef-86a1-620d742a4889
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90e91add-f0f8-4c1c-adc8-aeac185aee23: Amount of 820 has been received from Account number 0e7599ca-9fcc-4234-ad63-e17552d605cc
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of c362cf1e-847b-46ef-86a1-620d742a4889: Amount of 635 has been received from Account number 1ce88791-6ff9-422d-a21f-f5d6caac4e93
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 933c3a6c-dff8-426c-8cab-848fb533c18e: Amount of 600 has to sent to Account number 412718b2-1e59-4d3a-9d84-23093ab2187e
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4af4009e-b227-4aa2-a278-3cc7162cc653: Amount of 519 has to sent to Account number fba914a4-0ae3-4aa9-a840-48f029c4cd6f
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 412718b2-1e59-4d3a-9d84-23093ab2187e: Amount of 600 has been received from Account number 933c3a6c-dff8-426c-8cab-848fb533c18e
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of fba914a4-0ae3-4aa9-a840-48f029c4cd6f: Amount of 519 has been received from Account number 4af4009e-b227-4aa2-a278-3cc7162cc653
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3c5e7e8-68e1-4773-808c-8532daeb4cb3: Amount of 902 has to sent to Account number 89c9b772-9540-4e40-9858-eaa2d98897ed
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 89c9b772-9540-4e40-9858-eaa2d98897ed: Amount of 902 has been received from Account number c3c5e7e8-68e1-4773-808c-8532daeb4cb3
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3db0b8a3-81a9-4041-8b38-6766f1a3c5a7: Amount of 921 has to sent to Account number 00789f6e-0aba-46cb-a89f-becab46e9cd6
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 139 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 00789f6e-0aba-46cb-a89f-becab46e9cd6: Amount of 921 has been received from Account number 3db0b8a3-81a9-4041-8b38-6766f1a3c5a7
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 136837ea-b0dd-4f8b-ac3f-e60f11fb6d3e: Amount of 338 has to sent to Account number 8f0fff52-b52c-4666-89ab-be9fbfdfd20f
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f0fff52-b52c-4666-89ab-be9fbfdfd20f: Amount of 338 has been received from Account number 136837ea-b0dd-4f8b-ac3f-e60f11fb6d3e
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5172bf99-6bb8-408a-9a7e-fa40818968d7: Amount of 335 has to sent to Account number 70b6ef6a-3be9-44bf-aeda-3909581b231b
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 70b6ef6a-3be9-44bf-aeda-3909581b231b: Amount of 335 has been received from Account number 5172bf99-6bb8-408a-9a7e-fa40818968d7
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5bfee821-a3aa-4405-8da3-585c728117dc: Amount of 999 has to sent to Account number 44f5ca04-ba3f-43f9-8cc2-9a08746dfff1
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 44f5ca04-ba3f-43f9-8cc2-9a08746dfff1: Amount of 999 has been received from Account number 5bfee821-a3aa-4405-8da3-585c728117dc
2024-07-09 19:26:08.662  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 139 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8ac7d433-1ada-4d68-a2b2-972d5296e632: Amount of 407 has to sent to Account number c44c2f62-2013-445b-9b23-9ec32487afb7
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7303e8f4-3583-4338-bcdc-722e5f996818: Amount of 667 has to sent to Account number da1deb4f-2920-43b9-bfdf-a82056ca3da7
2024-07-09 19:26:08.648  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 633265dc-c800-4b18-b9f8-078256654865: Amount of 831 has to sent to Account number d4ae89e6-f29d-4096-932e-688f0ca915b3
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of da1deb4f-2920-43b9-bfdf-a82056ca3da7: Amount of 667 has been received from Account number 7303e8f4-3583-4338-bcdc-722e5f996818
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8617a723-7a48-4311-832f-5c23b53eb3ef: Amount of 488 has to sent to Account number 8f3c035f-dcab-4047-90a6-b1acff516523
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64d1ae2a-bea2-4406-a09b-bb7b0756d87c: Amount of 51 has to sent to Account number 2e835592-c59a-48b7-939e-1cc9703552e4
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e835592-c59a-48b7-939e-1cc9703552e4: Amount of 51 has been received from Account number 64d1ae2a-bea2-4406-a09b-bb7b0756d87c
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f3c035f-dcab-4047-90a6-b1acff516523: Amount of 488 has been received from Account number 8617a723-7a48-4311-832f-5c23b53eb3ef
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of f763b628-1ddb-4ad7-aae4-24b4f6c8a0cf: Amount of 999 has to sent to Account number bc7bf276-aa91-4407-bd52-642367d6349c
2024-07-09 19:26:08.648  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 582 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1b9586fd-6c1f-478a-b8ed-a22c5d585f7e: Amount of 585 has to sent to Account number 7875592b-258f-424f-949a-bbe9ca612128
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 67 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7875592b-258f-424f-949a-bbe9ca612128: Amount of 585 has been received from Account number 1b9586fd-6c1f-478a-b8ed-a22c5d585f7e
2024-07-09 19:26:08.648  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 824 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4bac1cee-260f-4b11-84ee-3c1a5ad6a904: Amount of 435 has been received from Account number 70156bc7-decc-43be-b5bd-ea7a89db2746
2024-07-09 19:26:08.662  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 824 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 049a17f7-295d-4d40-86a7-139d1a8d34b3: Amount of 912 has been received from Account number 92950285-d625-4755-a002-b2a78a6f5bed
2024-07-09 19:26:08.662  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 952 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of b19970b8-7458-47c2-b785-52c76490e286: Amount of 187 has to sent to Account number a890c3de-2f72-4f55-a3f2-5ef712aae611
2024-07-09 19:26:08.662  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 952 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 38e02499-20b0-49e0-bc03-ee1ce1c0fde9: Amount of 946 has to sent to Account number aec8b184-7b2e-4f80-90d7-60ec9a9b0d00
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 586 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.662  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 263 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.662  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 586 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.662  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 263 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.662  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 910 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 293 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 99 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.662  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 293 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.662  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 99 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 395 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.662  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 792 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.662  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 792 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.662  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 170 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.662  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 948 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.662  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 170 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.662  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 948 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.662  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 28 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.662  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 28 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 933 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.662  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 185 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.662  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 933 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 397 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1cb60fe1-ab8f-49bb-af5b-000214ccb969: Amount of 268 has been received from Account number 3482c8fd-8f24-4789-95e0-8de681117a42
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 824 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1cef2694-9a44-486f-b95b-5d9bd7163606: Amount of 403 has to sent to Account number aa6f6ce3-caa5-4640-924b-d3ba87625c2e
2024-07-09 19:26:08.648  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 656 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.662  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 517 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.662  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 61 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.648  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 553 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.662  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 61 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.648  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 55ef1a1c-6319-4fb1-b11c-7f35bc55ca31: Amount of 866 has to sent to Account number 5e69fc06-12e9-48bb-9071-fd595287715c
2024-07-09 19:26:08.648  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2a16653f-0deb-464c-8842-8d202c125ac1: Amount of 63 has been received from Account number 652e31eb-534b-4856-b774-c796fa200b10
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5e69fc06-12e9-48bb-9071-fd595287715c: Amount of 866 has been received from Account number 55ef1a1c-6319-4fb1-b11c-7f35bc55ca31
2024-07-09 19:26:08.648  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 854 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98415ef1-e728-41a2-bb62-cfb631d01d87: Amount of 569 has to sent to Account number 3023ad68-e95d-4889-96cb-56efdca4b82b
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7205cb39-4dbe-4913-b6ff-26e7bf63e456: Amount of 608 has to sent to Account number eb051fce-1301-452f-b44e-183375851d58
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3023ad68-e95d-4889-96cb-56efdca4b82b: Amount of 569 has been received from Account number 98415ef1-e728-41a2-bb62-cfb631d01d87
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of c034d5d4-334f-4c76-88d7-e2d31e67f7c9: Amount of 559 has to sent to Account number 8a17c732-4157-4609-920f-3c7333da6595
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3147fa97-cc52-4658-827a-9d4b9ec9ca10: Amount of 673 has been received from Account number 886eb5cb-6440-4951-bf3c-edc635143ffb
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8a17c732-4157-4609-920f-3c7333da6595: Amount of 559 has been received from Account number c034d5d4-334f-4c76-88d7-e2d31e67f7c9
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of c0569cc0-7f16-437f-9897-23f48c6c30ad: Amount of 131 has to sent to Account number c570d0e3-f388-40a8-9ee0-f6226132011d
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of c570d0e3-f388-40a8-9ee0-f6226132011d: Amount of 131 has been received from Account number c0569cc0-7f16-437f-9897-23f48c6c30ad
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 68be7082-a815-4ab4-b1e2-61c1236c2dd4: Amount of 574 has to sent to Account number aa113df8-bb61-474c-94fe-8bc5a569a277
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of aa113df8-bb61-474c-94fe-8bc5a569a277: Amount of 574 has been received from Account number 68be7082-a815-4ab4-b1e2-61c1236c2dd4
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of f97f1098-f21d-4b5e-acfe-475e41dd0879: Amount of 158 has to sent to Account number 43e36f6d-b750-42e8-9aed-9c2a50083bf5
2024-07-09 19:26:08.648  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 82182105-9e60-4c70-8227-cdb8868fa333: Amount of 970 has to sent to Account number b1f3c301-f7bd-41a4-87f1-279a07bc2a01
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 43e36f6d-b750-42e8-9aed-9c2a50083bf5: Amount of 158 has been received from Account number f97f1098-f21d-4b5e-acfe-475e41dd0879
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of b1f3c301-f7bd-41a4-87f1-279a07bc2a01: Amount of 970 has been received from Account number 82182105-9e60-4c70-8227-cdb8868fa333
2024-07-09 19:26:08.648  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 560 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.653  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 621 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of e402f32d-962b-4655-ba71-e4172eecdb42: Amount of 111 has to sent to Account number f81da8ce-b018-46be-99c9-1f189dc6ab19
2024-07-09 19:26:08.658  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 175 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of f81da8ce-b018-46be-99c9-1f189dc6ab19: Amount of 111 has been received from Account number e402f32d-962b-4655-ba71-e4172eecdb42
2024-07-09 19:26:08.658  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 304 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of a91591dd-73a5-404b-8fcd-77f6716418ba: Amount of 581 has been received from Account number 7bcd9da3-2357-4173-aa68-59fdcff08490
2024-07-09 19:26:08.662  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 680 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 23a9d941-4df3-476c-a5b2-029e7c3d02f9: Amount of 35 has been received from Account number fb0b0683-8792-4a5d-a77f-a485ff36374a
2024-07-09 19:26:08.662  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 680 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4eef9ee1-17a5-4905-9dc9-a70de9b76f34: Amount of 865 has been received from Account number 40470316-5bc0-4e9a-81c1-06e77ee751ee
2024-07-09 19:26:08.662  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 255 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.662  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 255 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c4334916-4068-4b6c-9afa-76c3cb9e05e2: Amount of 930 has to sent to Account number 66ed0cd2-8936-4b7a-a4b8-cea93b120eb7
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 31a569ba-1ce3-42b1-9013-77d035e24698: Amount of 458 has been received from Account number 06debe3b-c79c-403c-a2c0-a39d1530ca28
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3adcfe82-98e5-4a98-a7ed-cd9e25cf9424: Amount of 574 has to sent to Account number 0a4508af-f534-43f4-a6f0-758a775ddfb8
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a4508af-f534-43f4-a6f0-758a775ddfb8: Amount of 574 has been received from Account number 3adcfe82-98e5-4a98-a7ed-cd9e25cf9424
2024-07-09 19:26:08.662  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 234 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 467cf999-5256-418e-b956-6ce38b8a397e: Amount of 586 has to sent to Account number 311d867d-6dda-466e-8b4b-e605b4f3e83a
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee1ceae7-7a88-4b43-b175-5bd42fdd803b: Amount of 968 has to sent to Account number 077b5d60-a4d9-43b1-a3e7-9015093c9ef5
2024-07-09 19:26:08.662  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 401 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 118 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 118 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 559 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5eee96d3-3747-4ab2-aee6-3cbadf7e5d13: Amount of 356 has been received from Account number b6d863b8-c54a-42d6-ba96-3c810f477ae2
2024-07-09 19:26:08.667  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 559 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 43ec777b-0f23-48ee-ab77-d060984acc1e: Amount of 11 has to sent to Account number c588c19d-8d5a-4d56-bbf5-fc312024b5b3
2024-07-09 19:26:08.667  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 872 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 872 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of c588c19d-8d5a-4d56-bbf5-fc312024b5b3: Amount of 11 has been received from Account number 43ec777b-0f23-48ee-ab77-d060984acc1e
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of d97b8471-a46c-41ab-af26-161619b4510e: Amount of 903 has to sent to Account number 07b85e12-d843-48e7-a9ad-f026ba16bd16
2024-07-09 19:26:08.667  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 07b85e12-d843-48e7-a9ad-f026ba16bd16: Amount of 903 has been received from Account number d97b8471-a46c-41ab-af26-161619b4510e
2024-07-09 19:26:08.667  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 41258def-e499-4596-8fc4-6b4e7e219564: Amount of 480 has to sent to Account number 7bb98efe-3341-498b-91f0-b4647e7c2557
2024-07-09 19:26:08.667  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7bb98efe-3341-498b-91f0-b4647e7c2557: Amount of 480 has been received from Account number 41258def-e499-4596-8fc4-6b4e7e219564
2024-07-09 19:26:08.667  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 15be08f3-f607-4902-9ee9-1ec74e2d8c6c: Amount of 463 has to sent to Account number b122cf98-f6a6-48ef-ac9f-8909a1eb8150
2024-07-09 19:26:08.667  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of b122cf98-f6a6-48ef-ac9f-8909a1eb8150: Amount of 463 has been received from Account number 15be08f3-f607-4902-9ee9-1ec74e2d8c6c
2024-07-09 19:26:08.667  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 88437e9e-ec56-467f-96a3-27bf07b8fd4d: Amount of 188 has to sent to Account number 37b841d2-6f15-43a8-937d-df92d1f66eb3
2024-07-09 19:26:08.667  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 37b841d2-6f15-43a8-937d-df92d1f66eb3: Amount of 188 has been received from Account number 88437e9e-ec56-467f-96a3-27bf07b8fd4d
2024-07-09 19:26:08.667  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 020b7e53-48cd-4420-b471-91ca96c7494b: Amount of 767 has to sent to Account number 9df9adea-0e32-4d88-80ea-6570cc6d8701
2024-07-09 19:26:08.667  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9df9adea-0e32-4d88-80ea-6570cc6d8701: Amount of 767 has been received from Account number 020b7e53-48cd-4420-b471-91ca96c7494b
2024-07-09 19:26:08.667  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of cb869faa-e2f4-4a1a-82f1-299b61f8cabf: Amount of 302 has to sent to Account number bee93580-87ac-4ecb-928d-b1c3ee432c51
2024-07-09 19:26:08.667  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of bee93580-87ac-4ecb-928d-b1c3ee432c51: Amount of 302 has been received from Account number cb869faa-e2f4-4a1a-82f1-299b61f8cabf
2024-07-09 19:26:08.667  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 801db659-7458-4f44-8057-9980170ec974: Amount of 876 has to sent to Account number 75dd5e56-c138-43f6-995d-f89db678b789
2024-07-09 19:26:08.667  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 75dd5e56-c138-43f6-995d-f89db678b789: Amount of 876 has been received from Account number 801db659-7458-4f44-8057-9980170ec974
2024-07-09 19:26:08.662  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 301 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7074664e-7ebc-4fad-82b2-83817888e444: Amount of 535 has to sent to Account number b7940b39-54e4-4c54-90cc-0092f005b372
2024-07-09 19:26:08.667  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of b7940b39-54e4-4c54-90cc-0092f005b372: Amount of 535 has been received from Account number 7074664e-7ebc-4fad-82b2-83817888e444
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c44c2f62-2013-445b-9b23-9ec32487afb7: Amount of 407 has been received from Account number 8ac7d433-1ada-4d68-a2b2-972d5296e632
2024-07-09 19:26:08.667  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 582ad7b5-33aa-4359-b1c4-1376ccf5e1d9: Amount of 954 has to sent to Account number 64fe3aa8-db5f-4d4c-96b2-e294ba7318c0
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of d4ae89e6-f29d-4096-932e-688f0ca915b3: Amount of 831 has been received from Account number 633265dc-c800-4b18-b9f8-078256654865
2024-07-09 19:26:08.667  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64fe3aa8-db5f-4d4c-96b2-e294ba7318c0: Amount of 954 has been received from Account number 582ad7b5-33aa-4359-b1c4-1376ccf5e1d9
2024-07-09 19:26:08.667  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of eaf43f43-88cb-4612-83e8-bbc114afa4a8: Amount of 84 has to sent to Account number 27001f4e-8bef-4191-9865-890e244d2ca5
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc7bf276-aa91-4407-bd52-642367d6349c: Amount of 999 has been received from Account number f763b628-1ddb-4ad7-aae4-24b4f6c8a0cf
2024-07-09 19:26:08.667  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 27001f4e-8bef-4191-9865-890e244d2ca5: Amount of 84 has been received from Account number eaf43f43-88cb-4612-83e8-bbc114afa4a8
2024-07-09 19:26:08.662  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 582 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of af9242ca-7027-4c60-902d-dbe770e172b5: Amount of 120 has to sent to Account number e6275c5b-fc20-4f24-b542-1e1df6c8d84d
2024-07-09 19:26:08.667  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 395872a2-ef2a-4233-a12a-b334fa04a2f1: Amount of 878 has to sent to Account number 6c7143f3-1ac2-43d7-b3f6-a8a36aaf4622
2024-07-09 19:26:08.667  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of e6275c5b-fc20-4f24-b542-1e1df6c8d84d: Amount of 120 has been received from Account number af9242ca-7027-4c60-902d-dbe770e172b5
2024-07-09 19:26:08.667  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6c7143f3-1ac2-43d7-b3f6-a8a36aaf4622: Amount of 878 has been received from Account number 395872a2-ef2a-4233-a12a-b334fa04a2f1
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 54 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 34404a6e-0379-41c2-a629-92a89eeae761: Amount of 156 has to sent to Account number b225de55-892c-4790-bce8-4b7fc73e8c42
2024-07-09 19:26:08.662  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 67 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of b225de55-892c-4790-bce8-4b7fc73e8c42: Amount of 156 has been received from Account number 34404a6e-0379-41c2-a629-92a89eeae761
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc63a219-41a3-4f65-9381-29acf3a6b0cf: Amount of 959 has to sent to Account number 7f6fbaae-3b7c-4495-be7d-6def6c1c4ec9
2024-07-09 19:26:08.667  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c2ebc0fb-7947-4ee9-8d95-64058521dd89: Amount of 544 has to sent to Account number 9455beab-e813-4274-a3a0-7af92249806e
2024-07-09 19:26:08.667  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 153 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f6fbaae-3b7c-4495-be7d-6def6c1c4ec9: Amount of 959 has been received from Account number fc63a219-41a3-4f65-9381-29acf3a6b0cf
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of a890c3de-2f72-4f55-a3f2-5ef712aae611: Amount of 187 has been received from Account number b19970b8-7458-47c2-b785-52c76490e286
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of aec8b184-7b2e-4f80-90d7-60ec9a9b0d00: Amount of 946 has been received from Account number 38e02499-20b0-49e0-bc03-ee1ce1c0fde9
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 40664967-8ba1-44d1-9fa0-0fa3ef4540f1: Amount of 41 has to sent to Account number 67dc2990-15e6-41ff-a94b-069d2ccf33a1
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 67dc2990-15e6-41ff-a94b-069d2ccf33a1: Amount of 41 has been received from Account number 40664967-8ba1-44d1-9fa0-0fa3ef4540f1
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2de218f-c313-4316-bf4e-e14d18829f59: Amount of 828 has to sent to Account number bef8577f-6683-4283-9598-bba251580496
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of bb74ffe7-2122-4a58-83d5-888502836219: Amount of 694 has to sent to Account number 9bfe0f98-1890-40cc-9938-1f3b2ead1613
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of bef8577f-6683-4283-9598-bba251580496: Amount of 828 has been received from Account number f2de218f-c313-4316-bf4e-e14d18829f59
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9bfe0f98-1890-40cc-9938-1f3b2ead1613: Amount of 694 has been received from Account number bb74ffe7-2122-4a58-83d5-888502836219
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 428128e1-fbeb-4349-aed2-7cc60b7e5546: Amount of 155 has to sent to Account number ed6c45f7-bb0e-4dc6-b2e5-94bf0dc62228
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ced7f9f-e77a-46d1-b358-35c138350efd: Amount of 918 has to sent to Account number a2b42e9d-1a84-455c-8b2e-48d6d50bdaec
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of a2b42e9d-1a84-455c-8b2e-48d6d50bdaec: Amount of 918 has been received from Account number 7ced7f9f-e77a-46d1-b358-35c138350efd
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8da83f54-6e6a-4ebc-a627-376fac39e8ce: Amount of 357 has to sent to Account number 056fd038-0e56-4dc3-9187-577374478f21
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 056fd038-0e56-4dc3-9187-577374478f21: Amount of 357 has been received from Account number 8da83f54-6e6a-4ebc-a627-376fac39e8ce
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5972ae3e-6b34-4c17-afaf-65da2cb35ef2: Amount of 626 has to sent to Account number 650cf251-b4a6-4b4c-950d-3668c1c37428
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 650cf251-b4a6-4b4c-950d-3668c1c37428: Amount of 626 has been received from Account number 5972ae3e-6b34-4c17-afaf-65da2cb35ef2
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of da29faa3-b879-4d91-8f7a-2182a38bc75c: Amount of 499 has to sent to Account number c39f86e4-3589-4642-840f-6ca54a0e1396
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of c39f86e4-3589-4642-840f-6ca54a0e1396: Amount of 499 has been received from Account number da29faa3-b879-4d91-8f7a-2182a38bc75c
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98ce0b86-c698-48c3-8dae-04a58e07f4a8: Amount of 421 has to sent to Account number 7eec8289-cd02-424e-9f7a-d9b1e95d0fca
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7eec8289-cd02-424e-9f7a-d9b1e95d0fca: Amount of 421 has been received from Account number 98ce0b86-c698-48c3-8dae-04a58e07f4a8
2024-07-09 19:26:08.662  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 230 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7fef4835-65c3-46e1-b48c-936660ea0165: Amount of 665 has to sent to Account number 410c0a59-8d03-4edc-ad90-2af33bbe0411
2024-07-09 19:26:08.662  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 910 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 410c0a59-8d03-4edc-ad90-2af33bbe0411: Amount of 665 has been received from Account number 7fef4835-65c3-46e1-b48c-936660ea0165
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of e91f39b2-ecc6-42e8-9c73-368253ef7a9d: Amount of 318 has to sent to Account number d81438e0-fd43-4982-8baf-d82a21599a45
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of d81438e0-fd43-4982-8baf-d82a21599a45: Amount of 318 has been received from Account number e91f39b2-ecc6-42e8-9c73-368253ef7a9d
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of f1bdc9a0-8545-4a87-af52-a6fc33a75db0: Amount of 403 has to sent to Account number d24845b1-df42-4af1-9d79-a7925b7daa3f
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of d24845b1-df42-4af1-9d79-a7925b7daa3f: Amount of 403 has been received from Account number f1bdc9a0-8545-4a87-af52-a6fc33a75db0
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 87428c86-7d34-4502-b500-31df7e753c3c: Amount of 174 has to sent to Account number 185a8e5c-3d9b-409d-b3ef-4e8eeaf6ac0c
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 185a8e5c-3d9b-409d-b3ef-4e8eeaf6ac0c: Amount of 174 has been received from Account number 87428c86-7d34-4502-b500-31df7e753c3c
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 43062684-b433-48ba-aaee-6e42438f0bf0: Amount of 712 has to sent to Account number 889def4f-7e80-4e71-ad38-95450039ea33
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 889def4f-7e80-4e71-ad38-95450039ea33: Amount of 712 has been received from Account number 43062684-b433-48ba-aaee-6e42438f0bf0
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 230 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 296 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 296 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 231 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 231 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 176 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 176 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 238 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 238 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 42 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 42 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 549 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 549 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 44 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 44 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 100 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 100 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 195 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 195 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 475 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 475 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 387 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 387 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 891 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 891 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 902 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 902 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 431 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 431 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 253 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 253 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 109 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 109 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 549 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 549 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 419 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 419 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 416 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 416 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 599 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 599 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 575 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 575 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 520 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 520 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 794 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 794 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 586 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 586 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 492 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 492 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 266 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 266 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 509 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 509 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 815 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 815 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 829 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 829 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 577 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 577 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 722 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 722 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 977 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 977 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 447 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 447 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 571 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 571 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 809 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 809 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 332 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 332 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 374 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 374 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 421 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 421 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 596 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 596 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 825 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 825 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 564 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 564 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 465 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 465 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 273 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 273 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 969 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 969 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 481 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 481 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 119 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 119 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 623 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 623 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 439 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 439 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 441 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 441 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 222 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 222 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 549 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 549 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 657 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 657 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 515 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 515 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 977 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 977 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 847 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 847 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 101 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 101 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 903 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 903 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 284 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 284 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 627 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 627 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 14 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 14 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 605 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 605 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 365 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 365 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 622 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 622 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 685 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 685 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 217 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 217 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 981 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 981 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 953 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 953 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 666 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 666 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 691 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 691 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 383 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 383 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 287 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 287 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 786 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 786 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 953 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 953 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 957 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 957 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 878 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 878 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 936 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 936 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 509 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 509 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 904 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 904 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 307 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 307 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 798 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 798 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 955 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 955 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 582 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 582 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 360 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 360 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 386 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 386 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 960 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 960 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 691 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 691 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 328 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 328 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 420 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.662  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 43 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.662  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 179 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 43 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.662  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 185 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 302 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.662  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 389 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of aa6f6ce3-caa5-4640-924b-d3ba87625c2e: Amount of 403 has been received from Account number 1cef2694-9a44-486f-b95b-5d9bd7163606
2024-07-09 19:26:08.662  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 656 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.662  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 517 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 967 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 967 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.662  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 553 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 77 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.662  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 397 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.662  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 986 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 397 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb051fce-1301-452f-b44e-183375851d58: Amount of 608 has been received from Account number 7205cb39-4dbe-4913-b6ff-26e7bf63e456
2024-07-09 19:26:08.667  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 331 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 986 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 331 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 534 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 193 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 534 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 193 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 24b34083-8407-4bb0-87be-374357327d39: Amount of 424 has to sent to Account number 2fbff969-e93b-449e-946d-9b6c8478bec0
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 141 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2fbff969-e93b-449e-946d-9b6c8478bec0: Amount of 424 has been received from Account number 24b34083-8407-4bb0-87be-374357327d39
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 141 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of c62bc26c-9294-45ae-b3e0-138c59e2dd09: Amount of 54 has to sent to Account number fc5d27d5-1de4-4d38-baa6-2199d88794e7
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 775 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc5d27d5-1de4-4d38-baa6-2199d88794e7: Amount of 54 has been received from Account number c62bc26c-9294-45ae-b3e0-138c59e2dd09
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 775 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 69ef91df-42f4-4a39-a5b9-4b72da81d4bb: Amount of 142 has to sent to Account number 226d14ca-e412-44f0-bac7-37ad640f3a11
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 226d14ca-e412-44f0-bac7-37ad640f3a11: Amount of 142 has been received from Account number 69ef91df-42f4-4a39-a5b9-4b72da81d4bb
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac7c9de1-9da6-49dd-8462-e4f3be1fb92e: Amount of 166 has to sent to Account number 367aabfd-409b-4b76-a61c-dbb7b781befb
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 367aabfd-409b-4b76-a61c-dbb7b781befb: Amount of 166 has been received from Account number ac7c9de1-9da6-49dd-8462-e4f3be1fb92e
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5ebab59c-22d4-4148-964c-5ac56a33928e: Amount of 3 has to sent to Account number 32d134cd-b331-4c0c-bd49-c50ab726776d
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 32d134cd-b331-4c0c-bd49-c50ab726776d: Amount of 3 has been received from Account number 5ebab59c-22d4-4148-964c-5ac56a33928e
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of b25c9dc6-c056-40b8-bb45-7bbcd246e327: Amount of 336 has to sent to Account number 9989f224-4318-46a2-a63c-f987cdfdd65b
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9989f224-4318-46a2-a63c-f987cdfdd65b: Amount of 336 has been received from Account number b25c9dc6-c056-40b8-bb45-7bbcd246e327
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of a934500b-a957-490e-91bb-78b6120e50da: Amount of 755 has to sent to Account number b835b592-c1eb-49d1-bab7-e30c75a35c83
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca04bd76-3419-4404-877b-95a89bc0218a: Amount of 643 has to sent to Account number dc2cf9ec-a47f-4f43-abb1-e9f835acc1ba
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of dc2cf9ec-a47f-4f43-abb1-e9f835acc1ba: Amount of 643 has been received from Account number ca04bd76-3419-4404-877b-95a89bc0218a
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6f90c793-5d55-447b-934f-95e6c36f242e: Amount of 886 has to sent to Account number a7ac7c91-28ce-46d6-a506-8436f3b9f762
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of a7ac7c91-28ce-46d6-a506-8436f3b9f762: Amount of 886 has been received from Account number 6f90c793-5d55-447b-934f-95e6c36f242e
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ba781037-afc4-446a-a0f8-6ccac17aae02: Amount of 368 has to sent to Account number 05d88927-5831-4cda-8493-5c2fb4b295f1
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 05d88927-5831-4cda-8493-5c2fb4b295f1: Amount of 368 has been received from Account number ba781037-afc4-446a-a0f8-6ccac17aae02
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f69e34e-7964-43ed-b32b-69d43b15f15a: Amount of 922 has to sent to Account number 646b34e6-26bc-4b55-b56e-04974f6b18bb
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 646b34e6-26bc-4b55-b56e-04974f6b18bb: Amount of 922 has been received from Account number 7f69e34e-7964-43ed-b32b-69d43b15f15a
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of b9be0009-b050-4c1a-b535-14c81f2fbdb7: Amount of 14 has to sent to Account number 8207e7f6-a940-4b91-87d3-85eee917be16
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 88b3eaaf-5a01-40ce-8a0b-f9703dc287f7: Amount of 78 has to sent to Account number 2b6665c0-e5d5-431e-905c-c9d7c15294cb
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e077a6a-b8b1-4e30-8684-d3c8fc06eb7b: Amount of 921 has to sent to Account number fd69df0d-6dea-4e00-807a-0a3922669fbd
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of fd69df0d-6dea-4e00-807a-0a3922669fbd: Amount of 921 has been received from Account number 0e077a6a-b8b1-4e30-8684-d3c8fc06eb7b
2024-07-09 19:26:08.662  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 405 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 405 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.662  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 621 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1d3548d6-0acd-4794-8abf-9b18aa55dcb4: Amount of 442 has to sent to Account number f7f149c7-e64a-4fed-9e41-a27c8a0cfeda
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 458 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 365 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 458 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 365 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 886 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 498 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 886 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 498 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 353 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 353 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 894 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 894 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 945 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.662  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 787 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of e577ecca-e9e7-4e2c-9cf1-1d1b9ef6a8a8: Amount of 21 has to sent to Account number d6a9c1ab-33d6-487d-b14a-b7b69761cbf0
2024-07-09 19:26:08.672  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6a9c1ab-33d6-487d-b14a-b7b69761cbf0: Amount of 21 has been received from Account number e577ecca-e9e7-4e2c-9cf1-1d1b9ef6a8a8
2024-07-09 19:26:08.662  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a5d5396b-9742-4d56-8631-4d1cc797731d: Amount of 209 has to sent to Account number 2a91de9a-93f6-4b60-a66a-d9dbffc5c4ed
2024-07-09 19:26:08.672  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd6c8992-0392-4dcd-a6ae-8e442688344d: Amount of 622 has to sent to Account number 0d4e3e0a-5673-4443-a3d8-69b1354ddab9
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2a91de9a-93f6-4b60-a66a-d9dbffc5c4ed: Amount of 209 has been received from Account number a5d5396b-9742-4d56-8631-4d1cc797731d
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1dc7762a-01f0-4a6f-8cdc-712dc1dfd1af: Amount of 850 has to sent to Account number f58e1652-6fda-4817-b407-3ef5c5868cea
2024-07-09 19:26:08.662  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 587 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of f58e1652-6fda-4817-b407-3ef5c5868cea: Amount of 850 has been received from Account number 1dc7762a-01f0-4a6f-8cdc-712dc1dfd1af
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 587 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 171 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 171 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 410 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 410 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 752 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 752 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 936 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 936 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 60 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 60 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.662  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 66ed0cd2-8936-4b7a-a4b8-cea93b120eb7: Amount of 930 has been received from Account number c4334916-4068-4b6c-9afa-76c3cb9e05e2
2024-07-09 19:26:08.662  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 406 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 406 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 311d867d-6dda-466e-8b4b-e605b4f3e83a: Amount of 586 has been received from Account number 467cf999-5256-418e-b956-6ce38b8a397e
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 811 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 077b5d60-a4d9-43b1-a3e7-9015093c9ef5: Amount of 968 has been received from Account number ee1ceae7-7a88-4b43-b175-5bd42fdd803b
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 789aa597-52e3-4c07-b4a4-537c17fc4474: Amount of 973 has to sent to Account number 64563fb1-75bd-461c-9244-cb1095464528
2024-07-09 19:26:08.672  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of c47a039f-0488-464c-ad7e-e8a27fd13cd0: Amount of 426 has to sent to Account number ca7ca4f7-3281-4055-a0f4-b37825edc2e6
2024-07-09 19:26:08.672  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca7ca4f7-3281-4055-a0f4-b37825edc2e6: Amount of 426 has been received from Account number c47a039f-0488-464c-ad7e-e8a27fd13cd0
2024-07-09 19:26:08.672  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64563fb1-75bd-461c-9244-cb1095464528: Amount of 973 has been received from Account number 789aa597-52e3-4c07-b4a4-537c17fc4474
2024-07-09 19:26:08.672  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22d0c42c-16b1-4f05-a8b8-a8e6bef0a874: Amount of 361 has to sent to Account number f38f42bf-3c75-4de3-afd4-311aa6b42938
2024-07-09 19:26:08.672  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 78ea7796-2580-409c-b510-62ee8c8ab55c: Amount of 903 has to sent to Account number f9525466-837e-4b08-b256-25ded728c794
2024-07-09 19:26:08.672  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of f38f42bf-3c75-4de3-afd4-311aa6b42938: Amount of 361 has been received from Account number 22d0c42c-16b1-4f05-a8b8-a8e6bef0a874
2024-07-09 19:26:08.672  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of f9525466-837e-4b08-b256-25ded728c794: Amount of 903 has been received from Account number 78ea7796-2580-409c-b510-62ee8c8ab55c
2024-07-09 19:26:08.672  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of f70495fa-67a6-4c1d-a509-d6fd55e35223: Amount of 562 has to sent to Account number 12d40c68-1d43-4eb5-a0df-aafa9bd22372
2024-07-09 19:26:08.667  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 910 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of f6ab4d7b-96e7-44c2-828e-675a43b74351: Amount of 672 has to sent to Account number 345e62c3-c1b3-4eca-a413-112bd5b18bee
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 910 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 345e62c3-c1b3-4eca-a413-112bd5b18bee: Amount of 672 has been received from Account number f6ab4d7b-96e7-44c2-828e-675a43b74351
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 374 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of f676818e-1ae8-460c-b57b-08555e9e08b4: Amount of 343 has to sent to Account number a5389380-904c-4de4-9c83-f434228fe3bc
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 374 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a5389380-904c-4de4-9c83-f434228fe3bc: Amount of 343 has been received from Account number f676818e-1ae8-460c-b57b-08555e9e08b4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 199 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ab5d26c6-f537-4169-8748-e1af4529baa6: Amount of 447 has to sent to Account number 70f3b2d1-a0ae-4ff9-a671-9e7aa74d4c56
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 70f3b2d1-a0ae-4ff9-a671-9e7aa74d4c56: Amount of 447 has been received from Account number ab5d26c6-f537-4169-8748-e1af4529baa6
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of e955817c-ce26-4367-b8e2-8ee064c0c098: Amount of 150 has to sent to Account number 8f3cf861-24bc-4324-8d48-9938f2769f57
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f3cf861-24bc-4324-8d48-9938f2769f57: Amount of 150 has been received from Account number e955817c-ce26-4367-b8e2-8ee064c0c098
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0cf2eca8-41b5-47fc-8cca-c3cd5a8ddf59: Amount of 353 has to sent to Account number c5f1f920-9e18-48f6-88e4-57b21c96f974
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of c5f1f920-9e18-48f6-88e4-57b21c96f974: Amount of 353 has been received from Account number 0cf2eca8-41b5-47fc-8cca-c3cd5a8ddf59
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 904746aa-ef16-4d29-9483-c3d3e8e00e01: Amount of 467 has to sent to Account number 0289aac9-3679-43b9-afbc-e22edc1f2470
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0289aac9-3679-43b9-afbc-e22edc1f2470: Amount of 467 has been received from Account number 904746aa-ef16-4d29-9483-c3d3e8e00e01
2024-07-09 19:26:08.667  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 301 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc667bc0-5a77-4629-871f-3e8a27517627: Amount of 477 has to sent to Account number ec91aefb-a259-4315-b6b4-c61fa6d45860
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 491 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of b165b9f6-1c21-4dbc-b5a4-dfa07df758c5: Amount of 48 has to sent to Account number 225993bc-9c5d-48c7-ba58-4494883ea806
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 491 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ae77157-2d72-4c90-9aa0-c92987f764a9: Amount of 750 has to sent to Account number e7a16045-fae8-4ac4-86bd-03c7a41699b0
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 958 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 958 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 18 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 18 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 383 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 383 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 881 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 881 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 33 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 33 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 869 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 869 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 131 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 131 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 324 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 324 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 370 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 370 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 949 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 949 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 346 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 346 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 60 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 60 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 579 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 579 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 822 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 822 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 167 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 54 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 167 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 965 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 118 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 965 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9455beab-e813-4274-a3a0-7af92249806e: Amount of 544 has been received from Account number c2ebc0fb-7947-4ee9-8d95-64058521dd89
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 224 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 153 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of f557f512-f57c-4bf3-bad5-ff1e0660adc3: Amount of 137 has to sent to Account number f3982641-3163-40a9-b626-1c5aae81e19f
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 751 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed6c45f7-bb0e-4dc6-b2e5-94bf0dc62228: Amount of 155 has been received from Account number 428128e1-fbeb-4349-aed2-7cc60b7e5546
2024-07-09 19:26:08.667  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 287 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ce66c854-ad35-4c6b-a6fe-8ec9c7248a4e: Amount of 202 has to sent to Account number 8dd68a5d-939a-4c6d-8fbd-57c503df19e7
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 287 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 420 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8dd68a5d-939a-4c6d-8fbd-57c503df19e7: Amount of 202 has been received from Account number ce66c854-ad35-4c6b-a6fe-8ec9c7248a4e
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 179 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 83 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 534 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 83 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 302 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 389 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7c2527d4-7aee-4546-abd3-9219f147a4f9: Amount of 498 has to sent to Account number e5ac58b2-44c0-4b31-9830-d6d1bf98b214
2024-07-09 19:26:08.667  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 356 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of e5ac58b2-44c0-4b31-9830-d6d1bf98b214: Amount of 498 has been received from Account number 7c2527d4-7aee-4546-abd3-9219f147a4f9
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 77 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 627 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0f74bcc5-7654-4a3d-aa1a-bfe38edc2cdd: Amount of 863 has to sent to Account number a617f0f9-9d34-4d06-b648-f6e71c44e794
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 627 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of a617f0f9-9d34-4d06-b648-f6e71c44e794: Amount of 863 has been received from Account number 0f74bcc5-7654-4a3d-aa1a-bfe38edc2cdd
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 16 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 74bbe3ac-a416-4e55-82af-66f4d8cc57e8: Amount of 453 has to sent to Account number 963ee719-5301-46c1-810f-7776fe4cc09c
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 16 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 963ee719-5301-46c1-810f-7776fe4cc09c: Amount of 453 has been received from Account number 74bbe3ac-a416-4e55-82af-66f4d8cc57e8
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 266 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 266 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5fe62e90-05b4-416d-bbd7-865ae5275948: Amount of 669 has to sent to Account number fea81182-aa00-4113-bdc6-0e6354b223ab
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 268 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of fea81182-aa00-4113-bdc6-0e6354b223ab: Amount of 669 has been received from Account number 5fe62e90-05b4-416d-bbd7-865ae5275948
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 268 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 60f33283-aac4-47b4-97f9-96d66c55cbf4: Amount of 42 has to sent to Account number ea84569d-33b5-4a85-9b25-30667d2565f2
2024-07-09 19:26:08.667  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 223 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 223 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 328 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.667  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of b835b592-c1eb-49d1-bab7-e30c75a35c83: Amount of 755 has been received from Account number a934500b-a957-490e-91bb-78b6120e50da
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 328 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 960 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 72eab08d-0be6-4926-b6f5-29f0eeeec9c7: Amount of 326 has to sent to Account number 96ea12ea-3ecd-4c7d-80a6-b74ec7f8513c
2024-07-09 19:26:08.672  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8207e7f6-a940-4b91-87d3-85eee917be16: Amount of 14 has been received from Account number b9be0009-b050-4c1a-b535-14c81f2fbdb7
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b6665c0-e5d5-431e-905c-c9d7c15294cb: Amount of 78 has been received from Account number 88b3eaaf-5a01-40ce-8a0b-f9703dc287f7
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of cef36702-1f05-41e2-a40b-42596c7ffedc: Amount of 294 has to sent to Account number fc8c68f0-fc93-495b-b338-c927d2542d00
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of f7f149c7-e64a-4fed-9e41-a27c8a0cfeda: Amount of 442 has been received from Account number 1d3548d6-0acd-4794-8abf-9b18aa55dcb4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc8c68f0-fc93-495b-b338-c927d2542d00: Amount of 294 has been received from Account number cef36702-1f05-41e2-a40b-42596c7ffedc
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 16a552be-8ad5-4097-bb4a-2545ab1d1fc4: Amount of 822 has to sent to Account number e6f0bdd8-9822-4cc7-b088-de20ae92fec9
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of e6f0bdd8-9822-4cc7-b088-de20ae92fec9: Amount of 822 has been received from Account number 16a552be-8ad5-4097-bb4a-2545ab1d1fc4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ad0c3fda-f908-4a15-b386-30abacf3a2ea: Amount of 637 has to sent to Account number cee28cb1-3281-4189-8bea-78cadf71fb18
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 383 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 945 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 097af101-5a1a-47b0-a3ea-abf04da62f29: Amount of 756 has to sent to Account number 4457ca2f-ae85-4f3f-8aef-ca3e4a47d801
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 787 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4457ca2f-ae85-4f3f-8aef-ca3e4a47d801: Amount of 756 has been received from Account number 097af101-5a1a-47b0-a3ea-abf04da62f29
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 51 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0d4e3e0a-5673-4443-a3d8-69b1354ddab9: Amount of 622 has been received from Account number dd6c8992-0392-4dcd-a6ae-8e442688344d
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 51 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of eabaccb7-bf4c-47df-aa82-28702b33c70c: Amount of 890 has to sent to Account number 8460ae54-2181-412b-a45f-d97f2bd2e118
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 601 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8460ae54-2181-412b-a45f-d97f2bd2e118: Amount of 890 has been received from Account number eabaccb7-bf4c-47df-aa82-28702b33c70c
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 258 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8ae8cf19-00ab-45db-bb00-8dc8c9bd4b60: Amount of 103 has to sent to Account number 9a4979e5-0c08-4dce-a6ad-297a69e4cd76
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 258 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9a4979e5-0c08-4dce-a6ad-297a69e4cd76: Amount of 103 has been received from Account number 8ae8cf19-00ab-45db-bb00-8dc8c9bd4b60
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e47d83e-91c0-4f5f-9758-c45e576ed715: Amount of 380 has to sent to Account number bef109f8-f5ab-4a29-a1a8-2e7723a21582
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 954 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 954 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8a2ea3ad-1766-466a-b2c8-9ea0979eee83: Amount of 380 has to sent to Account number 9813600a-82df-4434-a4af-fbccb15266e2
2024-07-09 19:26:08.672  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9813600a-82df-4434-a4af-fbccb15266e2: Amount of 380 has been received from Account number 8a2ea3ad-1766-466a-b2c8-9ea0979eee83
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 811 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 69417bf0-ca9e-4743-8e30-97f0130f7f5b: Amount of 590 has to sent to Account number 0eb74d27-f5b0-409c-a08f-034ee1b34ba6
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 772e1ee8-843d-478e-95d5-2167de2c3a9c: Amount of 623 has to sent to Account number a70776de-a6c3-474d-bbea-d679e1a3760c
2024-07-09 19:26:08.672  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0eb74d27-f5b0-409c-a08f-034ee1b34ba6: Amount of 590 has been received from Account number 69417bf0-ca9e-4743-8e30-97f0130f7f5b
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a70776de-a6c3-474d-bbea-d679e1a3760c: Amount of 623 has been received from Account number 772e1ee8-843d-478e-95d5-2167de2c3a9c
2024-07-09 19:26:08.672  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6cf08bbe-48dc-4b97-b322-d86e8b72a5c8: Amount of 37 has to sent to Account number 4f1d1fc2-5c18-43c9-bce0-720eeea5504b
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a337fcae-609c-479f-85dd-524dede05a15: Amount of 932 has to sent to Account number bf7a0bbc-aa1c-42cd-966c-33beb30aaccc
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf7a0bbc-aa1c-42cd-966c-33beb30aaccc: Amount of 932 has been received from Account number a337fcae-609c-479f-85dd-524dede05a15
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 383 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26cccd2f-4aea-43a4-9e0a-40f01cd88626: Amount of 433 has to sent to Account number 14f5897b-043a-48f2-8667-4c46bee3b9c7
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 383 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 14f5897b-043a-48f2-8667-4c46bee3b9c7: Amount of 433 has been received from Account number 26cccd2f-4aea-43a4-9e0a-40f01cd88626
2024-07-09 19:26:08.672  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 12d40c68-1d43-4eb5-a0df-aafa9bd22372: Amount of 562 has been received from Account number f70495fa-67a6-4c1d-a509-d6fd55e35223
2024-07-09 19:26:08.672  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f943d6f-0fef-470f-a532-77c549f6208f: Amount of 724 has to sent to Account number ee4851b1-312b-493f-84e7-4484e9e130aa
2024-07-09 19:26:08.672  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 069c0ed8-c861-4afa-aac8-b7f0691638f5: Amount of 562 has to sent to Account number 08269f23-2915-4c07-9d91-16fe9169a643
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 199 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 19921323-0adb-4ac8-abf5-b6a9848e3808: Amount of 807 has to sent to Account number ada18121-e011-43a9-b11c-ddb2b4130558
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 431 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ec91aefb-a259-4315-b6b4-c61fa6d45860: Amount of 477 has been received from Account number bc667bc0-5a77-4629-871f-3e8a27517627
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 431 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 225993bc-9c5d-48c7-ba58-4494883ea806: Amount of 48 has been received from Account number b165b9f6-1c21-4dbc-b5a4-dfa07df758c5
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 785 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 35ec2d89-1631-4161-807b-7bf272277ad4: Amount of 197 has to sent to Account number 1f6a2272-8236-4188-856f-88e52324b18b
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of e7a16045-fae8-4ac4-86bd-03c7a41699b0: Amount of 750 has been received from Account number 0ae77157-2d72-4c90-9aa0-c92987f764a9
2024-07-09 19:26:08.672  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 102cadb6-5a29-4457-b264-fc34313cfd4e: Amount of 742 has to sent to Account number 792db9dc-173b-476c-b05f-c645f89bb737
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 118 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 025fcdf5-a4bc-4de2-ba34-1f47d0f280ba: Amount of 515 has to sent to Account number 918d76bc-3c1b-4019-993d-c75cd999f817
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 224 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 918d76bc-3c1b-4019-993d-c75cd999f817: Amount of 515 has been received from Account number 025fcdf5-a4bc-4de2-ba34-1f47d0f280ba
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c67b633-6ba2-40ae-be43-f87aff50a64f: Amount of 651 has to sent to Account number f52b54ab-60eb-4631-ba3f-451fe0eaecd4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2a9f0f18-dd99-4316-9195-db7f1c96acef: Amount of 768 has to sent to Account number a564f0e8-4c16-40f0-a25c-e3a1a52de4bc
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of f3982641-3163-40a9-b626-1c5aae81e19f: Amount of 137 has been received from Account number f557f512-f57c-4bf3-bad5-ff1e0660adc3
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 751 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 988 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 147 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9f0c8206-000f-4ba8-a569-9ae39bd9407a: Amount of 624 has to sent to Account number 98a498a4-e436-48b2-813e-f02a7d6355fe
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 643 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 147 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of b295d0b3-86c7-4bfc-b44b-3338f79ba422: Amount of 361 has to sent to Account number db4e1687-8989-4d50-8bd8-551ae36a6106
2024-07-09 19:26:08.672  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of c1db9ed6-c029-484a-a94f-1689ae6169c7: Amount of 722 has to sent to Account number d2b41bc1-469f-43fd-aca6-9d0c89d492c0
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 872 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98a498a4-e436-48b2-813e-f02a7d6355fe: Amount of 624 has been received from Account number 9f0c8206-000f-4ba8-a569-9ae39bd9407a
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 872 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 534 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 132 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 399 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 132 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 716 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 22 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 716 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 356 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 22 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 634 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 235 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 292 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 283 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 628 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 283 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ea84569d-33b5-4a85-9b25-30667d2565f2: Amount of 42 has been received from Account number 60f33283-aac4-47b4-97f9-96d66c55cbf4
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 413 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of def68ff6-505f-451d-9a18-df600e3e90a6: Amount of 201 has to sent to Account number 120728d6-26c0-46d8-a8b6-fdb0994402f6
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 960 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 413 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 96ea12ea-3ecd-4c7d-80a6-b74ec7f8513c: Amount of 326 has been received from Account number 72eab08d-0be6-4926-b6f5-29f0eeeec9c7
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 224 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 188 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 224 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of de96aa67-b66e-455a-b608-09d8a40569e8: Amount of 561 has to sent to Account number 7f6e56be-c6ca-4b01-8250-6788b5f6f90c
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3178bf8a-bc62-48c6-ae55-52d0f69c8b32: Amount of 336 has to sent to Account number 37dfae68-966b-4de8-ae53-1785d2bb9259
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of cee28cb1-3281-4189-8bea-78cadf71fb18: Amount of 637 has been received from Account number ad0c3fda-f908-4a15-b386-30abacf3a2ea
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 37dfae68-966b-4de8-ae53-1785d2bb9259: Amount of 336 has been received from Account number 3178bf8a-bc62-48c6-ae55-52d0f69c8b32
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 383 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8a151c67-a25b-411e-8aad-28b6ca4bf7be: Amount of 14 has to sent to Account number 3f18f923-5599-4831-ac6a-0f966649c879
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 594 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 281 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 281 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 594 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 423 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 423 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 522 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 522 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 834 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 218 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 834 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 218 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 988 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 988 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5e089126-eef2-4b57-b22b-09f97901784f: Amount of 938 has to sent to Account number c85a33dc-18ec-4870-8d29-fc6b8a27bfae
2024-07-09 19:26:08.672  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 645391c6-24c0-483f-816a-14956e57c46a: Amount of 478 has to sent to Account number b3752a48-dfb8-4451-add7-7aebfc4144dd
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of c85a33dc-18ec-4870-8d29-fc6b8a27bfae: Amount of 938 has been received from Account number 5e089126-eef2-4b57-b22b-09f97901784f
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 601 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8fe43178-7794-4fd3-9bce-1b17162d1b08: Amount of 936 has to sent to Account number 7970ca87-4e21-48ca-870e-de7761da9079
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7970ca87-4e21-48ca-870e-de7761da9079: Amount of 936 has been received from Account number 8fe43178-7794-4fd3-9bce-1b17162d1b08
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 72 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of bef109f8-f5ab-4a29-a1a8-2e7723a21582: Amount of 380 has been received from Account number 3e47d83e-91c0-4f5f-9758-c45e576ed715
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 72 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 271 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f1d1fc2-5c18-43c9-bce0-720eeea5504b: Amount of 37 has been received from Account number 6cf08bbe-48dc-4b97-b322-d86e8b72a5c8
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 332 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of bcb45f0c-c5e2-4f4f-b36a-6acb6ee7d322: Amount of 906 has to sent to Account number 96a137ef-6a86-4822-9fc3-a1db7d561d0e
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 08731472-5175-43c0-aad6-1ff70c83ba7a: Amount of 771 has to sent to Account number ed803751-8ace-4710-897a-acc4ca6df28e
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 332 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed803751-8ace-4710-897a-acc4ca6df28e: Amount of 771 has been received from Account number 08731472-5175-43c0-aad6-1ff70c83ba7a
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 96a137ef-6a86-4822-9fc3-a1db7d561d0e: Amount of 906 has been received from Account number bcb45f0c-c5e2-4f4f-b36a-6acb6ee7d322
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 903 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.672  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 08269f23-2915-4c07-9d91-16fe9169a643: Amount of 562 has been received from Account number 069c0ed8-c861-4afa-aac8-b7f0691638f5
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 903 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee4851b1-312b-493f-84e7-4484e9e130aa: Amount of 724 has been received from Account number 5f943d6f-0fef-470f-a532-77c549f6208f
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 889 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ada18121-e011-43a9-b11c-ddb2b4130558: Amount of 807 has been received from Account number 19921323-0adb-4ac8-abf5-b6a9848e3808
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of e6cce5c3-3cfe-4609-815c-befed7ea53bb: Amount of 801 has to sent to Account number 66008957-f019-428d-aab1-6f1806ac25cb
2024-07-09 19:26:08.672  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 785 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 75086ac4-277f-4ddd-bf61-3e9e3c4e32ba: Amount of 582 has to sent to Account number 45eced5a-e883-4e91-a071-4cb4913642b9
2024-07-09 19:26:08.672  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1f6a2272-8236-4188-856f-88e52324b18b: Amount of 197 has been received from Account number 35ec2d89-1631-4161-807b-7bf272277ad4
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 45eced5a-e883-4e91-a071-4cb4913642b9: Amount of 582 has been received from Account number 75086ac4-277f-4ddd-bf61-3e9e3c4e32ba
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 18 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 617421a8-669a-4bc0-a7ee-d8b0b6f0560c: Amount of 589 has to sent to Account number f294cbdf-4e1c-4c91-84a5-0dc1d33226c5
2024-07-09 19:26:08.672  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 792db9dc-173b-476c-b05f-c645f89bb737: Amount of 742 has been received from Account number 102cadb6-5a29-4457-b264-fc34313cfd4e
2024-07-09 19:26:08.672  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 62 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3c8b0bbc-6bd4-4e95-b1c2-accf95827799: Amount of 574 has to sent to Account number f74e4bd9-54ee-4e24-b350-adfdea1a362b
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 62 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of f74e4bd9-54ee-4e24-b350-adfdea1a362b: Amount of 574 has been received from Account number 3c8b0bbc-6bd4-4e95-b1c2-accf95827799
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 668 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of e44228c2-e1a7-4cf7-a436-c673ef03a62b: Amount of 380 has to sent to Account number e06ce792-1564-46bb-8f16-ec541f2a3617
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 668 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of e06ce792-1564-46bb-8f16-ec541f2a3617: Amount of 380 has been received from Account number e44228c2-e1a7-4cf7-a436-c673ef03a62b
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 457 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5718ebc5-39eb-4252-9428-a6dd275c85d8: Amount of 107 has to sent to Account number 13dc45f9-a984-4304-b958-ee99b2d0e1d3
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 13dc45f9-a984-4304-b958-ee99b2d0e1d3: Amount of 107 has been received from Account number 5718ebc5-39eb-4252-9428-a6dd275c85d8
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 176 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa012dd8-cd7b-44d6-8983-0a6cb1356a1a: Amount of 597 has to sent to Account number ff974645-3454-430c-9004-293caff82aff
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of f52b54ab-60eb-4631-ba3f-451fe0eaecd4: Amount of 651 has been received from Account number 2c67b633-6ba2-40ae-be43-f87aff50a64f
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of a564f0e8-4c16-40f0-a25c-e3a1a52de4bc: Amount of 768 has been received from Account number 2a9f0f18-dd99-4316-9195-db7f1c96acef
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b392a50-8b6b-47ee-9aaf-c6e522714821: Amount of 681 has to sent to Account number 1c0d2722-3b55-4126-ac42-f55f2348828e
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c0d2722-3b55-4126-ac42-f55f2348828e: Amount of 681 has been received from Account number 2b392a50-8b6b-47ee-9aaf-c6e522714821
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 43d6e068-62fb-4aac-9f8b-b905a9dba098: Amount of 852 has to sent to Account number 6e03b97c-ad12-44ec-b1f1-c38c41a7ca7b
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6e03b97c-ad12-44ec-b1f1-c38c41a7ca7b: Amount of 852 has been received from Account number 43d6e068-62fb-4aac-9f8b-b905a9dba098
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 65412b50-17fb-4aca-af44-90af8c7f07ce: Amount of 771 has to sent to Account number 2658e24b-8436-441d-b9de-819109096acb
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2658e24b-8436-441d-b9de-819109096acb: Amount of 771 has been received from Account number 65412b50-17fb-4aca-af44-90af8c7f07ce
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 988 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of db4e1687-8989-4d50-8bd8-551ae36a6106: Amount of 361 has been received from Account number b295d0b3-86c7-4bfc-b44b-3338f79ba422
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 583 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 583 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 643 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2b41bc1-469f-43fd-aca6-9d0c89d492c0: Amount of 722 has been received from Account number c1db9ed6-c029-484a-a94f-1689ae6169c7
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 580 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 580 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 395 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 395 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 877 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 17b28008-fae0-49f2-b2ad-27eabd86bd90: Amount of 106 has to sent to Account number 29cb8a2a-2e17-4d79-bd8f-7039ca5ea00b
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 877 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 43 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 29cb8a2a-2e17-4d79-bd8f-7039ca5ea00b: Amount of 106 has been received from Account number 17b28008-fae0-49f2-b2ad-27eabd86bd90
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 43 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 712 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 420 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 726a49e2-bd03-4e10-827c-61d2a78e4df7: Amount of 145 has to sent to Account number 2d8bcf55-b230-4827-af4f-29d184a265f4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 420 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2d8bcf55-b230-4827-af4f-29d184a265f4: Amount of 145 has been received from Account number 726a49e2-bd03-4e10-827c-61d2a78e4df7
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 712 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 356 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of c4d3a5c4-f1f8-40ec-9522-951c575be648: Amount of 968 has to sent to Account number d5c5c4da-7ef0-44f4-b6c0-eaceab878ecb
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 356 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of d5c5c4da-7ef0-44f4-b6c0-eaceab878ecb: Amount of 968 has been received from Account number c4d3a5c4-f1f8-40ec-9522-951c575be648
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 399 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1e6972b4-1781-48a5-b2ae-c3046ac39f54: Amount of 757 has to sent to Account number f11a95d2-4299-4cad-baec-2ef8e95ab4e0
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 45 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of f11a95d2-4299-4cad-baec-2ef8e95ab4e0: Amount of 757 has been received from Account number 1e6972b4-1781-48a5-b2ae-c3046ac39f54
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 193 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 193 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95de08b4-6546-4a19-9f65-91298c6caeb1: Amount of 650 has to sent to Account number 2a7b35fd-0649-4c1d-a749-63d218324656
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 51 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 342 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 342 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 51 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 802 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 802 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 837 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 837 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 522 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 522 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 634 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 781 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 781 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 752 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 752 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 29 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 292 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 235 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 409 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 409 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 923 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 407 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 923 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 628 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 965 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 120728d6-26c0-46d8-a8b6-fdb0994402f6: Amount of 201 has been received from Account number def68ff6-505f-451d-9a18-df600e3e90a6
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 965 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 315 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 315 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of eaf57b64-42a0-4ca1-a357-5c0db422fdd7: Amount of 31 has to sent to Account number 5eedd154-d5fe-42b1-bf69-6364741447df
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5eedd154-d5fe-42b1-bf69-6364741447df: Amount of 31 has been received from Account number eaf57b64-42a0-4ca1-a357-5c0db422fdd7
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of afe592c3-f504-43a5-86f0-031b05f6af6b: Amount of 326 has to sent to Account number 9552b38c-502f-4dce-a4e6-fa4d66e388b8
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9552b38c-502f-4dce-a4e6-fa4d66e388b8: Amount of 326 has been received from Account number afe592c3-f504-43a5-86f0-031b05f6af6b
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 188 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 925 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of f58d147c-e3d3-4d2a-b486-bf9e8b6cc003: Amount of 563 has to sent to Account number 3f4e3b00-e644-4567-b114-e6e67c883ad7
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 925 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f6e56be-c6ca-4b01-8250-6788b5f6f90c: Amount of 561 has been received from Account number de96aa67-b66e-455a-b608-09d8a40569e8
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 052194f9-5f8b-46aa-902e-c7d576f28240: Amount of 302 has to sent to Account number e5f2c142-f3d6-4aa2-bce5-86b4f187a126
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 31 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f18f923-5599-4831-ac6a-0f966649c879: Amount of 14 has been received from Account number 8a151c67-a25b-411e-8aad-28b6ca4bf7be
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of e5f2c142-f3d6-4aa2-bce5-86b4f187a126: Amount of 302 has been received from Account number 052194f9-5f8b-46aa-902e-c7d576f28240
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 787 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4c6e730c-4098-4574-804d-10e2ba023329: Amount of 973 has to sent to Account number c7a88d89-2ea7-4b55-adbb-1eb7f67946c8
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of c7a88d89-2ea7-4b55-adbb-1eb7f67946c8: Amount of 973 has been received from Account number 4c6e730c-4098-4574-804d-10e2ba023329
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccd91114-b32d-4bd1-a31d-849b47272543: Amount of 109 has to sent to Account number 2a7ad9de-4b06-4f62-b15b-7628928eee3d
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2a7ad9de-4b06-4f62-b15b-7628928eee3d: Amount of 109 has been received from Account number ccd91114-b32d-4bd1-a31d-849b47272543
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 196 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 196 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9962ba19-8028-400c-90cd-dffebe586d42: Amount of 380 has to sent to Account number 9e342814-1dbc-475b-9a73-b93ba34260d0
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 560 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 560 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 661 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 31d5923d-9773-48fc-9e0f-d8c53f9e1b92: Amount of 508 has to sent to Account number 329105cd-7a5e-4b31-946b-c4fe7ad17246
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 661 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 329105cd-7a5e-4b31-946b-c4fe7ad17246: Amount of 508 has been received from Account number 31d5923d-9773-48fc-9e0f-d8c53f9e1b92
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 43b05294-71ee-47d1-8590-796ef04a1f54: Amount of 253 has to sent to Account number e21b6855-949c-4e65-a707-0752d2b06211
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 3 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 271 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of b3752a48-dfb8-4451-add7-7aebfc4144dd: Amount of 478 has been received from Account number 645391c6-24c0-483f-816a-14956e57c46a
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ff37b0dd-73b0-47e1-91bf-a7d31819a881: Amount of 61 has to sent to Account number c7294350-182a-45df-9e1f-ec9c78c1aa06
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 787 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 827d65d8-d4a1-4f25-a01a-b4f96c7dbe1c: Amount of 804 has to sent to Account number 84a1a8d9-08b8-4a1f-9d00-06fb4489021f
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7dc61e3f-7ca3-40a1-b67e-af031a0e31fb: Amount of 478 has to sent to Account number 9d9ff863-9060-478d-85ae-420d43d23d2e
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 84a1a8d9-08b8-4a1f-9d00-06fb4489021f: Amount of 804 has been received from Account number 827d65d8-d4a1-4f25-a01a-b4f96c7dbe1c
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 787 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3596628-fd71-45dd-b1a6-d5bd4869643c: Amount of 673 has to sent to Account number da5feb75-0f0d-4281-9def-318840fa4895
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9d9ff863-9060-478d-85ae-420d43d23d2e: Amount of 478 has been received from Account number 7dc61e3f-7ca3-40a1-b67e-af031a0e31fb
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of da5feb75-0f0d-4281-9def-318840fa4895: Amount of 673 has been received from Account number c3596628-fd71-45dd-b1a6-d5bd4869643c
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of d77abe2a-bdc5-4df6-978a-b9112505005e: Amount of 974 has to sent to Account number 4172c016-dde7-476a-b68b-6363dbf6725c
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 397898e3-693d-40e4-84b7-2a966fd81c70: Amount of 344 has to sent to Account number 6b190504-b706-4d38-96c8-535c912c85a6
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 889 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 266c1fbd-310f-4925-88d8-57261d56bbb3: Amount of 811 has to sent to Account number 0b4f93cf-8a64-488d-81ae-7ae96cab1ad8
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 603 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 603 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 637 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 637 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0b4f93cf-8a64-488d-81ae-7ae96cab1ad8: Amount of 811 has been received from Account number 266c1fbd-310f-4925-88d8-57261d56bbb3
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 594 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 594 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 66008957-f019-428d-aab1-6f1806ac25cb: Amount of 801 has been received from Account number e6cce5c3-3cfe-4609-815c-befed7ea53bb
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 460 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 18 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of c2ae9a95-c854-453c-a048-30fc3843e298: Amount of 108 has to sent to Account number 22fcdfdb-9020-4ef3-82a3-376f086e9c3a
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 39 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 460 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 39 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 531 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 80 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 531 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 99842c52-659b-441a-a83f-62c542055b0b: Amount of 603 has to sent to Account number d70fbe0f-ff00-41f1-9f06-f6ab7b062dba
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of f294cbdf-4e1c-4c91-84a5-0dc1d33226c5: Amount of 589 has been received from Account number 617421a8-669a-4bc0-a7ee-d8b0b6f0560c
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 457 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ff974645-3454-430c-9004-293caff82aff: Amount of 597 has been received from Account number fa012dd8-cd7b-44d6-8983-0a6cb1356a1a
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 4 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of d70fbe0f-ff00-41f1-9f06-f6ab7b062dba: Amount of 603 has been received from Account number 99842c52-659b-441a-a83f-62c542055b0b
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of b3cdaaca-837b-47e1-9e42-ff124e2a325b: Amount of 961 has to sent to Account number 2037821d-889e-4743-b1db-56b72dd877e8
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2037821d-889e-4743-b1db-56b72dd877e8: Amount of 961 has been received from Account number b3cdaaca-837b-47e1-9e42-ff124e2a325b
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 176 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of baab9568-709e-4fe3-8c4f-872af67a3e08: Amount of 543 has to sent to Account number d3b67a1e-eaed-47c3-a28d-cd554e9765b8
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 543 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of d3b67a1e-eaed-47c3-a28d-cd554e9765b8: Amount of 543 has been received from Account number baab9568-709e-4fe3-8c4f-872af67a3e08
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 543 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of aa7ab7ce-6a43-4d3a-ba25-3d89b621c2e8: Amount of 954 has to sent to Account number 43237c43-8c0c-4788-81b9-a472c682a535
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of f1b79cab-6083-40e6-8107-2c4e7b40fd8e: Amount of 722 has to sent to Account number 69e37451-69da-4301-ba9a-181bd7783685
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 69e37451-69da-4301-ba9a-181bd7783685: Amount of 722 has been received from Account number f1b79cab-6083-40e6-8107-2c4e7b40fd8e
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0fd9084f-7189-4185-9e16-1743949bad7a: Amount of 720 has to sent to Account number c9aebd6a-424f-4e2b-9bef-444d7e4ea866
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c1c1b322-8742-42c7-910a-69878e5a3caa: Amount of 853 has to sent to Account number becf76ac-e62b-467e-8ef0-64054359ffc3
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of c9aebd6a-424f-4e2b-9bef-444d7e4ea866: Amount of 720 has been received from Account number 0fd9084f-7189-4185-9e16-1743949bad7a
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of becf76ac-e62b-467e-8ef0-64054359ffc3: Amount of 853 has been received from Account number c1c1b322-8742-42c7-910a-69878e5a3caa
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of d1ca07e1-7bcd-4e51-b3ad-d6a6c3d13ae0: Amount of 674 has to sent to Account number 24faa0d3-6aac-42f5-9eb4-a816d0b542e9
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 24faa0d3-6aac-42f5-9eb4-a816d0b542e9: Amount of 674 has been received from Account number d1ca07e1-7bcd-4e51-b3ad-d6a6c3d13ae0
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 69 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of b548c808-77e3-4f72-8f22-a52cb3b0810c: Amount of 750 has to sent to Account number 10c1c026-a442-4dac-be76-8786d63fbd84
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 69 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 10c1c026-a442-4dac-be76-8786d63fbd84: Amount of 750 has been received from Account number b548c808-77e3-4f72-8f22-a52cb3b0810c
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 630 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d2491c5-6df0-4558-a58d-ff6b7fa01ff0: Amount of 55 has to sent to Account number a4bf62d5-803e-4878-9274-605e5dd85c6a
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 45 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 630 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4bf62d5-803e-4878-9274-605e5dd85c6a: Amount of 55 has been received from Account number 6d2491c5-6df0-4558-a58d-ff6b7fa01ff0
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 786 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of dde9436d-6251-420e-9c5f-f03fa3ad9b13: Amount of 337 has to sent to Account number 58ae06ff-5cd4-4d54-b912-46f19268a58c
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 58ae06ff-5cd4-4d54-b912-46f19268a58c: Amount of 337 has been received from Account number dde9436d-6251-420e-9c5f-f03fa3ad9b13
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2a7b35fd-0649-4c1d-a749-63d218324656: Amount of 650 has been received from Account number 95de08b4-6546-4a19-9f65-91298c6caeb1
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 73f22cd7-23d9-41c2-8b48-81c0aa42fb76: Amount of 893 has to sent to Account number b69d9ee9-58c8-4746-992f-dbb4ece4d3f3
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 598 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of d7da6e15-4b33-41da-9e63-e91be2c1c36a: Amount of 256 has to sent to Account number cf7cbda3-9b46-4113-9df9-d5b5d1bbde45
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 612 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 29 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf7cbda3-9b46-4113-9df9-d5b5d1bbde45: Amount of 256 has been received from Account number d7da6e15-4b33-41da-9e63-e91be2c1c36a
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 926 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98297520-be67-4cc7-97bd-8a25c5da6d39: Amount of 528 has to sent to Account number 5ee63ecc-225b-4a7f-b076-2ba22a05f422
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5ee63ecc-225b-4a7f-b076-2ba22a05f422: Amount of 528 has been received from Account number 98297520-be67-4cc7-97bd-8a25c5da6d39
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 48483d4c-813d-4d9d-945e-6f68c8303d68: Amount of 114 has to sent to Account number 6a96656d-b309-409b-a16a-f9b4933a3c5e
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a96656d-b309-409b-a16a-f9b4933a3c5e: Amount of 114 has been received from Account number 48483d4c-813d-4d9d-945e-6f68c8303d68
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of b72f34d4-2344-4a20-93ee-497badad94f1: Amount of 767 has to sent to Account number d45ed6fb-b03a-4758-8eba-b77e9ea71e21
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of d45ed6fb-b03a-4758-8eba-b77e9ea71e21: Amount of 767 has been received from Account number b72f34d4-2344-4a20-93ee-497badad94f1
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of e28efd74-634c-404f-838a-4be9d79c977f: Amount of 658 has to sent to Account number 2a07de49-b84c-4961-bb4b-fcb3e30ef6f0
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2a07de49-b84c-4961-bb4b-fcb3e30ef6f0: Amount of 658 has been received from Account number e28efd74-634c-404f-838a-4be9d79c977f
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 598 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 30fc3028-96e7-4036-aaf9-bf02f466edfa: Amount of 219 has to sent to Account number 90cf8e4c-155b-4c57-b5eb-be215bce952f
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90cf8e4c-155b-4c57-b5eb-be215bce952f: Amount of 219 has been received from Account number 30fc3028-96e7-4036-aaf9-bf02f466edfa
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 730 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 03112223-12f2-425e-a2c8-a7d092f667ec: Amount of 972 has to sent to Account number 343002fc-6bb0-4f87-b9de-de3e198f0f32
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 730 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 343002fc-6bb0-4f87-b9de-de3e198f0f32: Amount of 972 has been received from Account number 03112223-12f2-425e-a2c8-a7d092f667ec
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 317 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 04cbecb4-1bc9-46f6-8b56-5d04627505cf: Amount of 594 has to sent to Account number 6202abe0-4667-4742-aa93-254d66ea1e69
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6202abe0-4667-4742-aa93-254d66ea1e69: Amount of 594 has been received from Account number 04cbecb4-1bc9-46f6-8b56-5d04627505cf
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 187 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of e9aa4fb9-e39c-422a-a01c-5190f0be699f: Amount of 845 has to sent to Account number 51661475-01cb-4a78-ba1c-9e59ebf3c15a
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 51661475-01cb-4a78-ba1c-9e59ebf3c15a: Amount of 845 has been received from Account number e9aa4fb9-e39c-422a-a01c-5190f0be699f
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 407 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 930 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 605 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc1c8dd8-b069-4bbb-8e3f-04e9c419de50: Amount of 422 has to sent to Account number 1369f5a6-37df-4c96-b0c9-5f7358cba8ad
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 930 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 690 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1369f5a6-37df-4c96-b0c9-5f7358cba8ad: Amount of 422 has been received from Account number bc1c8dd8-b069-4bbb-8e3f-04e9c419de50
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 198 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 198 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 500 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 500 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 251 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 251 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 2 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 2 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 144 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 144 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 281 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f4e3b00-e644-4567-b114-e6e67c883ad7: Amount of 563 has been received from Account number f58d147c-e3d3-4d2a-b486-bf9e8b6cc003
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 281 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 218 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of f5c35341-18f1-4abe-bbc1-a98424706e02: Amount of 163 has to sent to Account number 7047088a-212d-4b21-8eae-b533f718a375
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee42ca6b-53b8-4002-a6bc-1e8460c12a30: Amount of 898 has to sent to Account number 8868b73d-37bb-4491-beaa-4c21123fbbef
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8868b73d-37bb-4491-beaa-4c21123fbbef: Amount of 898 has been received from Account number ee42ca6b-53b8-4002-a6bc-1e8460c12a30
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 31 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4b59d4fc-0d90-4861-8c3c-f7bbe7a19263: Amount of 205 has to sent to Account number 52ca7018-457b-4756-b884-35a83b474996
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 52ca7018-457b-4756-b884-35a83b474996: Amount of 205 has been received from Account number 4b59d4fc-0d90-4861-8c3c-f7bbe7a19263
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of f278236b-067c-4c4e-8090-c9aa016877ef: Amount of 75 has to sent to Account number 42a13bb7-052b-4a19-9f8b-c157e9061c72
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 759 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42a13bb7-052b-4a19-9f8b-c157e9061c72: Amount of 75 has been received from Account number f278236b-067c-4c4e-8090-c9aa016877ef
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 787 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 66 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 114db19d-c986-4402-bbe2-93ac131538e7: Amount of 291 has to sent to Account number 41395b35-2921-458a-862d-c3b5f92668f7
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a67df09-4ea0-4429-8d2b-bd6902a242c3: Amount of 166 has to sent to Account number 9b48bf61-058c-4786-9ce2-ca882ce98b3a
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 993 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 41395b35-2921-458a-862d-c3b5f92668f7: Amount of 291 has been received from Account number 114db19d-c986-4402-bbe2-93ac131538e7
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 993 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1de1a2ea-8c50-4c23-8094-3690298005f2: Amount of 911 has to sent to Account number e80e4393-0596-478f-b15d-73bc1c3a87be
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of e80e4393-0596-478f-b15d-73bc1c3a87be: Amount of 911 has been received from Account number 1de1a2ea-8c50-4c23-8094-3690298005f2
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 14e8ef7f-fa63-4970-b3c7-69c71fc45c17: Amount of 6 has to sent to Account number 2031b8e9-3a36-431f-8248-bead83908d3e
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2031b8e9-3a36-431f-8248-bead83908d3e: Amount of 6 has been received from Account number 14e8ef7f-fa63-4970-b3c7-69c71fc45c17
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e342814-1dbc-475b-9a73-b93ba34260d0: Amount of 380 has been received from Account number 9962ba19-8028-400c-90cd-dffebe586d42
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of c4d9d0e7-75a2-46e4-aa9f-b76c9bac76e7: Amount of 33 has to sent to Account number 035deb31-c83e-4439-8156-6c564fcafae6
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 035deb31-c83e-4439-8156-6c564fcafae6: Amount of 33 has been received from Account number c4d9d0e7-75a2-46e4-aa9f-b76c9bac76e7
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 269 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 269 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 701 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 701 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 679 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 679 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 729 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 729 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of e21b6855-949c-4e65-a707-0752d2b06211: Amount of 253 has been received from Account number 43b05294-71ee-47d1-8590-796ef04a1f54
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 3 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of e8184a0a-b46a-476c-bf5b-804fedf1e1fa: Amount of 430 has to sent to Account number 36667f93-4e69-4db8-9e31-6316f075ada1
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c7294350-182a-45df-9e1f-ec9c78c1aa06: Amount of 61 has been received from Account number ff37b0dd-73b0-47e1-91bf-a7d31819a881
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 36667f93-4e69-4db8-9e31-6316f075ada1: Amount of 430 has been received from Account number e8184a0a-b46a-476c-bf5b-804fedf1e1fa
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 77 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4172c016-dde7-476a-b68b-6363dbf6725c: Amount of 974 has been received from Account number d77abe2a-bdc5-4df6-978a-b9112505005e
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 77 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 171 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of cd677ab7-d242-4fd6-92d2-fb12190e0c4c: Amount of 248 has to sent to Account number 73230d1d-e945-469c-a825-31225ef31717
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b190504-b706-4d38-96c8-535c912c85a6: Amount of 344 has been received from Account number 397898e3-693d-40e4-84b7-2a966fd81c70
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 73230d1d-e945-469c-a825-31225ef31717: Amount of 248 has been received from Account number cd677ab7-d242-4fd6-92d2-fb12190e0c4c
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of de62e7b8-07f2-49c4-9761-a422b803bd0e: Amount of 206 has to sent to Account number cb0c9311-064e-4b75-8f1d-89d54004505e
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ae14219-cea4-4ba3-b79e-90c5dd2fbe10: Amount of 176 has to sent to Account number ab17341a-e092-4eb6-870d-43ef828faf2f
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of cb0c9311-064e-4b75-8f1d-89d54004505e: Amount of 206 has been received from Account number de62e7b8-07f2-49c4-9761-a422b803bd0e
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b258777-542d-48ca-96b0-19d1ae445863: Amount of 378 has to sent to Account number 3ff57f44-317d-4221-b2f1-55d712b18b03
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22fcdfdb-9020-4ef3-82a3-376f086e9c3a: Amount of 108 has been received from Account number c2ae9a95-c854-453c-a048-30fc3843e298
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ff57f44-317d-4221-b2f1-55d712b18b03: Amount of 378 has been received from Account number 5b258777-542d-48ca-96b0-19d1ae445863
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 45fa8f45-f0ed-40db-8fd1-894471d8ef2b: Amount of 872 has to sent to Account number 5cb08223-6962-4a33-b91d-da6c432a7e46
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 80 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2fe1e1b7-77e7-4799-bfd7-7f0b65eea925: Amount of 851 has to sent to Account number a4267604-3707-4145-83c0-6e705db13f46
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4267604-3707-4145-83c0-6e705db13f46: Amount of 851 has been received from Account number 2fe1e1b7-77e7-4799-bfd7-7f0b65eea925
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 590 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 590 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of a34294a3-6f9c-4778-9cd1-ee31234677a2: Amount of 465 has to sent to Account number 24a3547e-f9fc-4416-8c01-3638a9e1ecb2
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 646 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 24a3547e-f9fc-4416-8c01-3638a9e1ecb2: Amount of 465 has been received from Account number a34294a3-6f9c-4778-9cd1-ee31234677a2
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 4 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ff367662-0e1e-49d9-afc5-3b8aa30d28e8: Amount of 578 has to sent to Account number 1bf94e54-968f-497e-beee-85814bf12ae4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1bf94e54-968f-497e-beee-85814bf12ae4: Amount of 578 has been received from Account number ff367662-0e1e-49d9-afc5-3b8aa30d28e8
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 522 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 522 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 420 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 16ae69dd-e7ca-4ccf-8842-88bed80ef127: Amount of 369 has to sent to Account number 95bd26ad-d87f-49c5-a1cd-1ad8f680927f
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95bd26ad-d87f-49c5-a1cd-1ad8f680927f: Amount of 369 has been received from Account number 16ae69dd-e7ca-4ccf-8842-88bed80ef127
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95ed8cfd-62c2-4c79-826a-23303ae37b54: Amount of 936 has to sent to Account number 319dcad3-8afd-4b68-89a5-1f241ce972cb
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1d802613-c8b6-4d56-bfaa-98e3171ba908: Amount of 715 has to sent to Account number 487e118d-7ea3-4517-b238-895c227bce99
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 319dcad3-8afd-4b68-89a5-1f241ce972cb: Amount of 936 has been received from Account number 95ed8cfd-62c2-4c79-826a-23303ae37b54
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 487e118d-7ea3-4517-b238-895c227bce99: Amount of 715 has been received from Account number 1d802613-c8b6-4d56-bfaa-98e3171ba908
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 447 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f8523fc-79c2-4152-b518-c7e1bda8a35d: Amount of 328 has to sent to Account number 17fae5d7-36ec-4315-b8a1-efab75678b66
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 17fae5d7-36ec-4315-b8a1-efab75678b66: Amount of 328 has been received from Account number 5f8523fc-79c2-4152-b518-c7e1bda8a35d
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 447 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 43237c43-8c0c-4788-81b9-a472c682a535: Amount of 954 has been received from Account number aa7ab7ce-6a43-4d3a-ba25-3d89b621c2e8
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1815c4c9-b031-436e-b724-c6296766cce1: Amount of 988 has to sent to Account number 931a79ff-8be5-4519-9716-9ff35f3ab19c
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 931a79ff-8be5-4519-9716-9ff35f3ab19c: Amount of 988 has been received from Account number 1815c4c9-b031-436e-b724-c6296766cce1
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 76beba12-ac6c-48ef-be81-5729aeb35bb2: Amount of 26 has to sent to Account number b8b8a3cd-3672-4ef8-804e-547177915b40
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of eedaadb1-847a-4c69-b613-f10ebfe5cf58: Amount of 929 has to sent to Account number 924ff72e-8926-4cbd-8d92-b10ede7cc000
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of c07532ca-d112-433a-b5dc-0536c381c600: Amount of 906 has to sent to Account number 94fb823a-1bbf-49eb-9ae7-06a4608d05ef
2024-07-09 19:26:08.831  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 09f4244c-5c43-4520-a20f-01c9d35ae2ee: Amount of 961 has to sent to Account number f81632f4-db4c-4c52-a8a3-77874bd24c3a
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 94fb823a-1bbf-49eb-9ae7-06a4608d05ef: Amount of 906 has been received from Account number c07532ca-d112-433a-b5dc-0536c381c600
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 920 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of f81632f4-db4c-4c52-a8a3-77874bd24c3a: Amount of 961 has been received from Account number 09f4244c-5c43-4520-a20f-01c9d35ae2ee
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 920 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 528 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22db7eb5-7332-4a54-aff4-8497e3a088eb: Amount of 178 has to sent to Account number f52d8c5c-e06c-490b-a882-ac45665b4708
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 528 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of f52d8c5c-e06c-490b-a882-ac45665b4708: Amount of 178 has been received from Account number 22db7eb5-7332-4a54-aff4-8497e3a088eb
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 642 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 642 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of b9ddf854-1006-4720-957b-78ead7fef64f: Amount of 335 has to sent to Account number 1cf1917c-4ae0-46a0-be52-cff5d18a425e
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 871 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1cf1917c-4ae0-46a0-be52-cff5d18a425e: Amount of 335 has been received from Account number b9ddf854-1006-4720-957b-78ead7fef64f
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 871 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 33f4ae19-ca23-4ef9-bd51-95b6c03d5bbc: Amount of 592 has to sent to Account number 95ba871d-7ad2-450b-8f8b-c503667feab5
2024-07-09 19:26:08.831  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 121 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95ba871d-7ad2-450b-8f8b-c503667feab5: Amount of 592 has been received from Account number 33f4ae19-ca23-4ef9-bd51-95b6c03d5bbc
2024-07-09 19:26:08.831  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 786 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of e10c5547-b653-4777-b317-632810812e29: Amount of 137 has to sent to Account number 94861810-bd35-48e2-a57a-b380bc28a4b4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 94861810-bd35-48e2-a57a-b380bc28a4b4: Amount of 137 has been received from Account number e10c5547-b653-4777-b317-632810812e29
2024-07-09 19:26:08.831  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of b69d9ee9-58c8-4746-992f-dbb4ece4d3f3: Amount of 893 has been received from Account number 73f22cd7-23d9-41c2-8b48-81c0aa42fb76
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 612 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of f66d5158-7cf8-452b-b8ef-138210c311d5: Amount of 820 has to sent to Account number 97905a1b-4d1e-4975-ac36-a506b317d7bf
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 926 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 97905a1b-4d1e-4975-ac36-a506b317d7bf: Amount of 820 has been received from Account number f66d5158-7cf8-452b-b8ef-138210c311d5
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 814 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 317 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 814 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of d578a001-7ab1-4cce-b6fd-f134bb877bb6: Amount of 753 has to sent to Account number 74893c5d-4015-4e03-ba40-361aa63b931f
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 187 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 502 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1cdff89a-4a3d-4478-860e-7481b6bfa9ae: Amount of 478 has to sent to Account number 26e01dd3-a9c9-4836-b3a1-22a6aeeba7a0
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 502 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 793 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 605 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 793 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 690 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 935 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 765b4e03-2268-4012-bb12-9197e66ef17f: Amount of 621 has to sent to Account number 41bd6b83-8180-4bf0-922f-453fd55efeec
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 145 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 218 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 145 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7047088a-212d-4b21-8eae-b533f718a375: Amount of 163 has been received from Account number f5c35341-18f1-4abe-bbc1-a98424706e02
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 571 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 383acc1e-9a0d-455b-b91b-6144ee5a36e3: Amount of 309 has to sent to Account number 60dce527-ab2f-4298-816f-50379ce1e96d
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 571 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of e6742cbe-bbd6-4aee-94ba-c6b3bf3b2f77: Amount of 827 has to sent to Account number 2be0f925-c8f5-4e87-aa8a-9552edebb4c3
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 759 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2be0f925-c8f5-4e87-aa8a-9552edebb4c3: Amount of 827 has been received from Account number e6742cbe-bbd6-4aee-94ba-c6b3bf3b2f77
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 66 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d8132620-70c8-4bde-8549-64cce17f971a: Amount of 506 has to sent to Account number 710ef0c6-e704-4245-9330-ed7592701dea
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9b48bf61-058c-4786-9ce2-ca882ce98b3a: Amount of 166 has been received from Account number 6a67df09-4ea0-4429-8d2b-bd6902a242c3
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of afc0faad-3920-4cdd-b23d-957ac887c06a: Amount of 610 has to sent to Account number f6ccdff1-21b9-4c54-9451-58901b7fa11c
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98bfe9b1-6e7a-4a6e-9a93-a90f07298d32: Amount of 100 has to sent to Account number b9e3d1fd-3cba-4b3a-9131-a945f8f7ff99
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of b9e3d1fd-3cba-4b3a-9131-a945f8f7ff99: Amount of 100 has been received from Account number 98bfe9b1-6e7a-4a6e-9a93-a90f07298d32
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of f6ccdff1-21b9-4c54-9451-58901b7fa11c: Amount of 610 has been received from Account number afc0faad-3920-4cdd-b23d-957ac887c06a
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 473 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of c8591817-30cd-4934-b5df-b4838c7f4ce7: Amount of 539 has to sent to Account number b8390285-a9ed-46d9-9c91-9ab6d3fa0ebb
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 473 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 446 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 123 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 123 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 446 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 673 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 961 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 673 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 42 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of a561a713-f804-4fd3-9e6b-da3dd0cf6732: Amount of 846 has to sent to Account number 7713b7d0-dbfb-4838-8ae7-26bab7e82037
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 171 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7713b7d0-dbfb-4838-8ae7-26bab7e82037: Amount of 846 has been received from Account number a561a713-f804-4fd3-9e6b-da3dd0cf6732
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 201 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6f81c51-2033-4336-b855-a81ee86f6df5: Amount of 205 has to sent to Account number 1e0dc743-52e6-4671-ae10-3684e59ddac2
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1e0dc743-52e6-4671-ae10-3684e59ddac2: Amount of 205 has been received from Account number d6f81c51-2033-4336-b855-a81ee86f6df5
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 201 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of bfaa0758-c69c-4e67-9250-3079e63b03b8: Amount of 6 has to sent to Account number a3b42595-846f-4677-9ab5-6889cba7d66f
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 222 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 65c22faa-8824-45e9-b8a0-0df64b4bb683: Amount of 562 has to sent to Account number 301ff6e7-7dca-457d-864e-7630113ac181
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 222 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 301ff6e7-7dca-457d-864e-7630113ac181: Amount of 562 has been received from Account number 65c22faa-8824-45e9-b8a0-0df64b4bb683
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 700 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 700 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ab17341a-e092-4eb6-870d-43ef828faf2f: Amount of 176 has been received from Account number 2ae14219-cea4-4ba3-b79e-90c5dd2fbe10
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1e324167-4c6e-4f87-befa-06579a319c85: Amount of 897 has to sent to Account number 75436895-7673-4eb1-82b8-ba3b44374255
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 75436895-7673-4eb1-82b8-ba3b44374255: Amount of 897 has been received from Account number 1e324167-4c6e-4f87-befa-06579a319c85
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5cb08223-6962-4a33-b91d-da6c432a7e46: Amount of 872 has been received from Account number 45fa8f45-f0ed-40db-8fd1-894471d8ef2b
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 923 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 923 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of dce7d29d-6797-4915-945a-9f1be87cec8b: Amount of 691 has to sent to Account number 5e595ea5-f676-46c4-9c48-bcaf8aef1bc3
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 767 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5e595ea5-f676-46c4-9c48-bcaf8aef1bc3: Amount of 691 has been received from Account number dce7d29d-6797-4915-945a-9f1be87cec8b
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 767 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 962 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 962 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 125 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 646 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 959bbe96-4d7d-441a-a647-0b5b75dc8945: Amount of 784 has to sent to Account number a9228ed8-664d-4545-a099-8fecfbdcd186
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d30636ee-534e-4ee3-997f-52d950c0e947: Amount of 525 has to sent to Account number 54886eaa-1e65-4d77-ad0d-3eac9a73aeda
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a9228ed8-664d-4545-a099-8fecfbdcd186: Amount of 784 has been received from Account number 959bbe96-4d7d-441a-a647-0b5b75dc8945
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 301 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 420 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 688 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 54886eaa-1e65-4d77-ad0d-3eac9a73aeda: Amount of 525 has been received from Account number d30636ee-534e-4ee3-997f-52d950c0e947
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 301 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of b03231bd-bb3d-4585-93f3-b9afc8fbe82b: Amount of 188 has to sent to Account number ddf4833e-5a05-44d1-b6cd-4cee8e0ccaff
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ddf4833e-5a05-44d1-b6cd-4cee8e0ccaff: Amount of 188 has been received from Account number b03231bd-bb3d-4585-93f3-b9afc8fbe82b
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 350 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of e979314e-246b-4018-95f6-4b2452e68c4c: Amount of 221 has to sent to Account number 5bd1bd4c-7421-458e-85e1-1f33da44a196
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 350 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5bd1bd4c-7421-458e-85e1-1f33da44a196: Amount of 221 has been received from Account number e979314e-246b-4018-95f6-4b2452e68c4c
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of e47b4032-11ab-4844-ac86-629233c9375b: Amount of 189 has to sent to Account number 81df8f36-0c98-4cf4-a358-3ef5ff664b8d
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2861e60-9e6c-4261-9276-67b8e9b03eb0: Amount of 616 has to sent to Account number 9912e939-8d40-4fed-a212-a385a0e079dc
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9912e939-8d40-4fed-a212-a385a0e079dc: Amount of 616 has been received from Account number d2861e60-9e6c-4261-9276-67b8e9b03eb0
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81df8f36-0c98-4cf4-a358-3ef5ff664b8d: Amount of 189 has been received from Account number e47b4032-11ab-4844-ac86-629233c9375b
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of e9923948-cc5b-4006-880d-011c07ccd260: Amount of 521 has to sent to Account number 5283ec1d-cdeb-4846-ad81-b20d58ece93b
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5283ec1d-cdeb-4846-ad81-b20d58ece93b: Amount of 521 has been received from Account number e9923948-cc5b-4006-880d-011c07ccd260
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 778ea188-b71f-4fa9-a0eb-64700c198b05: Amount of 7 has to sent to Account number 8e516d66-6227-49cf-8a5d-28677c031c58
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e516d66-6227-49cf-8a5d-28677c031c58: Amount of 7 has been received from Account number 778ea188-b71f-4fa9-a0eb-64700c198b05
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 974d9a4c-72fd-4835-b961-9062541f2c06: Amount of 165 has to sent to Account number 84fa7735-14ca-477f-8d78-b82a629a591f
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5ac50ab2-3284-47a9-a836-e188fc0ebacf: Amount of 660 has to sent to Account number 94c11134-84a8-4153-9066-b46e98b722df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 875 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 875 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 653 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of b8b8a3cd-3672-4ef8-804e-547177915b40: Amount of 26 has been received from Account number 76beba12-ac6c-48ef-be81-5729aeb35bb2
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 653 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 924ff72e-8926-4cbd-8d92-b10ede7cc000: Amount of 929 has been received from Account number eedaadb1-847a-4c69-b613-f10ebfe5cf58
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8c94e59f-15fa-4246-acb5-0db2fe575d4f: Amount of 760 has to sent to Account number bc887c92-0e8f-4c48-8fa4-938796e09696
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc887c92-0e8f-4c48-8fa4-938796e09696: Amount of 760 has been received from Account number 8c94e59f-15fa-4246-acb5-0db2fe575d4f
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 200a43e2-af95-4fcc-aff4-1c53673990d2: Amount of 746 has to sent to Account number 0a731271-d8de-49f3-8877-92e74f4b65f0
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 177d527e-bd12-48e8-b0f7-9edcc47d74d0: Amount of 297 has to sent to Account number c28395b1-dc82-4d65-b3f8-522900604e68
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a731271-d8de-49f3-8877-92e74f4b65f0: Amount of 746 has been received from Account number 200a43e2-af95-4fcc-aff4-1c53673990d2
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 348 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1019843c-3085-4aad-9b72-711c7084ff54: Amount of 808 has to sent to Account number 47815f9d-a53c-41a4-8e5e-7445ac56c3df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c28395b1-dc82-4d65-b3f8-522900604e68: Amount of 297 has been received from Account number 177d527e-bd12-48e8-b0f7-9edcc47d74d0
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 47815f9d-a53c-41a4-8e5e-7445ac56c3df: Amount of 808 has been received from Account number 1019843c-3085-4aad-9b72-711c7084ff54
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a6b166b0-d25a-4548-af90-8dbc398d26db: Amount of 794 has to sent to Account number ea898af0-f7a2-4b49-a443-6fdd7e9ea352
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6403de1f-e13c-45f3-96f1-5d92f796e5e3: Amount of 627 has to sent to Account number 605ca846-a537-4fec-8b37-0be544b2b229
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 121 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 605ca846-a537-4fec-8b37-0be544b2b229: Amount of 627 has been received from Account number 6403de1f-e13c-45f3-96f1-5d92f796e5e3
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 676 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 823 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 823 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 676 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 762 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 713 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 491e3671-822e-419d-ace5-8d4bb5f8563f: Amount of 380 has to sent to Account number 0f48c336-fce9-4570-b1bf-f70fa7f6d2fa
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 713 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 544 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 857 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 544 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 857 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 74893c5d-4015-4e03-ba40-361aa63b931f: Amount of 753 has been received from Account number d578a001-7ab1-4cce-b6fd-f134bb877bb6
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 937 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 218 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26e01dd3-a9c9-4836-b3a1-22a6aeeba7a0: Amount of 478 has been received from Account number 1cdff89a-4a3d-4478-860e-7481b6bfa9ae
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf15dcb3-b32c-4dea-a258-1d48c2a7283e: Amount of 140 has to sent to Account number eb24e80a-c6b6-4ded-a9a6-e9154d39f8e5
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb24e80a-c6b6-4ded-a9a6-e9154d39f8e5: Amount of 140 has been received from Account number bf15dcb3-b32c-4dea-a258-1d48c2a7283e
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 288 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c6f092f-12d9-4520-b3b9-7c14a0a05a36: Amount of 935 has to sent to Account number 15d4a363-1182-4d87-8655-7d1718baec83
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 288 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5323838f-73fe-486b-83e6-bb550ab19f4e: Amount of 258 has to sent to Account number 2cee8b19-40ad-42be-8c9a-787a7a711e87
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 15d4a363-1182-4d87-8655-7d1718baec83: Amount of 935 has been received from Account number 1c6f092f-12d9-4520-b3b9-7c14a0a05a36
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2cee8b19-40ad-42be-8c9a-787a7a711e87: Amount of 258 has been received from Account number 5323838f-73fe-486b-83e6-bb550ab19f4e
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 787a95b7-753e-491f-b0ef-eefa3c4fc534: Amount of 70 has to sent to Account number 4436ca38-4861-4747-a63f-726a3017ead2
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 935 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of d7586979-f596-4bf8-b450-8023c6f6360f: Amount of 901 has to sent to Account number b636ea61-c6ed-4562-ae72-a183327012ad
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 864 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of b636ea61-c6ed-4562-ae72-a183327012ad: Amount of 901 has been received from Account number d7586979-f596-4bf8-b450-8023c6f6360f
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 864 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 810 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 41bd6b83-8180-4bf0-922f-453fd55efeec: Amount of 621 has been received from Account number 765b4e03-2268-4012-bb12-9197e66ef17f
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 940 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 60dce527-ab2f-4298-816f-50379ce1e96d: Amount of 309 has been received from Account number 383acc1e-9a0d-455b-b91b-6144ee5a36e3
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 31a5b8a7-3070-43ee-a53b-6a6d501bfd22: Amount of 166 has to sent to Account number 3452de59-5220-46ae-ad09-205b3627cf34
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 361 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 646 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 710ef0c6-e704-4245-9330-ed7592701dea: Amount of 506 has been received from Account number d8132620-70c8-4bde-8549-64cce17f971a
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 646 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of eab4bd95-2d61-4717-b2b5-b1b5019bc5fc: Amount of 504 has to sent to Account number f74233f7-697c-4621-ae14-dff9b195464c
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of f74233f7-697c-4621-ae14-dff9b195464c: Amount of 504 has been received from Account number eab4bd95-2d61-4717-b2b5-b1b5019bc5fc
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 114ffb99-e90b-4677-9470-f27ed150d6da: Amount of 134 has to sent to Account number 47a7576e-eaee-4cf5-a1ae-71f4549dbe07
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8fd44d55-65c8-45b9-9a6f-e2b755a3a03c: Amount of 753 has to sent to Account number fc708501-845e-4a1c-a831-949973463e5c
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 674 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 674 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc708501-845e-4a1c-a831-949973463e5c: Amount of 753 has been received from Account number 8fd44d55-65c8-45b9-9a6f-e2b755a3a03c
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 796 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of bfee8fec-cefa-4138-85d5-5480462e787d: Amount of 763 has to sent to Account number 90e66229-929a-4274-9ef7-2a184900a418
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of e331a1e6-f4d7-4664-82cd-0143e76fac46: Amount of 203 has to sent to Account number 9e276c57-3f6b-489a-8fd4-c36e4df4574d
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90e66229-929a-4274-9ef7-2a184900a418: Amount of 763 has been received from Account number bfee8fec-cefa-4138-85d5-5480462e787d
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e276c57-3f6b-489a-8fd4-c36e4df4574d: Amount of 203 has been received from Account number e331a1e6-f4d7-4664-82cd-0143e76fac46
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa9d2c69-ff6a-4aac-8412-be53f698e4e8: Amount of 405 has to sent to Account number ce70af3e-a34a-486e-b738-95336a5d5095
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ce70af3e-a34a-486e-b738-95336a5d5095: Amount of 405 has been received from Account number fa9d2c69-ff6a-4aac-8412-be53f698e4e8
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 756480e8-f13d-4026-962d-dc21d07604da: Amount of 762 has to sent to Account number 1b122e59-d744-4945-b814-a3908a727de5
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of b8390285-a9ed-46d9-9c91-9ab6d3fa0ebb: Amount of 539 has been received from Account number c8591817-30cd-4934-b5df-b4838c7f4ce7
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1b122e59-d744-4945-b814-a3908a727de5: Amount of 762 has been received from Account number 756480e8-f13d-4026-962d-dc21d07604da
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 961 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 42 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of d08bb7f9-7ad1-4e48-b068-198bb9a856b6: Amount of 183 has to sent to Account number c3b17418-e389-4d87-b6b6-a7197dec9635
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 274 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.852  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4bf3f811-22a1-43c6-aa79-f2c7f5e4a168: Amount of 310 has to sent to Account number 5da5a482-72af-4eba-8688-5ac70a54162f
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 274 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.852  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5da5a482-72af-4eba-8688-5ac70a54162f: Amount of 310 has been received from Account number 4bf3f811-22a1-43c6-aa79-f2c7f5e4a168
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 46 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 46 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.852  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5aa9ce1e-aa53-4e38-af52-c0743826500a: Amount of 964 has to sent to Account number 7f19afea-b838-44b0-a15a-b95012bbc2b8
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 482 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.852  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f19afea-b838-44b0-a15a-b95012bbc2b8: Amount of 964 has been received from Account number 5aa9ce1e-aa53-4e38-af52-c0743826500a
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 482 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.852  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 44c35ccc-551d-46c6-a023-79f27f40f6a9: Amount of 67 has to sent to Account number 2fdedde5-dd84-4581-9224-f90b2e7112da
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 993 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.852  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2fdedde5-dd84-4581-9224-f90b2e7112da: Amount of 67 has been received from Account number 44c35ccc-551d-46c6-a023-79f27f40f6a9
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 993 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.852  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ef529bfa-50f1-45a4-adb9-a2213a42b12d: Amount of 373 has to sent to Account number aff192aa-abb4-4c7f-82ab-2315337e700d
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a3b42595-846f-4677-9ab5-6889cba7d66f: Amount of 6 has been received from Account number bfaa0758-c69c-4e67-9250-3079e63b03b8
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 66287188-8902-4e49-adc0-4ae0ce431bb2: Amount of 776 has to sent to Account number 6bc61ef9-18ab-4cdd-a569-658e4cc10894
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 622 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.852  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6bc61ef9-18ab-4cdd-a569-658e4cc10894: Amount of 776 has been received from Account number 66287188-8902-4e49-adc0-4ae0ce431bb2
2024-07-09 19:26:08.852  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 622 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 86775ba8-841a-4a4d-9553-ae4dbf8e7835: Amount of 885 has to sent to Account number f9300898-dad9-435e-a727-36dcc12064e1
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 125 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd3f3901-c343-4721-b9a0-bf5f0502fbb7: Amount of 79 has to sent to Account number e2ddcd31-5e48-4690-a88b-21527986ab8d
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 463 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 463 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 688 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 562 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 562 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 68 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 907cedcf-5c17-4efd-9b61-77503e4e26aa: Amount of 212 has to sent to Account number 9a6d66ba-abb6-4da0-b642-b5e0d7abfcec
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 68 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 94c11134-84a8-4153-9066-b46e98b722df: Amount of 660 has been received from Account number 5ac50ab2-3284-47a9-a836-e188fc0ebacf
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 84fa7735-14ca-477f-8d78-b82a629a591f: Amount of 165 has been received from Account number 974d9a4c-72fd-4835-b961-9062541f2c06
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 960 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.852  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of b78addfa-c6ef-4b88-89a4-f9b18c535470: Amount of 870 has to sent to Account number b31b9288-20e6-43a5-b318-0c5cfb17d28f
2024-07-09 19:26:08.852  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of b31b9288-20e6-43a5-b318-0c5cfb17d28f: Amount of 870 has been received from Account number b78addfa-c6ef-4b88-89a4-f9b18c535470
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 960 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.852  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 904c1a9f-7e6a-4ef5-a22d-23bea74547f8: Amount of 492 has to sent to Account number f4b854bb-86ee-4444-8e2b-84423b321605
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5bf2b42f-ca84-4d16-b410-503a189add47: Amount of 351 has to sent to Account number da30a022-3627-4db7-8c7b-23c9b9f63806
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 348 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.852  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of f4b854bb-86ee-4444-8e2b-84423b321605: Amount of 492 has been received from Account number 904c1a9f-7e6a-4ef5-a22d-23bea74547f8
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ea898af0-f7a2-4b49-a443-6fdd7e9ea352: Amount of 794 has been received from Account number a6b166b0-d25a-4548-af90-8dbc398d26db
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 734 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.852  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of d16621fb-e477-498a-82fd-b063138b581e: Amount of 977 has to sent to Account number c1bf405e-fbcb-4638-bd02-984de3af700e
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of f2a55d96-d5c6-4fd8-b0d4-3c9ce09948a4: Amount of 428 has to sent to Account number 2aacef28-7464-4717-8046-c86f066c70ed
2024-07-09 19:26:08.852  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of c1bf405e-fbcb-4638-bd02-984de3af700e: Amount of 977 has been received from Account number d16621fb-e477-498a-82fd-b063138b581e
2024-07-09 19:26:08.852  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2aacef28-7464-4717-8046-c86f066c70ed: Amount of 428 has been received from Account number f2a55d96-d5c6-4fd8-b0d4-3c9ce09948a4
2024-07-09 19:26:08.852  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 61f77532-bad2-4241-ac97-fd8f777b5b20: Amount of 873 has to sent to Account number a0ee7e4b-1eb6-47f1-9fba-e9eefb3a3f4a
2024-07-09 19:26:08.852  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 454ce77d-5dda-4285-9323-ecfa48e82c58: Amount of 436 has to sent to Account number 938c311c-f72b-43cb-8f24-c5b4e6634b57
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 762 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.852  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d919450-c8c0-445f-97ae-6adf50d6757b: Amount of 477 has to sent to Account number 483062d8-d35f-4fb7-a4cd-2ba6a5b19904
2024-07-09 19:26:08.852  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 938c311c-f72b-43cb-8f24-c5b4e6634b57: Amount of 436 has been received from Account number 454ce77d-5dda-4285-9323-ecfa48e82c58
2024-07-09 19:26:08.852  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 483062d8-d35f-4fb7-a4cd-2ba6a5b19904: Amount of 477 has been received from Account number 6d919450-c8c0-445f-97ae-6adf50d6757b
2024-07-09 19:26:08.852  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5403127a-a4ec-49b6-a2c3-3622afca207a: Amount of 372 has to sent to Account number ed49fffc-2ad5-47f9-ae8b-4623331e2352
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 181 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.852  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 181 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.852  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 462 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.852  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 462 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.852  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 999 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0f48c336-fce9-4570-b1bf-f70fa7f6d2fa: Amount of 380 has been received from Account number 491e3671-822e-419d-ace5-8d4bb5f8563f
2024-07-09 19:26:08.852  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 999 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.852  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 974 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 749 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.852  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 974 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.852  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 74 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 937 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 218 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.852  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 879 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 188 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 188 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4436ca38-4861-4747-a63f-726a3017ead2: Amount of 70 has been received from Account number 787a95b7-753e-491f-b0ef-eefa3c4fc534
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 705 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.852  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 879 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 705 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of d15c6f4f-5d5d-49e7-929b-9c2140f9bb5e: Amount of 969 has to sent to Account number bc09668e-09a1-4a82-abfd-82f98498572b
2024-07-09 19:26:08.852  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 621a698e-0f7a-4213-923e-1c8116ddd383: Amount of 481 has to sent to Account number 708e1448-005c-4b9c-a882-7ebab0244271
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 810 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 80 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 291 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 291 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.852  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 80 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 343 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 343 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.852  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 621 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 940 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.852  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 621 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 749 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3452de59-5220-46ae-ad09-205b3627cf34: Amount of 166 has been received from Account number 31a5b8a7-3070-43ee-a53b-6a6d501bfd22
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 749 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.852  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 224 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 663 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 361 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 752 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 662 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 47a7576e-eaee-4cf5-a1ae-71f4549dbe07: Amount of 134 has been received from Account number 114ffb99-e90b-4677-9470-f27ed150d6da
2024-07-09 19:26:08.852  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1b6155ec-65ad-4347-8c30-c1d472257f4e: Amount of 214 has to sent to Account number eedf16de-28fa-42d8-8070-2ddfba9ded8d
2024-07-09 19:26:08.846  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 796 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.846  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 126c5d94-ec5f-4578-8211-c9dae24d1b48: Amount of 229 has to sent to Account number 64b003e1-1fbc-47df-88b6-6df255d2a965
2024-07-09 19:26:08.846  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 46591609-a497-4e42-96da-35db6f22dc12: Amount of 567 has to sent to Account number 9afb7b79-dd6c-463f-bfa9-967fdd5a2a75
2024-07-09 19:26:08.852  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64b003e1-1fbc-47df-88b6-6df255d2a965: Amount of 229 has been received from Account number 126c5d94-ec5f-4578-8211-c9dae24d1b48
2024-07-09 19:26:08.852  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 395 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9afb7b79-dd6c-463f-bfa9-967fdd5a2a75: Amount of 567 has been received from Account number 46591609-a497-4e42-96da-35db6f22dc12
2024-07-09 19:26:08.852  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of bb4f2a20-5039-478f-b02d-dbe512e26698: Amount of 543 has to sent to Account number 8dba0a59-8f59-4133-93ca-374f2d4c968c
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2aa8c2d1-29a1-4b54-bcf6-70346bb106f6: Amount of 702 has to sent to Account number 37b2c792-d5e5-4c6b-bc58-98266990715c
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8dba0a59-8f59-4133-93ca-374f2d4c968c: Amount of 543 has been received from Account number bb4f2a20-5039-478f-b02d-dbe512e26698
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 395 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of e1fa448c-8cf3-4afe-9698-cb199f0058c7: Amount of 357 has to sent to Account number 2b824849-1f39-496e-99df-b0c1ca6a98e9
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 457 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b824849-1f39-496e-99df-b0c1ca6a98e9: Amount of 357 has been received from Account number e1fa448c-8cf3-4afe-9698-cb199f0058c7
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 457 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.852  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3b17418-e389-4d87-b6b6-a7197dec9635: Amount of 183 has been received from Account number d08bb7f9-7ad1-4e48-b068-198bb9a856b6
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 395 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.852  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of aff192aa-abb4-4c7f-82ab-2315337e700d: Amount of 373 has been received from Account number ef529bfa-50f1-45a4-adb9-a2213a42b12d
2024-07-09 19:26:08.852  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 14c7b109-9e1a-4a0d-bd54-b6d83cf5d135: Amount of 234 has to sent to Account number db4e11d2-63b7-45a9-8012-e844ea7699f9
2024-07-09 19:26:08.852  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1336b3e2-3231-45fe-85b7-5f2f307ace53: Amount of 418 has to sent to Account number 05712bab-798f-4c0b-a8f7-40fdaf139121
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of db4e11d2-63b7-45a9-8012-e844ea7699f9: Amount of 234 has been received from Account number 14c7b109-9e1a-4a0d-bd54-b6d83cf5d135
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of b8d48ab2-3700-4854-9d6a-e61ae94f38c8: Amount of 787 has to sent to Account number 881d300f-d47e-44c4-adf3-1f7cfbf96f48
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 57c6be54-22cc-42fd-bb8d-79559d77e56f: Amount of 799 has to sent to Account number a0b4d635-3a3b-4fdd-bbc4-84eb161cef2a
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 881d300f-d47e-44c4-adf3-1f7cfbf96f48: Amount of 787 has been received from Account number b8d48ab2-3700-4854-9d6a-e61ae94f38c8
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a0b4d635-3a3b-4fdd-bbc4-84eb161cef2a: Amount of 799 has been received from Account number 57c6be54-22cc-42fd-bb8d-79559d77e56f
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a46bb35f-11e4-489e-ae8a-410f10291d3a: Amount of 280 has to sent to Account number 3679b57e-bfec-453f-a388-90bcc628b42b
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3679b57e-bfec-453f-a388-90bcc628b42b: Amount of 280 has been received from Account number a46bb35f-11e4-489e-ae8a-410f10291d3a
2024-07-09 19:26:08.852  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 996 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of b08f76cc-2744-4f87-9e61-7efff0ff278a: Amount of 399 has to sent to Account number 491a4bc5-0511-4700-b75d-be0d2355959f
2024-07-09 19:26:08.852  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of f9300898-dad9-435e-a727-36dcc12064e1: Amount of 885 has been received from Account number 86775ba8-841a-4a4d-9553-ae4dbf8e7835
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 491a4bc5-0511-4700-b75d-be0d2355959f: Amount of 399 has been received from Account number b08f76cc-2744-4f87-9e61-7efff0ff278a
2024-07-09 19:26:08.852  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of e2ddcd31-5e48-4690-a88b-21527986ab8d: Amount of 79 has been received from Account number dd3f3901-c343-4721-b9a0-bf5f0502fbb7
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7b12ec27-000b-4fde-9f64-c9cf91bb2876: Amount of 818 has to sent to Account number d1e55c8f-8332-4c0f-9d37-225f5f9c7d77
2024-07-09 19:26:08.852  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 303 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 303 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of d1e55c8f-8332-4c0f-9d37-225f5f9c7d77: Amount of 818 has been received from Account number 7b12ec27-000b-4fde-9f64-c9cf91bb2876
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 830 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 830 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 957 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 957 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 28 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.852  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9a6d66ba-abb6-4da0-b642-b5e0d7abfcec: Amount of 212 has been received from Account number 907cedcf-5c17-4efd-9b61-77503e4e26aa
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 718 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.852  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3761bdf2-b03e-4ef8-a34f-e1232bd3c41f: Amount of 771 has to sent to Account number 7248494f-d22b-4c13-99be-fbb4bacf66e8
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 718 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.852  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of da30a022-3627-4db7-8c7b-23c9b9f63806: Amount of 351 has been received from Account number 5bf2b42f-ca84-4d16-b410-503a189add47
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 879 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 990 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0cab4c1f-c20e-4c6b-a681-b3b72142069c: Amount of 986 has to sent to Account number c323e978-aa75-4c23-96c5-774225d8b840
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 990 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 879 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 396 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 396 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 734 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 410 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.852  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of a0ee7e4b-1eb6-47f1-9fba-e9eefb3a3f4a: Amount of 873 has been received from Account number 61f77532-bad2-4241-ac97-fd8f777b5b20
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of d1b238e8-c613-4a44-9452-d83976215faa: Amount of 588 has to sent to Account number 04a8fb13-ac56-4c3d-9faf-943b54882f3e
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 04a8fb13-ac56-4c3d-9faf-943b54882f3e: Amount of 588 has been received from Account number d1b238e8-c613-4a44-9452-d83976215faa
2024-07-09 19:26:08.852  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of af9955bb-1fea-4934-808d-a4454152ce39: Amount of 984 has to sent to Account number 3416b77a-3ec3-4893-9148-5f0190d54d7d
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of a5462750-013d-48eb-a0dd-e795e7a09352: Amount of 280 has to sent to Account number e192eb04-32b9-48f3-a5e0-f4b4b557b9a5
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3416b77a-3ec3-4893-9148-5f0190d54d7d: Amount of 984 has been received from Account number af9955bb-1fea-4934-808d-a4454152ce39
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of e192eb04-32b9-48f3-a5e0-f4b4b557b9a5: Amount of 280 has been received from Account number a5462750-013d-48eb-a0dd-e795e7a09352
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 31567073-faef-4fa4-b632-6db937e57f43: Amount of 233 has to sent to Account number e3c4f515-d34a-4617-a0c9-09838d6f3800
2024-07-09 19:26:08.852  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed49fffc-2ad5-47f9-ae8b-4623331e2352: Amount of 372 has been received from Account number 5403127a-a4ec-49b6-a2c3-3622afca207a
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 728 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0b1a8ed5-0b2b-4df9-97e7-ba6639d0fcf3: Amount of 55 has to sent to Account number 1904adae-7d50-4eb8-92fe-187169a60f39
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 728 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1904adae-7d50-4eb8-92fe-187169a60f39: Amount of 55 has been received from Account number 0b1a8ed5-0b2b-4df9-97e7-ba6639d0fcf3
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 899 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 899 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 24b765b8-1ee3-43ec-b797-1520026c1537: Amount of 984 has to sent to Account number 33e05b10-d259-4217-8f11-3183e0d26906
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 33e05b10-d259-4217-8f11-3183e0d26906: Amount of 984 has been received from Account number 24b765b8-1ee3-43ec-b797-1520026c1537
2024-07-09 19:26:08.852  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8032384-07bb-4683-8b01-6a8e4751a6a2: Amount of 687 has to sent to Account number 7f1a4d6f-5636-4360-98a0-1e5e0b25d159
2024-07-09 19:26:08.852  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 749 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.852  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 74 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 490 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 490 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 498 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 825 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 825 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 498 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 8 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.852  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 809 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 809 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 771 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 849 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 771 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.852  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 708e1448-005c-4b9c-a882-7ebab0244271: Amount of 481 has been received from Account number 621a698e-0f7a-4213-923e-1c8116ddd383
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 149 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 149 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 78b9e949-d34e-4795-9697-1105a3f3c353: Amount of 80 has to sent to Account number 0bd78e43-bfa5-4968-ab64-93e11f454106
2024-07-09 19:26:08.852  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc09668e-09a1-4a82-abfd-82f98498572b: Amount of 969 has been received from Account number d15c6f4f-5d5d-49e7-929b-9c2140f9bb5e
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0bd78e43-bfa5-4968-ab64-93e11f454106: Amount of 80 has been received from Account number 78b9e949-d34e-4795-9697-1105a3f3c353
2024-07-09 19:26:08.852  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 245 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 245 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 241 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 241 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81610f44-9247-421e-889a-a45ef01c3084: Amount of 399 has to sent to Account number 05bd0bb8-1072-4e1d-ae7c-f126ffba0364
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 376 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 376 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 987 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 987 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 05bd0bb8-1072-4e1d-ae7c-f126ffba0364: Amount of 399 has been received from Account number 81610f44-9247-421e-889a-a45ef01c3084
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7eff020f-9f5f-48aa-ba8c-ceee5fd5039f: Amount of 728 has to sent to Account number a719be42-01e0-47ed-918e-5418ee090c27
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 626 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 663 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.852  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 224 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 171 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 171 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 220 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 626 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.852  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 12fe495d-1a25-4257-abff-37d009be3fa1: Amount of 256 has to sent to Account number 3f564a7a-ae03-41fa-babf-08c9af2b1a96
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f564a7a-ae03-41fa-babf-08c9af2b1a96: Amount of 256 has been received from Account number 12fe495d-1a25-4257-abff-37d009be3fa1
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 29 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.852  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 752 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 662 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 311 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 173 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 311 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 173 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.852  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of eedf16de-28fa-42d8-8070-2ddfba9ded8d: Amount of 214 has been received from Account number 1b6155ec-65ad-4347-8c30-c1d472257f4e
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 731 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 731 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 177 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 992 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 177 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 992 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.852  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 322 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 322 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 409 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 831 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 409 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 831 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 106 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 211 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 37b2c792-d5e5-4c6b-bc58-98266990715c: Amount of 702 has been received from Account number 2aa8c2d1-29a1-4b54-bcf6-70346bb106f6
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 211 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 585fb9e5-c398-4050-a77f-2898afff2293: Amount of 53 has to sent to Account number 90090ec3-e5cc-491a-af3b-113842af3225
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of a713171b-34b3-41e3-9a81-2b61751ef4d0: Amount of 28 has to sent to Account number b963abe9-55d8-4c62-ad7a-90328d45a711
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90090ec3-e5cc-491a-af3b-113842af3225: Amount of 53 has been received from Account number 585fb9e5-c398-4050-a77f-2898afff2293
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 186 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of b963abe9-55d8-4c62-ad7a-90328d45a711: Amount of 28 has been received from Account number a713171b-34b3-41e3-9a81-2b61751ef4d0
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 395 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of d74bb263-5325-46de-b5e5-1ec0f154a18e: Amount of 327 has to sent to Account number cfab63a5-0462-4f48-8ab2-2af91695214f
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1a5afc94-bc39-467c-972e-0d6d804c1f72: Amount of 575 has to sent to Account number 5b311029-f8fc-4d79-812c-9fd9031b1da5
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 05712bab-798f-4c0b-a8f7-40fdaf139121: Amount of 418 has been received from Account number 1336b3e2-3231-45fe-85b7-5f2f307ace53
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of da44be1e-ace2-41c4-b868-09a69979cfea: Amount of 825 has to sent to Account number 53e6af5f-cf57-455a-946a-42bf7a472851
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b311029-f8fc-4d79-812c-9fd9031b1da5: Amount of 575 has been received from Account number 1a5afc94-bc39-467c-972e-0d6d804c1f72
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 996 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of f89ca1ec-b66a-45ee-ba86-af29b969e137: Amount of 71 has to sent to Account number 9a1d8340-4b69-4e19-a445-41af27f9a2b3
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9a1d8340-4b69-4e19-a445-41af27f9a2b3: Amount of 71 has been received from Account number f89ca1ec-b66a-45ee-ba86-af29b969e137
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53e6af5f-cf57-455a-946a-42bf7a472851: Amount of 825 has been received from Account number da44be1e-ace2-41c4-b868-09a69979cfea
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8fbf2e45-ef5e-49ef-b11e-c6f5fefd15af: Amount of 21 has to sent to Account number 4ddcb482-7435-4e41-afbb-1a251b6eefc4
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e2296ba-c653-46e7-ab22-2c4fd01221a9: Amount of 349 has to sent to Account number 801671b9-017f-4d6c-85fa-6db6d46defbe
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of e89a76f6-e5de-4195-afdb-627fc9d01d2d: Amount of 822 has to sent to Account number 080afe24-e3b5-493b-9b9c-a9893ff2cb84
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2454350a-b375-475d-b6ea-2af9cbbce76a: Amount of 831 has to sent to Account number 85a34b4c-e43b-4c96-b571-f3e8ff00f260
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 080afe24-e3b5-493b-9b9c-a9893ff2cb84: Amount of 822 has been received from Account number e89a76f6-e5de-4195-afdb-627fc9d01d2d
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 838 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 14d9d0e0-6aaf-422a-8492-aede00d146a9: Amount of 106 has to sent to Account number 9c011a07-f19d-4961-9493-88ebd472bd63
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 838 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9c011a07-f19d-4961-9493-88ebd472bd63: Amount of 106 has been received from Account number 14d9d0e0-6aaf-422a-8492-aede00d146a9
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 828 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 28 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 775cc13c-7082-45b6-bfc7-7f53df0bb896: Amount of 517 has to sent to Account number c758633c-449e-4a8b-8016-34d2700f89c5
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of c758633c-449e-4a8b-8016-34d2700f89c5: Amount of 517 has been received from Account number 775cc13c-7082-45b6-bfc7-7f53df0bb896
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 38a20707-c386-4cbd-8003-26057a488d12: Amount of 736 has to sent to Account number 6da4f645-6e7a-4cfe-b2be-e23f2f3a25c2
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 59a79b5b-94a2-46de-b42b-f184dbf2920f: Amount of 801 has to sent to Account number ef9090d0-c6ce-47ef-9ebd-08a511f556c1
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ef9090d0-c6ce-47ef-9ebd-08a511f556c1: Amount of 801 has been received from Account number 59a79b5b-94a2-46de-b42b-f184dbf2920f
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of d9d78b54-4b7a-4679-a823-da9ac358faa0: Amount of 564 has to sent to Account number 05404fa2-0034-4fa2-97de-eef316fdb1b1
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6da4f645-6e7a-4cfe-b2be-e23f2f3a25c2: Amount of 736 has been received from Account number 38a20707-c386-4cbd-8003-26057a488d12
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 05404fa2-0034-4fa2-97de-eef316fdb1b1: Amount of 564 has been received from Account number d9d78b54-4b7a-4679-a823-da9ac358faa0
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7248494f-d22b-4c13-99be-fbb4bacf66e8: Amount of 771 has been received from Account number 3761bdf2-b03e-4ef8-a34f-e1232bd3c41f
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of c323e978-aa75-4c23-96c5-774225d8b840: Amount of 986 has been received from Account number 0cab4c1f-c20e-4c6b-a681-b3b72142069c
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 749 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6fbe708f-56e8-4f2b-9b2e-3a4535341016: Amount of 499 has to sent to Account number 44f94f72-b9c3-4452-ac1c-56547aeee868
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 749 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 44f94f72-b9c3-4452-ac1c-56547aeee868: Amount of 499 has been received from Account number 6fbe708f-56e8-4f2b-9b2e-3a4535341016
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 410 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5469930d-aa1b-4b1c-92be-60755b05c22d: Amount of 721 has to sent to Account number bd86cc4f-b8bc-49f9-89da-3d8d369adf44
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of bd86cc4f-b8bc-49f9-89da-3d8d369adf44: Amount of 721 has been received from Account number 5469930d-aa1b-4b1c-92be-60755b05c22d
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81d737cd-4639-4451-b546-8924be4b0edd: Amount of 747 has to sent to Account number 330ef761-dc0b-4027-a63f-71ecc1b1111d
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 330ef761-dc0b-4027-a63f-71ecc1b1111d: Amount of 747 has been received from Account number 81d737cd-4639-4451-b546-8924be4b0edd
2024-07-09 19:26:08.858  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 396 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 363 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of e3c4f515-d34a-4617-a0c9-09838d6f3800: Amount of 233 has been received from Account number 31567073-faef-4fa4-b632-6db937e57f43
2024-07-09 19:26:08.858  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 396 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of e05db2a4-ae86-43d8-ab88-ecf5bd03e71e: Amount of 641 has to sent to Account number 154249ca-0204-4235-9dd1-efd8624e7145
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 154249ca-0204-4235-9dd1-efd8624e7145: Amount of 641 has been received from Account number e05db2a4-ae86-43d8-ab88-ecf5bd03e71e
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8546ead5-78d1-4beb-a2ef-0b1af605a41c: Amount of 837 has to sent to Account number 5fe553c0-ecc0-4425-8218-0c9755642526
2024-07-09 19:26:08.858  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 819 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5fe553c0-ecc0-4425-8218-0c9755642526: Amount of 837 has been received from Account number 8546ead5-78d1-4beb-a2ef-0b1af605a41c
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of b2b130f9-ec56-41ac-892f-fa8ec4d9c676: Amount of 266 has to sent to Account number 1269a52f-4334-40f3-a1aa-bf0bfcfe305e
2024-07-09 19:26:08.858  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 819 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 27d94219-0c4e-433e-afdc-607415eba3cb: Amount of 337 has to sent to Account number 261cc806-bf84-4710-8c50-8876183dd73d
2024-07-09 19:26:08.858  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 307 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f1a4d6f-5636-4360-98a0-1e5e0b25d159: Amount of 687 has been received from Account number a8032384-07bb-4683-8b01-6a8e4751a6a2
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 261cc806-bf84-4710-8c50-8876183dd73d: Amount of 337 has been received from Account number 27d94219-0c4e-433e-afdc-607415eba3cb
2024-07-09 19:26:08.858  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 307 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of fea6c683-1f7a-4841-9f36-2cea081b11b3: Amount of 146 has to sent to Account number 43a80c2d-bef6-4ce8-89b9-cef43b2a27c8
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1328d5a3-e3a9-4bea-b680-acd9e8805810: Amount of 492 has to sent to Account number 624f074b-3fa6-42a0-b0fc-cd006bb61b81
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 43a80c2d-bef6-4ce8-89b9-cef43b2a27c8: Amount of 146 has been received from Account number fea6c683-1f7a-4841-9f36-2cea081b11b3
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 624f074b-3fa6-42a0-b0fc-cd006bb61b81: Amount of 492 has been received from Account number 1328d5a3-e3a9-4bea-b680-acd9e8805810
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d6ed5da-ed91-4aa5-8794-952014a2d5ad: Amount of 475 has to sent to Account number 9b94252d-c759-4d93-824e-bebe351a98de
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9b94252d-c759-4d93-824e-bebe351a98de: Amount of 475 has been received from Account number 5d6ed5da-ed91-4aa5-8794-952014a2d5ad
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 906 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1716168f-add1-4df8-915e-a2c9e136bc8f: Amount of 407 has to sent to Account number 732c8c0e-3784-4f1a-9bff-09fd0cad141a
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 511 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 732c8c0e-3784-4f1a-9bff-09fd0cad141a: Amount of 407 has been received from Account number 1716168f-add1-4df8-915e-a2c9e136bc8f
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of e0af1dfb-dbdb-4ce3-9457-444b3d39422b: Amount of 689 has to sent to Account number ec5c093b-5660-4969-8865-d8e9637a002a
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ec5c093b-5660-4969-8865-d8e9637a002a: Amount of 689 has been received from Account number e0af1dfb-dbdb-4ce3-9457-444b3d39422b
2024-07-09 19:26:08.858  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 511 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 8 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 849 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.858  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 920 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.858  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 920 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 176 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7af1ea48-8338-45d0-b06b-78c76a3076e3: Amount of 113 has to sent to Account number f3f026c3-9226-4bda-b29a-cc85af9ef231
2024-07-09 19:26:08.858  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 236 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.858  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of f3f026c3-9226-4bda-b29a-cc85af9ef231: Amount of 113 has been received from Account number 7af1ea48-8338-45d0-b06b-78c76a3076e3
2024-07-09 19:26:08.858  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 236 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.858  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of a5ded858-4167-45f4-b90a-e1281d09c532: Amount of 803 has to sent to Account number 7f1fec56-b8d7-457b-8307-d999eab0282d
2024-07-09 19:26:08.858  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 216 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 3 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of a719be42-01e0-47ed-918e-5418ee090c27: Amount of 728 has been received from Account number 7eff020f-9f5f-48aa-ba8c-ceee5fd5039f
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 220 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.858  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b648792-f4e8-4e14-a21a-e0b4afc86590: Amount of 370 has to sent to Account number 9502d37c-4b93-44ff-8148-2b88f63773fd
2024-07-09 19:26:08.858  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9502d37c-4b93-44ff-8148-2b88f63773fd: Amount of 370 has been received from Account number 6b648792-f4e8-4e14-a21a-e0b4afc86590
2024-07-09 19:26:08.858  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 970 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.858  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 970 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.858  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 29 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.858  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 29 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 513 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8a261a42-5070-47de-b020-769c53945ee1: Amount of 271 has to sent to Account number f72142c8-8bdf-47aa-bf0f-c76d7300fd23
2024-07-09 19:26:08.858  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 513 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of f72142c8-8bdf-47aa-bf0f-c76d7300fd23: Amount of 271 has been received from Account number 8a261a42-5070-47de-b020-769c53945ee1
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 29 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.858  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 874 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.858  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 831 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9039e059-6582-43b1-8418-440a2bd929c3: Amount of 955 has to sent to Account number d40e1ae5-c164-43a9-a67b-09648b96fd24
2024-07-09 19:26:08.858  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d40e1ae5-c164-43a9-a67b-09648b96fd24: Amount of 955 has been received from Account number 9039e059-6582-43b1-8418-440a2bd929c3
2024-07-09 19:26:08.858  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 874 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 535 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.858  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 535 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.858  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 721 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 106 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.858  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 721 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 01598cee-c0f5-46e7-8f64-62a5166a5b14: Amount of 810 has to sent to Account number 4b095f87-fd37-40f8-a01e-de5fc866632c
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 114 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.858  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4b095f87-fd37-40f8-a01e-de5fc866632c: Amount of 810 has been received from Account number 01598cee-c0f5-46e7-8f64-62a5166a5b14
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 26267630-db95-48da-8421-1422693d5b12: Amount of 382 has to sent to Account number d5686eb0-9244-4d20-82c4-cd9653f7f1e4
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 186 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 842 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.858  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 428 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.858  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 842 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of cfab63a5-0462-4f48-8ab2-2af91695214f: Amount of 327 has been received from Account number d74bb263-5325-46de-b5e5-1ec0f154a18e
2024-07-09 19:26:08.858  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 342 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 599 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7dec032d-fe1e-4012-9ff3-df19dca00dca: Amount of 894 has to sent to Account number 455639b4-5956-4f21-9406-02710e9e7fbf
2024-07-09 19:26:08.858  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 599 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 455639b4-5956-4f21-9406-02710e9e7fbf: Amount of 894 has been received from Account number 7dec032d-fe1e-4012-9ff3-df19dca00dca
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4ddcb482-7435-4e41-afbb-1a251b6eefc4: Amount of 21 has been received from Account number 8fbf2e45-ef5e-49ef-b11e-c6f5fefd15af
2024-07-09 19:26:08.858  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 771 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.858  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 771 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 984d2b9f-943d-4f5c-b9b9-8a512cf99fe3: Amount of 505 has to sent to Account number d7881f54-dc44-4792-9458-25355c0fbebe
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 801671b9-017f-4d6c-85fa-6db6d46defbe: Amount of 349 has been received from Account number 3e2296ba-c653-46e7-ab22-2c4fd01221a9
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of d7881f54-dc44-4792-9458-25355c0fbebe: Amount of 505 has been received from Account number 984d2b9f-943d-4f5c-b9b9-8a512cf99fe3
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 85a34b4c-e43b-4c96-b571-f3e8ff00f260: Amount of 831 has been received from Account number 2454350a-b375-475d-b6ea-2af9cbbce76a
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1488bab7-6de7-4ca3-9c7f-e551e18b15c1: Amount of 892 has to sent to Account number 1832a25c-4975-4fa6-a6a3-e2ca79dec494
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1832a25c-4975-4fa6-a6a3-e2ca79dec494: Amount of 892 has been received from Account number 1488bab7-6de7-4ca3-9c7f-e551e18b15c1
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 03bbed07-8b17-4789-a4df-351e1d4d099f: Amount of 656 has to sent to Account number 3e4743d2-63bb-492c-889e-a4d3257be5b2
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 38ea1fad-1dab-4df8-aea1-1e544cc991fe: Amount of 996 has to sent to Account number a18d5c1e-4b46-454b-9305-693e754db088
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of a18d5c1e-4b46-454b-9305-693e754db088: Amount of 996 has been received from Account number 38ea1fad-1dab-4df8-aea1-1e544cc991fe
2024-07-09 19:26:08.854  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 232d41a1-7abe-4da8-a168-1a28b4fdac46: Amount of 201 has to sent to Account number 770f2eca-9f7a-4e53-8833-d2622cfb4148
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 770f2eca-9f7a-4e53-8833-d2622cfb4148: Amount of 201 has been received from Account number 232d41a1-7abe-4da8-a168-1a28b4fdac46
2024-07-09 19:26:08.854  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 828 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of c5e5e156-48eb-4a8f-bb6a-6c2b251546b6: Amount of 911 has to sent to Account number 40708871-f423-4afd-a4ca-c00f22843bd8
2024-07-09 19:26:08.858  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 109 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 708 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of a20ead93-0407-4f72-9352-dc124aa14689: Amount of 544 has to sent to Account number ec289a57-92a5-4cde-be81-a9d24b2fdfe3
2024-07-09 19:26:08.858  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 708 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.858  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ec289a57-92a5-4cde-be81-a9d24b2fdfe3: Amount of 544 has been received from Account number a20ead93-0407-4f72-9352-dc124aa14689
2024-07-09 19:26:08.858  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 558 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e630f53-af66-44ec-96ae-b46e27bef999: Amount of 630 has to sent to Account number 78ceb2ee-64cf-49fe-94b4-b3ba60034494
2024-07-09 19:26:08.854  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of a6daeae4-5f8c-4b16-9461-7bf89cb7d28a: Amount of 74 has to sent to Account number c3062da8-c42e-4d95-b62a-a94758259f49
2024-07-09 19:26:08.858  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 78ceb2ee-64cf-49fe-94b4-b3ba60034494: Amount of 630 has been received from Account number 3e630f53-af66-44ec-96ae-b46e27bef999
2024-07-09 19:26:08.858  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3062da8-c42e-4d95-b62a-a94758259f49: Amount of 74 has been received from Account number a6daeae4-5f8c-4b16-9461-7bf89cb7d28a
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of f353abf4-6cc4-42fa-8bf5-49d0f2257c44: Amount of 242 has to sent to Account number d8ea219f-0171-4970-be73-6a1d2591ff47
2024-07-09 19:26:08.858  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of aca03cfb-6f1a-4f8c-890c-a7c649d6214c: Amount of 439 has to sent to Account number 2f9cb053-e38f-4246-87b0-6d8c1008f1b8
2024-07-09 19:26:08.858  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 363 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.858  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 980 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of d26a61b8-54b0-46b8-975d-32c364aa5146: Amount of 202 has to sent to Account number ab71f3b5-e231-4b38-936f-b3e7cef0eadd
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1269a52f-4334-40f3-a1aa-bf0bfcfe305e: Amount of 266 has been received from Account number b2b130f9-ec56-41ac-892f-fa8ec4d9c676
2024-07-09 19:26:08.860  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ab71f3b5-e231-4b38-936f-b3e7cef0eadd: Amount of 202 has been received from Account number d26a61b8-54b0-46b8-975d-32c364aa5146
2024-07-09 19:26:08.860  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 980 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.858  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 409 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.860  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 509 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.860  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 409 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.860  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 509 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.860  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 512 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.860  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of d8ea219f-0171-4970-be73-6a1d2591ff47: Amount of 242 has been received from Account number f353abf4-6cc4-42fa-8bf5-49d0f2257c44
2024-07-09 19:26:08.860  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 94cb072b-4f2b-4ec9-b886-1b8e39dacaaf: Amount of 41 has to sent to Account number ed8918e1-e119-45d1-a83f-bf8400aa97be
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of bcc0cdb4-5698-4027-a4e0-d43947117d64: Amount of 886 has to sent to Account number bd3480c4-af22-4871-9e56-0d5c0bfe6116
2024-07-09 19:26:08.860  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of b2bddd64-9c98-45bc-9471-f709946804de: Amount of 110 has to sent to Account number 4a84e05e-0c90-4df2-9ff5-5565bbcd7f67
2024-07-09 19:26:08.860  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4a84e05e-0c90-4df2-9ff5-5565bbcd7f67: Amount of 110 has been received from Account number b2bddd64-9c98-45bc-9471-f709946804de
2024-07-09 19:26:08.858  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 906 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 74bffc20-7925-4e16-ab26-3970df7b0c87: Amount of 293 has to sent to Account number c432585d-3eb7-4192-b08b-52b12889c43e
2024-07-09 19:26:08.858  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 789 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.858  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 128 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.858  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 176 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.858  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f1fec56-b8d7-457b-8307-d999eab0282d: Amount of 803 has been received from Account number a5ded858-4167-45f4-b90a-e1281d09c532
2024-07-09 19:26:08.860  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 655 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.861  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 655 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.861  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 417 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.861  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 417 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.861  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 577 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.861  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 577 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.861  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 117 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.861  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 117 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.861  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 541 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.861  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 541 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.858  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 216 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.858  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 3 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.861  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 893 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.858  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of d235036f-7362-4d32-a69f-547daa8b16fa: Amount of 257 has to sent to Account number 6d3214fd-5400-4c20-b0ca-5d1519f13962
2024-07-09 19:26:08.861  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d3214fd-5400-4c20-b0ca-5d1519f13962: Amount of 257 has been received from Account number d235036f-7362-4d32-a69f-547daa8b16fa
2024-07-09 19:26:08.858  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 572 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 117ce814-3ddc-402d-a120-18de50eb6b05: Amount of 324 has to sent to Account number cd8b794e-9be5-4f7f-bdc8-dc2cc88e1d5a
2024-07-09 19:26:08.862  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 572 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.858  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 831 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.862  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 832 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.858  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of a47a18cd-992a-40a6-b9fd-f52ddc1770a6: Amount of 321 has to sent to Account number 43fad3c4-27bd-4f01-868a-35b68e66c412
2024-07-09 19:26:08.862  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 832 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.862  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 784 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.862  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 230 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.858  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 892 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.862  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 230 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.862  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 892 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.862  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 381 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.858  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 349 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.862  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 797 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.862  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 797 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.858  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 170 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.862  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 839 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.862  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 839 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.858  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 114 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.858  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 46fd6731-1351-4027-aed2-bda56bf641d6: Amount of 53 has to sent to Account number 1e882aab-d2ee-4df9-a84e-6d2895ccb0b1
2024-07-09 19:26:08.862  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 787 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of d5686eb0-9244-4d20-82c4-cd9653f7f1e4: Amount of 382 has been received from Account number 26267630-db95-48da-8421-1422693d5b12
2024-07-09 19:26:08.862  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1e882aab-d2ee-4df9-a84e-6d2895ccb0b1: Amount of 53 has been received from Account number 46fd6731-1351-4027-aed2-bda56bf641d6
2024-07-09 19:26:08.858  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 428 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.858  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 342 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.862  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 973 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.862  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 973 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.862  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 592 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.862  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 224 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.862  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 592 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.862  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 224 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.858  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c31b61ca-3c2e-4391-a403-126afff6e3c6: Amount of 289 has to sent to Account number d1e6042d-9d0c-4584-8d2a-630538765e44
2024-07-09 19:26:08.862  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 975 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.862  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 975 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.862  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of d1e6042d-9d0c-4584-8d2a-630538765e44: Amount of 289 has been received from Account number c31b61ca-3c2e-4391-a403-126afff6e3c6
2024-07-09 19:26:08.862  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 552 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1094f50d-a0f2-49ae-a99f-7aae8a2c7ea0: Amount of 693 has to sent to Account number a1ffe6a6-50aa-4422-92bb-53ab0b8748bd
2024-07-09 19:26:08.862  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 552 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.862  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 410 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.858  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 372 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.862  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 410 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.862  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 372 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.858  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81bc98ed-f25d-4363-ace3-e55b31899c10: Amount of 448 has to sent to Account number 4f597f3a-4bfd-4ee8-b402-086c26336c43
2024-07-09 19:26:08.862  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 408 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.862  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f597f3a-4bfd-4ee8-b402-086c26336c43: Amount of 448 has been received from Account number 81bc98ed-f25d-4363-ace3-e55b31899c10
2024-07-09 19:26:08.862  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 408 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.862  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c1898476-4f71-4496-8496-fb995789a09f: Amount of 702 has to sent to Account number d2bda435-e4ab-4c9f-804a-a7a0831363f4
2024-07-09 19:26:08.862  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2bda435-e4ab-4c9f-804a-a7a0831363f4: Amount of 702 has been received from Account number c1898476-4f71-4496-8496-fb995789a09f
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e4743d2-63bb-492c-889e-a4d3257be5b2: Amount of 656 has been received from Account number 03bbed07-8b17-4789-a4df-351e1d4d099f
2024-07-09 19:26:08.863  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 039ab9e7-00ef-4dcb-a11b-82003d4caba3: Amount of 218 has to sent to Account number b20e632a-d89d-406d-895b-ab7e81809015
2024-07-09 19:26:08.863  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of b20e632a-d89d-406d-895b-ab7e81809015: Amount of 218 has been received from Account number 039ab9e7-00ef-4dcb-a11b-82003d4caba3
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of e9a96433-0275-47cb-b5a3-45563553e6b6: Amount of 388 has to sent to Account number f674c636-3853-4728-a6e0-68f035607923
2024-07-09 19:26:08.863  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 743a8126-026a-4a99-9c59-6172694c95cf: Amount of 491 has to sent to Account number 86c3764a-0a92-4433-8225-627673e481c0
2024-07-09 19:26:08.858  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 109 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.863  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of f674c636-3853-4728-a6e0-68f035607923: Amount of 388 has been received from Account number e9a96433-0275-47cb-b5a3-45563553e6b6
2024-07-09 19:26:08.858  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 40708871-f423-4afd-a4ca-c00f22843bd8: Amount of 911 has been received from Account number c5e5e156-48eb-4a8f-bb6a-6c2b251546b6
2024-07-09 19:26:08.863  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of c76ca89b-12ff-4b05-97aa-0aab4ef89e5e: Amount of 88 has to sent to Account number 82b2e61b-a019-4002-94a8-e2a1fabcdb7a
2024-07-09 19:26:08.863  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 195 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.863  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 82b2e61b-a019-4002-94a8-e2a1fabcdb7a: Amount of 88 has been received from Account number c76ca89b-12ff-4b05-97aa-0aab4ef89e5e
2024-07-09 19:26:08.863  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 195 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.863  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 118 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.863  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 118 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.863  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 359 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.863  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of e08bfcd4-9e66-4eaf-a1b8-8c3bc0606221: Amount of 964 has to sent to Account number 951f8769-c0b7-4df1-8900-1d20341a3d25
2024-07-09 19:26:08.863  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 359 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.863  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 951f8769-c0b7-4df1-8900-1d20341a3d25: Amount of 964 has been received from Account number e08bfcd4-9e66-4eaf-a1b8-8c3bc0606221
2024-07-09 19:26:08.863  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 367 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.863  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 281ed44a-8b37-4aeb-9e0e-f4cbcdca11cd: Amount of 511 has to sent to Account number d06cfd23-72f0-442b-880d-547ac0a1e734
2024-07-09 19:26:08.863  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of d06cfd23-72f0-442b-880d-547ac0a1e734: Amount of 511 has been received from Account number 281ed44a-8b37-4aeb-9e0e-f4cbcdca11cd
2024-07-09 19:26:08.858  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 966ec30c-e24a-4108-a02f-56154ddcf5c7: Amount of 809 has to sent to Account number dab27538-dcfe-4a1e-aab6-be9e5a61e141
2024-07-09 19:26:08.863  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of dab27538-dcfe-4a1e-aab6-be9e5a61e141: Amount of 809 has been received from Account number 966ec30c-e24a-4108-a02f-56154ddcf5c7
2024-07-09 19:26:08.858  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 558 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.863  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4e1111a2-e872-4643-ac1c-8b086628dddc: Amount of 28 has to sent to Account number 13bd7f7d-2e56-4ba2-ab1b-2719444f4ea3
2024-07-09 19:26:08.863  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of a24a4341-81e4-4972-bab3-042d659fbf4e: Amount of 572 has to sent to Account number fbd0aa3a-8b3b-4786-900e-5b6f9e51f568
2024-07-09 19:26:08.858  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7192bf7b-e603-416e-b601-aec6d4aca2e3: Amount of 900 has to sent to Account number cb868180-7b69-4fd1-9f0c-23b8ae0c08ed
2024-07-09 19:26:08.863  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 304 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.863  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 13bd7f7d-2e56-4ba2-ab1b-2719444f4ea3: Amount of 28 has been received from Account number 4e1111a2-e872-4643-ac1c-8b086628dddc
2024-07-09 19:26:08.863  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 304 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.863  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of e68d2b13-1d35-49ca-9000-31ebbff281d3: Amount of 310 has to sent to Account number 1da2cae3-7213-4d2f-8d4f-65c340505f53
2024-07-09 19:26:08.860  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2f9cb053-e38f-4246-87b0-6d8c1008f1b8: Amount of 439 has been received from Account number aca03cfb-6f1a-4f8c-890c-a7c649d6214c
2024-07-09 19:26:08.860  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 330 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.860  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9b7d8d0a-c9d5-461d-9dae-6c4327f43201: Amount of 617 has to sent to Account number f9d0a4e8-441e-4753-bb9e-68f0368be1ce
2024-07-09 19:26:08.863  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 330 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.863  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of f9d0a4e8-441e-4753-bb9e-68f0368be1ce: Amount of 617 has been received from Account number 9b7d8d0a-c9d5-461d-9dae-6c4327f43201
2024-07-09 19:26:08.863  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8fa2bcf7-b71f-4f72-93ea-6df062dc223c: Amount of 505 has to sent to Account number 4449626f-046a-4f91-beb3-5a02bbfdcd98
2024-07-09 19:26:08.863  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d667f10-a5cf-4271-a008-38febe3fbb33: Amount of 366 has to sent to Account number f9305c96-786f-4882-8de6-a6a8c41874e6
2024-07-09 19:26:08.863  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4449626f-046a-4f91-beb3-5a02bbfdcd98: Amount of 505 has been received from Account number 8fa2bcf7-b71f-4f72-93ea-6df062dc223c
2024-07-09 19:26:08.863  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 209 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.863  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 18 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.863  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 209 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.863  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 832c0533-280c-4d1e-b607-074e1d03a29f: Amount of 294 has to sent to Account number b085ef2b-73bd-4c0c-9b40-54edca242a92
2024-07-09 19:26:08.863  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 18 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.863  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of b085ef2b-73bd-4c0c-9b40-54edca242a92: Amount of 294 has been received from Account number 832c0533-280c-4d1e-b607-074e1d03a29f
2024-07-09 19:26:08.863  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 241 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.863  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 241 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.863  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 68bc7fb1-bb5f-4b4f-b127-c7374226e4a0: Amount of 419 has to sent to Account number 88ff20c6-adac-4eb9-a946-60f86065c61f
2024-07-09 19:26:08.863  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 88ff20c6-adac-4eb9-a946-60f86065c61f: Amount of 419 has been received from Account number 68bc7fb1-bb5f-4b4f-b127-c7374226e4a0
2024-07-09 19:26:08.860  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 8 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.863  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 158e1029-a8e5-4b1b-963d-eb4102de322e: Amount of 851 has to sent to Account number 1d87de29-aeac-434f-a873-d75c4dd15c42
2024-07-09 19:26:08.860  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 512 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.863  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 22 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.863  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 22 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.860  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed8918e1-e119-45d1-a83f-bf8400aa97be: Amount of 41 has been received from Account number 94cb072b-4f2b-4ec9-b886-1b8e39dacaaf
2024-07-09 19:26:08.863  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 859 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.863  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 859 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.863  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 202 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.863  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c369518-cb9c-48c7-bc2f-5ea25a126bd4: Amount of 849 has to sent to Account number c81befa7-337f-4088-98be-b0b10efbe91e
2024-07-09 19:26:08.860  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of bd3480c4-af22-4871-9e56-0d5c0bfe6116: Amount of 886 has been received from Account number bcc0cdb4-5698-4027-a4e0-d43947117d64
2024-07-09 19:26:08.861  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c432585d-3eb7-4192-b08b-52b12889c43e: Amount of 293 has been received from Account number 74bffc20-7925-4e16-ab26-3970df7b0c87
2024-07-09 19:26:08.863  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of b2021c23-b7e3-41b1-9cbe-294066dad511: Amount of 379 has to sent to Account number 6118fe45-ffb0-4eb8-898c-61d9794ec961
2024-07-09 19:26:08.861  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 789 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.863  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4ae14480-d50a-4ed7-a280-61e71a4d0681: Amount of 291 has to sent to Account number 7e195a7a-6e4a-426c-a482-18b3b6323c5b
2024-07-09 19:26:08.863  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7e195a7a-6e4a-426c-a482-18b3b6323c5b: Amount of 291 has been received from Account number 4ae14480-d50a-4ed7-a280-61e71a4d0681
2024-07-09 19:26:08.863  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1b3c1263-2f56-4807-94c1-e36e9c33a1b8: Amount of 213 has to sent to Account number c1ffc32d-65ba-48bd-9989-47e02408f834
2024-07-09 19:26:08.861  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of dafc14c8-5592-4262-b84c-3110e4e45e8b: Amount of 62 has to sent to Account number 3f780351-d400-4ebd-a8fe-99d9d87afcbd
2024-07-09 19:26:08.861  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 41c677d1-801d-4679-bde9-439d6ee233b6: Amount of 52 has to sent to Account number f4020bc6-8c3c-4f08-83b1-261ab7ab14f4
2024-07-09 19:26:08.863  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f780351-d400-4ebd-a8fe-99d9d87afcbd: Amount of 62 has been received from Account number dafc14c8-5592-4262-b84c-3110e4e45e8b
2024-07-09 19:26:08.861  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 128 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.861  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 380 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.861  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 631 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.863  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 380 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.863  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of fd8d71a0-df78-4fd5-a976-3f75be20cbd9: Amount of 901 has to sent to Account number c22bf98b-6988-447f-a245-a69ce1bbd6de
2024-07-09 19:26:08.863  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 893 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.863  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of c22bf98b-6988-447f-a245-a69ce1bbd6de: Amount of 901 has been received from Account number fd8d71a0-df78-4fd5-a976-3f75be20cbd9
2024-07-09 19:26:08.861  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 445 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.863  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 445 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.863  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2cd483ac-e93f-4740-861e-4691d9822d3a: Amount of 174 has to sent to Account number 01c72333-81fb-44fa-a588-11c7784b716f
2024-07-09 19:26:08.861  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 893 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.863  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 809 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.862  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 76db535b-018d-45be-9196-53ac45e0233d: Amount of 477 has to sent to Account number 95390240-9c01-49e6-b94c-ede2ef2102b9
2024-07-09 19:26:08.863  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 809 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.862  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of cd8b794e-9be5-4f7f-bdc8-dc2cc88e1d5a: Amount of 324 has been received from Account number 117ce814-3ddc-402d-a120-18de50eb6b05
2024-07-09 19:26:08.862  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 784 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.862  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 43fad3c4-27bd-4f01-868a-35b68e66c412: Amount of 321 has been received from Account number a47a18cd-992a-40a6-b9fd-f52ddc1770a6
2024-07-09 19:26:08.863  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 723 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.862  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 381 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.863  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a6a9638-7544-4f94-ada0-548246b57b0f: Amount of 611 has to sent to Account number 148b505a-50dc-45dd-ae97-b4fdc060474c
2024-07-09 19:26:08.863  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 148b505a-50dc-45dd-ae97-b4fdc060474c: Amount of 611 has been received from Account number 6a6a9638-7544-4f94-ada0-548246b57b0f
2024-07-09 19:26:08.863  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 20717e60-92d5-4ca0-b682-f42c02768f38: Amount of 557 has to sent to Account number 6e1a5875-c36e-468b-ace6-ba5a9d616a21
2024-07-09 19:26:08.863  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee7965c2-10fc-4b55-b484-e23cd0d77244: Amount of 523 has to sent to Account number 61bd0693-ea56-400c-b71a-3e61b5086032
2024-07-09 19:26:08.863  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 61bd0693-ea56-400c-b71a-3e61b5086032: Amount of 523 has been received from Account number ee7965c2-10fc-4b55-b484-e23cd0d77244
2024-07-09 19:26:08.863  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 444 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.863  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ff9fd490-a224-405b-a369-85c1492351bc: Amount of 974 has to sent to Account number d26636b9-d30b-40e0-b283-08de09ac45b3
2024-07-09 19:26:08.863  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 444 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.862  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 349 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.862  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 170 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.863  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 983 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.863  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 65 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.862  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 807 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.863  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 983 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.863  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 65 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.862  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 787 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.862  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of cdfef0ec-1d54-4989-9e48-ec89d0867c9d: Amount of 987 has to sent to Account number 6756ce9a-a1fc-4b13-8610-8c79b90c0525
2024-07-09 19:26:08.862  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8351ce2f-f3d4-49c7-82c4-b6b3268a1e35: Amount of 105 has to sent to Account number 8e3a1405-3cd8-43a3-9855-bb18023178bf
2024-07-09 19:26:08.863  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 668 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.863  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6756ce9a-a1fc-4b13-8610-8c79b90c0525: Amount of 987 has been received from Account number cdfef0ec-1d54-4989-9e48-ec89d0867c9d
2024-07-09 19:26:08.863  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e3a1405-3cd8-43a3-9855-bb18023178bf: Amount of 105 has been received from Account number 8351ce2f-f3d4-49c7-82c4-b6b3268a1e35
2024-07-09 19:26:08.863  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 508d723c-a72d-438f-ab6a-ab2206f2363f: Amount of 286 has to sent to Account number 30b3d2e8-7293-49f3-908d-90082009aa82
2024-07-09 19:26:08.862  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 969 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.863  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of d1c08945-39e1-4056-a105-655df1447f69: Amount of 975 has to sent to Account number 4b1425a7-729a-4b20-bc4b-c791a52e2d4f
2024-07-09 19:26:08.862  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of d0d8753e-85b4-4489-99c4-abed0496f36e: Amount of 572 has to sent to Account number 2298b929-2dff-4ce3-878c-0d1e806106d1
2024-07-09 19:26:08.863  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 969 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.863  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2298b929-2dff-4ce3-878c-0d1e806106d1: Amount of 572 has been received from Account number d0d8753e-85b4-4489-99c4-abed0496f36e
2024-07-09 19:26:08.863  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 668 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.862  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a1ffe6a6-50aa-4422-92bb-53ab0b8748bd: Amount of 693 has been received from Account number 1094f50d-a0f2-49ae-a99f-7aae8a2c7ea0
2024-07-09 19:26:08.863  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 668 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.862  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 914 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.863  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 914 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.862  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 599 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.863  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b675416-7554-43a7-acf2-38f8c5eedd12: Amount of 999 has to sent to Account number 98606c40-9074-479e-b937-fe79ff9ba3b5
2024-07-09 19:26:08.863  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 86c3764a-0a92-4433-8225-627673e481c0: Amount of 491 has been received from Account number 743a8126-026a-4a99-9c59-6172694c95cf
2024-07-09 19:26:08.863  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of dcab9e5a-439d-4939-bbb7-69b49f6f071d: Amount of 242 has to sent to Account number 1df6a5e4-0d0b-48d3-a74c-5a894f995d08
2024-07-09 19:26:08.863  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 367 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.863  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of fbd0aa3a-8b3b-4786-900e-5b6f9e51f568: Amount of 572 has been received from Account number a24a4341-81e4-4972-bab3-042d659fbf4e
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of eec1388f-8959-4fb7-868e-fd74f9ec0bfb: Amount of 233 has to sent to Account number 3fce0b3a-ddfc-4145-95a4-f894377dd078
2024-07-09 19:26:08.863  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of cb868180-7b69-4fd1-9f0c-23b8ae0c08ed: Amount of 900 has been received from Account number 7192bf7b-e603-416e-b601-aec6d4aca2e3
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3fce0b3a-ddfc-4145-95a4-f894377dd078: Amount of 233 has been received from Account number eec1388f-8959-4fb7-868e-fd74f9ec0bfb
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 599 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.863  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1da2cae3-7213-4d2f-8d4f-65c340505f53: Amount of 310 has been received from Account number e68d2b13-1d35-49ca-9000-31ebbff281d3
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 686 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d04f2355-e642-4f54-af7b-feb2f14fc52f: Amount of 433 has to sent to Account number f7d46397-2585-4033-bb43-2c409a43bd1a
2024-07-09 19:26:08.863  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of f9305c96-786f-4882-8de6-a6a8c41874e6: Amount of 366 has been received from Account number 4d667f10-a5cf-4271-a008-38febe3fbb33
2024-07-09 19:26:10.057  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd6213dc-561a-4525-aefd-544c3b23ded4: Amount of 118 has to sent to Account number 7a0c6eab-fb06-40e5-8f47-641a704e66aa
2024-07-09 19:26:08.863  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 396 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7a0c6eab-fb06-40e5-8f47-641a704e66aa: Amount of 118 has been received from Account number dd6213dc-561a-4525-aefd-544c3b23ded4
2024-07-09 19:26:10.057  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6c7d3f37-87fe-46cb-a441-2416c2192442: Amount of 850 has to sent to Account number 57ae4029-29f4-494d-b39a-84492df671e2
2024-07-09 19:26:08.863  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 60 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 138cf41b-2ef2-43d7-aed7-b8d991db2cdc: Amount of 270 has to sent to Account number 1dba907e-095e-4199-8c10-e6b41059acc3
2024-07-09 19:26:08.863  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1d87de29-aeac-434f-a873-d75c4dd15c42: Amount of 851 has been received from Account number 158e1029-a8e5-4b1b-963d-eb4102de322e
2024-07-09 19:26:10.057  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1dba907e-095e-4199-8c10-e6b41059acc3: Amount of 270 has been received from Account number 138cf41b-2ef2-43d7-aed7-b8d991db2cdc
2024-07-09 19:26:08.863  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 8 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9edea069-c293-4466-8691-b0629f515d65: Amount of 798 has to sent to Account number 830f8a98-fc82-4e8c-bc5e-32fe2baf807e
2024-07-09 19:26:08.863  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 202 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 861 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.863  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of c81befa7-337f-4088-98be-b0b10efbe91e: Amount of 849 has been received from Account number 1c369518-cb9c-48c7-bc2f-5ea25a126bd4
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 861 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.863  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6118fe45-ffb0-4eb8-898c-61d9794ec961: Amount of 379 has been received from Account number b2021c23-b7e3-41b1-9cbe-294066dad511
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 808 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.863  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 760 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4b692bee-1558-4723-86cc-9e9eca1b9c23: Amount of 537 has to sent to Account number c3e0f3a5-bc94-42f2-9e65-cf2013cb481a
2024-07-09 19:26:08.863  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c1ffc32d-65ba-48bd-9989-47e02408f834: Amount of 213 has been received from Account number 1b3c1263-2f56-4807-94c1-e36e9c33a1b8
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 760 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.863  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of f4020bc6-8c3c-4f08-83b1-261ab7ab14f4: Amount of 52 has been received from Account number 41c677d1-801d-4679-bde9-439d6ee233b6
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 855 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.863  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 932 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 855 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2485c0b0-16f9-467a-b3d7-830a47dc3860: Amount of 199 has to sent to Account number d7faa2d5-1aa8-4f2b-940b-af327def58fe
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 932 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.863  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 631 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.863  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 893 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 253 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.863  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 134 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 467 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 467 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 134 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 84 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.863  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 01c72333-81fb-44fa-a588-11c7784b716f: Amount of 174 has been received from Account number 2cd483ac-e93f-4740-861e-4691d9822d3a
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 650 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 650 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 50ea15e4-1621-45fa-b42c-397747431dd3: Amount of 251 has to sent to Account number d5a9a975-ed69-4405-9917-1b61cfa35f15
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 502 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of d5a9a975-ed69-4405-9917-1b61cfa35f15: Amount of 251 has been received from Account number 50ea15e4-1621-45fa-b42c-397747431dd3
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 502 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 27bde7c0-f3e1-4a7e-ad39-cbca5a4f6136: Amount of 919 has to sent to Account number bda9a495-ec92-4719-a3ee-02937f1bf815
2024-07-09 19:26:08.863  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 95390240-9c01-49e6-b94c-ede2ef2102b9: Amount of 477 has been received from Account number 76db535b-018d-45be-9196-53ac45e0233d
2024-07-09 19:26:08.863  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 846 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.863  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 723 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.863  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6e1a5875-c36e-468b-ace6-ba5a9d616a21: Amount of 557 has been received from Account number 20717e60-92d5-4ca0-b682-f42c02768f38
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 441 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.863  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d26636b9-d30b-40e0-b283-08de09ac45b3: Amount of 974 has been received from Account number ff9fd490-a224-405b-a369-85c1492351bc
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 441 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.863  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 503 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of e57f45a6-5bb1-4127-a12d-155e9d777dae: Amount of 410 has to sent to Account number f3d55376-c020-4f7b-8d2e-8c4158551924
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 69e003aa-9326-4364-95e5-3c2629a6abe5: Amount of 781 has to sent to Account number 3ee219d0-3c3a-4076-8a88-222a6ebae3d4
2024-07-09 19:26:10.057  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of f3d55376-c020-4f7b-8d2e-8c4158551924: Amount of 410 has been received from Account number e57f45a6-5bb1-4127-a12d-155e9d777dae
2024-07-09 19:26:08.863  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 807 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1a764d64-6e47-42d2-af05-46600c6dd0f3: Amount of 78 has to sent to Account number c24711aa-1b9c-4014-b32d-a44f43e60636
2024-07-09 19:26:08.863  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 636 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of c24711aa-1b9c-4014-b32d-a44f43e60636: Amount of 78 has been received from Account number 1a764d64-6e47-42d2-af05-46600c6dd0f3
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 636 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.863  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 715 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 286 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of fd889360-f425-465e-a3b0-c5e9ab30443e: Amount of 415 has to sent to Account number 8790205f-bf76-43fa-af76-2578d8b147cb
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 715 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8790205f-bf76-43fa-af76-2578d8b147cb: Amount of 415 has been received from Account number fd889360-f425-465e-a3b0-c5e9ab30443e
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 835 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 835 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 340 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 340 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 224 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:08.863  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 668 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 224 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 391 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 391 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 898 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 342 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:08.863  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 30b3d2e8-7293-49f3-908d-90082009aa82: Amount of 286 has been received from Account number 508d723c-a72d-438f-ab6a-ab2206f2363f
2024-07-09 19:26:08.863  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4b1425a7-729a-4b20-bc4b-c791a52e2d4f: Amount of 975 has been received from Account number d1c08945-39e1-4056-a105-655df1447f69
2024-07-09 19:26:08.863  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ab08fbd-f71c-4c58-b1b5-0026893ed8f8: Amount of 23 has to sent to Account number ea923bf1-8d5f-496c-a1fb-a2eba2ee3c22
2024-07-09 19:26:10.057  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 00a2d9d7-54a4-4145-b13f-41e26d847dd8: Amount of 599 has to sent to Account number 9835c715-762d-430d-9d60-5957d72ec4bd
2024-07-09 19:26:08.863  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of dedddbb2-2305-49a8-9ffd-224af77e69d5: Amount of 793 has to sent to Account number 48e44015-5ed5-44d0-8e59-c02d813b87cc
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ea923bf1-8d5f-496c-a1fb-a2eba2ee3c22: Amount of 23 has been received from Account number 3ab08fbd-f71c-4c58-b1b5-0026893ed8f8
2024-07-09 19:26:10.057  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9835c715-762d-430d-9d60-5957d72ec4bd: Amount of 599 has been received from Account number 00a2d9d7-54a4-4145-b13f-41e26d847dd8
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0fc07a40-2991-4eeb-8eff-58a3612e2b13: Amount of 212 has to sent to Account number f0e50bd6-25c4-4389-998e-cbeee33dd716
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 860 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 98606c40-9074-479e-b937-fe79ff9ba3b5: Amount of 999 has been received from Account number 8b675416-7554-43a7-acf2-38f8c5eedd12
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 616 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 69917be8-635b-4174-a2d4-9fa5d3114e46: Amount of 807 has to sent to Account number ef9a7c73-dac8-4386-a096-6fa91a7d3a52
2024-07-09 19:26:10.057  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1df6a5e4-0d0b-48d3-a74c-5a894f995d08: Amount of 242 has been received from Account number dcab9e5a-439d-4939-bbb7-69b49f6f071d
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 976 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 976 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 133 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 133 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 566 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 566 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 390 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 390 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 16c0ce71-ef61-4159-b6a7-b97befba581b: Amount of 710 has to sent to Account number fe9f30e1-4c17-4e8d-b7fa-ca14fc634266
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a956a928-9fd8-4763-b428-22554e820386: Amount of 724 has to sent to Account number 0c157947-9064-4201-b7a9-887554923075
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0c157947-9064-4201-b7a9-887554923075: Amount of 724 has been received from Account number a956a928-9fd8-4763-b428-22554e820386
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 686 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of f7416af6-cdf5-4941-9486-791ad18f8bae: Amount of 304 has to sent to Account number 6fb5028b-c2e7-4a43-919d-4dade84f375f
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6fb5028b-c2e7-4a43-919d-4dade84f375f: Amount of 304 has been received from Account number f7416af6-cdf5-4941-9486-791ad18f8bae
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of d75b98a6-8371-4dbb-926e-d5fe82cace05: Amount of 696 has to sent to Account number cf93120a-a1e1-46aa-a24d-aec0839d0757
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 144 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf93120a-a1e1-46aa-a24d-aec0839d0757: Amount of 696 has been received from Account number d75b98a6-8371-4dbb-926e-d5fe82cace05
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 144 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 280351a6-58b7-4437-b509-2e374e2e209e: Amount of 373 has to sent to Account number 7096316b-0d0f-4c3a-a8f7-cb96c32c63b5
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7096316b-0d0f-4c3a-a8f7-cb96c32c63b5: Amount of 373 has been received from Account number 280351a6-58b7-4437-b509-2e374e2e209e
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 377 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 156a67fa-8ca7-47d8-a08b-9e7e5015a64b: Amount of 896 has to sent to Account number a8a13c4a-4a36-4e15-9f50-866f62d9320f
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a8a13c4a-4a36-4e15-9f50-866f62d9320f: Amount of 896 has been received from Account number 156a67fa-8ca7-47d8-a08b-9e7e5015a64b
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of fad01185-b9ee-4ca9-8b03-b4ea8360f035: Amount of 662 has to sent to Account number 82008a0e-c00a-4919-bf85-790d7c5d82c7
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 82008a0e-c00a-4919-bf85-790d7c5d82c7: Amount of 662 has been received from Account number fad01185-b9ee-4ca9-8b03-b4ea8360f035
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf59e19e-a00c-4aab-bdb0-642526480689: Amount of 784 has to sent to Account number 8d053fab-79cc-4050-9963-6572af8c472c
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d053fab-79cc-4050-9963-6572af8c472c: Amount of 784 has been received from Account number bf59e19e-a00c-4aab-bdb0-642526480689
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22295205-700f-4572-b4d8-98b74c6dffb7: Amount of 95 has to sent to Account number 7ec9862d-9143-4ef9-9812-e57d1dba9559
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ec9862d-9143-4ef9-9812-e57d1dba9559: Amount of 95 has been received from Account number 22295205-700f-4572-b4d8-98b74c6dffb7
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of f7d46397-2585-4033-bb43-2c409a43bd1a: Amount of 433 has been received from Account number d04f2355-e642-4f54-af7b-feb2f14fc52f
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 39d5a508-be97-43c4-a074-99678be63bfe: Amount of 401 has to sent to Account number 0f6c4b6a-9143-4eee-9985-dc6d1cd01187
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0f6c4b6a-9143-4eee-9985-dc6d1cd01187: Amount of 401 has been received from Account number 39d5a508-be97-43c4-a074-99678be63bfe
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 86ec4061-9335-41d0-a5cb-b00639a15632: Amount of 919 has to sent to Account number 581e5ec0-9b32-434f-9b7f-7b2bcd27e078
2024-07-09 19:26:10.057  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 57ae4029-29f4-494d-b39a-84492df671e2: Amount of 850 has been received from Account number 6c7d3f37-87fe-46cb-a441-2416c2192442
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 396 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 112 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 60 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of eea9fb60-1743-4bd6-a600-9f83aa242552: Amount of 329 has to sent to Account number f8ba9a5f-daef-4507-8bae-66f88a64f48a
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 112 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 65532306-09ea-42e2-956e-60929f6dc3db: Amount of 989 has to sent to Account number e4c62386-5e4c-43a7-8989-4a81bd6d2720
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 706 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 65 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 706 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 625 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 625 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 830f8a98-fc82-4e8c-bc5e-32fe2baf807e: Amount of 798 has been received from Account number 9edea069-c293-4466-8691-b0629f515d65
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 69 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 69 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 796 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 538 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 808 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 538 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 62cdacf0-fd84-4e8f-9aff-c156d1b30377: Amount of 468 has to sent to Account number eda7b398-3b82-4e92-8f99-2a5b7840c4df
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 706 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of eda7b398-3b82-4e92-8f99-2a5b7840c4df: Amount of 468 has been received from Account number 62cdacf0-fd84-4e8f-9aff-c156d1b30377
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 799 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3e0f3a5-bc94-42f2-9e65-cf2013cb481a: Amount of 537 has been received from Account number 4b692bee-1558-4723-86cc-9e9eca1b9c23
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf118c56-76ab-4107-bbc3-30fc4980be74: Amount of 825 has to sent to Account number 51b76195-6683-432c-b8cc-67923cbc41fa
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 799 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 51b76195-6683-432c-b8cc-67923cbc41fa: Amount of 825 has been received from Account number bf118c56-76ab-4107-bbc3-30fc4980be74
2024-07-09 19:26:10.057  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 199a52fe-c756-4753-9203-7ad62ca95a07: Amount of 735 has to sent to Account number ed4416c0-40ca-4f8c-bf69-44f4aae1eadb
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 684 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 684 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of d7faa2d5-1aa8-4f2b-940b-af327def58fe: Amount of 199 has been received from Account number 2485c0b0-16f9-467a-b3d7-830a47dc3860
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 712 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 976 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ed4416c0-40ca-4f8c-bf69-44f4aae1eadb: Amount of 735 has been received from Account number 199a52fe-c756-4753-9203-7ad62ca95a07
2024-07-09 19:26:10.062  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of c8c25e37-7ae8-490c-a68f-7774105f23d2: Amount of 389 has to sent to Account number d7483a4f-47f7-46e5-bac4-670ab5f03a73
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 976 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of d7483a4f-47f7-46e5-bac4-670ab5f03a73: Amount of 389 has been received from Account number c8c25e37-7ae8-490c-a68f-7774105f23d2
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 316 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 316 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 790 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 790 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 197 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 197 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 231 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 231 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 790 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 790 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 621 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 621 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 921 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 721 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 721 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 253 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 981 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 921 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 981 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 390 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.062  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 180 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 328 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 84 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 328 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.062  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 941 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 185 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 185 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 971 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 971 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 114 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 114 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 320 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 384 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of bda9a495-ec92-4719-a3ee-02937f1bf815: Amount of 919 has been received from Account number 27bde7c0-f3e1-4a7e-ad39-cbca5a4f6136
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 384 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 320 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 310 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 310 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 101 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.062  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 120 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 101 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 893 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.062  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 120 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 893 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa58f2b0-15ab-4024-9cd5-23d4830c2a93: Amount of 29 has to sent to Account number 903999cd-02f4-4eac-b46a-3138e85e1197
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 846 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 653 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ee219d0-3c3a-4076-8a88-222a6ebae3d4: Amount of 781 has been received from Account number 69e003aa-9326-4364-95e5-3c2629a6abe5
2024-07-09 19:26:10.062  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 653 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 423 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.062  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9a1d19b7-ca25-4797-83b1-3ea186359028: Amount of 200 has to sent to Account number 91268bbf-d989-4dfe-b870-8d8d3332edd5
2024-07-09 19:26:10.062  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 423 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 503 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 836 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 286 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 836 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 17c72408-076f-400e-9360-40fdeda64dfd: Amount of 826 has to sent to Account number 7cf17130-89eb-4787-9e04-fe3437f428aa
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 387 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 898 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7cf17130-89eb-4787-9e04-fe3437f428aa: Amount of 826 has been received from Account number 17c72408-076f-400e-9360-40fdeda64dfd
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 342 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 378 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 378 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.062  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 417 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.062  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 417 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 322 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of b22fba78-49a9-4ffd-b527-74e8e2f69383: Amount of 206 has to sent to Account number 9924fad6-2d27-4caf-a5b6-613c318638f0
2024-07-09 19:26:10.062  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 322 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 87 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 87 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ef3ffb84-4c12-48b6-89ab-9256084cf83b: Amount of 617 has to sent to Account number 131df571-9f4b-4cb5-a49d-82c7d170fc7e
2024-07-09 19:26:10.062  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 131df571-9f4b-4cb5-a49d-82c7d170fc7e: Amount of 617 has been received from Account number ef3ffb84-4c12-48b6-89ab-9256084cf83b
2024-07-09 19:26:10.057  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 48e44015-5ed5-44d0-8e59-c02d813b87cc: Amount of 793 has been received from Account number dedddbb2-2305-49a8-9ffd-224af77e69d5
2024-07-09 19:26:10.062  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7836e754-b7b6-4509-b1e7-4d13afff0209: Amount of 129 has to sent to Account number 73468727-2706-475b-9f73-524a657bb806
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of f0e50bd6-25c4-4389-998e-cbeee33dd716: Amount of 212 has been received from Account number 0fc07a40-2991-4eeb-8eff-58a3612e2b13
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 84962dca-42b4-4b28-8b28-8e8375525b4d: Amount of 232 has to sent to Account number 262f860a-1741-458c-9d3f-844e9f2e58ac
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 262f860a-1741-458c-9d3f-844e9f2e58ac: Amount of 232 has been received from Account number 84962dca-42b4-4b28-8b28-8e8375525b4d
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 228e5e59-84be-4f06-83b8-d3fc91ab784f: Amount of 706 has to sent to Account number 27a6b3d5-09ea-4191-83ba-a51a379ccf39
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 27a6b3d5-09ea-4191-83ba-a51a379ccf39: Amount of 706 has been received from Account number 228e5e59-84be-4f06-83b8-d3fc91ab784f
2024-07-09 19:26:10.062  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b1a3cdc-27e1-4e28-97c8-b841d37a46b4: Amount of 708 has to sent to Account number d49b8b34-05a7-457b-ab47-0dfc9f7a8e6d
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 860 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5828b38b-1f22-47ae-a074-44886b4f480d: Amount of 599 has to sent to Account number 1aebcf6a-815c-4371-b86b-4c50ff8a835d
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1aebcf6a-815c-4371-b86b-4c50ff8a835d: Amount of 599 has been received from Account number 5828b38b-1f22-47ae-a074-44886b4f480d
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 67b47bc4-7772-40b8-99ec-190cbfe8027f: Amount of 413 has to sent to Account number 14d3d349-f212-4b7b-b1a2-7981369c30b9
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of c2a35fb2-d1ce-442c-b5ac-9d601a6671bb: Amount of 648 has to sent to Account number 51c8417a-426c-44e7-b2a5-4715d509e66f
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 51c8417a-426c-44e7-b2a5-4715d509e66f: Amount of 648 has been received from Account number c2a35fb2-d1ce-442c-b5ac-9d601a6671bb
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 14d3d349-f212-4b7b-b1a2-7981369c30b9: Amount of 413 has been received from Account number 67b47bc4-7772-40b8-99ec-190cbfe8027f
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of da6cd648-cd57-43ce-9e4b-ff5780715625: Amount of 178 has to sent to Account number a7b06c19-d23a-4dde-a237-6a8b5f9466c2
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca21c7eb-3f6a-4b17-a878-7ac8d2d07c3a: Amount of 776 has to sent to Account number 3abffe48-9cb7-485f-848a-7f0240da461a
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3abffe48-9cb7-485f-848a-7f0240da461a: Amount of 776 has been received from Account number ca21c7eb-3f6a-4b17-a878-7ac8d2d07c3a
2024-07-09 19:26:10.057  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ef9a7c73-dac8-4386-a096-6fa91a7d3a52: Amount of 807 has been received from Account number 69917be8-635b-4174-a2d4-9fa5d3114e46
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6da8f1b8-8093-4118-878e-219bfbb40b79: Amount of 792 has to sent to Account number 64f6438b-c6f3-4eee-bf93-4add4a04caff
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64f6438b-c6f3-4eee-bf93-4add4a04caff: Amount of 792 has been received from Account number 6da8f1b8-8093-4118-878e-219bfbb40b79
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8eca0781-8f77-4fde-99fe-6a7da83949e0: Amount of 485 has to sent to Account number 363a62ef-fedf-42a3-8788-2e2dbc44c873
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 363a62ef-fedf-42a3-8788-2e2dbc44c873: Amount of 485 has been received from Account number 8eca0781-8f77-4fde-99fe-6a7da83949e0
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2038be4e-290d-4ae2-b1e4-bb34161a9774: Amount of 807 has to sent to Account number cdb82252-6043-4091-af39-423de1780464
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of cdb82252-6043-4091-af39-423de1780464: Amount of 807 has been received from Account number 2038be4e-290d-4ae2-b1e4-bb34161a9774
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 84b24998-7ec7-416f-b5ab-cf2612b92cc7: Amount of 719 has to sent to Account number 6122f5d8-c151-426f-8991-a6e7eb040e78
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6122f5d8-c151-426f-8991-a6e7eb040e78: Amount of 719 has been received from Account number 84b24998-7ec7-416f-b5ab-cf2612b92cc7
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9a0dcca3-7654-432c-9d41-0006a2dd6da5: Amount of 539 has to sent to Account number 21365b61-ffcd-4fcf-b1a3-93fa2f92552b
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 21365b61-ffcd-4fcf-b1a3-93fa2f92552b: Amount of 539 has been received from Account number 9a0dcca3-7654-432c-9d41-0006a2dd6da5
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 00ed3de7-ad0c-4e9f-9d8d-c7090fda92e2: Amount of 515 has to sent to Account number 7ad94477-a62b-4e11-a05d-160a07d48176
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7ad94477-a62b-4e11-a05d-160a07d48176: Amount of 515 has been received from Account number 00ed3de7-ad0c-4e9f-9d8d-c7090fda92e2
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 021a4b10-ec28-4567-9711-fb002d07c02d: Amount of 639 has to sent to Account number f6969edb-fb7c-463b-9dfd-40c1bee444ff
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of f6969edb-fb7c-463b-9dfd-40c1bee444ff: Amount of 639 has been received from Account number 021a4b10-ec28-4567-9711-fb002d07c02d
2024-07-09 19:26:10.066  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 23d348d5-a433-46c8-8e62-e9f1f202f1df: Amount of 736 has to sent to Account number e3d47044-2bbc-4adc-8481-e1a8c173f2d5
2024-07-09 19:26:10.066  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of e3d47044-2bbc-4adc-8481-e1a8c173f2d5: Amount of 736 has been received from Account number 23d348d5-a433-46c8-8e62-e9f1f202f1df
2024-07-09 19:26:10.066  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of b81a8595-dbab-45c6-9a46-269f05299778: Amount of 625 has to sent to Account number c551910a-a0c7-46ca-9fb1-2fabbfba1f23
2024-07-09 19:26:10.066  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of c551910a-a0c7-46ca-9fb1-2fabbfba1f23: Amount of 625 has been received from Account number b81a8595-dbab-45c6-9a46-269f05299778
2024-07-09 19:26:10.066  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3535a487-4ff6-4bbc-91db-84f37bca56d7: Amount of 650 has to sent to Account number 3a45b3d5-b673-4345-a497-ba57bf6b3b88
2024-07-09 19:26:10.066  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a45b3d5-b673-4345-a497-ba57bf6b3b88: Amount of 650 has been received from Account number 3535a487-4ff6-4bbc-91db-84f37bca56d7
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 616 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 725 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of fe9f30e1-4c17-4e8d-b7fa-ca14fc634266: Amount of 710 has been received from Account number 16c0ce71-ef61-4159-b6a7-b97befba581b
2024-07-09 19:26:10.057  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0b5149eb-5e09-47de-810f-6e252f2b195c: Amount of 947 has to sent to Account number 1c94ccf7-bba1-4608-8a1d-651d08c42cc3
2024-07-09 19:26:10.066  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 725 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.066  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5f996956-e7bb-470f-95b9-dfe7a408c837: Amount of 694 has to sent to Account number 34256342-7364-47ba-994a-32b8413dfdba
2024-07-09 19:26:10.066  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c94ccf7-bba1-4608-8a1d-651d08c42cc3: Amount of 947 has been received from Account number 0b5149eb-5e09-47de-810f-6e252f2b195c
2024-07-09 19:26:10.066  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 638 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.066  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 638 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.066  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 803 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.066  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 35c7816a-0f25-4845-8618-991cc5fe3d6d: Amount of 854 has to sent to Account number 53f52ba2-3ea4-4ad8-b22e-abafdae1f057
2024-07-09 19:26:10.066  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 803 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.066  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 459 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.066  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 459 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.066  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 79 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.066  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 79 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.066  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 79 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.066  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 34256342-7364-47ba-994a-32b8413dfdba: Amount of 694 has been received from Account number 5f996956-e7bb-470f-95b9-dfe7a408c837
2024-07-09 19:26:10.066  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 79 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.066  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 710 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.066  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b39b1c8-b6bb-4d39-adf2-d2debdae8557: Amount of 981 has to sent to Account number d1989a40-dd12-45cf-ab74-1dbda4a62449
2024-07-09 19:26:10.057  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 377 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 51779934-7a8f-4b3f-8a50-bdc750728bcb: Amount of 150 has to sent to Account number fec7c787-419b-4e85-b9d6-34452d73cb30
2024-07-09 19:26:10.066  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of fec7c787-419b-4e85-b9d6-34452d73cb30: Amount of 150 has been received from Account number 51779934-7a8f-4b3f-8a50-bdc750728bcb
2024-07-09 19:26:10.066  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6542fb70-2458-45d2-afd7-0d44444f5a22: Amount of 451 has to sent to Account number 666d7c16-34d3-409c-a3b5-930f8fea7f0a
2024-07-09 19:26:10.066  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 666d7c16-34d3-409c-a3b5-930f8fea7f0a: Amount of 451 has been received from Account number 6542fb70-2458-45d2-afd7-0d44444f5a22
2024-07-09 19:26:10.066  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of c20ef34e-1047-48f4-875b-a0d7cc684186: Amount of 342 has to sent to Account number c96b1400-0200-4c94-8b66-aec129e6c3f1
2024-07-09 19:26:10.066  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of c96b1400-0200-4c94-8b66-aec129e6c3f1: Amount of 342 has been received from Account number c20ef34e-1047-48f4-875b-a0d7cc684186
2024-07-09 19:26:10.066  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of d1989a40-dd12-45cf-ab74-1dbda4a62449: Amount of 981 has been received from Account number 8b39b1c8-b6bb-4d39-adf2-d2debdae8557
2024-07-09 19:26:10.066  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9b480f78-b08a-42bd-b015-11037f7f032f: Amount of 27 has to sent to Account number e2bf8a78-2739-4594-8ecc-7740f2456509
2024-07-09 19:26:10.066  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of e2bf8a78-2739-4594-8ecc-7740f2456509: Amount of 27 has been received from Account number 9b480f78-b08a-42bd-b015-11037f7f032f
2024-07-09 19:26:10.066  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 63571dfb-7eb1-4019-85d0-0e0509198a36: Amount of 222 has to sent to Account number 30f835f7-e993-4795-aa38-02f0b6bc3f3b
2024-07-09 19:26:10.066  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4cd45b9f-dd43-4572-8313-79a943059708: Amount of 842 has to sent to Account number 5e34399c-a4ce-42f8-9518-12033af34e9d
2024-07-09 19:26:10.066  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 30f835f7-e993-4795-aa38-02f0b6bc3f3b: Amount of 222 has been received from Account number 63571dfb-7eb1-4019-85d0-0e0509198a36
2024-07-09 19:26:10.066  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5e34399c-a4ce-42f8-9518-12033af34e9d: Amount of 842 has been received from Account number 4cd45b9f-dd43-4572-8313-79a943059708
2024-07-09 19:26:10.066  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0bd388c1-d558-4c21-b7e8-79d47398daa5: Amount of 414 has to sent to Account number 9464cf12-0de3-48b4-a7cd-899ba0e2069e
2024-07-09 19:26:10.066  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4bd0499-d716-437d-b6fb-47b7567800c3: Amount of 44 has to sent to Account number e5a8acbc-ad85-4df0-8554-09926ed56b5a
2024-07-09 19:26:10.066  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9464cf12-0de3-48b4-a7cd-899ba0e2069e: Amount of 414 has been received from Account number 0bd388c1-d558-4c21-b7e8-79d47398daa5
2024-07-09 19:26:10.066  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of e5a8acbc-ad85-4df0-8554-09926ed56b5a: Amount of 44 has been received from Account number a4bd0499-d716-437d-b6fb-47b7567800c3
2024-07-09 19:26:10.066  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0b341356-8c93-44df-9dd9-7b664f5cb9b9: Amount of 357 has to sent to Account number 1b3e6d32-5408-4aa9-b4a1-68567a6cf07c
2024-07-09 19:26:10.066  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1b3e6d32-5408-4aa9-b4a1-68567a6cf07c: Amount of 357 has been received from Account number 0b341356-8c93-44df-9dd9-7b664f5cb9b9
2024-07-09 19:26:10.066  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d8754d61-2e8f-4058-b2a7-e961fa8b355e: Amount of 492 has to sent to Account number eafc6300-595b-4318-8042-82cf0f44bdbc
2024-07-09 19:26:10.066  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of eafc6300-595b-4318-8042-82cf0f44bdbc: Amount of 492 has been received from Account number d8754d61-2e8f-4058-b2a7-e961fa8b355e
2024-07-09 19:26:10.066  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 86d7c0e8-d7cd-42ad-91f1-101a7a5c1d46: Amount of 727 has to sent to Account number 45236822-cbd5-4dc5-b432-29973782d21a
2024-07-09 19:26:10.066  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 45236822-cbd5-4dc5-b432-29973782d21a: Amount of 727 has been received from Account number 86d7c0e8-d7cd-42ad-91f1-101a7a5c1d46
2024-07-09 19:26:10.066  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e882b33-a648-4d02-86a2-10636df50f09: Amount of 87 has to sent to Account number 1d541a45-157e-427b-b652-af85b361e76f
2024-07-09 19:26:10.066  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1d541a45-157e-427b-b652-af85b361e76f: Amount of 87 has been received from Account number 0e882b33-a648-4d02-86a2-10636df50f09
2024-07-09 19:26:10.066  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 02f1157a-d02f-4fc8-be00-f06efc4b4cb7: Amount of 747 has to sent to Account number 8f4cd0e2-0e65-484b-a4d0-9bf8f1dd719c
2024-07-09 19:26:10.066  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8f4cd0e2-0e65-484b-a4d0-9bf8f1dd719c: Amount of 747 has been received from Account number 02f1157a-d02f-4fc8-be00-f06efc4b4cb7
2024-07-09 19:26:10.066  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81aa91e5-224a-4be9-8079-868b28ed8ad2: Amount of 449 has to sent to Account number e85327b4-ae2a-46f6-8603-8c866dd4bf3d
2024-07-09 19:26:10.066  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of e85327b4-ae2a-46f6-8603-8c866dd4bf3d: Amount of 449 has been received from Account number 81aa91e5-224a-4be9-8079-868b28ed8ad2
2024-07-09 19:26:10.066  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 545f885b-5556-462d-8565-7aeb8499363b: Amount of 350 has to sent to Account number 41b7d9d6-cc93-479e-a86d-979320f5b6a1
2024-07-09 19:26:10.066  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 41b7d9d6-cc93-479e-a86d-979320f5b6a1: Amount of 350 has been received from Account number 545f885b-5556-462d-8565-7aeb8499363b
2024-07-09 19:26:10.057  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 581e5ec0-9b32-434f-9b7f-7b2bcd27e078: Amount of 919 has been received from Account number 86ec4061-9335-41d0-a5cb-b00639a15632
2024-07-09 19:26:10.057  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of f8ba9a5f-daef-4507-8bae-66f88a64f48a: Amount of 329 has been received from Account number eea9fb60-1743-4bd6-a600-9f83aa242552
2024-07-09 19:26:10.057  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of e4c62386-5e4c-43a7-8989-4a81bd6d2720: Amount of 989 has been received from Account number 65532306-09ea-42e2-956e-60929f6dc3db
2024-07-09 19:26:10.067  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of a2a9a55e-488a-472b-98a4-93e19da41f4d: Amount of 455 has to sent to Account number 64b112c1-e4cd-4ee4-9a59-9da47e8cb5ab
2024-07-09 19:26:10.067  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64b112c1-e4cd-4ee4-9a59-9da47e8cb5ab: Amount of 455 has been received from Account number a2a9a55e-488a-472b-98a4-93e19da41f4d
2024-07-09 19:26:10.067  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8861d199-2e4b-48ab-91de-dafa74802666: Amount of 621 has to sent to Account number cacaa859-7211-48ea-8650-656471aab851
2024-07-09 19:26:10.067  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of cacaa859-7211-48ea-8650-656471aab851: Amount of 621 has been received from Account number 8861d199-2e4b-48ab-91de-dafa74802666
2024-07-09 19:26:10.057  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 65 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.067  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of d1405029-5abf-4250-aa8d-d371c6a995bc: Amount of 672 has to sent to Account number b5d96373-690b-4cd8-90fc-228efecdb0b4
2024-07-09 19:26:10.067  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5bd2d890-fa42-4aaf-8ec0-64260d78bc0e: Amount of 674 has to sent to Account number ff2bfa2c-1372-4d5f-8b67-d0fd642bb230
2024-07-09 19:26:10.067  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of b5d96373-690b-4cd8-90fc-228efecdb0b4: Amount of 672 has been received from Account number d1405029-5abf-4250-aa8d-d371c6a995bc
2024-07-09 19:26:10.067  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ff2bfa2c-1372-4d5f-8b67-d0fd642bb230: Amount of 674 has been received from Account number 5bd2d890-fa42-4aaf-8ec0-64260d78bc0e
2024-07-09 19:26:10.067  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 741 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.067  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9dbeba14-7a8c-4975-bbc0-9fd10366ae12: Amount of 684 has to sent to Account number 92d5f4a1-bdc2-455c-a6ef-db94e7aa7b91
2024-07-09 19:26:10.067  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 92d5f4a1-bdc2-455c-a6ef-db94e7aa7b91: Amount of 684 has been received from Account number 9dbeba14-7a8c-4975-bbc0-9fd10366ae12
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 796 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of b2413cdd-9d73-48cc-98df-584869e59910: Amount of 132 has to sent to Account number 7f389d71-12cb-4314-964f-6a43446117fa
2024-07-09 19:26:10.067  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee8b7ed3-9882-49eb-b9db-2c423c1f7dbb: Amount of 629 has to sent to Account number faac1d2b-1741-4cf6-a9bd-7b72206df261
2024-07-09 19:26:10.067  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of faac1d2b-1741-4cf6-a9bd-7b72206df261: Amount of 629 has been received from Account number ee8b7ed3-9882-49eb-b9db-2c423c1f7dbb
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 706 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.067  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 146 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ce50bc49-7328-4a46-88ea-beabbe477c07: Amount of 76 has to sent to Account number cb2a6fbf-7412-4aa3-95cc-e0b78cabd459
2024-07-09 19:26:10.067  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 96 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 92abfebb-e56b-4130-9842-39e199e23f15: Amount of 92 has to sent to Account number b090c5aa-42c3-41cd-b8c4-2c1d3eac928c
2024-07-09 19:26:10.067  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 96 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.067  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 436 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.067  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of b090c5aa-42c3-41cd-b8c4-2c1d3eac928c: Amount of 92 has been received from Account number 92abfebb-e56b-4130-9842-39e199e23f15
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 712 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.067  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 19a64a41-c3b9-4864-a775-ae1d16b510c2: Amount of 262 has to sent to Account number 6248f924-ed00-40b3-b21c-328f7f458552
2024-07-09 19:26:10.067  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6248f924-ed00-40b3-b21c-328f7f458552: Amount of 262 has been received from Account number 19a64a41-c3b9-4864-a775-ae1d16b510c2
2024-07-09 19:26:10.067  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 412 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of cc9ab87a-2f17-4058-bc1d-e0b8ebd5b5ad: Amount of 933 has to sent to Account number 126afe66-84b3-4f5e-9d4e-311644589d2e
2024-07-09 19:26:10.062  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of daf2a138-8309-4419-be63-4a7703f1862c: Amount of 715 has to sent to Account number d8658045-3451-4903-8301-633d9e76a4b3
2024-07-09 19:26:10.067  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 126afe66-84b3-4f5e-9d4e-311644589d2e: Amount of 933 has been received from Account number cc9ab87a-2f17-4058-bc1d-e0b8ebd5b5ad
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 390 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 180 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.062  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 941 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 44920a49-4abb-434d-b812-531299f4ab82: Amount of 443 has to sent to Account number ac9d9436-32ec-4b5e-9ce5-9535339a238d
2024-07-09 19:26:10.067  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 90 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 815 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.067  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac9d9436-32ec-4b5e-9ce5-9535339a238d: Amount of 443 has been received from Account number 44920a49-4abb-434d-b812-531299f4ab82
2024-07-09 19:26:10.067  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 815 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.067  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of d51c595d-7559-4803-9bdc-6ba68138f99b: Amount of 844 has to sent to Account number b5ff43a0-e1d7-4b4a-a239-266faef0b6e1
2024-07-09 19:26:10.067  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 83 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.067  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of b5ff43a0-e1d7-4b4a-a239-266faef0b6e1: Amount of 844 has been received from Account number d51c595d-7559-4803-9bdc-6ba68138f99b
2024-07-09 19:26:10.062  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 28 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.067  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 28 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.062  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 903999cd-02f4-4eac-b46a-3138e85e1197: Amount of 29 has been received from Account number fa58f2b0-15ab-4024-9cd5-23d4830c2a93
2024-07-09 19:26:10.067  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 88 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.067  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 88 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.067  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 82d29ebf-02eb-49f6-9031-32d77acc428d: Amount of 794 has to sent to Account number 9dea9a70-a39b-4afa-a384-09fd583708da
2024-07-09 19:26:10.067  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 325 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.067  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9dea9a70-a39b-4afa-a384-09fd583708da: Amount of 794 has been received from Account number 82d29ebf-02eb-49f6-9031-32d77acc428d
2024-07-09 19:26:10.067  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 325 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.067  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 620 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 353 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.069  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of a07f8949-0eae-4263-bf89-19dfe2032ef2: Amount of 175 has to sent to Account number bb81c551-d5de-427a-b5ba-f094cc6c1a9a
2024-07-09 19:26:10.069  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of bb81c551-d5de-427a-b5ba-f094cc6c1a9a: Amount of 175 has been received from Account number a07f8949-0eae-4263-bf89-19dfe2032ef2
2024-07-09 19:26:10.069  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 175b0245-f8b3-452d-9104-1632fea65534: Amount of 575 has to sent to Account number cdae0931-443a-4cbd-92f0-f9b0487b1e23
2024-07-09 19:26:10.069  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of cdae0931-443a-4cbd-92f0-f9b0487b1e23: Amount of 575 has been received from Account number 175b0245-f8b3-452d-9104-1632fea65534
2024-07-09 19:26:10.062  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 91268bbf-d989-4dfe-b870-8d8d3332edd5: Amount of 200 has been received from Account number 9a1d19b7-ca25-4797-83b1-3ea186359028
2024-07-09 19:26:10.069  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3cb738b-29c6-4838-bcc4-b70773873837: Amount of 722 has to sent to Account number 6e98464d-dc8b-4817-a440-f44205d7b04d
2024-07-09 19:26:10.069  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6e98464d-dc8b-4817-a440-f44205d7b04d: Amount of 722 has been received from Account number c3cb738b-29c6-4838-bcc4-b70773873837
2024-07-09 19:26:10.069  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of e0c7bccf-8326-4168-bdbe-fcf2c5b2aa93: Amount of 181 has to sent to Account number 2d015fe8-e24e-4783-b11c-c3579d2eb5a9
2024-07-09 19:26:10.069  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2d015fe8-e24e-4783-b11c-c3579d2eb5a9: Amount of 181 has been received from Account number e0c7bccf-8326-4168-bdbe-fcf2c5b2aa93
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 153 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.067  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 620 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.062  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 395 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.069  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9cfbabfb-8e2e-4fa6-8e42-3abe609f06e4: Amount of 659 has to sent to Account number 9e2992b7-c03b-4775-b5e0-7af170ae0a19
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 452 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.069  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e2992b7-c03b-4775-b5e0-7af170ae0a19: Amount of 659 has been received from Account number 9cfbabfb-8e2e-4fa6-8e42-3abe609f06e4
2024-07-09 19:26:10.069  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 452 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 387 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.069  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 353 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.062  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 256 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.069  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 238 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.069  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 153 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.069  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 238 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.069  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 515 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.069  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of f59de38d-f9f3-4374-b15c-eaeffb0a3563: Amount of 262 has to sent to Account number 21633428-f24e-49fb-a52e-1658dc1d2179
2024-07-09 19:26:10.069  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 324 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.069  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 21633428-f24e-49fb-a52e-1658dc1d2179: Amount of 262 has been received from Account number f59de38d-f9f3-4374-b15c-eaeffb0a3563
2024-07-09 19:26:10.069  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 324 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.069  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 937 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9924fad6-2d27-4caf-a5b6-613c318638f0: Amount of 206 has been received from Account number b22fba78-49a9-4ffd-b527-74e8e2f69383
2024-07-09 19:26:10.062  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 718 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.062  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 73468727-2706-475b-9f73-524a657bb806: Amount of 129 has been received from Account number 7836e754-b7b6-4509-b1e7-4d13afff0209
2024-07-09 19:26:10.062  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 227 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.069  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 89baf6a0-25a1-42b8-8409-a064199da4d8: Amount of 405 has to sent to Account number d3627993-d8f8-4100-ad4b-06fcdb82c941
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a7b06c19-d23a-4dde-a237-6a8b5f9466c2: Amount of 178 has been received from Account number da6cd648-cd57-43ce-9e4b-ff5780715625
2024-07-09 19:26:10.069  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of d3627993-d8f8-4100-ad4b-06fcdb82c941: Amount of 405 has been received from Account number 89baf6a0-25a1-42b8-8409-a064199da4d8
2024-07-09 19:26:10.070  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a6493734-21aa-4660-8bf9-afb58387d8b3: Amount of 214 has to sent to Account number fd9fcc71-cb25-4667-9525-c464e61866ac
2024-07-09 19:26:10.070  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of fd9fcc71-cb25-4667-9525-c464e61866ac: Amount of 214 has been received from Account number a6493734-21aa-4660-8bf9-afb58387d8b3
2024-07-09 19:26:10.070  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e1937bb-b295-4ec6-89d4-ae92806e0435: Amount of 611 has to sent to Account number efb1edd8-0379-4399-bbde-4a5e3a97d244
2024-07-09 19:26:10.070  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of efb1edd8-0379-4399-bbde-4a5e3a97d244: Amount of 611 has been received from Account number 0e1937bb-b295-4ec6-89d4-ae92806e0435
2024-07-09 19:26:10.062  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of d49b8b34-05a7-457b-ab47-0dfc9f7a8e6d: Amount of 708 has been received from Account number 5b1a3cdc-27e1-4e28-97c8-b841d37a46b4
2024-07-09 19:26:10.070  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a845279-4e31-4ef6-b2db-c301d1d59c42: Amount of 780 has to sent to Account number f011f667-7270-4f15-b673-54f1d3bf3819
2024-07-09 19:26:10.062  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ce5b4762-1b5e-4db3-bebf-62c8a43cf919: Amount of 771 has to sent to Account number 4d10ce37-fbe2-4080-a2c7-66b6f653a709
2024-07-09 19:26:10.066  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 922 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.070  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 922 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.070  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4d10ce37-fbe2-4080-a2c7-66b6f653a709: Amount of 771 has been received from Account number ce5b4762-1b5e-4db3-bebf-62c8a43cf919
2024-07-09 19:26:10.070  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 799 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.070  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 799 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.070  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 152 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.070  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 152 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.070  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 158 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.070  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9f550e18-bf2f-4cd9-9fdc-d3733ee0bfea: Amount of 798 has to sent to Account number 2811c921-8ca0-4ef3-99cc-7436ef8d82d4
2024-07-09 19:26:10.070  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2811c921-8ca0-4ef3-99cc-7436ef8d82d4: Amount of 798 has been received from Account number 9f550e18-bf2f-4cd9-9fdc-d3733ee0bfea
2024-07-09 19:26:10.066  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53f52ba2-3ea4-4ad8-b22e-abafdae1f057: Amount of 854 has been received from Account number 35c7816a-0f25-4845-8618-991cc5fe3d6d
2024-07-09 19:26:10.070  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of c7132a55-bc3e-47e3-94f1-2b820fdc8bc9: Amount of 982 has to sent to Account number 57381e16-c239-4f11-aae9-1bc93979a3fe
2024-07-09 19:26:10.066  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7cca9932-b059-42bb-b62a-91c2e4a85524: Amount of 438 has to sent to Account number 71c6135f-603f-4bc0-9e2e-61368edab382
2024-07-09 19:26:10.070  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of a004486b-8e31-448e-83f2-6647a6571d7a: Amount of 677 has to sent to Account number dedf6cbf-6e2d-43ee-be8e-a28560cf0db7
2024-07-09 19:26:10.070  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 71c6135f-603f-4bc0-9e2e-61368edab382: Amount of 438 has been received from Account number 7cca9932-b059-42bb-b62a-91c2e4a85524
2024-07-09 19:26:10.070  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of dedf6cbf-6e2d-43ee-be8e-a28560cf0db7: Amount of 677 has been received from Account number a004486b-8e31-448e-83f2-6647a6571d7a
2024-07-09 19:26:10.070  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of bab5ca40-18ca-4ad7-9f8e-f2f916b27098: Amount of 883 has to sent to Account number a3cca0c3-ebc7-4981-af14-0ae6582c4f23
2024-07-09 19:26:10.070  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a3cca0c3-ebc7-4981-af14-0ae6582c4f23: Amount of 883 has been received from Account number bab5ca40-18ca-4ad7-9f8e-f2f916b27098
2024-07-09 19:26:10.070  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 70eb3dc0-e765-4fd0-9746-ddc553929f3f: Amount of 178 has to sent to Account number 27b1e966-b1ec-4cf4-a455-8030df8d3d43
2024-07-09 19:26:10.070  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 38ae0319-0d80-416a-9d10-f10ddc9b6f86: Amount of 863 has to sent to Account number 78548c11-d96e-421e-805c-107727c6bf22
2024-07-09 19:26:10.070  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 78548c11-d96e-421e-805c-107727c6bf22: Amount of 863 has been received from Account number 38ae0319-0d80-416a-9d10-f10ddc9b6f86
2024-07-09 19:26:10.070  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 27b1e966-b1ec-4cf4-a455-8030df8d3d43: Amount of 178 has been received from Account number 70eb3dc0-e765-4fd0-9746-ddc553929f3f
2024-07-09 19:26:10.066  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 710 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.066  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 135 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.070  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 947 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.070  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 947 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.070  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 135 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.066  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of aea92838-2cec-4347-8b88-ba3ad2a3d296: Amount of 446 has to sent to Account number 945492c1-ffb8-4100-b549-fec0a3507493
2024-07-09 19:26:10.070  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 52 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.066  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 068e76e9-fbec-4044-bad6-28991476fc06: Amount of 3 has to sent to Account number 602fe218-417a-42b8-a58a-3b23d5b5cac8
2024-07-09 19:26:10.067  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6825b970-c332-4fd6-a776-a343d2e6e591: Amount of 312 has to sent to Account number 5d4787d4-149b-4fc2-8cfe-6c4e3f3dedec
2024-07-09 19:26:10.070  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 602fe218-417a-42b8-a58a-3b23d5b5cac8: Amount of 3 has been received from Account number 068e76e9-fbec-4044-bad6-28991476fc06
2024-07-09 19:26:10.070  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5d4787d4-149b-4fc2-8cfe-6c4e3f3dedec: Amount of 312 has been received from Account number 6825b970-c332-4fd6-a776-a343d2e6e591
2024-07-09 19:26:10.070  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ac8633f-dc3b-4ee6-b30c-049841547b97: Amount of 69 has to sent to Account number 783ae039-8f91-4287-909b-13f67079fada
2024-07-09 19:26:10.070  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 783ae039-8f91-4287-909b-13f67079fada: Amount of 69 has been received from Account number 0ac8633f-dc3b-4ee6-b30c-049841547b97
2024-07-09 19:26:10.070  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb96f64a-1541-48d0-8ab5-f4da08b2f194: Amount of 245 has to sent to Account number c3e92202-17cb-4f49-a412-bd13f3fa83e1
2024-07-09 19:26:10.070  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3e92202-17cb-4f49-a412-bd13f3fa83e1: Amount of 245 has been received from Account number eb96f64a-1541-48d0-8ab5-f4da08b2f194
2024-07-09 19:26:10.070  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 76e49126-c3b2-48c3-baa1-94e30174aa2d: Amount of 725 has to sent to Account number 9f308f9c-c638-472e-b8b0-f098c731bc88
2024-07-09 19:26:10.070  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9f308f9c-c638-472e-b8b0-f098c731bc88: Amount of 725 has been received from Account number 76e49126-c3b2-48c3-baa1-94e30174aa2d
2024-07-09 19:26:10.070  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1b2d338b-71ca-457f-8d03-3c242c471ec2: Amount of 444 has to sent to Account number dafccf05-ee7b-4c17-bfc1-2b35c61db816
2024-07-09 19:26:10.070  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of dafccf05-ee7b-4c17-bfc1-2b35c61db816: Amount of 444 has been received from Account number 1b2d338b-71ca-457f-8d03-3c242c471ec2
2024-07-09 19:26:10.067  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 184c5c8a-0f54-44b3-a142-d70fe8f44ca9: Amount of 179 has to sent to Account number 0af708f4-c54e-42b8-ad4d-4de4b1e22d6b
2024-07-09 19:26:10.067  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 741 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.067  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f389d71-12cb-4314-964f-6a43446117fa: Amount of 132 has been received from Account number b2413cdd-9d73-48cc-98df-584869e59910
2024-07-09 19:26:10.067  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of e7f6f9a1-a930-425f-93da-06cb757beaf6: Amount of 392 has to sent to Account number 8d9cc689-a220-4efa-8ec9-4ac291063c4d
2024-07-09 19:26:10.070  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d9cc689-a220-4efa-8ec9-4ac291063c4d: Amount of 392 has been received from Account number e7f6f9a1-a930-425f-93da-06cb757beaf6
2024-07-09 19:26:10.070  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0af708f4-c54e-42b8-ad4d-4de4b1e22d6b: Amount of 179 has been received from Account number 184c5c8a-0f54-44b3-a142-d70fe8f44ca9
2024-07-09 19:26:10.070  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0da015b6-fc92-4089-b6ec-7857a04d1574: Amount of 239 has to sent to Account number ff48cf38-8ee1-4ce6-bb2a-7fd0d481a07e
2024-07-09 19:26:10.070  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ff48cf38-8ee1-4ce6-bb2a-7fd0d481a07e: Amount of 239 has been received from Account number 0da015b6-fc92-4089-b6ec-7857a04d1574
2024-07-09 19:26:10.070  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 776fbd7a-abd9-4892-83db-1012b9f0902a: Amount of 139 has to sent to Account number 145306bd-5581-409b-8311-40e6cb8465b1
2024-07-09 19:26:10.070  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of d93c34d6-2140-47c9-92a1-098482878bbb: Amount of 876 has to sent to Account number 5c55550f-f428-4b35-afd0-18214ccc99aa
2024-07-09 19:26:10.070  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 145306bd-5581-409b-8311-40e6cb8465b1: Amount of 139 has been received from Account number 776fbd7a-abd9-4892-83db-1012b9f0902a
2024-07-09 19:26:10.070  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c55550f-f428-4b35-afd0-18214ccc99aa: Amount of 876 has been received from Account number d93c34d6-2140-47c9-92a1-098482878bbb
2024-07-09 19:26:10.070  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of be36dc79-edc6-4780-84e2-5c4107ef9258: Amount of 844 has to sent to Account number dc63df92-7c68-4d21-9e32-020c596559bd
2024-07-09 19:26:10.070  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 14 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.067  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 146 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.067  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of cb2a6fbf-7412-4aa3-95cc-e0b78cabd459: Amount of 76 has been received from Account number ce50bc49-7328-4a46-88ea-beabbe477c07
2024-07-09 19:26:10.067  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 436 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of dfeb8294-9787-43d4-aef6-ad89ee7ae3be: Amount of 487 has to sent to Account number 9744b0d8-f03a-41f7-810e-d6ad162d830b
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 586 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9744b0d8-f03a-41f7-810e-d6ad162d830b: Amount of 487 has been received from Account number dfeb8294-9787-43d4-aef6-ad89ee7ae3be
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 586 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 991 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 991 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 633 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 633 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.067  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 412 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.067  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 03518382-954d-4009-b687-10009b517675: Amount of 698 has to sent to Account number b3d17982-cac0-4ebb-ab87-8115a405c1c2
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 245 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 245 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.067  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of d8658045-3451-4903-8301-633d9e76a4b3: Amount of 715 has been received from Account number daf2a138-8309-4419-be63-4a7703f1862c
2024-07-09 19:26:10.073  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of bb17192b-2b83-4bbb-9514-7df5715a51de: Amount of 443 has to sent to Account number 55361c98-8d54-46a9-8f75-0939e607f9ab
2024-07-09 19:26:10.073  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 55361c98-8d54-46a9-8f75-0939e607f9ab: Amount of 443 has been received from Account number bb17192b-2b83-4bbb-9514-7df5715a51de
2024-07-09 19:26:10.073  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1a5918f3-023a-4b2c-afb3-074a8502e2b9: Amount of 547 has to sent to Account number 9cd24814-b00c-4e29-8d5f-993ce3c4485e
2024-07-09 19:26:10.073  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9cd24814-b00c-4e29-8d5f-993ce3c4485e: Amount of 547 has been received from Account number 1a5918f3-023a-4b2c-afb3-074a8502e2b9
2024-07-09 19:26:10.073  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of b7004e15-8e4f-40f9-92b9-35ad7c3bbb9b: Amount of 27 has to sent to Account number 18e172dd-2d39-4665-b207-c75c36afcb92
2024-07-09 19:26:10.073  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 18e172dd-2d39-4665-b207-c75c36afcb92: Amount of 27 has been received from Account number b7004e15-8e4f-40f9-92b9-35ad7c3bbb9b
2024-07-09 19:26:10.073  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of a54f3e48-6040-4473-8672-cb8bf3f75714: Amount of 80 has to sent to Account number a23a20f5-da3e-4864-9c53-6a8a861d3e12
2024-07-09 19:26:10.067  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of d146a2b0-bd55-4699-ba4b-b7ddc4cfd1b6: Amount of 753 has to sent to Account number 4e7f6000-17a0-4958-88bf-eafe247c17e7
2024-07-09 19:26:10.073  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4e7f6000-17a0-4958-88bf-eafe247c17e7: Amount of 753 has been received from Account number d146a2b0-bd55-4699-ba4b-b7ddc4cfd1b6
2024-07-09 19:26:10.073  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of d73ebf61-dde4-4265-ade0-6efad4d0a1c8: Amount of 540 has to sent to Account number 3c6e3f72-d7d9-477e-9abc-a9cf92d7d4c8
2024-07-09 19:26:10.073  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3c6e3f72-d7d9-477e-9abc-a9cf92d7d4c8: Amount of 540 has been received from Account number d73ebf61-dde4-4265-ade0-6efad4d0a1c8
2024-07-09 19:26:10.073  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of e9be0050-ca8c-436a-9ef4-373eddf3088b: Amount of 868 has to sent to Account number e7b46365-8674-404e-a5ad-d48662079183
2024-07-09 19:26:10.073  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of e7b46365-8674-404e-a5ad-d48662079183: Amount of 868 has been received from Account number e9be0050-ca8c-436a-9ef4-373eddf3088b
2024-07-09 19:26:10.073  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4546d676-1c8c-4a4c-8ac9-9a7b6afaea1c: Amount of 962 has to sent to Account number adb0747c-dfaa-4ba2-bd7c-b5347b5a519c
2024-07-09 19:26:10.073  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of adb0747c-dfaa-4ba2-bd7c-b5347b5a519c: Amount of 962 has been received from Account number 4546d676-1c8c-4a4c-8ac9-9a7b6afaea1c
2024-07-09 19:26:10.073  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d93f61d-772a-4ace-b451-f0ac2ae5763e: Amount of 525 has to sent to Account number 4120aeb7-151b-40a0-9bd9-e8f1a4ea143c
2024-07-09 19:26:10.073  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4120aeb7-151b-40a0-9bd9-e8f1a4ea143c: Amount of 525 has been received from Account number 6d93f61d-772a-4ace-b451-f0ac2ae5763e
2024-07-09 19:26:10.073  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a7b3514-aaaa-481f-a3ec-463c42f859df: Amount of 673 has to sent to Account number ef445435-a94e-445c-acd8-23e1f6182213
2024-07-09 19:26:10.073  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ef445435-a94e-445c-acd8-23e1f6182213: Amount of 673 has been received from Account number 6a7b3514-aaaa-481f-a3ec-463c42f859df
2024-07-09 19:26:10.073  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of d45b5059-b785-44e9-85bd-f824644a980b: Amount of 97 has to sent to Account number 4a9fa6ac-9072-42f9-9817-bd06ed5e230a
2024-07-09 19:26:10.073  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4a9fa6ac-9072-42f9-9817-bd06ed5e230a: Amount of 97 has been received from Account number d45b5059-b785-44e9-85bd-f824644a980b
2024-07-09 19:26:10.067  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 851 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 851 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.067  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 510 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 306 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 306 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 510 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 734 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 734 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 530 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 530 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 508 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 508 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 257 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 257 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 573 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 573 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 305 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 305 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 323 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 323 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 988 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.067  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 90 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 988 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 377 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 377 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.067  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 83 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.067  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 274f8148-667c-4a72-92fa-c7b0a65895cc: Amount of 247 has to sent to Account number 35fd2812-a2d7-4145-acfb-04fe66ae2226
2024-07-09 19:26:10.073  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 35fd2812-a2d7-4145-acfb-04fe66ae2226: Amount of 247 has been received from Account number 274f8148-667c-4a72-92fa-c7b0a65895cc
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 535 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3f57986-3a1c-460f-8e85-566b80f55ecc: Amount of 38 has to sent to Account number fc568c59-baee-451e-ab54-b36bb4bd7b2f
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 535 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of fc568c59-baee-451e-ab54-b36bb4bd7b2f: Amount of 38 has been received from Account number c3f57986-3a1c-460f-8e85-566b80f55ecc
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 207 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 281658b8-6d3f-4fb2-9086-16da24d7605f: Amount of 143 has to sent to Account number 2c7a9340-3ddc-49c4-9b28-36475e20eb55
2024-07-09 19:26:10.073  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c7a9340-3ddc-49c4-9b28-36475e20eb55: Amount of 143 has been received from Account number 281658b8-6d3f-4fb2-9086-16da24d7605f
2024-07-09 19:26:10.073  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c7ed8a1-c5c9-48c8-a4f3-27ffc3cfbfd2: Amount of 905 has to sent to Account number a4300f19-7ea1-46ba-be55-a447d5fb40e8
2024-07-09 19:26:10.073  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of a4300f19-7ea1-46ba-be55-a447d5fb40e8: Amount of 905 has been received from Account number 1c7ed8a1-c5c9-48c8-a4f3-27ffc3cfbfd2
2024-07-09 19:26:10.073  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 72db9a0f-a97f-4489-b762-a68f44f17f8e: Amount of 330 has to sent to Account number 870e5bdd-e424-4a97-b3c7-9e651c18fa41
2024-07-09 19:26:10.073  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 870e5bdd-e424-4a97-b3c7-9e651c18fa41: Amount of 330 has been received from Account number 72db9a0f-a97f-4489-b762-a68f44f17f8e
2024-07-09 19:26:10.073  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of f14713a3-10ae-4caf-9133-8039d7cc9b84: Amount of 199 has to sent to Account number 61d2da39-60df-4353-bf86-a76156a6097b
2024-07-09 19:26:10.069  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 775 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 61d2da39-60df-4353-bf86-a76156a6097b: Amount of 199 has been received from Account number f14713a3-10ae-4caf-9133-8039d7cc9b84
2024-07-09 19:26:10.073  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8dc3832e-1fff-4c03-b633-0891cb4103c9: Amount of 597 has to sent to Account number 355eca89-58a3-40bb-a7f3-87d89f283f81
2024-07-09 19:26:10.069  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 395 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 355eca89-58a3-40bb-a7f3-87d89f283f81: Amount of 597 has been received from Account number 8dc3832e-1fff-4c03-b633-0891cb4103c9
2024-07-09 19:26:10.073  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of db38f7ee-f07e-4446-bab7-899c79516dcb: Amount of 565 has to sent to Account number fbd73e63-128f-43e6-bcbe-8a0c59ecd38d
2024-07-09 19:26:10.073  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 945 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.069  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 193fabf5-616d-4d0d-b17f-77c5f478c6cf: Amount of 781 has to sent to Account number e4acdc61-e64f-4554-949e-7b8b51742c6c
2024-07-09 19:26:10.073  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 945 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.069  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 295 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.069  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 6 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of e4acdc61-e64f-4554-949e-7b8b51742c6c: Amount of 781 has been received from Account number 193fabf5-616d-4d0d-b17f-77c5f478c6cf
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 295 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 6 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 323 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 79 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 79 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 899d0c58-b380-4fc5-bc62-21e3fb514eec: Amount of 10 has to sent to Account number 5b652e44-88de-48e6-b42c-653fc078a461
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 520 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b652e44-88de-48e6-b42c-653fc078a461: Amount of 10 has been received from Account number 899d0c58-b380-4fc5-bc62-21e3fb514eec
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 520 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 696 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of eccc332e-c2b8-45e0-aefb-f4606e0d41b8: Amount of 397 has to sent to Account number a118aa28-cdb9-4bbb-9116-8c439d1d522c
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 696 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of a118aa28-cdb9-4bbb-9116-8c439d1d522c: Amount of 397 has been received from Account number eccc332e-c2b8-45e0-aefb-f4606e0d41b8
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 997 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 997 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 888 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 888 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 77 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 77 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 357 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 357 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 529 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 529 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 156 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 156 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.069  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 256 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.069  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 515 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 63 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.069  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 937 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 63 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 785 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 256 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 857 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 256 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 857 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 426 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 452 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.069  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1083eaa1-cd13-46a0-b96f-347f557f06a4: Amount of 371 has to sent to Account number 40f013c3-053e-4e69-ba5f-82cc88aee385
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 452 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 40f013c3-053e-4e69-ba5f-82cc88aee385: Amount of 371 has been received from Account number 1083eaa1-cd13-46a0-b96f-347f557f06a4
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 52 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 52 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of a1f152d6-837c-4f1b-9ff8-52a4ab00762a: Amount of 83 has to sent to Account number c6373ceb-94d6-422a-a7f0-0d203ec0ed2c
2024-07-09 19:26:10.073  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of c6373ceb-94d6-422a-a7f0-0d203ec0ed2c: Amount of 83 has been received from Account number a1f152d6-837c-4f1b-9ff8-52a4ab00762a
2024-07-09 19:26:10.073  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of c07f870a-2c7b-46b0-8aaa-a0adeb15b2b9: Amount of 101 has to sent to Account number d5a0d38a-6085-4cb3-bd5e-0bbe70d60555
2024-07-09 19:26:10.069  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 718 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d5a0d38a-6085-4cb3-bd5e-0bbe70d60555: Amount of 101 has been received from Account number c07f870a-2c7b-46b0-8aaa-a0adeb15b2b9
2024-07-09 19:26:10.073  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 75fa151a-0ab0-4efd-9697-4d759025a5b7: Amount of 468 has to sent to Account number 238a82b3-9c9b-4a12-92d4-c414d2a0c96f
2024-07-09 19:26:10.073  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 344 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 238a82b3-9c9b-4a12-92d4-c414d2a0c96f: Amount of 468 has been received from Account number 75fa151a-0ab0-4efd-9697-4d759025a5b7
2024-07-09 19:26:10.073  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 344 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of c6c0e0b0-96cc-4799-933f-ce6249b8bf0f: Amount of 651 has to sent to Account number c36470af-4b96-4310-9633-63b11e3e7b04
2024-07-09 19:26:10.073  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 673 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.069  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of e5ecb299-3eaa-44fe-8cba-fcc4f91a268c: Amount of 685 has to sent to Account number 63ca2f22-5320-4d18-adbc-0ae128974854
2024-07-09 19:26:10.076  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 673 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.069  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 227 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.076  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 709 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.076  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 709 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.076  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 612 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.076  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 670 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.076  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 612 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.076  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 670 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.076  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 876 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.076  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 671 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.076  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 876 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.076  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 671 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.076  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 854 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.076  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 276 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.076  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 854 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.076  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 276 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.076  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 869 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.076  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 198 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.070  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ebc359ed-0caa-4b28-9ed5-90355372ce35: Amount of 695 has to sent to Account number 84db4e8c-eafd-4651-ab93-f85350316544
2024-07-09 19:26:10.076  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 84db4e8c-eafd-4651-ab93-f85350316544: Amount of 695 has been received from Account number ebc359ed-0caa-4b28-9ed5-90355372ce35
2024-07-09 19:26:10.076  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ff089ce-2adc-4c8f-a34e-3739a68dd156: Amount of 921 has to sent to Account number 15a2b496-d048-4cfa-a90e-cbc89f2bdc74
2024-07-09 19:26:10.076  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 15a2b496-d048-4cfa-a90e-cbc89f2bdc74: Amount of 921 has been received from Account number 2ff089ce-2adc-4c8f-a34e-3739a68dd156
2024-07-09 19:26:10.076  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 72ce15f2-b247-4cd2-9a04-3124f1dcf681: Amount of 197 has to sent to Account number 42254a4e-d34a-4bdf-b9cf-3b773416a2d3
2024-07-09 19:26:10.076  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 42254a4e-d34a-4bdf-b9cf-3b773416a2d3: Amount of 197 has been received from Account number 72ce15f2-b247-4cd2-9a04-3124f1dcf681
2024-07-09 19:26:10.076  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 16346dad-4bc3-46bd-bd77-23df46faa2df: Amount of 400 has to sent to Account number 2e0945e8-7461-4515-bb0e-cf9533dbcb17
2024-07-09 19:26:10.076  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e0945e8-7461-4515-bb0e-cf9533dbcb17: Amount of 400 has been received from Account number 16346dad-4bc3-46bd-bd77-23df46faa2df
2024-07-09 19:26:10.076  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf8873ea-037b-4a55-96f4-ce317f258c98: Amount of 142 has to sent to Account number 34f9cf06-30f4-4ab0-baf0-70b42185d632
2024-07-09 19:26:10.076  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 34f9cf06-30f4-4ab0-baf0-70b42185d632: Amount of 142 has been received from Account number cf8873ea-037b-4a55-96f4-ce317f258c98
2024-07-09 19:26:10.076  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf298678-583c-49d7-ab89-20b2643ea71d: Amount of 438 has to sent to Account number f78227e3-c3b2-4fe5-bbc0-d1c026a897c1
2024-07-09 19:26:10.076  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of f78227e3-c3b2-4fe5-bbc0-d1c026a897c1: Amount of 438 has been received from Account number bf298678-583c-49d7-ab89-20b2643ea71d
2024-07-09 19:26:10.076  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e7ef32f-28c4-4424-8608-7ea90de729aa: Amount of 979 has to sent to Account number e1e3493d-40cf-4488-b324-658d4a80654f
2024-07-09 19:26:10.076  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of e1e3493d-40cf-4488-b324-658d4a80654f: Amount of 979 has been received from Account number 2e7ef32f-28c4-4424-8608-7ea90de729aa
2024-07-09 19:26:10.076  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of d26c7a8f-315e-4ffa-afc7-56bb980e42ef: Amount of 816 has to sent to Account number 22116368-ef82-42ba-bfbd-2a8b235b4185
2024-07-09 19:26:10.076  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22116368-ef82-42ba-bfbd-2a8b235b4185: Amount of 816 has been received from Account number d26c7a8f-315e-4ffa-afc7-56bb980e42ef
2024-07-09 19:26:10.076  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4669e5dd-c036-409b-941a-b020c245440f: Amount of 255 has to sent to Account number 04e95d1a-e481-49bb-9c01-9dba8d5c1839
2024-07-09 19:26:10.076  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 04e95d1a-e481-49bb-9c01-9dba8d5c1839: Amount of 255 has been received from Account number 4669e5dd-c036-409b-941a-b020c245440f
2024-07-09 19:26:10.076  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 995f90dc-e562-4f6c-86fb-95cb6016979a: Amount of 940 has to sent to Account number 90165be7-4c47-40fa-a00e-c632960dc644
2024-07-09 19:26:10.076  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 90165be7-4c47-40fa-a00e-c632960dc644: Amount of 940 has been received from Account number 995f90dc-e562-4f6c-86fb-95cb6016979a
2024-07-09 19:26:10.076  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of f124c14c-645e-4255-aace-beb63cf537c1: Amount of 505 has to sent to Account number 7f3fd2b0-3a0a-410d-bc92-db972e875152
2024-07-09 19:26:10.076  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7f3fd2b0-3a0a-410d-bc92-db972e875152: Amount of 505 has been received from Account number f124c14c-645e-4255-aace-beb63cf537c1
2024-07-09 19:26:10.070  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of f011f667-7270-4f15-b673-54f1d3bf3819: Amount of 780 has been received from Account number 5a845279-4e31-4ef6-b2db-c301d1d59c42
2024-07-09 19:26:10.070  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 158 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.076  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1a770c75-2e1b-4c9d-8323-df0bd2d8da58: Amount of 236 has to sent to Account number f6f79903-94dd-41f0-a79c-08f7f4483dae
2024-07-09 19:26:10.070  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of e463b5da-7284-4f44-93cd-0628e445b7df: Amount of 985 has to sent to Account number 37f8a7c7-7672-4a19-96cd-b2f54a0f6e04
2024-07-09 19:26:10.076  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 118 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.076  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 118 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.076  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 37f8a7c7-7672-4a19-96cd-b2f54a0f6e04: Amount of 985 has been received from Account number e463b5da-7284-4f44-93cd-0628e445b7df
2024-07-09 19:26:10.070  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 57381e16-c239-4f11-aae9-1bc93979a3fe: Amount of 982 has been received from Account number c7132a55-bc3e-47e3-94f1-2b820fdc8bc9
2024-07-09 19:26:10.070  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0b65318e-edd7-4b79-b027-6eaae34f8a38: Amount of 990 has to sent to Account number 530bf68e-c891-4fb2-8e6c-056b3bd44800
2024-07-09 19:26:10.070  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 74c2a26c-9c3e-47cc-921e-5b98c661ac3c: Amount of 750 has to sent to Account number dd1e2571-5bd5-479d-8e39-f6bac971e818
2024-07-09 19:26:10.076  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 51d4e870-3aca-4dba-a97a-3b0a49466915: Amount of 557 has to sent to Account number 6c9db60e-b526-4080-b9ae-d86798ed09ef
2024-07-09 19:26:10.076  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6c9db60e-b526-4080-b9ae-d86798ed09ef: Amount of 557 has been received from Account number 51d4e870-3aca-4dba-a97a-3b0a49466915
2024-07-09 19:26:10.076  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 530bf68e-c891-4fb2-8e6c-056b3bd44800: Amount of 990 has been received from Account number 0b65318e-edd7-4b79-b027-6eaae34f8a38
2024-07-09 19:26:10.070  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 39 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.076  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd1e2571-5bd5-479d-8e39-f6bac971e818: Amount of 750 has been received from Account number 74c2a26c-9c3e-47cc-921e-5b98c661ac3c
2024-07-09 19:26:10.070  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 52 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.076  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b2f482e-25ef-44d7-9c64-13a8052b71e5: Amount of 950 has to sent to Account number fa64e309-1f0e-436b-ba67-5eb3a6ad693c
2024-07-09 19:26:10.076  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 262 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.070  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 945492c1-ffb8-4100-b549-fec0a3507493: Amount of 446 has been received from Account number aea92838-2cec-4347-8b88-ba3ad2a3d296
2024-07-09 19:26:10.076  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 262 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.076  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 697 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.076  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 697 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.076  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 530 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.076  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 530 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.076  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 39 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.070  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 12daae48-b2c7-4e40-b1b3-61c13d506726: Amount of 698 has to sent to Account number 99487aa0-ea9e-4c48-9166-3160e7fde7aa
2024-07-09 19:26:10.076  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 787 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.070  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 573e7928-3cd4-479d-99be-ebb105dc5870: Amount of 475 has to sent to Account number a018707e-d16d-4c0e-8d9b-5ababe520174
2024-07-09 19:26:10.076  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 99487aa0-ea9e-4c48-9166-3160e7fde7aa: Amount of 698 has been received from Account number 12daae48-b2c7-4e40-b1b3-61c13d506726
2024-07-09 19:26:10.070  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 76ca5577-4d81-496f-aa21-7d9d5b5e1841: Amount of 36 has to sent to Account number 5122a51d-5ae1-4a8e-a06f-53d106be45bf
2024-07-09 19:26:10.076  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of a018707e-d16d-4c0e-8d9b-5ababe520174: Amount of 475 has been received from Account number 573e7928-3cd4-479d-99be-ebb105dc5870
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 14 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 49db6fde-8400-40a0-a169-4168fa631eef: Amount of 544 has to sent to Account number 275e4cbd-8e55-4152-9a44-1f6a42cfb93c
2024-07-09 19:26:10.076  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5122a51d-5ae1-4a8e-a06f-53d106be45bf: Amount of 36 has been received from Account number 76ca5577-4d81-496f-aa21-7d9d5b5e1841
2024-07-09 19:26:10.070  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of dc63df92-7c68-4d21-9e32-020c596559bd: Amount of 844 has been received from Account number be36dc79-edc6-4780-84e2-5c4107ef9258
2024-07-09 19:26:10.073  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of d96e3d62-e379-4bc1-991b-eeb9663a89f5: Amount of 307 has to sent to Account number 3e9e8677-9af4-4e2f-80ba-ca28797792b9
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 92 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 677 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of b3d17982-cac0-4ebb-ab87-8115a405c1c2: Amount of 698 has been received from Account number 03518382-954d-4009-b687-10009b517675
2024-07-09 19:26:10.077  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e9e8677-9af4-4e2f-80ba-ca28797792b9: Amount of 307 has been received from Account number d96e3d62-e379-4bc1-991b-eeb9663a89f5
2024-07-09 19:26:10.077  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e5edde1-511b-4876-a736-168e39498042: Amount of 704 has to sent to Account number 3a5bc926-91e2-478f-98d3-ae264cb26aab
2024-07-09 19:26:10.077  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of e03e2029-99a6-4957-9734-85f1bebe4d62: Amount of 289 has to sent to Account number 6b0a2f3c-133d-4598-87bc-9dabb948d049
2024-07-09 19:26:10.077  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 58e976d0-4f85-446f-a08a-868929477f35: Amount of 250 has to sent to Account number 5a04250a-6554-4256-8559-90e276986c84
2024-07-09 19:26:10.077  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b0a2f3c-133d-4598-87bc-9dabb948d049: Amount of 289 has been received from Account number e03e2029-99a6-4957-9734-85f1bebe4d62
2024-07-09 19:26:10.077  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5a04250a-6554-4256-8559-90e276986c84: Amount of 250 has been received from Account number 58e976d0-4f85-446f-a08a-868929477f35
2024-07-09 19:26:10.077  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6f7c4156-39b9-44ec-9471-635830fb6c91: Amount of 696 has to sent to Account number 0a0f1d91-4fab-47b6-ae83-7cbfd81c5e63
2024-07-09 19:26:10.077  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 92 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a0f1d91-4fab-47b6-ae83-7cbfd81c5e63: Amount of 696 has been received from Account number 6f7c4156-39b9-44ec-9471-635830fb6c91
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 156 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 678c31f0-d05a-486a-b6f7-d3629d224749: Amount of 642 has to sent to Account number b878a00e-9a44-454a-b5ee-69f6dea0f91b
2024-07-09 19:26:10.077  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 156 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of a23a20f5-da3e-4864-9c53-6a8a861d3e12: Amount of 80 has been received from Account number a54f3e48-6040-4473-8672-cb8bf3f75714
2024-07-09 19:26:10.077  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 507 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 37d0c8c3-e71f-42b7-8b4f-c1223a073cf7: Amount of 693 has to sent to Account number 03da34cb-fe5f-48e3-abe1-32f93a5f1f74
2024-07-09 19:26:10.077  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 507 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 55ae6a66-622e-48ac-972b-814f67c4349e: Amount of 11 has to sent to Account number 5e29a4f9-7349-4cc4-abe9-616132875571
2024-07-09 19:26:10.077  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 03da34cb-fe5f-48e3-abe1-32f93a5f1f74: Amount of 693 has been received from Account number 37d0c8c3-e71f-42b7-8b4f-c1223a073cf7
2024-07-09 19:26:10.073  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 983 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 81 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 983 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 304 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 207 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 304 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 627 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 862 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 627 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 862 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 569 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 777 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 569 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 317 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 317 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 978 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 775 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of fbd73e63-128f-43e6-bcbe-8a0c59ecd38d: Amount of 565 has been received from Account number db38f7ee-f07e-4446-bab7-899c79516dcb
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 835 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 835 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 40c1b7d8-5153-41e8-918b-441c445dd6a9: Amount of 184 has to sent to Account number ce0f4d12-e28c-41b8-a9e4-9ac5c4d0ecad
2024-07-09 19:26:10.077  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ce0f4d12-e28c-41b8-a9e4-9ac5c4d0ecad: Amount of 184 has been received from Account number 40c1b7d8-5153-41e8-918b-441c445dd6a9
2024-07-09 19:26:10.077  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3b8ae200-468d-4789-a90d-00a2add6433e: Amount of 129 has to sent to Account number 5b04272f-0de5-41e2-b64d-51d672f34267
2024-07-09 19:26:10.077  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5b04272f-0de5-41e2-b64d-51d672f34267: Amount of 129 has been received from Account number 3b8ae200-468d-4789-a90d-00a2add6433e
2024-07-09 19:26:10.077  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 54964fca-2749-4e74-a5ba-91d3cfd08e84: Amount of 524 has to sent to Account number 49f905a6-4c7a-4ece-9492-fea1b4a3d151
2024-07-09 19:26:10.077  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 49f905a6-4c7a-4ece-9492-fea1b4a3d151: Amount of 524 has been received from Account number 54964fca-2749-4e74-a5ba-91d3cfd08e84
2024-07-09 19:26:10.077  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae6bab10-20e4-411f-a070-79d03428a565: Amount of 489 has to sent to Account number c979ff83-959f-4909-85b2-86952f70e31f
2024-07-09 19:26:10.073  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 419 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 419 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 575 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 575 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 880 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 880 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 773 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 773 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 619 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 619 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 351 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 351 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 856 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 856 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 404 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 404 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 855 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 855 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 414 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 414 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 292 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 292 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 647 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 647 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 970 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 970 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 489 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 489 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 762 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 762 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 553 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 553 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 172 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 172 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 87 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 87 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 968 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 968 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 181 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 181 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 692 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 692 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 42 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 42 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 362 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 362 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 129 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 129 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 20 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 20 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 67 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 67 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 647 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 647 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 917 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 917 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 273 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 273 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 951 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 951 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 449 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 449 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 107 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 107 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 522 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 522 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 190 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 190 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 979 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 979 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 46 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 46 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 254 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 254 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 880 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 880 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 875 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 875 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 597 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 597 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 272 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 272 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 528 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 528 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 599 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 599 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 599 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 599 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 323 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 15ba3932-6380-4ddf-b21a-c867306e03d8: Amount of 298 has to sent to Account number 632be6ff-1da2-4511-987a-e18bdb2e8fc2
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 99 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 571 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 785 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 571 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 99 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 21 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 217 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 145 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 217 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 145 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 426 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 133 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 823 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 823 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 390 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.073  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 932 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.073  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of c36470af-4b96-4310-9633-63b11e3e7b04: Amount of 651 has been received from Account number c6c0e0b0-96cc-4799-933f-ce6249b8bf0f
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 932 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.076  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 63ca2f22-5320-4d18-adbc-0ae128974854: Amount of 685 has been received from Account number e5ecb299-3eaa-44fe-8cba-fcc4f91a268c
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 982 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 982 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 456 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 456 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.076  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 869 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.076  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 198 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 158 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 158 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.076  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ebae8ca8-e092-4579-b42d-94c358e88c46: Amount of 28 has to sent to Account number d2d6e25b-0cde-43df-b275-8fd1b4965aec
2024-07-09 19:26:10.079  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 344 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2d6e25b-0cde-43df-b275-8fd1b4965aec: Amount of 28 has been received from Account number ebae8ca8-e092-4579-b42d-94c358e88c46
2024-07-09 19:26:10.076  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of f6f79903-94dd-41f0-a79c-08f7f4483dae: Amount of 236 has been received from Account number 1a770c75-2e1b-4c9d-8323-df0bd2d8da58
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 93240ce1-0d88-4fb4-bf45-547f24b154fb: Amount of 897 has to sent to Account number b35abcec-ff5e-49b5-9547-adb5c47e8023
2024-07-09 19:26:10.079  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 714 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of b35abcec-ff5e-49b5-9547-adb5c47e8023: Amount of 897 has been received from Account number 93240ce1-0d88-4fb4-bf45-547f24b154fb
2024-07-09 19:26:10.076  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 123 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.076  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of e9371f7a-c25b-46e1-a313-51d3da8aaf79: Amount of 26 has to sent to Account number 17954367-5c11-4f54-aa32-8fd706849b4e
2024-07-09 19:26:10.079  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 714 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 239 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 239 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 54 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 54 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.076  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3f8af73-a585-444a-8ef9-53c53d598090: Amount of 55 has to sent to Account number e71ece6b-4b75-4bd1-9984-a566583a72ee
2024-07-09 19:26:10.079  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 17954367-5c11-4f54-aa32-8fd706849b4e: Amount of 26 has been received from Account number e9371f7a-c25b-46e1-a313-51d3da8aaf79
2024-07-09 19:26:10.079  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of bd905366-370d-4895-af30-93958ca3e405: Amount of 248 has to sent to Account number 0a46bad4-562d-4923-858a-ccd3ad86950b
2024-07-09 19:26:10.079  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a46bad4-562d-4923-858a-ccd3ad86950b: Amount of 248 has been received from Account number bd905366-370d-4895-af30-93958ca3e405
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of e71ece6b-4b75-4bd1-9984-a566583a72ee: Amount of 55 has been received from Account number c3f8af73-a585-444a-8ef9-53c53d598090
2024-07-09 19:26:10.076  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 06acb38b-74d1-487c-90d0-fb9b451d61cb: Amount of 30 has to sent to Account number 1eb6a84e-5a18-4705-856b-08bb13ab93f1
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1eb6a84e-5a18-4705-856b-08bb13ab93f1: Amount of 30 has been received from Account number 06acb38b-74d1-487c-90d0-fb9b451d61cb
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7cbb2f82-abd1-48c3-a9af-9ad525d8f860: Amount of 772 has to sent to Account number 9a86b244-1801-48d7-a937-b3c4b7b60970
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9a86b244-1801-48d7-a937-b3c4b7b60970: Amount of 772 has been received from Account number 7cbb2f82-abd1-48c3-a9af-9ad525d8f860
2024-07-09 19:26:10.076  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa64e309-1f0e-436b-ba67-5eb3a6ad693c: Amount of 950 has been received from Account number 2b2f482e-25ef-44d7-9c64-13a8052b71e5
2024-07-09 19:26:10.076  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 93a6e4d0-6414-4fbd-a7dc-3ba828803ce5: Amount of 671 has to sent to Account number 34a505df-1b8d-4b2a-82f4-7db985fb8144
2024-07-09 19:26:10.079  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 34a505df-1b8d-4b2a-82f4-7db985fb8144: Amount of 671 has been received from Account number 93a6e4d0-6414-4fbd-a7dc-3ba828803ce5
2024-07-09 19:26:10.076  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 254 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8d7d8da7-aa03-4a7b-b4e6-2e4d3e466952: Amount of 836 has to sent to Account number ffb6dbaf-f108-45e6-9e4d-6274fc61bd9d
2024-07-09 19:26:10.079  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ffb6dbaf-f108-45e6-9e4d-6274fc61bd9d: Amount of 836 has been received from Account number 8d7d8da7-aa03-4a7b-b4e6-2e4d3e466952
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 008c01fc-dc77-44a2-b9b7-c9afa5df83d3: Amount of 498 has to sent to Account number 74cecd37-d207-44af-a2bd-f0c23cc5294f
2024-07-09 19:26:10.079  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7164e750-7789-470c-b70f-50e97375090d: Amount of 133 has to sent to Account number dd4cdfb3-d1ee-42c4-b02a-9267f373e834
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 74cecd37-d207-44af-a2bd-f0c23cc5294f: Amount of 498 has been received from Account number 008c01fc-dc77-44a2-b9b7-c9afa5df83d3
2024-07-09 19:26:10.079  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd4cdfb3-d1ee-42c4-b02a-9267f373e834: Amount of 133 has been received from Account number 7164e750-7789-470c-b70f-50e97375090d
2024-07-09 19:26:10.079  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 254 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.076  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 787 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9bfddbf9-3906-4aed-81aa-1c50ee89a468: Amount of 22 has to sent to Account number 55ec3bc3-d08e-4050-b039-eac448f19c5c
2024-07-09 19:26:10.079  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 131 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 131 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 980 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 980 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 15b707de-2733-4fea-92fd-6e192bb79d45: Amount of 960 has to sent to Account number fccf3be1-c934-436f-83b6-cd110ae70c28
2024-07-09 19:26:10.076  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2853d286-c369-49cb-ba6e-707da40dab21: Amount of 239 has to sent to Account number d2ea334e-e742-4742-b103-1fde2e57a5d4
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of fccf3be1-c934-436f-83b6-cd110ae70c28: Amount of 960 has been received from Account number 15b707de-2733-4fea-92fd-6e192bb79d45
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2ea334e-e742-4742-b103-1fde2e57a5d4: Amount of 239 has been received from Account number 2853d286-c369-49cb-ba6e-707da40dab21
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3272f40c-e01d-42e3-9656-c3a966ae4ad2: Amount of 83 has to sent to Account number 43ef4952-c1e2-4837-bce3-ec2cd12d1a54
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 43ef4952-c1e2-4837-bce3-ec2cd12d1a54: Amount of 83 has been received from Account number 3272f40c-e01d-42e3-9656-c3a966ae4ad2
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5ac49cdd-88fe-4622-b756-a9a15ea8bbb3: Amount of 695 has to sent to Account number e3f4c023-7a34-4674-98e9-ed45d76f57ef
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of e3f4c023-7a34-4674-98e9-ed45d76f57ef: Amount of 695 has been received from Account number 5ac49cdd-88fe-4622-b756-a9a15ea8bbb3
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c249842-5915-439b-854c-6c060e33868e: Amount of 294 has to sent to Account number 1e99cea7-e595-4841-a301-b0e158fb0072
2024-07-09 19:26:10.076  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d4af71b-900b-4e25-a97f-b839fcdfb077: Amount of 311 has to sent to Account number 894011ff-004e-4681-b34f-6068b6e475b6
2024-07-09 19:26:10.076  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 343 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.076  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 275e4cbd-8e55-4152-9a44-1f6a42cfb93c: Amount of 544 has been received from Account number 49db6fde-8400-40a0-a169-4168fa631eef
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 343 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 677 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c739d1f-de7b-46f2-ad03-32bd9f024c1a: Amount of 787 has to sent to Account number 245e54ad-9351-4a64-bbd4-77710ca7b78d
2024-07-09 19:26:10.077  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of b79e5ff0-d24c-4433-a434-879a5914636b: Amount of 959 has to sent to Account number 111f13aa-49d9-4f3d-b839-96991fc97f6a
2024-07-09 19:26:10.079  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 245e54ad-9351-4a64-bbd4-77710ca7b78d: Amount of 787 has been received from Account number 5c739d1f-de7b-46f2-ad03-32bd9f024c1a
2024-07-09 19:26:10.079  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 314a8059-2ee5-47b3-8ad9-91619ad03f5b: Amount of 87 has to sent to Account number 3e6f2b93-3d23-41e9-9184-b3038a8818a2
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 4 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 111f13aa-49d9-4f3d-b839-96991fc97f6a: Amount of 959 has been received from Account number b79e5ff0-d24c-4433-a434-879a5914636b
2024-07-09 19:26:10.077  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 621418c9-34b6-4abf-8164-e2b9eb83fa67: Amount of 577 has to sent to Account number ad482bad-8035-4109-bf45-8ec3e8e391e3
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 4 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 357fc174-668c-4afc-b1f2-bb1dafedacc5: Amount of 49 has to sent to Account number 80126a8c-eac2-4976-910b-99910a524eb4
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 943 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a5bc926-91e2-478f-98d3-ae264cb26aab: Amount of 704 has been received from Account number 8e5edde1-511b-4876-a736-168e39498042
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 943 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 18f0282d-7893-4db7-a32e-d8d6de136e3a: Amount of 736 has to sent to Account number 2ff37205-04b6-4957-a0cf-13638152d7ab
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2ff37205-04b6-4957-a0cf-13638152d7ab: Amount of 736 has been received from Account number 18f0282d-7893-4db7-a32e-d8d6de136e3a
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 80104ef7-7b18-45e9-a21c-7ec87e2c13aa: Amount of 423 has to sent to Account number f26f85a0-0346-45a7-ad46-b6fae0ddf4f1
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of f26f85a0-0346-45a7-ad46-b6fae0ddf4f1: Amount of 423 has been received from Account number 80104ef7-7b18-45e9-a21c-7ec87e2c13aa
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4f420bfd-0750-4ad6-a63b-2772a085c163: Amount of 631 has to sent to Account number eb77f26a-4ec9-4ef9-b5cf-d19db381bd4c
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of eb77f26a-4ec9-4ef9-b5cf-d19db381bd4c: Amount of 631 has been received from Account number 4f420bfd-0750-4ad6-a63b-2772a085c163
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 479db720-d40c-4328-8cec-86db8037aaad: Amount of 382 has to sent to Account number 5259e58a-08ed-4bdf-bf03-7d2307840830
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5259e58a-08ed-4bdf-bf03-7d2307840830: Amount of 382 has been received from Account number 479db720-d40c-4328-8cec-86db8037aaad
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 66effd84-a47c-48da-8900-0e675108dd32: Amount of 652 has to sent to Account number 6bb383d1-e107-47f8-858e-5f667d8af44f
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6bb383d1-e107-47f8-858e-5f667d8af44f: Amount of 652 has been received from Account number 66effd84-a47c-48da-8900-0e675108dd32
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3678c793-d415-4b88-8ffb-6a69651ebb53: Amount of 87 has to sent to Account number 11f65191-2e4c-4f7a-9a2b-db60e9c02ee5
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 11f65191-2e4c-4f7a-9a2b-db60e9c02ee5: Amount of 87 has been received from Account number 3678c793-d415-4b88-8ffb-6a69651ebb53
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 33a93fb8-f86a-4d89-bae3-44fcfb2f36be: Amount of 610 has to sent to Account number bd594821-114e-48bf-845c-e2ae2eff6485
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of bd594821-114e-48bf-845c-e2ae2eff6485: Amount of 610 has been received from Account number 33a93fb8-f86a-4d89-bae3-44fcfb2f36be
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ace8d943-9090-4429-bb45-9113211217d5: Amount of 284 has to sent to Account number 7bc21b3b-fd36-43f9-8077-186dd2027048
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7bc21b3b-fd36-43f9-8077-186dd2027048: Amount of 284 has been received from Account number ace8d943-9090-4429-bb45-9113211217d5
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of e01b77bd-317a-42ea-8105-a00174536541: Amount of 252 has to sent to Account number 7e0adb1e-c67a-444e-84a2-e4d2b8f48ab6
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7e0adb1e-c67a-444e-84a2-e4d2b8f48ab6: Amount of 252 has been received from Account number e01b77bd-317a-42ea-8105-a00174536541
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of e1984fa8-6157-4a5c-9d3c-91f784eea9ca: Amount of 884 has to sent to Account number 747d072b-472e-4fe9-961f-d20c6777ad66
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 747d072b-472e-4fe9-961f-d20c6777ad66: Amount of 884 has been received from Account number e1984fa8-6157-4a5c-9d3c-91f784eea9ca
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e17ab86-e7f9-4ae8-80c7-d6dea1b0ab3b: Amount of 378 has to sent to Account number d3934986-df2b-460b-b22d-f4d381c94b9e
2024-07-09 19:26:10.077  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 596 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of b878a00e-9a44-454a-b5ee-69f6dea0f91b: Amount of 642 has been received from Account number 678c31f0-d05a-486a-b6f7-d3629d224749
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 596 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 68 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 68 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 782 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of d3f13a53-86cd-497d-a7ef-d25cf1791e84: Amount of 103 has to sent to Account number e3cfdfe1-7f6b-481d-b51d-13ea18322912
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 782 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 803 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of e3cfdfe1-7f6b-481d-b51d-13ea18322912: Amount of 103 has been received from Account number d3f13a53-86cd-497d-a7ef-d25cf1791e84
2024-07-09 19:26:10.077  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 513 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5e29a4f9-7349-4cc4-abe9-616132875571: Amount of 11 has been received from Account number 55ae6a66-622e-48ac-972b-814f67c4349e
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 513 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1226246d-aa4a-4bc2-ae06-e0378451bab3: Amount of 873 has to sent to Account number 6be8b6fb-9196-473d-b8d1-604e5db7078a
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 965 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccae0eb6-50b1-4736-b85c-f535e1e00146: Amount of 69 has to sent to Account number f75bcb97-9151-434e-b30e-c6de30a26706
2024-07-09 19:26:10.079  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of f75bcb97-9151-434e-b30e-c6de30a26706: Amount of 69 has been received from Account number ccae0eb6-50b1-4736-b85c-f535e1e00146
2024-07-09 19:26:10.079  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5e79f049-2a02-4614-aef1-aedfb4cf1d88: Amount of 830 has to sent to Account number d38bdb2f-958f-4108-949d-3be2cefbaecb
2024-07-09 19:26:10.079  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of d38bdb2f-958f-4108-949d-3be2cefbaecb: Amount of 830 has been received from Account number 5e79f049-2a02-4614-aef1-aedfb4cf1d88
2024-07-09 19:26:10.077  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6351b72-684b-4d24-9a23-515282aac115: Amount of 746 has to sent to Account number 33d80e35-28e4-442f-8742-0b7d04b80a7d
2024-07-09 19:26:10.079  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 52d8c308-60b3-4eed-a44c-24c3dd8c71bd: Amount of 113 has to sent to Account number f5c572a0-e4ff-4ab4-8e04-915c9fae2b0c
2024-07-09 19:26:10.079  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of f5c572a0-e4ff-4ab4-8e04-915c9fae2b0c: Amount of 113 has been received from Account number 52d8c308-60b3-4eed-a44c-24c3dd8c71bd
2024-07-09 19:26:10.079  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2a35c747-b616-435b-a39c-5b0a3db29e5e: Amount of 888 has to sent to Account number d5f97b1d-ed71-46e5-bb28-a2d90988d004
2024-07-09 19:26:10.079  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of d5f97b1d-ed71-46e5-bb28-a2d90988d004: Amount of 888 has been received from Account number 2a35c747-b616-435b-a39c-5b0a3db29e5e
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 33d80e35-28e4-442f-8742-0b7d04b80a7d: Amount of 746 has been received from Account number d6351b72-684b-4d24-9a23-515282aac115
2024-07-09 19:26:10.077  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 81 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 990 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 850 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 850 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 562 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 562 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 777 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 978 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 258 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 368 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.077  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of c979ff83-959f-4909-85b2-86952f70e31f: Amount of 489 has been received from Account number ae6bab10-20e4-411f-a070-79d03428a565
2024-07-09 19:26:10.079  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 828 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 828 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 632be6ff-1da2-4511-987a-e18bdb2e8fc2: Amount of 298 has been received from Account number 15ba3932-6380-4ddf-b21a-c867306e03d8
2024-07-09 19:26:10.079  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 368 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 903 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 21 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 133 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 234 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 390 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 903 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 342 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 342 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 534 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 534 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 853 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 853 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 124 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 124 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 194 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 194 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 428 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 428 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 885 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 885 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 349 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 349 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 536 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 536 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 797 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 797 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 875 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.088  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 670 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.089  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 670 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.089  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 212 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.089  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 212 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.089  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 439 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.089  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 439 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.089  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 3 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.089  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 3 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.089  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 589 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.089  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 589 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.089  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 718 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.089  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 718 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.089  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 382 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.089  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 382 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.089  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 334 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.089  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 334 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 75a0aa42-3f99-4f4c-af31-51746b56e2f9: Amount of 379 has to sent to Account number 9dd9314b-18ff-4cb9-a571-2001f151881e
2024-07-09 19:26:10.089  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 782 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.089  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 782 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.089  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 328 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.089  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 328 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 711cdff0-eb94-4131-816f-9a8038f00778: Amount of 160 has to sent to Account number b841dc9e-32da-47e3-8c7b-ff4b0f7b8246
2024-07-09 19:26:10.089  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 24 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.089  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 24 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.089  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 548 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.089  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 548 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.089  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 680 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.088  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 875 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.089  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 680 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.089  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 417 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.089  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 417 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.089  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 483 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.089  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 483 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.089  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 798 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.089  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 798 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.089  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 231 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.089  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 231 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.089  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 191 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.089  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 191 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.089  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 487 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.089  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 487 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.089  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 474 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.089  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 474 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.089  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 145 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.089  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 145 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.089  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 187 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.089  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 187 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.090  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 779 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.090  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 779 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.090  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 610 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.090  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 610 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.090  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 559 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.090  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 559 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.089  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of b841dc9e-32da-47e3-8c7b-ff4b0f7b8246: Amount of 160 has been received from Account number 711cdff0-eb94-4131-816f-9a8038f00778
2024-07-09 19:26:10.090  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 104 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.090  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 104 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.090  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 369 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.090  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 369 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.090  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 957 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.090  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 957 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.090  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 32 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.090  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 32 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.090  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 960 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.090  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 960 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.090  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 390 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 344 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1d894481-7130-4910-a2f5-615b539ec73c: Amount of 542 has to sent to Account number 19a68390-7566-4d67-b316-d68424362f08
2024-07-09 19:26:10.090  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 724 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.090  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 19a68390-7566-4d67-b316-d68424362f08: Amount of 542 has been received from Account number 1d894481-7130-4910-a2f5-615b539ec73c
2024-07-09 19:26:10.090  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 724 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.090  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of e38d4850-c4ba-4d39-8d8e-7b9afe67af8c: Amount of 765 has to sent to Account number d4fc8160-9d6e-4c01-8965-5dd60d60d52e
2024-07-09 19:26:10.090  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of d4fc8160-9d6e-4c01-8965-5dd60d60d52e: Amount of 765 has been received from Account number e38d4850-c4ba-4d39-8d8e-7b9afe67af8c
2024-07-09 19:26:10.090  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of b43b0b42-71c2-4916-9bea-f9bf4aa6b375: Amount of 895 has to sent to Account number 80c31881-c18f-4aa9-b946-9e46fe11d6a5
2024-07-09 19:26:10.090  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 80c31881-c18f-4aa9-b946-9e46fe11d6a5: Amount of 895 has been received from Account number b43b0b42-71c2-4916-9bea-f9bf4aa6b375
2024-07-09 19:26:10.090  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of c11e7dbe-7836-4628-9861-d89ae408c872: Amount of 787 has to sent to Account number 9e30c28e-49d0-4150-9fdd-63211e142bf5
2024-07-09 19:26:10.090  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9e30c28e-49d0-4150-9fdd-63211e142bf5: Amount of 787 has been received from Account number c11e7dbe-7836-4628-9861-d89ae408c872
2024-07-09 19:26:10.090  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 84bdb524-0e8e-4d1c-a554-7c71946fdaf4: Amount of 916 has to sent to Account number 3e479c4b-1cd3-4af1-9063-9765a3d37e0c
2024-07-09 19:26:10.090  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e479c4b-1cd3-4af1-9063-9765a3d37e0c: Amount of 916 has been received from Account number 84bdb524-0e8e-4d1c-a554-7c71946fdaf4
2024-07-09 19:26:10.090  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of b181e60d-91d8-458a-8462-7874c8bb1e52: Amount of 170 has to sent to Account number aa28f512-349c-4518-a22f-8a4e21e52c25
2024-07-09 19:26:10.090  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of aa28f512-349c-4518-a22f-8a4e21e52c25: Amount of 170 has been received from Account number b181e60d-91d8-458a-8462-7874c8bb1e52
2024-07-09 19:26:10.090  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 72e72030-c260-449e-80a5-4d465b82aa3f: Amount of 407 has to sent to Account number 706fdb15-ccf4-4621-b312-f6df7a380469
2024-07-09 19:26:10.090  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 706fdb15-ccf4-4621-b312-f6df7a380469: Amount of 407 has been received from Account number 72e72030-c260-449e-80a5-4d465b82aa3f
2024-07-09 19:26:10.090  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of c1fabb3c-7f47-468b-ba00-6728917dd377: Amount of 787 has to sent to Account number bb380b1e-3697-43ea-a329-e6f24e478c0d
2024-07-09 19:26:10.090  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of bb380b1e-3697-43ea-a329-e6f24e478c0d: Amount of 787 has been received from Account number c1fabb3c-7f47-468b-ba00-6728917dd377
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ec8ecd80-1eac-48af-8df8-3f8cc21b2881: Amount of 871 has to sent to Account number 3a8e731e-1901-46a0-9f62-ea51c7b731c9
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 123 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.090  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3a8e731e-1901-46a0-9f62-ea51c7b731c9: Amount of 871 has been received from Account number ec8ecd80-1eac-48af-8df8-3f8cc21b2881
2024-07-09 19:26:10.079  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 544 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.090  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 284 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.090  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 284 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9bcad6fa-da07-4a7e-803d-6080a6de4c59: Amount of 186 has to sent to Account number 6c9517c8-78cb-409e-bf32-a68d3f955dfd
2024-07-09 19:26:10.090  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 689 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.090  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 689 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.090  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 363 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.090  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 363 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.090  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 845 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.090  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6c9517c8-78cb-409e-bf32-a68d3f955dfd: Amount of 186 has been received from Account number 9bcad6fa-da07-4a7e-803d-6080a6de4c59
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 845 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 706 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 706 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 907 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 907 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 271 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8a8d6a1f-a68a-483d-9561-1bb302e17219: Amount of 268 has to sent to Account number d6b66a29-3b8c-44de-8f87-5f18f27e0309
2024-07-09 19:26:10.092  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of d6b66a29-3b8c-44de-8f87-5f18f27e0309: Amount of 268 has been received from Account number 8a8d6a1f-a68a-483d-9561-1bb302e17219
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 271 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 107 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 107 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 222 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 222 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 942 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 942 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of d007ce3a-923c-48a0-b943-595279603f47: Amount of 748 has to sent to Account number 92d71d76-f474-4182-a7ee-4cf8846ee49b
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 399 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 399 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 960 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 960 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 67 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 67 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 104 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 104 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 932 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 932 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 797 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 797 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 153 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 153 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 382 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 382 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 11 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 11 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 150 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 150 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0b9fcc29-9900-4f42-9744-2a67e4cae8ab: Amount of 396 has to sent to Account number d58d2028-b61b-423e-bd7b-e14686f8017f
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of d58d2028-b61b-423e-bd7b-e14686f8017f: Amount of 396 has been received from Account number 0b9fcc29-9900-4f42-9744-2a67e4cae8ab
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of f9abdb5a-e654-49b1-96b3-f66c0aad8793: Amount of 305 has to sent to Account number dad301f8-d770-4321-a5f7-92b6f686ed8d
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 36fc6c87-0a3e-45da-9377-099511443760: Amount of 882 has to sent to Account number b70d2eef-c981-4ee7-aaab-02732abe11db
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of dad301f8-d770-4321-a5f7-92b6f686ed8d: Amount of 305 has been received from Account number f9abdb5a-e654-49b1-96b3-f66c0aad8793
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of b70d2eef-c981-4ee7-aaab-02732abe11db: Amount of 882 has been received from Account number 36fc6c87-0a3e-45da-9377-099511443760
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of b03f7113-993d-436b-9de3-ce28918a1c7c: Amount of 799 has to sent to Account number a0995a9b-0597-4a5d-955b-3c225710cf17
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 672835b3-f745-4379-a6b4-cd44b8d146c6: Amount of 501 has to sent to Account number 6a72d6e4-aa2e-4121-acd8-2344c03812c2
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a0995a9b-0597-4a5d-955b-3c225710cf17: Amount of 799 has been received from Account number b03f7113-993d-436b-9de3-ce28918a1c7c
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a72d6e4-aa2e-4121-acd8-2344c03812c2: Amount of 501 has been received from Account number 672835b3-f745-4379-a6b4-cd44b8d146c6
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2165ad2b-ce42-4200-99a2-d976b453a9f0: Amount of 265 has to sent to Account number f224377e-eb2b-4d9c-8f72-17133cb0142c
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of f224377e-eb2b-4d9c-8f72-17133cb0142c: Amount of 265 has been received from Account number 2165ad2b-ce42-4200-99a2-d976b453a9f0
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of bb57f8fe-6128-415c-afe8-97f0b6816968: Amount of 942 has to sent to Account number 52fd112f-f18a-4757-9488-b50230d5557c
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of e7ef8f11-9e45-49b4-b518-65f288d63607: Amount of 509 has to sent to Account number f1367fa1-6f2a-4937-888a-7dfc478efaf1
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 52fd112f-f18a-4757-9488-b50230d5557c: Amount of 942 has been received from Account number bb57f8fe-6128-415c-afe8-97f0b6816968
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of f1367fa1-6f2a-4937-888a-7dfc478efaf1: Amount of 509 has been received from Account number e7ef8f11-9e45-49b4-b518-65f288d63607
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64d170f7-d6f8-43c0-9b24-d857e094da7f: Amount of 258 has to sent to Account number 30593b87-71dc-48f3-953c-60f31337e90f
2024-07-09 19:26:10.079  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 616 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 616 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 171 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 171 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 23 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 23 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 146 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 146 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 687 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 687 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 368 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 368 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 825 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 825 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 111 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 111 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 926 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 55ec3bc3-d08e-4050-b039-eac448f19c5c: Amount of 22 has been received from Account number 9bfddbf9-3906-4aed-81aa-1c50ee89a468
2024-07-09 19:26:10.079  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 831 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of d4193f09-0f99-41ae-a7be-481a85a7f762: Amount of 769 has to sent to Account number bd82f201-8b6a-44ac-a761-21f704c41be4
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1e99cea7-e595-4841-a301-b0e158fb0072: Amount of 294 has been received from Account number 1c249842-5915-439b-854c-6c060e33868e
2024-07-09 19:26:10.079  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 894011ff-004e-4681-b34f-6068b6e475b6: Amount of 311 has been received from Account number 6d4af71b-900b-4e25-a97f-b839fcdfb077
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 594 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 926 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 04ba82df-b28a-4182-ba06-01238a659ac2: Amount of 674 has to sent to Account number 600590db-17e1-4df2-9595-ca3bf851b531
2024-07-09 19:26:10.079  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3e6f2b93-3d23-41e9-9184-b3038a8818a2: Amount of 87 has been received from Account number 314a8059-2ee5-47b3-8ad9-91619ad03f5b
2024-07-09 19:26:10.092  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 907 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 600590db-17e1-4df2-9595-ca3bf851b531: Amount of 674 has been received from Account number 04ba82df-b28a-4182-ba06-01238a659ac2
2024-07-09 19:26:10.092  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4523123d-95cf-4686-a4ef-d37e87695c68: Amount of 42 has to sent to Account number 716e2689-8263-4463-95a5-c21e38bf2d48
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 80126a8c-eac2-4976-910b-99910a524eb4: Amount of 49 has been received from Account number 357fc174-668c-4afc-b1f2-bb1dafedacc5
2024-07-09 19:26:10.092  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of d11cacd1-56df-405b-9dd8-4da3240f3008: Amount of 671 has to sent to Account number cd787df4-fc23-4df4-b3ae-6dafac82908b
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ad482bad-8035-4109-bf45-8ec3e8e391e3: Amount of 577 has been received from Account number 621418c9-34b6-4abf-8164-e2b9eb83fa67
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of da4ace9c-5877-462f-b6ba-7a06ddb278ca: Amount of 198 has to sent to Account number 93aafe70-f834-4c6c-a61e-24235dc7d6d6
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 93aafe70-f834-4c6c-a61e-24235dc7d6d6: Amount of 198 has been received from Account number da4ace9c-5877-462f-b6ba-7a06ddb278ca
2024-07-09 19:26:10.092  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of cd787df4-fc23-4df4-b3ae-6dafac82908b: Amount of 671 has been received from Account number d11cacd1-56df-405b-9dd8-4da3240f3008
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5098c4da-c111-46e6-9e16-45aa648d062c: Amount of 830 has to sent to Account number 1ee89c96-ba7c-4f7b-b84e-2999939b5fd2
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1ee89c96-ba7c-4f7b-b84e-2999939b5fd2: Amount of 830 has been received from Account number 5098c4da-c111-46e6-9e16-45aa648d062c
2024-07-09 19:26:10.092  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of e125f7b8-3a00-472b-bfeb-292ead34377e: Amount of 227 has to sent to Account number 8db67d1e-ff3f-4531-840e-dcb69784ea06
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 33c517bb-567c-414d-b66a-909b5034f0b3: Amount of 910 has to sent to Account number 9cd5b30c-68e9-47cb-b448-7b8e48bbada2
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9cd5b30c-68e9-47cb-b448-7b8e48bbada2: Amount of 910 has been received from Account number 33c517bb-567c-414d-b66a-909b5034f0b3
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of e72f3fae-d747-46d7-a588-093458055064: Amount of 490 has to sent to Account number b455d256-0446-40f6-8b11-f8111fc71817
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of b455d256-0446-40f6-8b11-f8111fc71817: Amount of 490 has been received from Account number e72f3fae-d747-46d7-a588-093458055064
2024-07-09 19:26:10.092  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8db67d1e-ff3f-4531-840e-dcb69784ea06: Amount of 227 has been received from Account number e125f7b8-3a00-472b-bfeb-292ead34377e
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 46605461-948e-4eaa-9643-71fbc6d9042f: Amount of 297 has to sent to Account number f1e1d502-008b-4c2f-a2d1-fd42c0441278
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of f1e1d502-008b-4c2f-a2d1-fd42c0441278: Amount of 297 has been received from Account number 46605461-948e-4eaa-9643-71fbc6d9042f
2024-07-09 19:26:10.092  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9cc80112-117e-460a-b67b-8ba579f7e708: Amount of 418 has to sent to Account number f17a65e0-d3eb-4390-b3e4-758747855920
2024-07-09 19:26:10.092  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of bd2f6abe-7ffb-4eab-af88-672255b1ff3f: Amount of 149 has to sent to Account number 068e8275-b1bc-4d3d-9551-609dd27dafce
2024-07-09 19:26:10.092  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 831 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 48 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 706 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 706 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 48 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 240 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of d3934986-df2b-460b-b22d-f4d381c94b9e: Amount of 378 has been received from Account number 0e17ab86-e7f9-4ae8-80c7-d6dea1b0ab3b
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 234 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 234 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 650 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 650 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 797 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 803 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6be8b6fb-9196-473d-b8d1-604e5db7078a: Amount of 873 has been received from Account number 1226246d-aa4a-4bc2-ae06-e0378451bab3
2024-07-09 19:26:10.092  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a294d49-f1e8-413e-8717-6d6ed9e70362: Amount of 953 has to sent to Account number c3e14b1f-d01b-4410-877c-ac04129b0b39
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 689 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3e14b1f-d01b-4410-877c-ac04129b0b39: Amount of 953 has been received from Account number 0a294d49-f1e8-413e-8717-6d6ed9e70362
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 689 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 782ad1b1-eb78-4256-a608-195b5f093d8d: Amount of 366 has to sent to Account number f78f7558-7595-4cf2-a575-ee47194bfffd
2024-07-09 19:26:10.092  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of f78f7558-7595-4cf2-a575-ee47194bfffd: Amount of 366 has been received from Account number 782ad1b1-eb78-4256-a608-195b5f093d8d
2024-07-09 19:26:10.092  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2aaeab89-dfbb-48e2-b64e-b2201dc8e150: Amount of 780 has to sent to Account number 64376ede-584a-4030-9c5f-0970cddb6110
2024-07-09 19:26:10.092  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 64376ede-584a-4030-9c5f-0970cddb6110: Amount of 780 has been received from Account number 2aaeab89-dfbb-48e2-b64e-b2201dc8e150
2024-07-09 19:26:10.092  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 18b572b0-be7f-4e3b-9810-559669675820: Amount of 37 has to sent to Account number b3a59c25-5ede-4809-8c78-aa4dd7eb1285
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 965 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0d3859ae-349f-46ee-a92f-e9fed8cc981d: Amount of 696 has to sent to Account number e0d35d19-3066-4806-9d14-921363a89de2
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 535 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of e0d35d19-3066-4806-9d14-921363a89de2: Amount of 696 has been received from Account number 0d3859ae-349f-46ee-a92f-e9fed8cc981d
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 535 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 175 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 175 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 110 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 110 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e2ae1aa-03aa-4280-86b8-bd5bace17869: Amount of 958 has to sent to Account number c2b33ee0-5aa0-4290-b834-712c4cf813c1
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 790 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 790 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 475 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 475 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of c2b33ee0-5aa0-4290-b834-712c4cf813c1: Amount of 958 has been received from Account number 8e2ae1aa-03aa-4280-86b8-bd5bace17869
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 552 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 72cc481a-4dea-4362-8c1c-bf1f0ee56503: Amount of 920 has to sent to Account number 970e168c-51cb-4bc4-9013-59c6d4bc99cd
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 970e168c-51cb-4bc4-9013-59c6d4bc99cd: Amount of 920 has been received from Account number 72cc481a-4dea-4362-8c1c-bf1f0ee56503
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 552 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 121 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 121 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 220 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 220 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 956 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 956 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 990 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 914 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 914 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 572 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 572 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 499 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 337 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 258 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 682 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd978400-e8ca-45d1-a37f-33900eb19d73: Amount of 333 has to sent to Account number 68d94b7d-e00e-4687-a9fd-d92f7fb7df53
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 337 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 68d94b7d-e00e-4687-a9fd-d92f7fb7df53: Amount of 333 has been received from Account number dd978400-e8ca-45d1-a37f-33900eb19d73
2024-07-09 19:26:10.092  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 499 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 791 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of b0657d93-6d07-48fa-a137-ff7a54c3017c: Amount of 316 has to sent to Account number c3defb13-55e0-4e91-b771-55449572489f
2024-07-09 19:26:10.092  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 791 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of c3defb13-55e0-4e91-b771-55449572489f: Amount of 316 has been received from Account number b0657d93-6d07-48fa-a137-ff7a54c3017c
2024-07-09 19:26:10.092  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 682 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.096  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 03272714-1bb3-4ec5-ac0b-f1a64e687762: Amount of 209 has to sent to Account number 822eb074-2746-4237-9718-d5e9b7bc7796
2024-07-09 19:26:10.079  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5854b248-6fdb-481d-b782-2792244d706b: Amount of 435 has to sent to Account number ff54c51a-40d0-4920-940a-578b20a11fcd
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 234 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.096  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ff54c51a-40d0-4920-940a-578b20a11fcd: Amount of 435 has been received from Account number 5854b248-6fdb-481d-b782-2792244d706b
2024-07-09 19:26:10.096  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 445 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.096  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 445 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.096  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 183 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.096  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 183 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.096  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 18 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.096  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 18 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.096  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 48d707a1-fa87-488b-b788-25e42bef4b7f: Amount of 646 has to sent to Account number 633b61e2-99d8-4ba4-a8fd-1b3e0fb8d282
2024-07-09 19:26:10.096  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 185 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.096  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 185 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.096  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 307 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.096  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 307 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 720 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 521 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.079  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 456 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.096  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 456 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.096  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 479 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.096  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 479 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.096  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 391 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.096  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 391 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.096  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 523 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.096  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 523 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.096  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 482 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.096  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 482 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.096  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 38 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.096  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 38 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.096  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 346 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.089  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9dd9314b-18ff-4cb9-a571-2001f151881e: Amount of 379 has been received from Account number 75a0aa42-3f99-4f4c-af31-51746b56e2f9
2024-07-09 19:26:10.096  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 48751fe2-80f3-4a56-b7fc-1a1cc551dd70: Amount of 666 has to sent to Account number 44039c9f-3e46-4081-9cc2-3e13d407ceb7
2024-07-09 19:26:10.096  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 44039c9f-3e46-4081-9cc2-3e13d407ceb7: Amount of 666 has been received from Account number 48751fe2-80f3-4a56-b7fc-1a1cc551dd70
2024-07-09 19:26:10.096  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6f9581ca-491e-41e1-b016-187280449284: Amount of 194 has to sent to Account number 2b14486e-d384-4e24-bb23-d59c15f1d00b
2024-07-09 19:26:10.096  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b14486e-d384-4e24-bb23-d59c15f1d00b: Amount of 194 has been received from Account number 6f9581ca-491e-41e1-b016-187280449284
2024-07-09 19:26:10.089  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 874 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.090  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of cd628483-5270-4611-8e58-0528ede0c10c: Amount of 909 has to sent to Account number 4252c283-8f5b-491c-9f83-5cec41c76f9d
2024-07-09 19:26:10.097  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 874 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.098  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 49 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 49 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.097  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of b2e47013-9e34-4215-8b18-0e614e061e0b: Amount of 613 has to sent to Account number d71c300c-d1d9-4a74-8f8c-f2e0ae52f66e
2024-07-09 19:26:10.098  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 900 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.098  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d71c300c-d1d9-4a74-8f8c-f2e0ae52f66e: Amount of 613 has been received from Account number b2e47013-9e34-4215-8b18-0e614e061e0b
2024-07-09 19:26:10.098  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5bc68974-d3f0-4feb-a90e-2aa565900ea7: Amount of 810 has to sent to Account number a2fbc3b7-da76-4f66-8f96-aa4e470ad16f
2024-07-09 19:26:10.090  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 390 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 169 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 169 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 256 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.090  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 566 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.098  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 566 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 682 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 682 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.098  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 359 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 359 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.098  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 98 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.090  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 81107ed7-6359-4934-bcb8-9b4e480e2a8d: Amount of 919 has to sent to Account number 411ff8a5-2855-4fdc-b8c8-db5f4e418164
2024-07-09 19:26:10.098  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 98 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 411ff8a5-2855-4fdc-b8c8-db5f4e418164: Amount of 919 has been received from Account number 81107ed7-6359-4934-bcb8-9b4e480e2a8d
2024-07-09 19:26:10.098  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 734 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.090  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4fd49c7e-3e17-44e3-833f-31a69b2f34a4: Amount of 875 has to sent to Account number c5846767-75b4-4a26-81d0-df8b80980dc4
2024-07-09 19:26:10.098  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 734 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.090  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 544 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.098  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 592 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 592 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.098  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 487 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 487 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.098  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 215 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 92d71d76-f474-4182-a7ee-4cf8846ee49b: Amount of 748 has been received from Account number d007ce3a-923c-48a0-b943-595279603f47
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 438 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 438 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 746 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 746 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 89 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 89 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 462 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 462 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 414 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 414 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 742 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 742 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 46 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 46 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 887 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 887 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 144 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 144 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 178 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 178 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 450 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 450 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 687 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 687 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 4 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 4 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 891 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 891 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 642 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of bc2507e5-c3bb-4bc8-8254-6e3378394d19: Amount of 886 has to sent to Account number 92c6f9c7-92cc-45e9-a04a-4a866d54de21
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 30593b87-71dc-48f3-953c-60f31337e90f: Amount of 258 has been received from Account number 64d170f7-d6f8-43c0-9b24-d857e094da7f
2024-07-09 19:26:10.098  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 92c6f9c7-92cc-45e9-a04a-4a866d54de21: Amount of 886 has been received from Account number bc2507e5-c3bb-4bc8-8254-6e3378394d19
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of b795a0bd-99d4-480e-b54c-7178d9b37111: Amount of 918 has to sent to Account number e496b609-be1b-4d1c-801b-c647d013b494
2024-07-09 19:26:10.098  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of e496b609-be1b-4d1c-801b-c647d013b494: Amount of 918 has been received from Account number b795a0bd-99d4-480e-b54c-7178d9b37111
2024-07-09 19:26:10.098  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 55de660d-b5d3-4bf2-bc41-de493f8cfae1: Amount of 371 has to sent to Account number ee89ca7c-4adb-48dc-978a-3caa4373d79d
2024-07-09 19:26:10.098  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of fef7c3f6-7657-4d50-9fff-687c0941b063: Amount of 872 has to sent to Account number 8db257b9-dd68-4929-9d2a-c539eddfb671
2024-07-09 19:26:10.098  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8db257b9-dd68-4929-9d2a-c539eddfb671: Amount of 872 has been received from Account number fef7c3f6-7657-4d50-9fff-687c0941b063
2024-07-09 19:26:10.098  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 31950e47-5737-4934-9230-7ec47231cc52: Amount of 756 has to sent to Account number 2c0797b3-faa6-42de-9298-d5b92a1704a1
2024-07-09 19:26:10.098  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2c0797b3-faa6-42de-9298-d5b92a1704a1: Amount of 756 has been received from Account number 31950e47-5737-4934-9230-7ec47231cc52
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 594 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 907 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 177 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 716e2689-8263-4463-95a5-c21e38bf2d48: Amount of 42 has been received from Account number 4523123d-95cf-4686-a4ef-d37e87695c68
2024-07-09 19:26:10.098  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c55dc1aa-543b-4c1c-ab75-bdf86f9fe355: Amount of 664 has to sent to Account number cb59f200-e81d-4bd4-a3ed-8e923703612b
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 177 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of cb59f200-e81d-4bd4-a3ed-8e923703612b: Amount of 664 has been received from Account number c55dc1aa-543b-4c1c-ab75-bdf86f9fe355
2024-07-09 19:26:10.098  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6b6b44d1-2590-42d3-a68c-4c1c714a011a: Amount of 653 has to sent to Account number a84f2baa-71f1-444a-84b1-b1277bc1e889
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 982 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 982 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 36 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 36 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 108 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 108 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of db5644dc-46d0-414d-95c6-f2ef849074ae: Amount of 716 has to sent to Account number a325f58b-1099-4a8c-85d1-86ed2f0cb5a2
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of bd82f201-8b6a-44ac-a761-21f704c41be4: Amount of 769 has been received from Account number d4193f09-0f99-41ae-a7be-481a85a7f762
2024-07-09 19:26:10.098  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of a325f58b-1099-4a8c-85d1-86ed2f0cb5a2: Amount of 716 has been received from Account number db5644dc-46d0-414d-95c6-f2ef849074ae
2024-07-09 19:26:10.092  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of f17a65e0-d3eb-4390-b3e4-758747855920: Amount of 418 has been received from Account number 9cc80112-117e-460a-b67b-8ba579f7e708
2024-07-09 19:26:10.098  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 738636a6-834b-4f23-8d87-52156b34c8a7: Amount of 331 has to sent to Account number 58c692f3-dd9b-4090-800f-850127dcb53b
2024-07-09 19:26:10.098  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 58c692f3-dd9b-4090-800f-850127dcb53b: Amount of 331 has been received from Account number 738636a6-834b-4f23-8d87-52156b34c8a7
2024-07-09 19:26:10.098  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of bfbe304e-73a1-4140-83cd-7bb0ddc83416: Amount of 159 has to sent to Account number 6db92db4-b71e-48cd-b883-cf2f70dbaeac
2024-07-09 19:26:10.098  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6db92db4-b71e-48cd-b883-cf2f70dbaeac: Amount of 159 has been received from Account number bfbe304e-73a1-4140-83cd-7bb0ddc83416
2024-07-09 19:26:10.098  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 555b0e94-f61c-4150-94f2-363d1e18b429: Amount of 9 has to sent to Account number 636acfe5-4158-43e0-9470-7e5cddc2fe71
2024-07-09 19:26:10.098  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 636acfe5-4158-43e0-9470-7e5cddc2fe71: Amount of 9 has been received from Account number 555b0e94-f61c-4150-94f2-363d1e18b429
2024-07-09 19:26:10.098  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of f64c2e41-6d78-4dc1-8d0a-ed7d08c02bfb: Amount of 432 has to sent to Account number e3f9bf38-a27f-4ddc-8495-56e940046bda
2024-07-09 19:26:10.098  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of e3f9bf38-a27f-4ddc-8495-56e940046bda: Amount of 432 has been received from Account number f64c2e41-6d78-4dc1-8d0a-ed7d08c02bfb
2024-07-09 19:26:10.092  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 068e8275-b1bc-4d3d-9551-609dd27dafce: Amount of 149 has been received from Account number bd2f6abe-7ffb-4eab-af88-672255b1ff3f
2024-07-09 19:26:10.098  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 742c27f5-848a-4edb-a527-3b9b54e1b25c: Amount of 95 has to sent to Account number 973729bd-a228-42c5-8445-ab90050b2ff1
2024-07-09 19:26:10.098  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 973729bd-a228-42c5-8445-ab90050b2ff1: Amount of 95 has been received from Account number 742c27f5-848a-4edb-a527-3b9b54e1b25c
2024-07-09 19:26:10.098  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 57f4ca9a-4967-47af-8b12-d2ff50356101: Amount of 813 has to sent to Account number 952d5448-efee-46cc-8adf-a41352accca2
2024-07-09 19:26:10.098  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 952d5448-efee-46cc-8adf-a41352accca2: Amount of 813 has been received from Account number 57f4ca9a-4967-47af-8b12-d2ff50356101
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of d4b1b0b3-5662-4eb4-9866-996b4a989be8: Amount of 361 has to sent to Account number 4097cfc5-fd9f-4f2a-93f6-b618558ee05e
2024-07-09 19:26:10.098  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 75b002d6-b0f9-43f5-aeef-1ee336ede01f: Amount of 954 has to sent to Account number ec73a121-fa32-4cf0-8755-1117fd133e6d
2024-07-09 19:26:10.092  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 240 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ec73a121-fa32-4cf0-8755-1117fd133e6d: Amount of 954 has been received from Account number 75b002d6-b0f9-43f5-aeef-1ee336ede01f
2024-07-09 19:26:10.098  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 517 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9c310449-bcb8-4127-9c48-3ae4ee3f2975: Amount of 76 has to sent to Account number f8dc786d-f625-4e8b-924d-31208664757f
2024-07-09 19:26:10.098  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 517 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 797 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 364 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of b3a59c25-5ede-4809-8c78-aa4dd7eb1285: Amount of 37 has been received from Account number 18b572b0-be7f-4e3b-9810-559669675820
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 364 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 687 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.098  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25876200-aa46-4553-ba8a-02df7ef9bc8c: Amount of 48 has to sent to Account number 3d1fea46-2fbe-4e9f-8675-b1a228d35b46
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 687 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d1fea46-2fbe-4e9f-8675-b1a228d35b46: Amount of 48 has been received from Account number 25876200-aa46-4553-ba8a-02df7ef9bc8c
2024-07-09 19:26:10.098  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 39caa9a9-2d42-4944-a980-71f86ae9ed31: Amount of 428 has to sent to Account number 25fb9ef1-1b84-4198-bd83-360c1d8981f0
2024-07-09 19:26:10.092  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of bb2591b0-fc62-49b6-9bf6-a9c2ce839679: Amount of 320 has to sent to Account number c53387a2-85ba-4158-9ea9-161df7069568
2024-07-09 19:26:10.101  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25fb9ef1-1b84-4198-bd83-360c1d8981f0: Amount of 428 has been received from Account number 39caa9a9-2d42-4944-a980-71f86ae9ed31
2024-07-09 19:26:10.101  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of c53387a2-85ba-4158-9ea9-161df7069568: Amount of 320 has been received from Account number bb2591b0-fc62-49b6-9bf6-a9c2ce839679
2024-07-09 19:26:10.101  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 841888ef-4cb7-4860-a899-22aed87e55c1: Amount of 684 has to sent to Account number d49a68b0-e23c-4db6-a338-ab420891de3b
2024-07-09 19:26:10.101  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of d49a68b0-e23c-4db6-a338-ab420891de3b: Amount of 684 has been received from Account number 841888ef-4cb7-4860-a899-22aed87e55c1
2024-07-09 19:26:10.101  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 20af45ba-24b8-4dcd-b9ef-306d611d9ff7: Amount of 657 has to sent to Account number 532b39e3-ded3-46cd-bffb-274c43efe573
2024-07-09 19:26:10.101  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 532b39e3-ded3-46cd-bffb-274c43efe573: Amount of 657 has been received from Account number 20af45ba-24b8-4dcd-b9ef-306d611d9ff7
2024-07-09 19:26:10.101  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac2f4208-3fc1-4e47-aacc-d3b4afaf3f9f: Amount of 6 has to sent to Account number 88ca82eb-a2c7-4a05-b204-cf6f14e28f40
2024-07-09 19:26:10.101  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 88ca82eb-a2c7-4a05-b204-cf6f14e28f40: Amount of 6 has been received from Account number ac2f4208-3fc1-4e47-aacc-d3b4afaf3f9f
2024-07-09 19:26:10.101  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 94091302-40b4-4e6a-a78b-203986374a7c: Amount of 251 has to sent to Account number 2be5ad06-a4f8-47b0-b081-101e6c6bdfcc
2024-07-09 19:26:10.101  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2be5ad06-a4f8-47b0-b081-101e6c6bdfcc: Amount of 251 has been received from Account number 94091302-40b4-4e6a-a78b-203986374a7c
2024-07-09 19:26:10.101  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1ddcdc8b-e323-4c13-a2d8-e395dae1d9ce: Amount of 647 has to sent to Account number fb67bf9e-3a15-491d-91f4-96eea11b8dcc
2024-07-09 19:26:10.101  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of fb67bf9e-3a15-491d-91f4-96eea11b8dcc: Amount of 647 has been received from Account number 1ddcdc8b-e323-4c13-a2d8-e395dae1d9ce
2024-07-09 19:26:10.101  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of cf24b279-cead-4276-9cd5-1ed12a944a3d: Amount of 189 has to sent to Account number 54294773-55c5-43dc-adc8-1b49fec27cfb
2024-07-09 19:26:10.101  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 54294773-55c5-43dc-adc8-1b49fec27cfb: Amount of 189 has been received from Account number cf24b279-cead-4276-9cd5-1ed12a944a3d
2024-07-09 19:26:10.092  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4553a607-2e48-414d-8346-c2b057d2ecaf: Amount of 544 has to sent to Account number 4e1f4d22-b3ed-466a-865a-1199e1c42789
2024-07-09 19:26:10.102  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4e1f4d22-b3ed-466a-865a-1199e1c42789: Amount of 544 has been received from Account number 4553a607-2e48-414d-8346-c2b057d2ecaf
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 843 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 484 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.102  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 484 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.102  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 843 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.102  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 371 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.102  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 371 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.102  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 500 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.102  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 711 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.102  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 711 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.102  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 243 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.102  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 243 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.102  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 500 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.102  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 597 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.102  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 597 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.102  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 100 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.102  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 100 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 338 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 338 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 352 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 352 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 77 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 77 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 649 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 649 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 449 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 449 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 922 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 922 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 187 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 187 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 195 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 195 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 646 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.102  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 64 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 64 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 46 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 46 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 966 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 966 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 683 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 683 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 257 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 257 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 128 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 128 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 90 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 90 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 545 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 545 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 642 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 642 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.092  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 680 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 606 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.092  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 66 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 66 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 957 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 957 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 1000 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 1000 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 39 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 39 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 556 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 556 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 793 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 793 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 327 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 327 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 892 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 892 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 31 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 31 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 369 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 369 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 220 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 220 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.096  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 83 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 338 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 338 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 23 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 83 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 120 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 120 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.096  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 822eb074-2746-4237-9718-d5e9b7bc7796: Amount of 209 has been received from Account number 03272714-1bb3-4ec5-ac0b-f1a64e687762
2024-07-09 19:26:10.096  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 633b61e2-99d8-4ba4-a8fd-1b3e0fb8d282: Amount of 646 has been received from Account number 48d707a1-fa87-488b-b788-25e42bef4b7f
2024-07-09 19:26:10.096  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 657 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.096  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 720 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.096  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 521 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.096  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 346 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 432 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 23 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 23 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 679 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 679 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 561 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 561 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 763 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4252c283-8f5b-491c-9f83-5cec41c76f9d: Amount of 909 has been received from Account number cd628483-5270-4611-8e58-0528ede0c10c
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 763 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 686 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.098  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 900 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of a2fbc3b7-da76-4f66-8f96-aa4e470ad16f: Amount of 810 has been received from Account number 5bc68974-d3f0-4feb-a90e-2aa565900ea7
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 415 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 415 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 76 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 256 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 76 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 680 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 680 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 941 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 941 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 155 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 155 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 588 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 588 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 1 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 1 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 277 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 277 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4aac1ee4-3bb0-4bbb-8482-19f1fbfe9502: Amount of 991 has to sent to Account number ba91bb9f-9c6f-4eff-a3f0-0dd3e2e78748
2024-07-09 19:26:10.098  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of c5846767-75b4-4a26-81d0-df8b80980dc4: Amount of 875 has been received from Account number 4fd49c7e-3e17-44e3-833f-31a69b2f34a4
2024-07-09 19:26:10.098  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 402 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22e3c747-8f92-41db-872f-c8f6a034da35: Amount of 865 has to sent to Account number 7d06b23c-8f30-4762-93fd-eef437adb0e2
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 402 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 215 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 860 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 860 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 425 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 425 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6f13aa34-3230-41d6-829f-6fc5266dad86: Amount of 136 has to sent to Account number 3f597c92-ec18-45d7-96a0-e6bfb9ea92fa
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 642 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of b92ad11c-f961-476b-8cb0-764b3478afb7: Amount of 495 has to sent to Account number afa0fedc-8a9a-4f0b-92e4-a51f865701ab
2024-07-09 19:26:10.098  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ee89ca7c-4adb-48dc-978a-3caa4373d79d: Amount of 371 has been received from Account number 55de660d-b5d3-4bf2-bc41-de493f8cfae1
2024-07-09 19:26:10.106  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f597c92-ec18-45d7-96a0-e6bfb9ea92fa: Amount of 136 has been received from Account number 6f13aa34-3230-41d6-829f-6fc5266dad86
2024-07-09 19:26:10.106  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of afa0fedc-8a9a-4f0b-92e4-a51f865701ab: Amount of 495 has been received from Account number b92ad11c-f961-476b-8cb0-764b3478afb7
2024-07-09 19:26:10.098  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 65b97ed0-6b9b-43c8-8f8d-985d334a8b17: Amount of 376 has to sent to Account number f661f8a5-5442-4633-bae4-718a1ed7ded3
2024-07-09 19:26:10.106  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7190c07d-22ac-487d-913e-87abbb1a4a52: Amount of 426 has to sent to Account number 3511a70c-af6b-48e7-b00f-cf2e422713a7
2024-07-09 19:26:10.106  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of e8fd98d1-83ab-4c03-b4ef-aa7ebb9a3bee: Amount of 366 has to sent to Account number 05a6ef2f-801d-4a4f-a947-cae931757994
2024-07-09 19:26:10.098  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of a84f2baa-71f1-444a-84b1-b1277bc1e889: Amount of 653 has been received from Account number 6b6b44d1-2590-42d3-a68c-4c1c714a011a
2024-07-09 19:26:10.106  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 05a6ef2f-801d-4a4f-a947-cae931757994: Amount of 366 has been received from Account number e8fd98d1-83ab-4c03-b4ef-aa7ebb9a3bee
2024-07-09 19:26:10.098  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 532 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 572 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.098  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8124918c-3be5-4ba3-8034-178062cb4514: Amount of 202 has to sent to Account number ac389c57-a9c8-407f-b9ff-61ae61b2fc6d
2024-07-09 19:26:10.106  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 75efe6d7-108e-4120-951f-fe819e44c809: Amount of 781 has to sent to Account number 434ba209-d1b7-444a-b672-7941bfc3f7bb
2024-07-09 19:26:10.106  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 06b98a68-5c58-45b5-980f-875eec2e8b38: Amount of 467 has to sent to Account number 50c61f67-b9a9-4aff-8af9-0118259ab8cc
2024-07-09 19:26:10.106  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 572 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8993e4ed-944a-4105-9d43-1cf3e663e0cc: Amount of 425 has to sent to Account number 1fded32c-95ad-4e34-860a-17d21608019c
2024-07-09 19:26:10.106  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 831 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 532 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 34c9ab6e-3589-4df2-9236-a5ac90eb5077: Amount of 688 has to sent to Account number 311dc5dc-6180-4eb4-b91e-984f3a00eff1
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 534 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.106  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 311dc5dc-6180-4eb4-b91e-984f3a00eff1: Amount of 688 has been received from Account number 34c9ab6e-3589-4df2-9236-a5ac90eb5077
2024-07-09 19:26:10.098  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4097cfc5-fd9f-4f2a-93f6-b618558ee05e: Amount of 361 has been received from Account number d4b1b0b3-5662-4eb4-9866-996b4a989be8
2024-07-09 19:26:10.106  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 62fc6690-d8c4-4041-ac4b-c14dfceaf596: Amount of 267 has to sent to Account number c1389777-4f4d-4cae-8000-b8d30f08bc1f
2024-07-09 19:26:10.106  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of c1389777-4f4d-4cae-8000-b8d30f08bc1f: Amount of 267 has been received from Account number 62fc6690-d8c4-4041-ac4b-c14dfceaf596
2024-07-09 19:26:10.098  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 58f93ad6-3acb-4af4-9d82-ce5dba2f4dd7: Amount of 731 has to sent to Account number 9935adb3-bcdc-4612-86ae-3a2e0c6614a1
2024-07-09 19:26:10.106  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9935adb3-bcdc-4612-86ae-3a2e0c6614a1: Amount of 731 has been received from Account number 58f93ad6-3acb-4af4-9d82-ce5dba2f4dd7
2024-07-09 19:26:10.098  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of f8dc786d-f625-4e8b-924d-31208664757f: Amount of 76 has been received from Account number 9c310449-bcb8-4127-9c48-3ae4ee3f2975
2024-07-09 19:26:10.106  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of df1e22ae-b5df-4732-b23e-3bbea512300e: Amount of 9 has to sent to Account number 61c335c7-04e0-4ceb-83f2-830538aa8451
2024-07-09 19:26:10.098  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 761 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 738 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.106  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ae4261ec-82e7-4509-85ba-d817765df64e: Amount of 10 has to sent to Account number 946bf44e-c7ea-42cf-b8e8-5113e3c99f84
2024-07-09 19:26:10.106  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 738 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.106  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 946bf44e-c7ea-42cf-b8e8-5113e3c99f84: Amount of 10 has been received from Account number ae4261ec-82e7-4509-85ba-d817765df64e
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 761 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.098  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 775 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.101  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of e660804f-65f2-48c0-a453-70a6646030b8: Amount of 266 has to sent to Account number d49e49ee-15d2-4a3d-94bb-dd1fa6c78551
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 414 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.106  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2dde4b6-43b4-423e-971b-37d2269ebf98: Amount of 567 has to sent to Account number 720bab4a-65b1-4425-a62f-46779ec7cefe
2024-07-09 19:26:10.102  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 55bae64f-9bdb-4ba9-8f1a-ed4d486d7465: Amount of 350 has to sent to Account number 21d65078-4d4d-4014-9ba3-1ac44a7f570a
2024-07-09 19:26:10.102  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8ce06844-cb84-43b7-82b3-fac8602b216b: Amount of 513 has to sent to Account number 25f03cc7-b5ca-4816-b696-85cb07d370bb
2024-07-09 19:26:10.106  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 25f03cc7-b5ca-4816-b696-85cb07d370bb: Amount of 513 has been received from Account number 8ce06844-cb84-43b7-82b3-fac8602b216b
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 646 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 975 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.106  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 975 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.106  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 440 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 606 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 406 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 680 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 406 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.106  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 440 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.106  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 869 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 351 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.106  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 692 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 351 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.106  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 692 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 651 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 651 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 588 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 588 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 361 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 361 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 293 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 293 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 339 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 339 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 168 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 168 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 617 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 617 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 618 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 618 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 235 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 235 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 452 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 452 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 988 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 988 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 793 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 793 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 982 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 982 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 631 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.108  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 631 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 23 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 648 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.108  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 172 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.108  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 172 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of b275a586-ae75-414c-b9a7-be5be3f9b671: Amount of 225 has to sent to Account number 8e8ff438-8e55-4bf9-aec5-0655f62866fc
2024-07-09 19:26:10.108  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e8ff438-8e55-4bf9-aec5-0655f62866fc: Amount of 225 has been received from Account number b275a586-ae75-414c-b9a7-be5be3f9b671
2024-07-09 19:26:10.103  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53af7799-38ff-441c-8d6e-9a9ff3d0fc65: Amount of 650 has to sent to Account number 5e03abbd-9695-4dc4-bffc-1bbac3295ab1
2024-07-09 19:26:10.108  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5e03abbd-9695-4dc4-bffc-1bbac3295ab1: Amount of 650 has been received from Account number 53af7799-38ff-441c-8d6e-9a9ff3d0fc65
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 194 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.108  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d3026b0-fc6b-4546-a733-44a2cacc5ef0: Amount of 870 has to sent to Account number 3f173737-2bcf-494b-89e6-c9bd7ee74c99
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 657 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.108  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 194 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.108  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 247 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.108  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 247 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.108  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 461 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.108  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 671 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 432 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.108  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 671 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.108  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 178 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 686 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of a233f66a-0b76-4ec5-ab01-8ce6036f0e13: Amount of 976 has to sent to Account number 4ae9e52d-2d68-4cd4-b72d-bcbb368fade0
2024-07-09 19:26:10.108  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 557 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.108  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 557 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of d23c8fef-299c-45f1-84e9-612b3e889ae8: Amount of 689 has to sent to Account number f8e55f81-daf1-4afa-b35d-fc6feed41c6e
2024-07-09 19:26:10.108  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of f8e55f81-daf1-4afa-b35d-fc6feed41c6e: Amount of 689 has been received from Account number d23c8fef-299c-45f1-84e9-612b3e889ae8
2024-07-09 19:26:10.108  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 200 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 643 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4e1b5d86-a3be-4a3a-8a6e-e5ed9c494f37: Amount of 156 has to sent to Account number 1cbd983c-5676-453e-b6db-dd6cc448b3ca
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 643 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 590 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 590 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 200 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 994 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 994 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 911 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 936 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 911 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 936 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 258 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 941 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 941 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 424 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 311 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ba91bb9f-9c6f-4eff-a3f0-0dd3e2e78748: Amount of 991 has been received from Account number 4aac1ee4-3bb0-4bbb-8482-19f1fbfe9502
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd8b0d07-58f5-47d9-9575-3762237b71d8: Amount of 345 has to sent to Account number 8b0a046a-4f7b-4022-8a55-161485d02131
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b0a046a-4f7b-4022-8a55-161485d02131: Amount of 345 has been received from Account number dd8b0d07-58f5-47d9-9575-3762237b71d8
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2e02bb29-8778-4c58-a091-71c1d621d832: Amount of 275 has to sent to Account number 1d7535be-d6b8-4c6a-a853-2cf9f6c7ad1b
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1d7535be-d6b8-4c6a-a853-2cf9f6c7ad1b: Amount of 275 has been received from Account number 2e02bb29-8778-4c58-a091-71c1d621d832
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1ca25e94-b0c3-42bd-b63b-9eb55bf2e40d: Amount of 97 has to sent to Account number 247b8c11-fb4e-4beb-99f6-109beaa99d69
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 247b8c11-fb4e-4beb-99f6-109beaa99d69: Amount of 97 has been received from Account number 1ca25e94-b0c3-42bd-b63b-9eb55bf2e40d
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 311 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 371db70a-09b2-4b75-b6e6-daf56c6db3e0: Amount of 682 has to sent to Account number 6d3b9409-6f4d-4b7e-bbc8-f03504c70e53
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6d3b9409-6f4d-4b7e-bbc8-f03504c70e53: Amount of 682 has been received from Account number 371db70a-09b2-4b75-b6e6-daf56c6db3e0
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 677 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7d06b23c-8f30-4762-93fd-eef437adb0e2: Amount of 865 has been received from Account number 22e3c747-8f92-41db-872f-c8f6a034da35
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 677 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 576 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 576 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 644 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.103  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 493 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 493 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 119 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 119 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.106  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 87e08750-9020-4e23-b8fc-91741106cd98: Amount of 428 has to sent to Account number 97e92e48-9b29-4c48-bfae-2da384ad43b9
2024-07-09 19:26:10.106  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 36 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.106  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of f661f8a5-5442-4633-bae4-718a1ed7ded3: Amount of 376 has been received from Account number 65b97ed0-6b9b-43c8-8f8d-985d334a8b17
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 36 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.106  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3511a70c-af6b-48e7-b00f-cf2e422713a7: Amount of 426 has been received from Account number 7190c07d-22ac-487d-913e-87abbb1a4a52
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 255 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 255 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 288 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 288 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 868 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 49e32d89-6a3e-4c3d-8725-269cea3704f1: Amount of 999 has to sent to Account number 195532c3-c229-4f8e-a06c-80b78d97f116
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c3d425c-bb37-4cef-86d7-ce0123cac1b7: Amount of 319 has to sent to Account number a367b3be-3d1d-4a04-9693-585c2229da5a
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of a367b3be-3d1d-4a04-9693-585c2229da5a: Amount of 319 has been received from Account number 5c3d425c-bb37-4cef-86d7-ce0123cac1b7
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 195532c3-c229-4f8e-a06c-80b78d97f116: Amount of 999 has been received from Account number 49e32d89-6a3e-4c3d-8725-269cea3704f1
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3dc36778-e220-443e-8318-f6c34b974c05: Amount of 122 has to sent to Account number 22fa4f3d-817b-4f42-acdc-3814aab25936
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22fa4f3d-817b-4f42-acdc-3814aab25936: Amount of 122 has been received from Account number 3dc36778-e220-443e-8318-f6c34b974c05
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of caffe3ce-92ef-439d-90b1-b4737c822561: Amount of 623 has to sent to Account number 0e86ce4f-5534-4aaa-9e6f-f6c7f83b14cb
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8e6734d0-9467-404f-8a30-76bce45b7966: Amount of 756 has to sent to Account number c0df6e6b-8afa-47f9-be0f-54dcde637124
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of c0df6e6b-8afa-47f9-be0f-54dcde637124: Amount of 756 has been received from Account number 8e6734d0-9467-404f-8a30-76bce45b7966
2024-07-09 19:26:10.106  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac389c57-a9c8-407f-b9ff-61ae61b2fc6d: Amount of 202 has been received from Account number 8124918c-3be5-4ba3-8034-178062cb4514
2024-07-09 19:26:10.106  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 434ba209-d1b7-444a-b672-7941bfc3f7bb: Amount of 781 has been received from Account number 75efe6d7-108e-4120-951f-fe819e44c809
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2b84e325-ccb0-4c6d-9207-7b1526a1fab2: Amount of 701 has to sent to Account number c0500d15-aee5-41fd-af12-f0f9fd648ed8
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of c0500d15-aee5-41fd-af12-f0f9fd648ed8: Amount of 701 has been received from Account number 2b84e325-ccb0-4c6d-9207-7b1526a1fab2
2024-07-09 19:26:10.106  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 50c61f67-b9a9-4aff-8af9-0118259ab8cc: Amount of 467 has been received from Account number 06b98a68-5c58-45b5-980f-875eec2e8b38
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 47b01dab-b395-4c02-b676-978f9c1845f9: Amount of 324 has to sent to Account number c25500c1-0877-444c-ad25-ed2f1652df19
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of c25500c1-0877-444c-ad25-ed2f1652df19: Amount of 324 has been received from Account number 47b01dab-b395-4c02-b676-978f9c1845f9
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 22747133-deb2-4b16-8489-c90f72fe8786: Amount of 555 has to sent to Account number 1c0eae1a-cf43-40da-a408-597f70b09387
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1c0eae1a-cf43-40da-a408-597f70b09387: Amount of 555 has been received from Account number 22747133-deb2-4b16-8489-c90f72fe8786
2024-07-09 19:26:10.106  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 831 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of a96c5e91-81fc-462c-af63-6660fc4ea13c: Amount of 749 has to sent to Account number dd0c5879-5a3d-44ad-820a-ad4cf4e37102
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of dd0c5879-5a3d-44ad-820a-ad4cf4e37102: Amount of 749 has been received from Account number a96c5e91-81fc-462c-af63-6660fc4ea13c
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 217 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 217 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0750d00e-4d4f-4e5b-ba8c-6ff7fcb7b94e: Amount of 39 has to sent to Account number 02044669-e9f6-4624-82ee-646e82cfe618
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 363 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 02044669-e9f6-4624-82ee-646e82cfe618: Amount of 39 has been received from Account number 0750d00e-4d4f-4e5b-ba8c-6ff7fcb7b94e
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ef6046f7-876a-4d7c-98df-72ec6e5ab379: Amount of 818 has to sent to Account number e255715b-9d2c-4e3f-99e8-4226f0ef7d93
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of e255715b-9d2c-4e3f-99e8-4226f0ef7d93: Amount of 818 has been received from Account number ef6046f7-876a-4d7c-98df-72ec6e5ab379
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 363 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 483 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.106  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1fded32c-95ad-4e34-860a-17d21608019c: Amount of 425 has been received from Account number 8993e4ed-944a-4105-9d43-1cf3e663e0cc
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 483 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of c421e34c-6aaa-403f-9c5d-27ce7d54fc01: Amount of 881 has to sent to Account number bb1f0d46-5007-4698-b3b3-23235f0c63fd
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of bb1f0d46-5007-4698-b3b3-23235f0c63fd: Amount of 881 has been received from Account number c421e34c-6aaa-403f-9c5d-27ce7d54fc01
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1fdcb218-7f08-4085-97bd-d20cab2bc07a: Amount of 292 has to sent to Account number d2b7a2b5-1751-4365-902e-43439bed1e16
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of d2b7a2b5-1751-4365-902e-43439bed1e16: Amount of 292 has been received from Account number 1fdcb218-7f08-4085-97bd-d20cab2bc07a
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 637 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 637 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 534 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.106  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 10f1ddbc-cea1-4bd9-9aa9-246c1b851813: Amount of 607 has to sent to Account number ca173ca5-dfb8-4eeb-9009-2a49a359205e
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ca173ca5-dfb8-4eeb-9009-2a49a359205e: Amount of 607 has been received from Account number 10f1ddbc-cea1-4bd9-9aa9-246c1b851813
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 453 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of d5b838db-5ae3-462d-b3fb-c46ee44d4beb: Amount of 944 has to sent to Account number eae057a2-644b-40ed-8621-7312a8a54f52
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 453 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of eae057a2-644b-40ed-8621-7312a8a54f52: Amount of 944 has been received from Account number d5b838db-5ae3-462d-b3fb-c46ee44d4beb
2024-07-09 19:26:10.106  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of ac9fa1e2-80dc-42f8-b6a6-9e721ba0a66d: Amount of 592 has to sent to Account number 6dd70894-bc86-4f43-b12a-e18517405bec
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 676 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of fe46b056-35dc-4604-b24d-23c9c06801c0: Amount of 205 has to sent to Account number 9893d62c-5df9-4260-a1f9-d1d345e1a3fd
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 9893d62c-5df9-4260-a1f9-d1d345e1a3fd: Amount of 205 has been received from Account number fe46b056-35dc-4604-b24d-23c9c06801c0
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of 33b9abbf-9096-4f31-b880-03edcdf683ca: Amount of 421 has to sent to Account number a7576bf0-86bd-43bc-9873-72ed09bc2c20
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of a7576bf0-86bd-43bc-9873-72ed09bc2c20: Amount of 421 has been received from Account number 33b9abbf-9096-4f31-b880-03edcdf683ca
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6dd70894-bc86-4f43-b12a-e18517405bec: Amount of 592 has been received from Account number ac9fa1e2-80dc-42f8-b6a6-9e721ba0a66d
2024-07-09 19:26:10.106  INFO 28224 --- [ool-1-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 61c335c7-04e0-4ceb-83f2-830538aa8451: Amount of 9 has been received from Account number df1e22ae-b5df-4732-b23e-3bbea512300e
2024-07-09 19:26:10.106  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 818 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 13a09694-404f-48f5-bf82-96d08f037c29: Amount of 233 has to sent to Account number 5196dc0c-1d9c-4cc3-a9e1-2e0ee500e31f
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 818 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5196dc0c-1d9c-4cc3-a9e1-2e0ee500e31f: Amount of 233 has been received from Account number 13a09694-404f-48f5-bf82-96d08f037c29
2024-07-09 19:26:10.106  INFO 28224 --- [ool-2-thread-19] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 775 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.106  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 414 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.106  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of d49e49ee-15d2-4a3d-94bb-dd1fa6c78551: Amount of 266 has been received from Account number e660804f-65f2-48c0-a453-70a6646030b8
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 59 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.106  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 720bab4a-65b1-4425-a62f-46779ec7cefe: Amount of 567 has been received from Account number d2dde4b6-43b4-423e-971b-37d2269ebf98
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of af938acf-e9ef-4f2a-80b5-6d446dfaa7a0: Amount of 960 has to sent to Account number 6635adae-a373-432a-b89d-a2f2b8282de2
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6635adae-a373-432a-b89d-a2f2b8282de2: Amount of 960 has been received from Account number af938acf-e9ef-4f2a-80b5-6d446dfaa7a0
2024-07-09 19:26:10.106  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 21d65078-4d4d-4014-9ba3-1ac44a7f570a: Amount of 350 has been received from Account number 55bae64f-9bdb-4ba9-8f1a-ed4d486d7465
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6a55789c-7d42-4595-b5be-a6d7ca5a1dc0: Amount of 249 has to sent to Account number df9e575e-8d6c-4b2f-84f5-9e1d4c778c65
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of df9e575e-8d6c-4b2f-84f5-9e1d4c778c65: Amount of 249 has been received from Account number 6a55789c-7d42-4595-b5be-a6d7ca5a1dc0
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 83b54881-86ac-4e8e-89e7-7e252bd8e730: Amount of 680 has to sent to Account number 00d1a799-d9b0-4176-82ad-5fcd2e7b7349
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of 00d1a799-d9b0-4176-82ad-5fcd2e7b7349: Amount of 680 has been received from Account number 83b54881-86ac-4e8e-89e7-7e252bd8e730
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-10] c.d.c.service.EmailNotificationService   : Sending notification to owner of bef607a9-3f99-4900-a83b-c70ca46b4dba: Amount of 199 has to sent to Account number 40b9696f-251b-4998-9daa-932288033821
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0a94f6f5-d387-4644-8fe0-348430b5b73a: Amount of 788 has to sent to Account number d770f2b2-c3a0-4c96-ac69-7157b77c053f
2024-07-09 19:26:10.106  INFO 28224 --- [pool-1-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of a1b873d4-c1c5-4066-a0a8-e273563bc762: Amount of 368 has to sent to Account number b5c83fa8-c802-48ac-81ee-8c3c4a76770a
2024-07-09 19:26:10.106  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 612 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 612 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-11] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 471 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.106  INFO 28224 --- [ool-2-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 869 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.106  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 10 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 10 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 687 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 687 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 286 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 286 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 511 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 511 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 827 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 827 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 343 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 343 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 143 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 143 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 262 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-20] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 262 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.108  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 929 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.108  INFO 28224 --- [pool-2-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 923 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 929 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.108  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 648 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.108  INFO 28224 --- [ool-1-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of a08ae31c-5a81-4640-9e54-e7172283985b: Amount of 333 has to sent to Account number 510bb3b6-1a71-4213-a9f2-c75e952ae2b0
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 4 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 4 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-4] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 748 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 697 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 697 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 507 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 507 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 63 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 63 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 290 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 290 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 806 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 806 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 289 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 289 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 420 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 420 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 754 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 754 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 350 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 350 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 518 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 518 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 328 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 328 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 510 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 510 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 645 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 645 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-8] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 11 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.108  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3f173737-2bcf-494b-89e6-c9bd7ee74c99: Amount of 870 has been received from Account number 3d3026b0-fc6b-4546-a733-44a2cacc5ef0
2024-07-09 19:26:10.108  INFO 28224 --- [ool-2-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 461 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3ace1e51-296c-475d-be90-7e595b965fb1: Amount of 966 has to sent to Account number 7a1f8d4f-191d-434c-9ff1-3744c6864e07
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7a1f8d4f-191d-434c-9ff1-3744c6864e07: Amount of 966 has been received from Account number 3ace1e51-296c-475d-be90-7e595b965fb1
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 836e8d4c-8415-4f93-811d-15c62b91aa9c: Amount of 737 has to sent to Account number fa198c82-74cc-452a-b8fd-1009ba7adfa0
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa198c82-74cc-452a-b8fd-1009ba7adfa0: Amount of 737 has been received from Account number 836e8d4c-8415-4f93-811d-15c62b91aa9c
2024-07-09 19:26:10.108  INFO 28224 --- [pool-2-thread-5] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 178 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.108  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 876 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 876 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.108  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4ae9e52d-2d68-4cd4-b72d-bcbb368fade0: Amount of 976 has been received from Account number a233f66a-0b76-4ec5-ab01-8ce6036f0e13
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6f3a7cdb-fb10-4475-928c-7eb1d6f65702: Amount of 112 has to sent to Account number b2bc1c96-3f48-41d9-8290-d5a587c1be42
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of f169c633-3914-4312-9344-0e12e5efd45b: Amount of 826 has to sent to Account number 0d780568-1310-4a4d-94b6-2f5de473e5cf
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0d780568-1310-4a4d-94b6-2f5de473e5cf: Amount of 826 has been received from Account number f169c633-3914-4312-9344-0e12e5efd45b
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 983 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 983 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 415 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 415 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-17] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 729 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-1] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1cbd983c-5676-453e-b6db-dd6cc448b3ca: Amount of 156 has been received from Account number 4e1b5d86-a3be-4a3a-8a6e-e5ed9c494f37
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 258 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-15] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 424 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 621 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of b757ee58-11f9-40c1-ac4f-e115b03339bf: Amount of 391 has to sent to Account number bf70dbdb-1164-404b-985c-1a6ef135292d
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 621 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 52e731e9-3dbc-47f4-9a01-4d29567a1ef8: Amount of 942 has to sent to Account number 3dcaa27b-b56e-4df0-b1e5-9505e35085a1
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of bf70dbdb-1164-404b-985c-1a6ef135292d: Amount of 391 has been received from Account number b757ee58-11f9-40c1-ac4f-e115b03339bf
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3dcaa27b-b56e-4df0-b1e5-9505e35085a1: Amount of 942 has been received from Account number 52e731e9-3dbc-47f4-9a01-4d29567a1ef8
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 6e12e763-ee7e-41f8-abc6-b7fd91c847b7: Amount of 834 has to sent to Account number a5ce146e-1214-4204-bb86-4c6500c33426
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of a5ce146e-1214-4204-bb86-4c6500c33426: Amount of 834 has been received from Account number 6e12e763-ee7e-41f8-abc6-b7fd91c847b7
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5c2bc6c7-88f7-4541-8dd5-d4bc0956e39b: Amount of 339 has to sent to Account number acc10a01-b9fc-4292-988d-707d8d19ca41
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of acc10a01-b9fc-4292-988d-707d8d19ca41: Amount of 339 has been received from Account number 5c2bc6c7-88f7-4541-8dd5-d4bc0956e39b
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7825cd65-a460-4e93-995f-96f1676634f7: Amount of 536 has to sent to Account number a24e7107-4b12-4921-a2c5-a2be29e5e82d
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-13] c.d.c.service.EmailNotificationService   : Sending notification to owner of a24e7107-4b12-4921-a2c5-a2be29e5e82d: Amount of 536 has been received from Account number 7825cd65-a460-4e93-995f-96f1676634f7
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of c047e1f2-2684-4319-b48a-23ce57bdeac6: Amount of 698 has to sent to Account number 073bbd21-66f9-45c0-a144-52b9d4de11ce
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 073bbd21-66f9-45c0-a144-52b9d4de11ce: Amount of 698 has been received from Account number c047e1f2-2684-4319-b48a-23ce57bdeac6
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of de1666b7-04a3-43de-b6a1-2a23d6a3b807: Amount of 7 has to sent to Account number 3d9457f4-336a-44c0-8c5d-c7a024b80f0e
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 3d9457f4-336a-44c0-8c5d-c7a024b80f0e: Amount of 7 has been received from Account number de1666b7-04a3-43de-b6a1-2a23d6a3b807
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 7c117700-b6ab-4c21-90a5-70f47c9d2d75: Amount of 964 has to sent to Account number d60feb60-64c8-4d71-9ea6-a3ec7115ddc9
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 152 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 152 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-2] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 941 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 644 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 530 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 530 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-14] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 345 has to sent to Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 982 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 982 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 873 has to sent to Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [pool-2-thread-9] c.d.c.service.EmailNotificationService   : Sending notification to owner of ccf20894-2107-485f-9171-0eb05e2f22df: Amount of 873 has been received from Account number 134ad1a5-3f63-40d5-b623-ad92f030e4e4
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 97e92e48-9b29-4c48-bfae-2da384ad43b9: Amount of 428 has been received from Account number 87e08750-9020-4e23-b8fc-91741106cd98
2024-07-09 19:26:10.109  INFO 28224 --- [ool-2-thread-18] c.d.c.service.EmailNotificationService   : Sending notification to owner of 134ad1a5-3f63-40d5-b623-ad92f030e4e4: Amount of 868 has been received from Account number ccf20894-2107-485f-9171-0eb05e2f22df
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 75dbd8fd-c133-43c5-b70f-f2bb222bad91: Amount of 536 has to sent to Account number d38a86eb-1531-4683-b7d9-b49d8d09b0bb
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of d38a86eb-1531-4683-b7d9-b49d8d09b0bb: Amount of 536 has been received from Account number 75dbd8fd-c133-43c5-b70f-f2bb222bad91
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 081f12d8-b2e6-4ccd-92b3-bdfb3eb825ed: Amount of 774 has to sent to Account number 5ad93ccd-61d5-4a13-a3e1-ec36a8ce8552
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 84bb9833-36a7-4c73-916d-8d225bbd257a: Amount of 582 has to sent to Account number 2781b987-67c4-494d-ba09-b2a52cabe288
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 5ad93ccd-61d5-4a13-a3e1-ec36a8ce8552: Amount of 774 has been received from Account number 081f12d8-b2e6-4ccd-92b3-bdfb3eb825ed
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 2781b987-67c4-494d-ba09-b2a52cabe288: Amount of 582 has been received from Account number 84bb9833-36a7-4c73-916d-8d225bbd257a
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-16] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0e86ce4f-5534-4aaa-9e6f-f6c7f83b14cb: Amount of 623 has been received from Account number caffe3ce-92ef-439d-90b1-b4737c822561
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-7] c.d.c.service.EmailNotificationService   : Sending notification to owner of 0ffbd4c8-be8c-4907-980a-f7080e9fea18: Amount of 360 has to sent to Account number 9361b95b-0f2f-4d16-8c68-75a5c516f30b
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 39e22b83-1b23-4a57-84eb-9ea1b97135cb: Amount of 676 has to sent to Account number 011e8ae9-72fb-48da-90b1-6c52fa21c879
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of fa091f6c-d87b-4c1d-84d6-8b78448fd7b1: Amount of 339 has to sent to Account number 53d6b9d2-4013-42d9-ae7b-1132a8541b02
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 011e8ae9-72fb-48da-90b1-6c52fa21c879: Amount of 676 has been received from Account number 39e22b83-1b23-4a57-84eb-9ea1b97135cb
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 53d6b9d2-4013-42d9-ae7b-1132a8541b02: Amount of 339 has been received from Account number fa091f6c-d87b-4c1d-84d6-8b78448fd7b1
2024-07-09 19:26:10.109  INFO 28224 --- [ool-1-thread-12] c.d.c.service.EmailNotificationService   : Sending notification to owner of 4e7f06ff-cf9b-4530-9115-c3a3995a5871: Amount of 873 has to sent to Account number faade91b-acce-43d9-a081-99ff9540cbeb
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 591636cb-a1b5-490d-a738-c61e286516f5: Amount of 512 has to sent to Account number ad750af7-01ae-49b5-82b2-1d0e401137e1
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of ad750af7-01ae-49b5-82b2-1d0e401137e1: Amount of 512 has been received from Account number 591636cb-a1b5-490d-a738-c61e286516f5
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-6] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1944da33-dce0-41b3-9d82-0cae2b227c58: Amount of 405 has to sent to Account number 0ce49510-c786-43b0-a212-d34c228aad8c
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 1de022fe-c5aa-43e2-929d-d0db097e07e0: Amount of 619 has to sent to Account number 8b4f9993-5693-4b30-8720-b33df43f7bef
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 8b4f9993-5693-4b30-8720-b33df43f7bef: Amount of 619 has been received from Account number 1de022fe-c5aa-43e2-929d-d0db097e07e0
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of bad15e73-b72a-4269-96dc-61d33795561d: Amount of 805 has to sent to Account number 966c14c8-266f-493b-b420-e091387fa1ea
2024-07-09 19:26:10.109  INFO 28224 --- [pool-1-thread-3] c.d.c.service.EmailNotificationService   : Sending notification to owner of 966c14c8-266f-493b-b420-e091387fa1ea: Amount of 805 has been received from Account number bad15e73-b72a-4269-96dc-61d33795561d